Author |
Message |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2002 4:17 pm Subject: Screenshots of nodes |
Hey yes it's input-->compute-->output. Is there an email address I can send u screen shots to? |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2002 3:45 pm Subject: Message contains no data at output node |
I see the XML results being populated but still at the output node i get message contains no data. I only chose copy message headers. |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2002 3:04 pm Subject: Kirani thanks sorry one more question |
Does this make sense?
SET Environment.ResultSet.Data[]=Passthru(InputRoot);
SET OutputRoot.XML.Result = Environment.ResultSet.Data[1].PROJNO ;
where I pass from the application as a put me ... |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2002 2:22 pm Subject: Trace results |
Here it goes Kirani:
(0x1000000)ResultSet = (
(0x1000000)Data = (
(0x3000000)PROJNO = 'AD3100'
(0x3000000)PROJNAME = 'ADMIN SERVICES'
(0x3000000)DEPTNO = 'D01'
... |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 4:00 pm Subject: Do you mean c:\trace.txt ${Environment} ? |
Do you mean c:\trace.txt ${Environment} in the trace file output of the compute node? |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 2:01 pm Subject: Kiran question for you |
Is there a way i could put the resultset onto te output root directly using some conversion funtion? |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 1:59 pm Subject: Kirani still didn't work |
Kirani
Still having the issue wit the output node. XML Writing errors occured. No valid body error number 5005. I just want to put one field on the output root.
Thanks Anant[/img] |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 1:51 pm Subject: How do i print the environment tree? |
Sorry dude once again how do i print this environment tree? Tried the integrator manulas Thanks Once Again |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 12:24 pm Subject: It didn't work |
Hey
SET Environment.ResultSet.Data[]=Passthru('select * from stacey.project');
SET OutputRoot.XML.Result= Environment.ResultSet.Record[1]."projno" ;
The output root trew an error xml parser w ... |
Topic: Emergency ESQL Problem Compute Node |
asajnani
Replies: 16 Views: 12934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 2:50 am Subject: Emergency ESQL Problem Compute Node |
Solved the issue. My bad. I have this issue now if you can help me out
I just want to put my recordset into a string and assign it to the output root but I do not know how to change a list to a ... |
Topic: MQSI Deployment Issues |
asajnani
Replies: 4 Views: 4348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2002 2:46 am Subject: Emergency Esql Problem Compute Node |
Solved the issue. My bad. I have this issue now if you can help me out
I just want to put my recordset into a string and assign it to the output root but I do not know how to change a list to a ... |
Topic: Does InputRoot.buffer make any sense? |
asajnani
Replies: 1 Views: 2283
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 30, 2002 1:18 pm Subject: Does InputRoot.buffer make any sense? |
I am wondering if this esql statement makes sense
SET myVar =INPUTROOT.BUFFER;
SET OutputRoot.XML.Data []=PASSTHRU(myVar);
Basically , I want to just substitute the message data(buffer) I ... |
Topic: MQSI Deployment Issues |
asajnani
Replies: 4 Views: 4348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 29, 2002 2:36 am Subject: MQSI Deployment Issues |
I have created a workflow and messageset and assingned the broker with the message set and work flow in the control centre. After I delpoy fromf ile deploy normal i get a success message BIP15201. Aft ... |
Topic: Question regarding MQCIH using MQ COM Interface |
asajnani
Replies: 0 Views: 1784
|
Forum: IBM MQ API Support Posted: Wed Sep 18, 2002 10:06 pm Subject: Question regarding MQCIH using MQ COM Interface |
I do not see an COM Object MQMESSAGE where I can specify the transaction ID so OS 390. Can someone help me?
Thanks Anant |
Topic: Info needed for MQ server connecting to DB2 |
asajnani
Replies: 5 Views: 3313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 17, 2002 4:37 pm Subject: Info needed for MQ server connecting to DB2 |
Hey Kirani
I am using a model queue as a reply queue. I mention the dynamic queue name fromt the client. Will DB2 be able to put the message results on this dynamic queue using MQSI? |