BizTalk Server General - InstanceId for my orchestraton instance

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > October 2005 > InstanceId for my orchestraton instance





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 InstanceId for my orchestraton instance
Olga

2005-10-24, 10:37 am

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?
>



Olga

2005-10-24, 10:37 am

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


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com