Author |
Message |
Topic: Not able to retrieve child tag from XML |
premji
Replies: 6 Views: 2642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2018 11:52 am Subject: Not able to retrieve child from XML |
Thanks Vitor, I have tried with reference and it's working as expected. |
Topic: Not able to retrieve child tag from XML |
premji
Replies: 6 Views: 2642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2018 11:22 am Subject: Not able to retrieve child from XML |
Hi Vitor,
I wrote below ESQL to retrieve data element but payload returning null value for that.
DECLARE tst NAMESPACE 'http://wb.samples.com';
DECLARE PayLoad BLOB;
SET PayLoad= ASBITS ... |
Topic: Not able to retrieve child tag from XML |
premji
Replies: 6 Views: 2642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2018 11:06 am Subject: Not able to retrieve child tag from XML |
Hi,
I am facing problem while retrieving data tag from below XML using ESQL, can you please help me if you get a chance?
Source XML looks like :
<tst:getRes xmlns:tst="http: ... |
Topic: Connection Dead & Network Operation Timed Out in IIB V10 |
premji
Replies: 2 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 3:16 am Subject: Connection Dead & Network Operation Timed Out in IIB V10 |
Hi All,
I am facing Connection dead & Network operation timed out failures frequently while fetching records from DB2 to IIB V10. Can you please suggest me if anyone faced same kind of issue.
... |
Topic: WTX Audit failed to populate from IBM Integration Bus |
premji
Replies: 2 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 26, 2015 5:46 am Subject: WTX Audit failed to populate from IBM Integration Bus |
Actually subject line is changed so automatically new topic created here.
Do you know the solution for this?
Thanks in advance. |
Topic: WTX Audit failed to populate from IBM Integration Bus |
premji
Replies: 2 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 26, 2015 4:01 am Subject: WTX Audit failed to populate from IBM Integration Bus |
Hi All,
Some brief explanation audit failed issue in IBM Integration Bus
I have tried to capture audit logs for AIX environment existing WebSphere Transformation Extender compiled maps from IB ... |
Topic: WTX Audit logs capture from IBM Integration Bus in AIX |
premji
Replies: 7 Views: 3770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 24, 2015 5:41 am Subject: WTX Audit logs capture from IBM Integration Bus in AIX |
Yes mqjeff, I need to use WTX node. In existing system already have number of complex maps, for that I should use WTX node. Apart of that requirement I need to capture audit logs. |
Topic: WTX Audit logs capture from IBM Integration Bus in AIX |
premji
Replies: 7 Views: 3770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 24, 2015 3:24 am Subject: WTX Audit logs capture from IBM Integration Bus in AIX |
Well for the both the environments I would like to change map settings from WTX node itself, so I have enabled audit in WTX node level and audit disabled in mmc file level and which is successfully wo ... |
Topic: WTX Audit logs capture from IBM Integration Bus in AIX |
premji
Replies: 7 Views: 3770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2015 11:37 pm Subject: WTX Audit logs capture from IBM Integration Bus in AIX |
Hi All,
I have requirement to capture WTX map audit logs from IBM Integration Bus. I have tested sample scenario in Windows environment and got audit logs, where as if I recreate same scenario AIX ... |
Topic: MQMD Headers identification issue in AIX environment |
premji
Replies: 1 Views: 1412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 14, 2015 4:21 am Subject: MQMD Headers identification issue in AIX environment |
Hi Everyone,
I have requirement i.e put message directly from WebSphere Transformation Extender, for that I am passing input payload with MQMD headers from IBM Integration Bus to WebSphere Transfor ... |
Topic: Date casting issue |
premji
Replies: 4 Views: 2175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 28, 2015 8:39 am Subject: Date casting issue |
Hi All,
I am facing date format issue, can any one please advise me how can I format these dates. I getting parsing error for this below example.
CAST( '08:11:2014 22:12:02 EST' AS DATE FORMA ... |
Topic: How can we transform XML data to IDOC by using JCN |
premji
Replies: 6 Views: 3730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2015 4:46 am Subject: How can we transform XML data to IDOC by using JCN |
Hi fjb_saper,
Thanks for quick reply, in my requirement I do not use mapping node. Only I have perform this transformation using JCN |
Topic: How can we transform XML data to IDOC by using JCN |
premji
Replies: 6 Views: 3730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2015 3:31 am Subject: How can we transform XML data to IDOC by using JCN |
Hi All,
Is it possible to transform XML format to IDOC format by using Java Compute node, if it is yes could you please share sample code.
Thanks in Advance!! |
Topic: Dynamically reading files & emailing them csv as attachm |
premji
Replies: 6 Views: 2969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2015 10:16 am Subject: Dynamically reading files & emailing them csv as attachm |
Hi
First I have declared as MIME type and Content Type as MIME type.
This below code I have written so far. parts is child of MIME type. Here if I added string value instead of bytes I got excepti ... |
Topic: Dynamically reading files & emailing them csv as attachm |
premji
Replies: 6 Views: 2969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2015 9:14 am Subject: Dynamically reading files & emailing them csv as attachm |
Hi
I have requirement to send CSV file as attachment, if I converted CSV file to byte code format I can send file but original content I am not able to send as attachment. |