Posted: Thu Jul 26, 2007 3:37 pm Post subject: HELP! PROBLEM WITH DATAHANDLER
Newbie
Joined: 26 Jul 2007 Posts: 1
HI EVERYBODY,
I'M HAVING PROBLEMS TRYING TO RETRIEVE A MESSAGE FROM MQ 5.3 AND THEN TRANSFORMING THIS MESSAGE INTO AN ESPECIFIC BUSINESS OBJECT with Websphere Business Integration(ICS). IM USING mq connector and A DATAHANDLER OF THE TYPE com.crossworlds.DataHandlers.text.delimited
THE MQ MESSAGE IN MQ IM TRYING TO RETRIEVE HAS THIS STRUCTURE:
Cabecera~Create~Hola1~Hola2~2~
Detalle~Create~Chau1~Chau2~Detalle~Create~ChauX~ChauN~3~
Pago~Create~Crazy1~Crazy2~Pago~Create~Sick1~Sick2~
Pago~Create~Help1~Help2
AND MY SBO NAMED Cabecera has four attributes c1(type:String),c2(type:String),
detalle(type:Detalle(other object)) and pago(type:Pago(other object))
Now the problem shows in the MQ conector command window and it says:
[Time: 2007/07/26 18:31:32.656] [System: ConnectorAgent] [SS: MQIdaConnector] [T
hread: WorkerThread : 0 (#1175194207)] [Type: Error] [MsgID: 25000] [Mesg: Data
handler com.crossworlds.DataHandlers.text.delimited failed to convert message (I
D:414d512063726f7373776f726c64732eb1b8a84620003a05) to business object (any). It
reported the following error: com.crossworlds.DataHandlers.Exceptions.CW_BOForm
atException: at column = -5: Verb ChauX of BO name Create not found: CxCommon.Ex
ceptions.BusObjInvalidVerbException: Encountered invalid verb "ChauX" for busine
ss object definition "Detalle".. ]
Im trying to solve this problem since yesterday. Could anybody give me some tip? or help?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum