Author |
Message |
Topic: Data Power basic learning links required |
aggarwal.intouch
Replies: 0 Views: 5349
|
Forum: WebSphere DataPower Posted: Wed Jun 10, 2015 11:26 pm Subject: Data Power basic learning links required |
Hi Techies,
I'm new to Data Power. Basically I'm a WMB (Websphere Message Broker) guy. In my new assignment XB-62 is being used.
Kindly suggest me some links which could help me in learning Data P ... |
Topic: XML empty start tag is getting ignored after parsing |
aggarwal.intouch
Replies: 1 Views: 2441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2014 7:43 am Subject: XML empty start tag is getting ignored after parsing |
I am facing an issue while parsing my XML message. If I am getting an empty tag (<Value></Value>) from source system than after parsing my target system is getting tag (</Value>).
... |
Topic: MQRFH2 header |
aggarwal.intouch
Replies: 3 Views: 3183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2014 8:49 pm Subject: MQRFH2 header |
Although direct mappings from a field in the <usr> folder are not possible, there are several alternative solutions:
1. Copy the entire <usr> folder to another target element and analyz ... |
Topic: Select query table name from a variable |
aggarwal.intouch
Replies: 3 Views: 2731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 01, 2014 12:02 am Subject: Select query table name from a variable |
Found solution of my query. Although there was no rocket science behind that.
Solution : Keep variable in curly braces.
set TABLE = 'TEST'
SET value=(SELECT MAX (Z.DATE_STEHT) F ... |
Topic: Select query table name from a variable |
aggarwal.intouch
Replies: 3 Views: 2731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2014 11:36 pm Subject: Select query table name from a variable |
I'm trying to give table name in a variable and later trying to pick table name from that variable in my select query. But this is not working. Any suggestions???
set TABLE = 'TEST'
SET value=(S ... |
Topic: substring |
aggarwal.intouch
Replies: 3 Views: 2071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 4:01 am Subject: substring |
SUBSTRING (<expression> FROM LENGTH(<expression>) - 1) |
Topic: WMB installation by local user and access by domain user |
aggarwal.intouch
Replies: 3 Views: 2428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 2:54 am Subject: WMB installation by local user and access by domain user |
Issue resolved thanks.
Solution : Re-installed MQ  |
Topic: WMB installation by local user and access by domain user |
aggarwal.intouch
Replies: 3 Views: 2428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2014 10:13 pm Subject: WMB installation by local user and access by domain user |
Hi Techie's,
I have installed WMB v7.0 & WMQ by creating a local user on my machine. Now I want to use both WMB & WMQ using my domain user.
Just want to understand that which all service ... |
Topic: TDS Header |
aggarwal.intouch
Replies: 40 Views: 17380
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 24, 2014 1:39 am Subject: TDS Header |
Mail me your message set & test message:
aggarwal.intouch@gmail.com |
Topic: Missing MQRFH2 headers. |
aggarwal.intouch
Replies: 3 Views: 4135
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 11:34 pm Subject: Missing MQRFH2 headers. |
Try to debug the flow see the message structure before MQ output node. If you could see MQRFH2 headers then follow "Salvador's" suggestion.
If you can't see headers before MQ output node ... |
Topic: How to configure SecurityIdentity value for File Output node |
aggarwal.intouch
Replies: 13 Views: 12318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 11:06 pm Subject: How to configure SecurityIdentity value for File Output node |
Functionality is there in IIB v9 :
http://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc23790_.htm?lang=en |
Topic: How to configure SecurityIdentity value for File Output node |
aggarwal.intouch
Replies: 13 Views: 12318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 11:03 pm Subject: How to configure SecurityIdentity value for File Output node |
Refer this link:
http://www.mqseries.net/phpBB/viewtopic.php?t=55093&sid=37c4580d67eca37552e3ead08effe50c |
Topic: TDS Header |
aggarwal.intouch
Replies: 40 Views: 17380
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 10:46 pm Subject: TDS Header |
You can add these header constant values while creating your message set. Keep occurrence of these elements as 1..1 only. |
Topic: Replacing HTTPRequest node with SOAPRequest node. |
aggarwal.intouch
Replies: 3 Views: 2480
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 10:38 pm Subject: Replacing HTTPRequest node with SOAPRequest node. |
SoapReqNode -> SoapExtractNode -> Compute Node
Inside compute node you can set soap headers as null and then copy MQMD headers from environment, as you were doing before. |
Topic: LOCAL_TIMEZONE |
aggarwal.intouch
Replies: 2 Views: 3090
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 9:52 pm Subject: LOCAL_TIMEZONE |
Check following link:
http://www-01.ibm.com/support/knowledgecenter/SSKM8N_8.0.0/com.ibm.etools.mft.doc/ak05680_.htm?lang=en |