|
Home > Archive > BizTalk Server General > May 2005 > Deployed schemas in BizTalk
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 |
Deployed schemas in BizTalk
|
|
| Jeff Wessling 2005-05-27, 5:50 pm |
| I feel I should know this already, but is there a way to list the schemas
that are already deployed to a BizTalk server?
Thanks,
Jeff
| |
| Tomas Restrepo \(MVP\) 2005-05-27, 8:47 pm |
| Jeff,
>I feel I should know this already, but is there a way to list the schemas
>that are already deployed to a BizTalk server?
There are several ways, depending on what you want to do and how you want to
do it.
Programatically, one way to retrieve them is through the Schemas property of
the BtsCatalogExplorer class in the ExplorerOM library.
You can also hack this information out of the management database
(BizTalkMgmtDb), it's stored in the bt_XMLShare table (while schema roots
are in the bt_DocumentSpec table).
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
| Jon Flanders[MVP] 2005-05-30, 8:47 pm |
| I have a GUI tool that displays them -
http://www.masteringbiztalk.com/blo...6e77777b61.aspx
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Tomas Restrepo (MVP)" <tomasr@mvps.org> wrote in message
news:%234987ZxYFHA.3572@TK2MSFTNGP12.phx.gbl...
> Jeff,
>
>
> There are several ways, depending on what you want to do and how you want
> to do it.
>
> Programatically, one way to retrieve them is through the Schemas property
> of the BtsCatalogExplorer class in the ExplorerOM library.
>
> You can also hack this information out of the management database
> (BizTalkMgmtDb), it's stored in the bt_XMLShare table (while schema roots
> are in the bt_DocumentSpec table).
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
| |
|
|
| Matt Milner 2005-05-31, 2:47 am |
| If you are on the server, then there is also an explorer extension that you
can use to view the deployed BizTalk artifacts. It believe it is: [install
dir]\developer tools\btsasmext.dll
Run regsvr32.exe on it and you'll have a folder in your explorer window
where you can see all the artifacts.
matt
"Jeff Wessling" <jeff.wessling@qualifacts.com> wrote in message
news:%23UZTvLuYFHA.1044@TK2MSFTNGP10.phx.gbl...
>I feel I should know this already, but is there a way to list the schemas
>that are already deployed to a BizTalk server?
>
> Thanks,
> Jeff
>
| |
| Jon Flanders[MVP] 2005-05-31, 2:47 am |
| Have you found that the it doesn't remove undeployed assemblies though?
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:OLAimoYZFHA.1092@tk2msftngp13.phx.gbl...
> If you are on the server, then there is also an explorer extension that
> you can use to view the deployed BizTalk artifacts. It believe it is:
> [install dir]\developer tools\btsasmext.dll
>
> Run regsvr32.exe on it and you'll have a folder in your explorer window
> where you can see all the artifacts.
>
> matt
>
>
> "Jeff Wessling" <jeff.wessling@qualifacts.com> wrote in message
> news:%23UZTvLuYFHA.1044@TK2MSFTNGP10.phx.gbl...
>
>
|
|
|
|
|