Posted: Mon Nov 04, 2002 4:57 pm Post subject: WMQI 2.1 error
Apprentice
Joined: 23 May 2002 Posts: 29
Hello All,
I have the following line of esql in a database node:
SET "Root"."MQMD"."CorrelId"[] = (SELECT ITEM ID.MessageID FROM Database.WA06.Correl_Data AS ID where ID.ActImplCorrelID="Body"."WfMessage"."ActivityExpired"."ActImplCorrelID");
When I deploy to the broker, I get the following error message:
Cannot assign to a symbolic constant or input message.
Values cannot be assigned to symbolic constants or input message fields.
I have double checked my syntax and it looks fine. I am on CSD 3. Any input is much appreciated. Thanks.
Within a database node, you cannot modify the message tree. The output always looks like the input. So, if you want to modify the MQMD, then you will need to move this code to a compute node and modify "Body" to "InputBody" and "OutputBody".
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