BizTalk Server Orchestration - 'Variable_1': 'out' parameter must be definitely assigned

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > August 2005 > 'Variable_1': 'out' parameter must be definitely assigned





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author 'Variable_1': 'out' parameter must be definitely assigned
pez

2005-08-25, 7:48 am

I'm trying to pass a simple string orchestration variable to another
orchestration but when i build my project I get:

'Variable_1': 'out' parameter must be definitely assigned

BA

2005-08-25, 7:48 am


You need to define the message you want as output from the called
orchestration or you can call the orchestration byref.

If you want another string out, define a new (orchestration parameters *at
the top of your orchestration view -not a regular message) output parameter
as a string and make sure you assign your message to that value.

Also, make sure you are using the correct type of orchestration (call or
start)

BA


"pez" <pez@discussions.microsoft.com> wrote in message
news:45D57742-7B97-46FA-8E0C-6B114000D3B9@microsoft.com...
> I'm trying to pass a simple string orchestration variable to another
> orchestration but when i build my project I get:
>
> 'Variable_1': 'out' parameter must be definitely assigned
>



Scott Colestock

2005-08-25, 6:02 pm

You might very well have a code path in the called orchestration that
doesn't result in "Variable_1" being assigned.

Scott Colestock
www.traceofthought.net

"pez" <pez@discussions.microsoft.com> wrote in message
news:45D57742-7B97-46FA-8E0C-6B114000D3B9@microsoft.com...
> I'm trying to pass a simple string orchestration variable to another
> orchestration but when i build my project I get:
>
> 'Variable_1': 'out' parameter must be definitely assigned
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com