|
Home > Archive > BizTalk Server Orchestration > August 2005 > Reading BTSSVC.exe.config values From Orchestration expression sha
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 |
Reading BTSSVC.exe.config values From Orchestration expression sha
|
|
|
| Expression shapes in my orchestration saves messages into a folder by
xmldocument.save method.
But I wish to call this statement only in Development and Test
environments and I dont want in UAT and Prod.
For this, can I add a new tag/value in BTSSVC.exc.config file and set
the flag whether it is Dev/Test or UAT/Prod. Then I wish to read this flag
from Orchestration expression shape and save messages accordingly.
Can I do this?
Is there any better alternative to this purpose?
Thanks,
RR.
| |
| Jon Flanders[MVP] 2005-08-16, 5:57 pm |
| Yes - you can do this. Since #defines are not supported in XLANGs - I'd say
yes this is the way to do this (certianly a reasonable way)
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"RR" <RR@discussions.microsoft.com> wrote in message
news:5C6C8B4E-C047-4F88-ABE2-8AABECB3A7C4@microsoft.com...
> Expression shapes in my orchestration saves messages into a folder by
> xmldocument.save method.
> But I wish to call this statement only in Development and Test
> environments and I dont want in UAT and Prod.
> For this, can I add a new tag/value in BTSSVC.exc.config file and set
> the flag whether it is Dev/Test or UAT/Prod. Then I wish to read this flag
> from Orchestration expression shape and save messages accordingly.
> Can I do this?
> Is there any better alternative to this purpose?
>
> Thanks,
> RR.
|
|
|
|
|