Re: How to fully export/import ??
- From: "Yossi Dahan" <yossi.dahan@xxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 09:42:58 +0100
Chaiamin -
The following is a quick sample how to enumerate the assemblies deployed to
biztalk:
Add a reference to Microsoft.BizTalk.ExplorerOM (the assembly is in the
developertools folder under the biztalk program files folder
Then you can have a piece of code similiar to this:
BtsCatalogExplorer explorer = new BtsCatalogExplorer();
explorer.ConnectionString =
"Server=127.0.0.1;Database=BizTalkMgmtDb;Integrated Security=SSPI";
BtsAssemblyCollection ac = explorer.Assemblies;
foreach(BtsAssembly asm in ac)
....
This will give you a collection of all the deployed assemblies
Yossi Dahan
"Chiamin" <Chiamin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2544BB15-3275-4E47-9C14-F42C2766BE49@xxxxxxxxxxxxxxxx
>I am a beginner. vI really still have no idea on it.
> Do you have any sample code?
>
>
> "Yossi Dahan" wrote:
>
>> I guess you could script the deplotment wizard work.
>> use WMI to findout all the assemblies deployed and call the deployment
>> wizard for each one.
>> remember to call it once more for the unbound items
>>
>> Yossi Dahan
>>
>> "Chiamin" <Chiamin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:B061234C-38BF-434A-8821-D86DFA0AB782@xxxxxxxxxxxxxxxx
>> > How to fully export assembly(eg. party, send ports, receive ports,
>> > Orchestrations) from one server, and fully import into another server?
>> > I use Deployment Wizard to export/import, can only export/import one
>> > assembly by one time. It is so slow. :(
>> >
>> > I ever used SQL Server command backup "BizTalkMgmtDb" from server A and
>> > restore "BizTalkMgmDb" into server B, it still keep the Server A
>> > information.
>> > It can not workable in Server B
>> >
>> > Pls help!!
>> > Thank you!!
>>
>>
>>
.
- Follow-Ups:
- Re: How to fully export/import ??
- From: Marvin Smit
- Re: How to fully export/import ??
- References:
- How to fully export/import ??
- From: Chiamin
- Re: How to fully export/import ??
- From: Yossi Dahan
- Re: How to fully export/import ??
- From: Chiamin
- How to fully export/import ??
- Prev by Date: Re: How to fully export/import ??
- Next by Date: Re: How to fully export/import ??
- Previous by thread: Re: How to fully export/import ??
- Next by thread: Re: How to fully export/import ??
- Index(es):
Relevant Pages
|
Loading