Wesphere Business Integration Message Broker (WMQI v5)

2003-10-16 Thread Declan Harrington
Does anyone know where on the IBM site I can get a downloadable demo of this??     Thanks,   Declan

Re: RFHUTIL(IH03)

2003-06-18 Thread Declan Harrington
It's rfhutilc you need (client version) create a .bat file with the following in the direcory where rfhutilc is installed @echo off SET MQSERVER=SYSTEM.ADMIN.SVRCONN/TCP/hostname(port_of_QM) start rfhutilc this works for me regards, Dec - Original Message - From: "McCarty, Brian" <[EMA

Create NEXTSIBLING WMQI 2.1

2003-04-03 Thread Declan Harrington
If I want to use references for both input and output in a WHILE loop. Anyone know how do I create the next node of the output within the loop   ie:   CREATE FIELD OutputRoot.XML.A.B ; DECLARE OUT AS REFERENCE TO OutputRoot.XML.A.B ; WHILE LASTMOVE (IN) DO  SET OUT.NAME = IN.NAME;  -- MOVE O

Select statement

2003-03-25 Thread Declan Harrington
Hi guys, I have a problem. I am trying to map an XML message (MRM based on a DTD) to a Cobol message. When I map the fields with the select statement, It seems that it is copying the value and the type of the field. I have some other fields that are hardcoded. When I take a look at the messag

WMQI 2.1 (CSD4) Control Center Error BIP0014E

2003-03-13 Thread Declan Harrington
It says:   The XML document is missing a root element   This is an internal error.   It all started from when I imported a cobol copybook to a message set. The elements and compound types imported incorrectly. At first I wasn't aware of this and deployed to my broker and got an error in my

WMQI Oracle

2003-03-06 Thread Declan Harrington
Hi guys. I have a problem when I am using WMQI to connect to an Oracle database. I have created a Prepared Statement. When I connect to DB2 it retrieves the record I am looking for. Then I change the DB to Oracle, and it does not retrieve any record. If I use passthru it happends the same. I