Author |
Message
|
mqmaniac |
Posted: Thu May 11, 2006 5:36 pm Post subject: message Set eror in WMQI 2.1 |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
I am using WMQI 2.1 and created a message set Set1.
When I deploy the set for the first time, I am getting th following errors.
1. BIP5275E: Resource Manager error. Resource in use: message set 'E8I826407G001'; format identifier ''; function name 'rmRegisterResource'; error code '11'.
The resource is not present in the mapping file, but is still in use by the Resource Manager.
2.BIP5145E: Error setting up runtime dictionary resource using message set identifier 'E8I826407G001'.
An error was detected when trying to deploy message set. Use the Control Center to match the message set Identifier : E8I826407G001, to a message set name.
But,when i do a complete deploy again,I dont see any errors in the control center.
Again when i start debugging the flow using the messae set in Input node,I see the following errors in the system log.
( WBIBRK.default ) Message Id not in Custom Wire Format File: message set ''; message '0'; parent element '%6'; current element '%7'; function name '%3'; error code '%2'.
When parsing an MRM, Custom Wire Format message the broker requires a valid message set identifier and a valid Custom Wire Format identifier. The Message Id was not found in the Custom Wire Format file.
Please help. |
|
Back to top |
|
 |
shalabh1976 |
Posted: Thu May 11, 2006 8:41 pm Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Try deleting all references to the old message set.
Recreate a new reference by choosing the correct message from the drop down list in the input node. Also make sure you chose the correct message format. _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
mqmaniac |
Posted: Thu May 11, 2006 9:18 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks for the reply.I have done that and Its working,and got new errors with the message.
I am inputting the messages as BLOB and refrencing as MRM in Input Node.The Input Node refrences the Message set.
Sample Message.
00000000 .....0EGFHFGHFGHFGHFGH
00000032 SDGFDGDF
00000064 DOWECHEETMANDHOWE
00000096 2260 PAR LANE C
00000128 DFGDFGFDF OH„¸ø..
00000160 YN 020A021{050C
00000192 051{080A081{110A111{RANDALL AJIM
00000224 ......06041IM0GY000
00000256 {000{000{000{0000 000
00000288 {000{000{000{N...Y
00000320 290200013 ..........
00000352 ................................
00000384 ................................
00000416 .... NYN 000{000{000{000{
00000448
00000480
Its a 500 byte message.
when the input node outputs the message,I can see only the irst field in the set.
Is there any Property in the message set which fills any Unknown characters with Zero's or Null's? |
|
Back to top |
|
 |
shalabh1976 |
Posted: Thu May 11, 2006 10:06 pm Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Have you had proper training on the product ?
Quote: |
Thanks for the reply.I have done that and Its working,and got new errors with the message. |
What are the new errors ?
Please enable file trace in your flow at various points to know what elements are getting populated where ?
You may have not constructed your message set properly.
Quote: |
Is there any Property in the message set which fills any Unknown characters with Zero's or Null's? |
You can either create a value constraint or add a padding character. Please read the manuals for info on how to do the same. _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
mqmaniac |
Posted: Fri May 12, 2006 2:26 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
This Product Does Not need any Trainng as Its No Rocket Science.
The Errors are caused as in 2.1 Version,The Message Type to be choosen is the Message Identifier and Not the Message Type Name or The Message Name Itself and No Manual Does provide This Information.
Tracing a Flow would only show the Message details and Nothing Refarding the Internal broker Configuration.
I have checked the Broker Dumps to Get this Information. |
|
Back to top |
|
 |
shalabh1976 |
Posted: Sun May 14, 2006 8:53 pm Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
mqmaniac,
Quote: |
This Product Does Not need any Trainng as Its No Rocket Science. |
Your statement implies that only rocket science needs training.
Quote: |
No Manual Does provide This Information |
This is where training helps. Many small things are missed in the documentation. Thank God you have not come across Vitria BusinessWare where documentation is almost non-existant. _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
|