Author |
Message |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 23, 2017 5:56 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
IBM support team reply to me on the PMR is not convincing!!
They told me that the trace logs shows that the email output node is working fine, and the wireshark dump showing the corrupted data, does ... |
Topic: Calling Oracle SP with reference cursor as output parameter |
eammnsh
Replies: 6 Views: 6595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 15, 2017 8:25 am Subject: Calling Oracle SP with reference cursor as output parameter |
Just shorten the name of your cursor/variables. max (30 char) |
Topic: Convert XML to JSON |
eammnsh
Replies: 23 Views: 40981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 2:18 pm Subject: ESQL JSON-XML Array Handling Procedures |
I know this is an old post, but check the below procedures, it will help you
to convert from JSON to XML and vice versa with handling the JSON Array Type:
From JSON to XML, first convert JSON to X ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 8:32 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
I opened a PMR, will update the post, once we reached out to a solution. |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 1:32 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
Ok, the data is being transferred from the SOAP-UI correctly ( I used warkshark to verify that). Also, to double check I used a file read node to get the BLOB, and in both cases: once it goes out from ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 1:11 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
Definitely not SOAP-UP, I tried to use file read node and take the BLOB coming out from it and send it directly by the email output node, and I got the same extra bytes.
I will check the wireshark ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 03, 2017 8:21 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
@mqjeff: I am receiving the attachment in MIME part with SOAP request, so I am just taking the incoming BLOB and putting it inside my XMLNSC tree:
CREATE LASTCHILD OF OutBodyRef.MSG.Attachment ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 03, 2017 8:08 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
Nop, this is not true here is is another sample of the data:
original data:
F5 F1 0A 5F CC 05 7F 1B C4 8D 08 CC D6 17
What I am receiving
F5 F1 0D 0A 5F CC 05 7F 1B C4 8D 08 CC D6 17
In ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 03, 2017 7:44 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
Ok, this is the hex representation, I am expecting :
89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49
and this is what I am getting
89 50 4E 47 0D 0A 1A 0D 0A 00 00 00 0D 0A 49
As you can notice, T ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 03, 2017 3:29 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
Part 1 of MIME tree contains the Email body, which you are referring to in your reply, not the attachment. Part 2 does contain the attachment with the proper information.
But let me ask my question ... |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 01, 2017 11:29 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
No, The image is in binary, but the image attached in this post is a screenshot of the hex comparison between the original image and the received one by email, dont mix things:) |
Topic: EmailOutput Node MIME Binary Attachment Encoding Issues |
eammnsh
Replies: 22 Views: 11775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 31, 2016 9:55 am Subject: EmailOutput Node MIME Binary Attachment Encoding Issues |
We have IIB V10.0.0.7 running on Linux Redhat X86-64.
we are trying to send an Email through EmailOutput node with MIME attachment, the main issue is that we are reeving the attachment but corrupte ... |
Topic: IIB Database Connection Manager Doesnt Purge Idle Connection |
eammnsh
Replies: 8 Views: 6400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2016 8:32 am Subject: IIB Database Connection Manager Doesnt Purge Idle Connection |
We have opened a PMR with IBM to check this issue, another piece of information that might be useful, when I asked the DBA to kill the inactive sessions, which had been inactive for 5 minutes, this er ... |
Topic: IIB Database Connection Manager Doesnt Purge Idle Connection |
eammnsh
Replies: 8 Views: 6400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 29, 2016 5:47 am Subject: IIB Database Connection Manager Doesnt Purge Idle Connection |
Also, We have found that even when there are inactive connections, the iib initiate new connections instead of reusing the inactive sessions. |
Topic: IIB Database Connection Manager Doesnt Purge Idle Connection |
eammnsh
Replies: 8 Views: 6400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 29, 2016 5:25 am Subject: IIB Database Connection Manager Doesnt Purge Idle Connection |
Because we are getting the below error:
Child SQL exception
08001
-1
[unixODBC][IBM][ODBC Oracle Wire Protocol driver][Oracle]TNS-12516: TNS:listener could not find available handler with matching ... |