Re: How to fully export/import ??
- From: Marvin Smit <marvin.smit@xxxxxxxxx>
- Date: Tue, 26 Jul 2005 12:25:40 +0200
Hi,
also have a look at Jon Flander's BTSnapshot [0]. This homebrew tool
from Jon will help you execute these kind of tasks.
Hope this helps,
Marvin Smit
[0]
http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,ea4a59c7-f079-410c-9c29-e2f64922e94d.aspx
On Tue, 26 Jul 2005 09:42:58 +0100, "Yossi Dahan"
<yossi.dahan@xxxxxxxxxxxxxxx> wrote:
>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!!
>>>
>>>
>>>
>
.
- 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
- Re: How to fully export/import ??
- From: Yossi Dahan
- How to fully export/import ??
- Prev by Date: Re: How to fully export/import ??
- Next by Date: EDI Subsystem Service does not start
- Previous by thread: Re: How to fully export/import ??
- Next by thread: Schemas won't refresh
- Index(es):
Loading