Author |
Message |
Topic: How to output non-XML data for a mainframe application |
masteringmq
Replies: 12 Views: 12718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 18, 2009 9:39 pm Subject: How to output non-XML data for a mainframe application |
Well this is just the fundamentals. If I were to create a message set then I need a copybook provided by the mainframe team. |
Topic: How to output non-XML data for a mainframe application |
masteringmq
Replies: 12 Views: 12718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 18, 2009 8:19 am Subject: How to output non-XML data for a mainframe application |
what is the best way to rebuild a message?. |
Topic: How to output non-XML data for a mainframe application |
masteringmq
Replies: 12 Views: 12718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 17, 2009 7:38 am Subject: How to output non-XML data for a mainframe application |
I found the solution. The reason for using the XML is because the application developer decides to send XML based messages. But the receiver is a mainframe, therefore im converting it to a BLOB messag ... |
Topic: How to output non-XML data for a mainframe application |
masteringmq
Replies: 12 Views: 12718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 17, 2009 12:12 am Subject: How to output non-XML data for a mainframe application |
The code below is to manipulate the XML message and send it as a blob. However after including the destination list, it does not send a blob message that I have manipulated, instead it send out the or ... |
Topic: ESQL date function |
masteringmq
Replies: 2 Views: 6070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2009 8:42 pm Subject: ESQL date function |
Problem solved:
CAST(EXTRACT(YEAR FROM CAST(InputRoot.XML.IFX.SignonRs.ServerDt AS DATE)) AS CHAR) |
Topic: ESQL date function |
masteringmq
Replies: 2 Views: 6070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2009 6:35 pm Subject: ESQL date function |
The ESQL below is to retrieve a date that in an XML tag and retrieve only the year.
SET Field4 = '!TransactionDate:' || EXTRACT(YEAR FROM InputRoot.XML.IFX.SignonRs.ServerDt)
However I am gettin ... |
Topic: dspmqver |
masteringmq
Replies: 9 Views: 13333
|
Forum: General IBM MQ Support Posted: Mon Apr 13, 2009 6:28 pm Subject: dspmqver |
This is the result as shown on screen:
root@abvdev0000[/home/root]>
$ whoami
abcde
$ dspmqver
$ |
Topic: dspmqver |
masteringmq
Replies: 9 Views: 13333
|
Forum: General IBM MQ Support Posted: Mon Apr 13, 2009 8:49 am Subject: dspmqver |
I will copy and paste the screenshot first thing I get back to work. It would be nice if I can alter the code for the dspmqver to display an exception message  |
Topic: dspmqver |
masteringmq
Replies: 9 Views: 13333
|
Forum: General IBM MQ Support Posted: Mon Apr 13, 2009 8:05 am Subject: dspmqver |
Only MQ client and TDE client. |
Topic: dspmqver |
masteringmq
Replies: 9 Views: 13333
|
Forum: General IBM MQ Support Posted: Mon Apr 13, 2009 6:22 am Subject: dspmqver |
The result is command prompt with no output. |
Topic: dspmqver |
masteringmq
Replies: 9 Views: 13333
|
Forum: General IBM MQ Support Posted: Mon Apr 13, 2009 6:06 am Subject: dspmqver |
I am having MQ client and TDE client installed on an AIX platform. Now when I issue the dspmqver command it does not return a result. Even when using the mqm userid to login I am unable to get a resul ... |
Topic: Configuration Manager Database |
masteringmq
Replies: 9 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 02, 2009 6:51 am Subject: Configuration Manager Database |
im using the version 5 manual. lol. |
Topic: Configuration Manager Database |
masteringmq
Replies: 9 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 02, 2009 6:40 am Subject: Configuration Manager Database |
well I have been troubleshooting the problem for hours. |
Topic: Configuration Manager Database |
masteringmq
Replies: 9 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 02, 2009 6:25 am Subject: Configuration Manager Database |
Im creating a new configuration manager. The database is newly created. |
Topic: Configuration Manager Database |
masteringmq
Replies: 9 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 02, 2009 6:06 am Subject: Configuration Manager Database |
C:\Program Files\IBM\MQSI\6.0>mqsicreateconfigmgr ISISCFG60 -i isismqmd -a Standardxx -q ISISMQ60 -n ISISDB -u isismqmd -p Standardxx
BIP1223I: Attempting to open and migrate DB2 database 'ISISDB ... |