Joined: 16 Oct 2001 Posts: 134 Location: Lincoln, RI
I am experiencing similar behavior. I too only get this error when the debugger is attached.
I'm nowhere near the point in my code that I want/need to resolve the redefined data yet. But as soon as I try to set a reference to the root of the MRM tree, I get the "Attempt to copy an unresolved element." error. FWIW, I'm parsing "On Demand" (set on MQInput node).
So I added a THROW statement and shut off the debugger:
Code:
DECLARE inMRM REFERENCE TO InputBody;
-- Temporary code while testing
THROW USER EXCEPTION VALUES('MWS: Made it past DECLARE/REF to InputBody');
Here's the resulting Event Log output:
Quote:
Event generated by user code. Additional information : ''MWS: Made it past DECLARE/REF to InputBody'' 'InquiryPartyResponse.Compute' '%4' '%5' '%6' '%7' '%8' '%9' '%10' '%11'
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