MQ put time error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

MQ put time error

Post by samyamkrishna »

Hi,

When subscribing the messages from MQ, we have activated the options PUT_TIME and PUT_DATE. Now the MQ we are getting an error

XML_CustGnrl,0: Error: Unknown nodetype: Messagequeueputtime
pattern = 'dsXMLInput:serialize(SALES/Messagequeueputtime(GMT))'(Unknown URI, 219, 98)
Remaining tokens: ( 'Messagequeueputtime' '(' 'GMT' ')' ')')


Is there any way we can handle this error.

Thanks,
Samyam
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: MQ put time error

Post by samyamkrishna »

Hi ,

The issue is resolved. When we read an xml from MQ with PUT_TIME and PUT_DATE The xml i nput stage bu default takes xpath.

We removed teh xpath expressions Its working fine now.
Post Reply