Author |
Message |
Topic: Extra CRLF in the for the optional message set segment |
phanish
Replies: 2 Views: 3733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 05, 2017 9:02 pm Subject: Extra CRLF in the for the optional message set segment |
Hi Everyone,
My message has segments like in below
HDR
RECORD(repeating)
RECORD1
RECORD2
RECORD3
TRL
the sub segment 'RECORD3' of the segment 'RECORD' is optional ... |
Topic: DFDL parsing the segments based on length |
phanish
Replies: 3 Views: 3437
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 07, 2015 7:45 am Subject: DFDL parsing the segments based on length |
Hi there,
I have a scenario,I need to parse a message with two different segments in a DFDL. The two segments differ in lengths and the input Data format is EBCDIC. I ran few sample tests for this ... |
Topic: database call from a MAP |
phanish
Replies: 9 Views: 8871
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 23, 2015 7:21 am Subject: database call from a MAP |
Thanks saper:D
can it be done through a DSN from a MAP,like we do it an Esql from a compute node?? I know there is no place to specify DSN name in the mapping node but still I am wondering this is ... |
Topic: Call Package (Oracle) from Mapping Node? |
phanish
Replies: 11 Views: 10976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 23, 2015 2:13 am Subject: Call Package (Oracle) from Mapping Node? |
Hi,
The link is to call an oracle SP from esql.Is it possible to invoke a Stored Procedure from a MAP,in IIB9,by inputting a value from the request,which has to be looked up in the Database table a ... |
Topic: database call from a MAP |
phanish
Replies: 9 Views: 8871
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 22, 2015 10:08 pm Subject: database call from a MAP |
Hi,
I am able to connect to Database and run a select query from the MAP now,for that I had to configure JDBCProvider and explicitly create a .dbm configuring with the SID,host,port,UserID and pwd. ... |
Topic: Migration of .mxsd filed to DFDL |
phanish
Replies: 2 Views: 4515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 19, 2015 5:09 am Subject: Migration of .mxsd filed to DFDL |
Hi,
I am migrating message sets created in MRM domain from MB7 to DFDL's in IIB9.Could you please let me the know the simplistic way to migrate 'em?? or re-engineer?? |
Topic: database call from a MAP |
phanish
Replies: 9 Views: 8871
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2015 1:04 am Subject: database call from a MAP |
Hi,
I tried accessing database from compute node also without specifying DSN in the node properties even then it's throwing error rather doing it in the esql.when I specify DSN in the compute node ... |
Topic: database call from a MAP |
phanish
Replies: 9 Views: 8871
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 15, 2015 12:06 pm Subject: database call from a MAP |
Hi
in IIB9 Map I am trying to make a simple SQL query to fetch a single column value from the database table.I am using custom esql for this purpose and invoking a function defined in the esql. be ... |
Topic: SQL Data Source object is not running |
phanish
Replies: 1 Views: 6272
|
Forum: WebSphere DataPower Posted: Mon Sep 22, 2014 3:36 am Subject: SQL Data Source object is not running |
Hi
I have created an SQL Data Source object in xi52 box.I have configured the client details details as provided.But the Data Source object is not coming up.It shows the below status
This messag ... |
Topic: Implement Retry in case of mq call to remote backend fails |
phanish
Replies: 2 Views: 8564
|
Forum: WebSphere DataPower Posted: Wed Sep 03, 2014 2:26 am Subject: Implement Retry in case of mq call to remote backend fails |
Hi
I created an MPG to receive non-xml requests and I am making an MQ call to backend system directly,I created a QMG for this purpose with the remote host and channel details.
In the request ru ... |
Topic: setting mqmd |
phanish
Replies: 0 Views: 5247
|
Forum: WebSphere DataPower Posted: Tue Mar 18, 2014 12:17 pm Subject: setting mqmd |
Hi
In DP I am manipulating requests' MQMD parameters like MsgID and CorelId.finally I am using var://service/routing-url to send the request to queue. In DP probe I am able to see the mqmd is proper ... |
Topic: Issues while handling EBCDIC data in DP |
phanish
Replies: 5 Views: 9456
|
Forum: WebSphere DataPower Posted: Tue Mar 18, 2014 3:14 am Subject: Issues while handling EBCDIC data in DP |
thank you zpat or saper,
I set the Convert Input property of QueueManager Object to off. it's working now. is there any better way to achieve this? |
Topic: Issues while handling EBCDIC data in DP |
phanish
Replies: 5 Views: 9456
|
Forum: WebSphere DataPower Posted: Tue Mar 18, 2014 1:05 am Subject: Issues while handling EBCDIC data in DP |
I am sending message to the queue with RFH set so that MB flow process the message. |
Topic: Issues while handling EBCDIC data in DP |
phanish
Replies: 5 Views: 9456
|
Forum: WebSphere DataPower Posted: Mon Mar 17, 2014 10:42 pm Subject: Issues while handling EBCDIC data in DP |
Hi
I am seeing an issue while posting the request to queue as ebcdic data.
I am receiving the request in EBCDIC format in datapower,to that I only need to add RFH in xsl to send the data to queue. ... |
Topic: Unable to receive response from MQ backend |
phanish
Replies: 7 Views: 12151
|
Forum: WebSphere DataPower Posted: Sun Mar 09, 2014 11:29 pm Subject: Unable to receive response from MQ backend |
Hi
I made this working by posting the request to backend Queue and populating the MessageID (harcoding) along with the other mqmd parameters.after the backend processing and getting the response to ... |