Author |
Message |
Topic: Parsing XML to Blob without RCD |
ghoose
Replies: 7 Views: 4263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 11, 2003 9:19 am Subject: Parsing XML to Blob without RCD |
Thanks guys. I will give it a try and let you know |
Topic: How to substitute <CR><LF> char in a CHAR eSQL v |
ghoose
Replies: 2 Views: 3249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2003 6:17 am Subject: How to substitute <CR><LF> char in a CHAR eSQL v |
Ths shoud do the trick!
Goodluck
Ghoose
DECLARE I INTEGER;
SET I = 1;
WHILE I < CARDINALITY(InputRoot.*[]) DO
SET OutputRoot.*[I] = InputRoot.*[I];
SET I= ... |
Topic: Parsing XML to Blob without RCD |
ghoose
Replies: 7 Views: 4263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2003 5:01 am Subject: Parsing XML to Blob without RCD |
Hi,
I am trying to parse the input xml to Blob without using a RCD node. Below is the line of ESQL i am using and the out put of the same in a trace node.
you can see that im not getting any data a ... |
Topic: Missing CRLF |
ghoose
Replies: 2 Views: 4011
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 27, 2003 3:55 pm Subject: Missing CRLF |
I got some soln frm IBM site. here it is...
Solution
MQSI uses the Xerces XML parser which follows section 2.11 of the XML
specification which states that CR/LF combinations should b ... |
Topic: Missing CRLF |
ghoose
Replies: 2 Views: 4011
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 26, 2003 2:54 pm Subject: Missing CRLF |
Hi..
Backend Mainframe is sending an XML and hub is processing the same.
it is recieving 754 bytes and after it is processed in compute node it is giving out 750 bytes. 4 bytes are missing. and the ... |
Topic: Message Back out |
ghoose
Replies: 4 Views: 3490
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 21, 2003 6:35 am Subject: Message Back out |
persistance the culprit..... i got it fixed as of now..thanks |
Topic: Message Back out |
ghoose
Replies: 4 Views: 3490
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Feb 13, 2003 8:55 am Subject: Message Back out |
yes.. max message size is set to 6 MB on channels queues qmanager etc.... |
Topic: Message Back out |
ghoose
Replies: 4 Views: 3490
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 12, 2003 9:59 pm Subject: Message Back out |
Hi,
can some one tell me when do you get mqrc 2003 MQRC_BACKED_OUT .
One of my application is putting 5 MB message and its getting backedout in MQSI hub.
Thanks
Ghoose |
Topic: MQSeries NT Server to MQSeries O/S 390 Configuration |
ghoose
Replies: 15 Views: 14298
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 13, 2002 1:43 pm Subject: MQSeries NT Server to MQSeries O/S 390 Configuration |
Im sorry about that confusion. U r right Mig thats what i was trying to say.
I didnk knw both are on 2 diff box )
for listner u get AMQ9202
AMQ4061 says its a temp error and there is no user ... |
Topic: MQ Client 5.2 connecting to MQ Server 5.2 |
ghoose
Replies: 6 Views: 6835
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 13, 2002 11:53 am Subject: MQ Client 5.2 connecting to MQ Server 5.2 |
whats the platform u guys are on.
I guess there is a limit on number of connection to server thru client and if u dont use MQDISC it will cause problem.
for solaris its 10 i think.
hoep this help
... |
Topic: MQSeries NT Server to MQSeries O/S 390 Configuration |
ghoose
Replies: 15 Views: 14298
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 13, 2002 11:39 am Subject: MQSeries NT Server to MQSeries O/S 390 Configuration |
Win2k QMGR A ............ 390 QMGR B
Sender A.B =====> Rcvr A.B [this works] Port 3010
Port 9010 Rcvr B.A <==== Sender B.A [this doesn't work]
Win2k QMGR C ............ 390 QMGR B
Sende ... |
Topic: MQSeries NT Server to MQSeries O/S 390 Configuration |
ghoose
Replies: 15 Views: 14298
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 13, 2002 9:11 am Subject: MQSeries NT Server to MQSeries O/S 390 Configuration |
oops for the slip Migstr....
BTW NEW2MQ.. can you let us knw about the port numbers on each queuemanager for each listener you are running. |
Topic: Can we cconfigure a local broker to the remote Queue Manager |
ghoose
Replies: 4 Views: 3530
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 12, 2002 6:25 pm Subject: Can we cconfigure a local broker to the remote Queue Manager |
can the configmanager on one box and broker on another box is that the question?? if it is the yes u can do it |
Topic: MQSeries NT Server to MQSeries O/S 390 Configuration |
ghoose
Replies: 15 Views: 14298
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 12, 2002 5:55 pm Subject: MQSeries NT Server to MQSeries O/S 390 Configuration |
Hi Migstr,
does this mean that your sender channel frm OS390 is in retrying state?
If it is reason could be you dont have a listener on your recieving side
or listener is listening to the same po ... |
Topic: MQClient Version 5.2 / MQ Server V 2.1 (OS/369) |
ghoose
Replies: 5 Views: 5174
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 12, 2002 5:49 pm Subject: MQClient Version 5.2 / MQ Server V 2.1 (OS/369) |
Hi Varaprasad,
You can connect a MQ cleint to MQ server and then use the MQ server communicate to mainframe. For that you will have to compile the application with MQ Client libraries.
the same pro ... |