Author |
Message
|
varunraot |
Posted: Wed Jun 01, 2011 2:24 am Post subject: Issues in validating message for SAP request Node in MB7 |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Hi All,
I have migrated Message flow code from Messgae Broker Version 6.1.0.8 to Version 7.0.0.2. Basically my message flow involves the flow between Legacy and SAP System. Source is legacy and target is SAP. Input mesage is of MRM domain and message format is TDS. I have rediscovered an IDOC using Message Broker 7 toolkit and used that particular IDOC along with connector project and adapter in my flow. I am validating the output message formed out of Java Compute Node using validate node before it reaches SAP request node. But its getting failed in Validate node.
Case 1: If I check only "Check domain” checkbox in validate node
Error:Unexpected Root Tag.Element "NS1:SapZStoCreate01" is not a global element
Case 2:If I check all 3 i.e “Check domain” , “Check type “ and “Check set” in validate node
Error:Domain, set or type check failed.
There is no error or deviation in the output message that is getting formed since same code works fine if I run in Version 6.1 with version 6.1 adapter and connector project.
Can anyone guide me about the root cause of the issue?
I have very detailed word document which contains more info to troubleshoot the issue. Please let me know your email ID so that I can send it across. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Jun 01, 2011 3:41 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
Error:Unexpected Root Tag.Element "NS1:SapZStoCreate01" is not a global element |
This error message is easy enough to understand. If you don't know what it means, then find the full text of this error message. Look in Windows Event Viewer or take a user trace, or Google for the BIPnnnnE number ( which you should have quoted ).
Quote: |
Case 2:If I check all 3 i.e “Check domain” , “Check type “ and “Check set” in validate node
Error:Domain, set or type check failed. |
So, check that those settings are correct when the message arrives at the Validate node.
Quote: |
Can anyone guide me about the root cause of the issue? |
Yes, but we will need a little more information first. And you should ensure that you have done the basics - use the debugger, or insert Trace nodes or take a user trace (and read it ).
Quote: |
I have very detailed word document which contains more info to troubleshoot the issue. Please let me know your email ID so that I can send it across. |
If you need that amount of help then open a PMR with IBM. This forum is for answering technical questions - it does not provide a free consultancy service. |
|
Back to top |
|
 |
varunraot |
Posted: Wed Jun 01, 2011 9:20 am Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Thanks Kimbert. Infact I have taken trace node sample and also ran in debug mode. I have the trace node samples and necessary details are with me. Wondering how will I pass on this to you? Would you be able to provde me email ID? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jun 01, 2011 9:33 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
varunraot wrote: |
Wondering how will I pass on this to you? |
kimbert wrote: |
If you need that amount of help then open a PMR with IBM. This forum is for answering technical questions - it does not provide a free consultancy service. |
And in this specific instance, opening a PMR is functionally equivalent to emailing it. The information ends up in broadly the same place....
varunraot wrote: |
Would you be able to provde me email ID? |
It's unwise to provide an email address on a public forum where any web spider can find it. Unless you feel you don't have enough spam in your life. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
varunraot |
Posted: Wed Jun 01, 2011 9:51 am Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Well .Is PMR free consulting service? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jun 01, 2011 10:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
varunraot wrote: |
Well .Is PMR free consulting service? |
It's certainly free in that it comes with the license you're paying for the IBM software.
It will certainly advise you on how to eliminate the error you're seeing. How much "consultancy" you'll get if there's more than one possible design solution/configuration that would eliminate the error is a question only the support people can answer, possibly in conjunction with your IBM account rep.
But you'll certainly get more free, detailed help from a PMR than you will here. I would also expect that your management will be happier with you saying "I resolved the error & corrected the design with assistance from IBM" than with you saying "I resolved the error & corrected the design with assistance from a bunch of people on an Internet forum, many of whom apparently work for IBM but none of whom I can actually identify".
Depends on your management's attitude to risk of course.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Jun 01, 2011 10:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Vitor wrote: |
a bunch of people ... none of whom I can actually identify. |
Well, you and I have our pictures posted on our profiles, Vitor. So I think the cat is out-of-the-bag there. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 01, 2011 10:44 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The services you can receive through the PMR process are documented here.
Note that consulting services and user code debugging are specifically not allowed. |
|
Back to top |
|
 |
varunraot |
Posted: Thu Jun 02, 2011 2:22 am Post subject: |
|
|
Acolyte
Joined: 01 Jun 2011 Posts: 63
|
Hi All,
I am able to resolve the validate node issue. It was the issue with output message type. But now I am getting an error when flow goes inside SAP Request node.
Error Description:wrap eis jar libraires not found exceptions
Please note I have run the following commands
1. mqsichangeproperties LBRK01 -c EISProviders -o SAP
-n jarsURL -v C:\sapjco3
2. mqsichangeproperties LBRK01 -c EISProviders -o SAP
-n nativeLibs -v c:\sapjco3
followed by stopping and starting the broker.
Please note LBRK01 is my broker name and I have sapjco3.dll and sapjco.jar in C:\sapjco3 of my local drive.
Infact I have also referred to a similar post in this forum
Link: http://www.mqseries.net/phpBB2/viewtopic.php?t=54245&sid=0a9358cd9fe15b32890979c1a39cde41
Please find complete error description below when I run in debug mode
Error Detail:
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:1073
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmTryCatchNode
Name:CHARACTER:com/lcl/esb/com/InterbranchOrderMapToSAP#FCMComposite_1_11.com/lcl/esb/sap/common/TryCatchBackoutReplaySubFlow#FCMComposite_1_1
Label:CHARACTER:com.lcl.esb.com.InterbranchOrderMapToSAP.TryCatchBackoutReplaySubFlow.TryCatch
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\TemplateNodes\ImbRequestTemplateNode.cpp
Line:INTEGER:510
Function:CHARACTER:ImbRequestTemplateNode::processMessageAssemblyToFailure
Type:CHARACTER:ComIbmSAPRequestNode
Name:CHARACTER:com/lcl/esb/com/InterbranchOrderMapToSAP#FCMComposite_1_12
Label:CHARACTER:com.lcl.esb.com.InterbranchOrderMapToSAP.SAP Request
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
RecoverableException
File:CHARACTER:MbErrorHandler.java
Line:INTEGER:97
Function:CHARACTER:requestData
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:3522
Text:CHARACTER:wrap eis jar libraires not found exceptions
Insert
Type:INTEGER:5
Text:CHARACTER:com.sap.conn.jco.JCoRecord
Cn anyone throw light on this? |
|
Back to top |
|
 |
|