Author |
Message |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 14, 2019 9:24 pm Subject: EmailInput node - mail server connectivity issue |
It got worked finally.
In the below documentation link -
s://imap.gmail.com:993 then it will throw 'EOF Socket' error.
2. If you have done PKI configuration at JVM level for inbound connection ... |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2019 8:36 am Subject: EmailInput node - mail server connectivity issue |
I changed gmail configuration to enable pop3 with port 995. And deployed the flow with email server as: pop3s://pop.gmail.com:995 (using telnet I am able to access it).
Now I am getting the below ... |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2019 7:34 am Subject: EmailInput node - mail server connectivity issue |
Yes, word for word got the same error.
Credentials for gmail account not enabled for multi factor authentication.
As you specified, will go for an SSL trace and also pop3 protocol.
I will share ... |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2019 7:19 am Subject: EmailInput node - mail server connectivity issue |
I am still getting the same error.
Now the key size is 4096 & Signature Algorithm is : SHA512withRSA
Could you please help to debug the issue further ? |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2019 4:34 am Subject: EmailInput node - mail server connectivity issue |
Thank you a lot for your very quick response. I will do these changes and let you know for any further issues. |
Topic: EmailInput node - mail server connectivity issue |
pavraj
Replies: 10 Views: 7757
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2019 3:36 am Subject: EmailInput node - mail server connectivity issue |
Dear All,
I am getting the below error when EmailInput node tries to connect to imap gmail server.
EmailInput node ''Email Input'' in message flo xxx is unable to communicate with email server '' ... |
Topic: Deadlock & performance issue |
pavraj
Replies: 10 Views: 10333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2017 8:12 am Subject: Deadlock & performance issue |
Hi fjb_saper
We set the locking to row locking only. And they are no selects in our code. All are insert statements. |
Topic: Deadlock & performance issue |
pavraj
Replies: 10 Views: 10333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2017 7:46 am Subject: Deadlock & performance issue |
wrap the esql call to the stored procedure in an atomic block.
We have removed the stored procedure calls and make inserts using passthru statements. In our Quality environment, we have not seen an ... |
Topic: Deadlock & performance issue |
pavraj
Replies: 10 Views: 10333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 07, 2017 8:08 am Subject: Deadlock & performance issue |
We have seen some issue with MQInput node to parse incoming ALE Idocs so we have used RCD to parse the incoming IdocThat will make no difference at all. The RCD will call exactly the same parser as th ... |
Topic: Deadlock & performance issue |
pavraj
Replies: 10 Views: 10333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 06, 2017 8:04 am Subject: Deadlock & performance issue |
Thank you a lot jeff for your quick response.
I will try this option by placing stored procedure call in an atomic block.
Could you please guide me on faster processing of Idoc's also? |
Topic: Deadlock & performance issue |
pavraj
Replies: 10 Views: 10333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 06, 2017 5:29 am Subject: Deadlock & performance issue |
Hi All,
We are receiving Idocs from SAP and we need to transform and insert into multiple SQL server tables.
As data from one Idoc to be inserted into multiple tables, and we are calling Stored ... |
Topic: Message definition- repeating structure issue |
pavraj
Replies: 1 Views: 2149
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2017 5:15 am Subject: Message definition- repeating structure issue |
Hi,
I am getting error in modelling the below structure
DetailRecord (Complex element - Repeating) --Repeating element identifier specified as <LF>
G1 (Complex element - single occurrence ... |
Topic: Need installation guide for IIB Toolki on Citrix environment |
pavraj
Replies: 1 Views: 1711
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 22, 2017 5:02 am Subject: Need installation guide for IIB Toolki on Citrix environment |
Hello All,
Please provide any reference where I can look for installing IIB V9 Toolkit with patch 9.0.0.7 on Citrix environment. |
Topic: FileOutput node SFTP error - credentials invalid |
pavraj
Replies: 4 Views: 15643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 22, 2017 4:59 am Subject: FileOutput node SFTP error - credentials invalid |
Thanks zpat, I have made a successful SFTPed a file to remote server location.
As you said, in mqsisetdbparms we need to refer a private key (in the -i identity_file parameter).
For the benefit of o ... |
Topic: FileOutput node SFTP error - credentials invalid |
pavraj
Replies: 4 Views: 15643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 17, 2017 12:51 am Subject: FileOutput node SFTP error - credentials invalid |
Hi zpat,
Sorry to mention, platform is Windows
Is your exported key the private key or the public key?
- I'm not sure, but I can say in puttygen tool, we are loading a private key and Conversio ... |