Posted: Wed Feb 05, 2003 5:48 am Post subject: Cannot assign a list to a non-list
Acolyte
Joined: 08 Jan 2003 Posts: 69
Hi ,
I am using the XML Message Set.
Input data for my compute node is the Databasae table and the output message set is XML.
ESQL from my compute node is below:
SET "OutputRoot"."XML"."NAME" = (SELECT ITEM T.IDENTIFIER Database.MRM_USER AS T WHERE T.USER_KEY = 1 );
My select statement will return only a single row data.Still i am getting the
following error.
BIP2524E: (12, 1) : Cannot assign a list to a non-list, nor a non-list to a list.
A list of values cannot be assigned to a scalar variable or single message field, nor can a scalar value be assigned to a list.
Correct the syntax of the expression and redeploy the message flow.
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