Author |
Message
|
vikas.bhu |
Posted: Thu May 26, 2011 1:31 am Post subject: WTX map Audit is not getting generated in WMB compute nod |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi,
our flow is like below..
mqinput->WTX Map->(Failure terminal)-> compute node
follwing is the code which checking the map audit fields and sub fields are
comming in input message.
SET objCount = CARDINALITY(InputRoot.XMLNSC.MapAudit.Burst.DataLog.input.object[]);
but see the logs..
(0x01000000:Folder):XMLNSC = ( ['xmlnsc' : 0x1165cf810]
(0x01000000:Folder):NodeErrorInfo = (
(0x03000000:PCDataField):ErrorCode = 8 (INTEGER)
(0x03000000:PCDataField):ErrorMessage = '<Error>
<TimeStamp>Thu May 26 04:28:25 CDT 2011</TimeStamp>
<Description>Map Failure</Description>
<ErrNo>8</ErrNo>
<MapName>/var/mqsi/components/FCLBRK/5104f625-3001-0000-0080-c72cba69b596/config/MAR/EM_XML_LMF_001_MF/WTX Map/EarmarkWTXPrj/NewMap1.mmc</MapName>
<Instance>8</Instance>
<ErrText>One or more inputs was invalid</ErrText>
</Error>' (CHARACTER)
(0x03000000:PCDataField):MapName = '/var/mqsi/components/FCLBRK/5104f625-3001-0000-0080-c72cba69b596/config/MAR/EM_XML_LMF_001_MF/WTX Map/EarmarkWTXPrj/NewMap1.mmc' (CHARACTER)
)
)
please suggest..
map audit field is not coming as input...
we have enable the map audit setting. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Thu May 26, 2011 2:31 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
forgot to mention the version of MB and WTX
MB:6.1.0.8
Wtx:8.2 |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 26, 2011 4:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So the WTX map didn't like the message tree you passed into it.
There's not really any further information here about why. |
|
Back to top |
|
 |
Ric-Tic |
Posted: Thu May 26, 2011 5:33 am Post subject: |
|
|
Apprentice
Joined: 18 Nov 2003 Posts: 38 Location: Zurich, Switzerland
|
Is the input to the WTX node a BLOB?
Turn on the Input Trace and it will show the fields in error |
|
Back to top |
|
 |
vikas.bhu |
Posted: Wed Jun 01, 2011 12:46 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
input message is XMLNSC and WTX node is working fine..except we are not geeting map audit eveen after enabling it......
Let me know if you need more input.... |
|
Back to top |
|
 |
kimbert |
Posted: Wed Jun 01, 2011 1:36 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
I'm still not clear on what the problem is. Please answer the following questions:
a) What is a 'map audit'?
b) Where did you expect to find this? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 01, 2011 2:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
vikas.bhu wrote: |
input message is XMLNSC and WTX node is working fine..except we are not geeting map audit eveen after enabling it......
Let me know if you need more input.... |
The error you have posted states that the WTX node is not working fine, it is complaining that "One or more inputs was invalid".
So the data you are passing is not correct, or your WTX map is not correct, or something else.
But the only useful fact you have provided is that the WTX node is throwing an error message. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Wed Jun 01, 2011 4:14 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
even in positive response following statement is not executing
InputRoot.XMLNSC.MapAudit.Burst.DataLog.input.Object[]
error is:Faield to nqvigate the path no 3 because it does not exit.
And we have enabled the MapAudit.
Please suggest |
|
Back to top |
|
 |
|