Author |
Message
|
wmc27 |
Posted: Wed Jun 19, 2013 4:28 am Post subject: Error while debugging the flow |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
i am using WMB 8.0.0.2 and i see this strange error message while debugging the flow,
My flow is a simple flow MQIN>>>compute>MQOP with error frame work.
"The PIF data could not be found for the specified application" |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Jun 19, 2013 4:39 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
kimbert |
Posted: Wed Jun 19, 2013 4:56 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
"The PIF data could not be found for the specified application" |
That is not the error message. That is some text that you found in the ExceptionList.
You could have helped yourself a little more - the diagnostic messages emitted by WMB are hardly ever as bad as that! Please look up the text of the BIP message using Google, or take a user trace, or look in the Event Viewer ( windows ) or system log ( Unix ). |
|
Back to top |
|
 |
wmc27 |
Posted: Wed Jun 19, 2013 4:56 am Post subject: |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
My input is XML,
MQInPut Node parser that i have selected is XMLNSC |
|
Back to top |
|
 |
kimbert |
Posted: Wed Jun 19, 2013 4:57 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Something in your flow is trying to use the DFDL parser. Check that you are invoking the correct message flow. |
|
Back to top |
|
 |
wmc27 |
Posted: Wed Jun 19, 2013 5:04 am Post subject: |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
i am converting XML to Flat File using DFDL
SET OutputRoot.DFDL.DFDLSchema.FiledOne=COALESCE(InputRoot.XMLNSC.xxxx.FieldOne,''); |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 19, 2013 5:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
wmc27 wrote: |
i am converting XML to Flat File using DFDL
SET OutputRoot.DFDL.DFDLSchema.FiledOne=COALESCE(InputRoot.XMLNSC.xxxx.FieldOne,''); |
Then you're not using XMLNSC.
And you still haven't quoted the full error message, nor shown any real diagnostic efforts.
Can you please explain the three first steps you should take when trying to solve any message broker problem?
As a hint, none of them are "post a question on mqseries.net". That's no sooner on the list than step 8. |
|
Back to top |
|
 |
wmc27 |
Posted: Wed Jun 19, 2013 4:19 pm Post subject: (Resolved) Error while debugging the flow |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
issue resolved after deleting flows /redeploying the flows,DFDL schema
Thanks, |
|
Back to top |
|
 |
|