Author |
Message |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Thu Jun 26, 2008 5:47 am Subject: Peculiar behaviour of ESQL code |
I also tried to hard code the value for description field, but it is also not working............  |
Topic: BIP 2066 error while deploying |
harishre
Replies: 6 Views: 6036
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 11:35 pm Subject: BIP 2066 error while deploying |
Having your 3 mentioned 'bip*' processes running does not mean that the broker can attach to its database. So it does not mean broker running....
so could you please tell me how to check whether th ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 11:22 pm Subject: Peculiar behaviour of ESQL code |
sorry all.... i cant send the complete ESQL code as it is very huge......
is there any option to attach the ESQL code????? |
Topic: BIP 2066 error while deploying |
harishre
Replies: 6 Views: 6036
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 8:33 am Subject: BIP 2066 error while deploying |
for your information.......
there are three processes are running for biphttplistener ....
could this be the problem????? |
Topic: BIP 2066 error while deploying |
harishre
Replies: 6 Views: 6036
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 8:29 am Subject: BIP 2066 error while deploying |
communications problems between broker qmgr and configmgr qmgr. Broker not running,
I have started channels between broker and configuration manager.. they are up and running....
Broker is run ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 7:51 am Subject: Peculiar behaviour of ESQL code |
Hi i have tried your code it is working fine but i removed the
If I am not wrong I think incrementing the value INVOICE_NUM and REMARKS
my doubt is if the code is working for INVOICE_NUM why ca ... |
Topic: BIP 2066 error while deploying |
harishre
Replies: 6 Views: 6036
|
Forum: General IBM MQ Support Posted: Wed Jun 25, 2008 7:43 am Subject: BIP 2066 error while deploying |
Hi All,
I have some new problem with deployment today.....
I have successfully migrated a broker from 2.1 to 6.0 then I have created an EG for that.
everything went fine till here, but whe ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 2:51 am Subject: Peculiar behaviour of ESQL code |
fschofer,
could you please tell me how to run a message flow trace with debug level ? |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 1:44 am Subject: Peculiar behaviour of ESQL code |
is there a possibility that, though the event log editor shows suucessful deployment, the deployment was not successful...
if so what could be the solution for that |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 1:13 am Subject: Peculiar behaviour of ESQL code |
yes REMARKS element comes under the node HOTEL_PAYMENT
here is the xml file..
<XMLMESSAGE>
<CMH>
<ORIGAD>TOLCICS1</ORIGAD>
<DESTAD>ORA.AP</DESTAD>
<TR ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 12:40 am Subject: Peculiar behaviour of ESQL code |
1. Hope REMARKS is the exact field name in the XML.
if it is in lower case please reflect in that way. Verify the spelling too in the XML sheet.
REMARKS is in upper case and the code is also writ ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 12:26 am Subject: Peculiar behaviour of ESQL code |
even if I interchange the mappings.i.e.,
earlier
invoice_num = invoice_num;
description = remarks
after interchange
invoice_num = remarks
description = invoice_num
invoice_num is taking i ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 12:18 am Subject: Peculiar behaviour of ESQL code |
FYI here is the code for both the tags...
working code:
SET Environment.Variables.Messages.XMLMESSAGE
not working code:
SET Environment.Variables.Messages.XMLMESSAGE
and more over I am not ... |
Topic: Peculiar behaviour of ESQL code |
harishre
Replies: 20 Views: 12137
|
Forum: General IBM MQ Support Posted: Tue Jun 24, 2008 12:13 am Subject: Peculiar behaviour of ESQL code |
Hi All,
I have a new problem today
As per our business requirement I have made code changes to the ESQL in such a way that, the new two tags which are added in the XML file(buss reqt) are m ... |
Topic: toolkit displays broker is not running |
harishre
Replies: 6 Views: 3411
|
Forum: General IBM MQ Support Posted: Fri Jun 20, 2008 8:04 am Subject: toolkit displays broker is not running |
last post++
This time i tried to deploy using mqsideploy at command prompt and got the following error......
> mqsideploy -i localhost -p 1426 -q configmgr -b BROKER_TEST -e EG_TEST -a BAR_TE ... |