Author |
Message |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 27, 2011 7:30 pm Subject: Cobol Copy messages failing after MQ/MB upgrade |
Issue was with the data type of one of the field defined in message set. datatype of AREA field was defined as integer but message was having space always. Issue got resolved after changing the data t ... |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2011 8:12 am Subject: Cobol Copy messages failing after MQ/MB upgrade |
Yes, As per my best knowledge, we followed all the steps for migrating data definitions, This broker has more than 150 message flow running, and all are working fine. We are having issue with this Cob ... |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2011 7:44 am Subject: Cobol Copy messages failing after MQ/MB upgrade |
How I can correct the message format? Did you also get same type of exception. How you fix the issue.
Is there any chance that this issue can be due to the 64 bit Operating system. I see that Cobol ... |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2011 12:02 am Subject: Cobol Copy messages failing after MQ/MB upgrade |
Can you tell me the reason as to why my messages are failing in new upgraded system. |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2011 11:32 pm Subject: Cobol Copy messages failing after MQ/MB upgrade |
Correcting the Message Broker Version : It is WMB 6.1.0.9, Not WMB 7,
Below are the configuration Details:
Upgraded system:
BIP8997I: Product: WebSphere Message Brokers
BIP8996I: Ver ... |
Topic: Cobol Copy messages failing after MQ/MB upgrade |
sunilagarwal.1982
Replies: 10 Views: 10315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2011 9:10 pm Subject: Cobol Copy messages failing after MQ/MB upgrade |
I upgraded mu MQ /Message broker and Operating system to MQ7/MB7 and REHL 5 from MQ5.3/MB6 and REHL3(Red Hat Enterprise Linux AS release 3 (Taroon Update 9),
I have a message flow which takes Inpu ... |
Topic: How to check Polling time for Adaptor |
sunilagarwal.1982
Replies: 2 Views: 17963
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Jun 09, 2011 4:27 pm Subject: How to check Polling time for Adaptor |
Hi ,
Can anyone tell me how i can check the polling time for Adaptor. |
Topic: I have an JDBC adapter success xml message as follows: |
sunilagarwal.1982
Replies: 25 Views: 21264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 09, 2009 5:44 pm Subject: I have an JDBC adapter success xml message as follows: |
Thanks All,
Now my flow is working and problem has fixed.
Thanks for your continuous support and help.
Happy Learning.
Regards,
Sunil |
Topic: "Rebuild Project" Option is Disable in Message Bro |
sunilagarwal.1982
Replies: 3 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 2:49 am Subject: "Rebuild Project" Option is Disable in Message Bro |
Version: 6.0.2
When we right click on particular project than Rebuild Project option comes up.
Yes, In my toolkit Build Automatically was selected.Now problem has solve.
I have unchecked it. ... |
Topic: "Rebuild Project" Option is Disable in Message Bro |
sunilagarwal.1982
Replies: 3 Views: 4238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 1:04 am Subject: "Rebuild Project" Option is Disable in Message Bro |
Hi,
"Rebuild Project" Option is disable in Application environment in Message Broker Toolkit.
So I am not able to rebuild the project.
Please suggest me how to enable the option.
... |
Topic: Accessing CWRSD values |
sunilagarwal.1982
Replies: 7 Views: 7943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 5:46 pm Subject: Accessing CWRSD values |
I also need to access the value of Status and description attribute.
Using the below code :
CHAR Result = InputRoot.XML.(XML.ProcessingInstruction)CWRSD;
Result = 'status="0" des ... |
Topic: I have an JDBC adapter success xml message as follows: |
sunilagarwal.1982
Replies: 25 Views: 21264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 5:51 am Subject: I have an JDBC adapter success xml message as follows: |
Yes you are right. First I used XMLNSC parser but I got xml parsing error and my flow didn't work.
Thatswhy I had to use simple XML Processing Instruction to get the value. |
Topic: I have an JDBC adapter success xml message as follows: |
sunilagarwal.1982
Replies: 25 Views: 21264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 5:37 am Subject: I have an JDBC adapter success xml message as follows: |
Yes,I am serious. This is not a Joke.
I don't know how to get the value of status from this string.
I saved the value of CWRSD element in Result string
Result = 'status="-1" descr ... |
Topic: I have an JDBC adapter success xml message as follows: |
sunilagarwal.1982
Replies: 25 Views: 21264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 4:32 am Subject: I have an JDBC adapter success xml message as follows: |
I used trace node and got the Root.
in which as said I got the below string.
(0x07000002):CWRSD = 'status="-1" description="null"'
Please let me know how to get ... |
Topic: I have an JDBC adapter success xml message as follows: |
sunilagarwal.1982
Replies: 25 Views: 21264
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 4:04 am Subject: I have an JDBC adapter success xml message as follows: |
I used the tract Node in correct way and I got the below out put:
(0x01000010):XML = (
(0x05000018):XML = (
(0x06000011): = '1.0'
(0x06000012): = 'UTF-8'
) ... |