|
Home > Archive > BizTalk Server General > August 2004 > Retrieve the BiztalkMgmtDB server name from within an orchestration
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 |
Retrieve the BiztalkMgmtDB server name from within an orchestration
|
|
| Sam Vanhoutte 2004-08-27, 6:06 pm |
| Hello,
Is it possible to read the connectionstring of the BiztalkMgmtDB in an
orchestration?
best regards,
Sam Vanhoutte
| |
| Doug Girard [MSFT] 2004-08-27, 6:07 pm |
| One way is to connect to the local machine's BizTalk WMI Provider and use
the MSBTS_GroupSetting class to retrieve the MgmtDbName and MgmtDbServerName
properties.
See "MSBTS_GroupSetting (WMI)" in the documentation:
ms-help://BTS_2004/SDK/htm/ebiz_sdk_wmi_msbts_groupsetting_zhkf.htm
HTH,
Doug
This posting is provided "AS IS" with no warranties, and confers no rights.
"Sam Vanhoutte" <sam.vanhoutte@unilin.com> wrote in message
news:O8jXDe0iEHA.1356@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> Is it possible to read the connectionstring of the BiztalkMgmtDB in an
> orchestration?
>
> best regards,
> Sam Vanhoutte
>
>
|
|
|
|
|