Posted: Sun Nov 14, 2004 2:26 am Post subject: ESQL MOVE ... is not accpeted by broker
Newbie
Joined: 23 Apr 2002 Posts: 3
Dear all,
I have a problem with deploying the following code snip:
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
FOR ref AS InputBody.SomeRoot.SomeArray[] DO
MOVE ref NEXTSIBLING TYPE (XML.Element);
........
END FOR;
RETURN TRUE;
END;
This is not accepted by my broker on a Win XP machine. It throws the error code:
BIP2560E: (Flows.Scratch_ForTest.Main, 6.9): At this location a reference variable is required ( Translated from German message) .
Besides that the editor in the toolkit shows a warning, saying, that the message reference cannot be solved in the line containing MOVE ref ....
The funny thing is that this statement is i running n a similar form on another machine where this accepted by the broker . I assume that I have another fix pack problem.
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