| Author |
InstanceId for my orchestraton instance
|
|
|
| Hello!
Can somebody helps me in my problem?
I need to get InstanceID for my orchestration instance.
How can I obtain it?
--
====================
Thanks, WBW, Olga
| |
| Vishal Chowdhary 2005-10-24, 10:37 am |
| You can get it from the HAT (BTS 2004) or MMC in BTS 2006.
Do you want to obtain it programatically?
| |
| Stephen W. Thomas 2005-10-24, 10:37 am |
| Hello.
If you need the instance of your running Orchestaiton you can access inside
an expression shape like this:
sInstanceId = Microsoft.XLANGs.Core.Service.RootService.InstanceId.ToString();
It is kind of buggy though. Sometimes, I get a Red ! for no reason. I just
have to click on the shape and press return.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"Olga" wrote:
> Hello!
> Can somebody helps me in my problem?
>
> I need to get InstanceID for my orchestration instance.
>
> How can I obtain it?
>
>
> --
> ====================
> Thanks, WBW, Olga
>
>
>
| |
| Scott Colestock 2005-10-24, 10:37 am |
| To get it programatically, you can use an expression shape:
instanceId =
YourOrchestrationNameHere(Microsoft.XLANGs.BaseTypes.InstanceId);
"Vishal Chowdhary" <vishal.online@microsoft.com> wrote in message
news:NfDIZ8$0FHA.3180@TK2MSFTNGXA01.phx.gbl...
> You can get it from the HAT (BTS 2004) or MMC in BTS 2006.
> Do you want to obtain it programatically?
>
| |
|
| Hello,Stephen!
> If you need the instance of your running Orchestaiton you can access
> inside
> an expression shape like this:
>
> sInstanceId =
> Microsoft.XLANGs.Core.Service.RootService.InstanceId.ToString();
>
> It is kind of buggy though. Sometimes, I get a Red ! for no reason. I
> just
> have to click on the shape and press return.
I've found this solution by Google :-) And sometimes get this red ! too...
but orchestration is working.....
--
====================
Thanks, WBW, Olga
|
|
|
|