Author |
Message |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 6:35 am Subject: IIB EmailInput node help needed |
Yes mqjeff,
I can't affect how users are exporting data from Excel or how Outlook client sets MIME / Content-Type for attachment. I can't either affect on how IIB reads from email server and provid ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 2:34 am Subject: IIB EmailInput node help needed |
Thanks timber!
I have risen a PMR/ESR for this phenomenon.
For me it seem that if Content-Type is text/plain IIB assumes it can do UFT-8 conversion for the attachment and bytes in BLOB are not a ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 2:01 am Subject: IIB EmailInput node help needed |
Removing "Extra" '00' bytes with ESQL
-- SET bDest = SUBSTRING(bTemp FROM iI FOR 1);
-- SET iI = iI + 2;
-- WHILE iI < iL DO
-- SET bDest = bDest || SUBSTRING ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 12:42 am Subject: IIB EmailInput node help needed |
If I cast bytes(when Content-Type is text/plain) to characters with assosiated CCSID and then cast characters to the BLOB with UTF16LE CCSID I get almost correct format
SET OutputRoot.BLOB.BLOB = CAS ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 11:50 pm Subject: IIB EmailInput node help needed |
Hi,
This seems to be related to the MIME type of the attachment.
If I fake Outlook client to think that attachment is not plain/text than a Word document then bytes are untouched / correct
... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 4:36 am Subject: IIB EmailInput node help needed |
Thanks mqjeff!
If I have understood it right one can't set parser for EmailInput node. It uses MIME as default. |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 4:15 am Subject: IIB EmailInput node help needed |
The goal is to read emails and write attachments without modification to the file system.
Observed phenomenon is that in between sender's email client and IIB, attachment is some how re-encoded. Fo ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 2:23 am Subject: IIB EmailInput node help needed |
Thanks timber!
I'm sorry of my lack of understanding about the subject. What does CodedCharSetId define in this case then if it doesn't say anything about the payload? |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 1:31 am Subject: IIB EmailInput node help needed |
Thanks smdavies99!
What doesn't work is that EDW side loads fails and they says that from threi point of view file is corrupted.
If I open file for example with Firefox it seems like this ÿà ... |
Topic: IIB EmailInput node help needed |
marko.pitkanen
Replies: 16 Views: 14344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 12:50 am Subject: IIB EmailInput node help needed |
Hi,
How should I process emails with attachments?
If at the sending side attachment file is produced with UTF-16LE encoding
0000000 ff fe 65 00 6d 00 61 00 69 00 6c 00 09 00 52 00
IIB reads it ... |
Topic: WS-Trust V1.3 STS - caching Security Tokens or session |
marko.pitkanen
Replies: 4 Views: 5936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 5:41 am Subject: WS-Trust V1.3 STS - caching Security Tokens or session |
Actually built in functionality is not exactly what they wanst but close enough I think so.
--
Marko |
Topic: WS-Trust V1.3 STS - caching Security Tokens or session |
marko.pitkanen
Replies: 4 Views: 5936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 3:41 am Subject: WS-Trust V1.3 STS - caching Security Tokens or session |
And there it is:
To improve performance, the integration node security manager uses a security cache. Entries are created in the security cache when a message flow with a security profile performs au ... |
Topic: WS-Trust V1.3 STS - caching Security Tokens or session |
marko.pitkanen
Replies: 4 Views: 5936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 2:32 am Subject: WS-Trust V1.3 STS - caching Security Tokens or session |
Thanks, I'll restudy them! |
Topic: WS-Trust V1.3 STS - caching Security Tokens or session |
marko.pitkanen
Replies: 4 Views: 5936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 12:05 am Subject: WS-Trust V1.3 STS - caching Security Tokens or session |
Hi,
Perhaps this is already answered, but I wonder coud someone help me with my lack of understanding.
Requirement is to use TIM/TAM as WS-Trust STS and manage authentication and authorisation i ... |
Topic: Best practices monitoring silence in IIB |
marko.pitkanen
Replies: 4 Views: 3875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 17, 2016 11:42 pm Subject: Best practices monitoring silence in IIB |
Finally I received response from Tivoli team and as fjb_saber proposed we will utilise Tivoli for this
Silence can be seen from attribute "Total Input Msgs". The attribute value is zero if ... |