Re: Remote Developing with BizTalk
From: Doug Girard [MSFT] (dogirard_at_online.microsoft.com)
Date: 01/11/05
- Next message: WenJun Zhang[msft]: "RE: HTTPS Send Port + Client Certificate Authentication"
- Previous message: Chris Bailiss: "Sending from MSMQ to MSMQ/T"
- In reply to: Danny Buysse: "Re: Remote Developing with BizTalk"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 01:18:55 GMT
Danny is right. You cannot perform "remote deployment" as you've described
from Visual Studio.NET. The Project Properties ... Configuration
Properties ... Deployment options only specify: (a) the Configuration
Database to which the project assembly should be registered with, and (b)
whether to install the project assembly to the LOCAL Global Assembly Cache.
It will not deploy assemblies to a remote GAC. The behavior is such that
when you click Deploy from VS.NET it will register the assembly with the
ConfigDB and place it in the local GAC. This is great for testing your
project on the local developer box.
However, if you need to roll this BizTalk project out to another box, you
have to get the BizTalk assemblies (and any non-BizTalk dependency
assemblies for that matter) into the GAC on any BizTalk processing machine
in the group. This is done on each machine locally using gacutil.exe,
btsdeploy.exe, or the BizTalk Deployment Wizard. You also have to register
all BizTalk assemblies with the Configuration Database once for each
BizTalk group. This can be done with BTSDeploy or the Deployment Wizard.
For a complete discussion of staging, consult the documentation article
entitled "Deploying Assemblies", available online at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/deploying/h
tm/ebiz_asdepl_howto_nbbr.asp
You should also look into the BTSInstaller SDK utility which can help to
bundle up your projects and facilitate staging your solutions across
machines and environments. Consult our documentation for more on this
option.
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: Remote Developing with BizTalk
>thread-index: AcTz/FrhqfRHLQqCTpWfTPeOZAboNQ==
>X-WBNR-Posting-Host: 193.121.250.194
>From: =?Utf-8?B?RGFubnkgQnV5c3Nl?= <DannyBuysse@discussions.microsoft.com>
>References: <OMvXipYzEHA.804@TK2MSFTNGP12.phx.gbl>
<ufz$esYzEHA.3416@TK2MSFTNGP09.phx.gbl>
<e9L3VwZzEHA.3392@TK2MSFTNGP10.phx.gbl>
<E58A9ACD-7382-4523-8B21-73240C91CA19@microsoft.com>
<OX3BgtkzEHA.2316@TK2MSFTNGP15.phx.gbl>
>Subject: Re: Remote Developing with BizTalk
>Date: Thu, 6 Jan 2005 06:31:05 -0800
>Lines: 83
>Message-ID: <DD912D3E-5589-44B5-B75D-843D45814511@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:23282
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>The Server is your SQL Server so not the BizTalk server
>So install to GAC (from remote machine) still doesn't work in my case,
it's
>always putting the assembly in my local GAC.
>
>Danny Buysse.
>
>"Balaji Thiagarajan" wrote:
>
>> This is an issue, only if you do the remote deployment manually. To
>> automate, you need to go to the Project properties/Configuration
Properties
>> / Deployment, you need to configure your remote server here. When you
deploy
>> your solution from the visual studio, this will automatically deploy your
>> assemblies in the remote server without any manual steps.
>>
>> The deployment configuration properties are
>> 1. Server Name
>> 2. Configuration Database
>> 3. Redeploy
>> 4. Install to GAC
>>
>> --
>> Balaji Thiagarajan
>> MCP (BizTalk)
>> http://biztalkbits.blogspot.com
>> --
>>
>> "Danny Buysse" <DannyBuysse@discussions.microsoft.com> wrote in message
>> news:E58A9ACD-7382-4523-8B21-73240C91CA19@microsoft.com...
>> > One problem I know of is when you develop remote you'll have to put
your
>> > assemblies in the remote gac. This isn't possible with gacutil, so you
>> need
>> > to do this by connecting to this remote machine.
>> >
>> >
>> >
>> > "Balaji Thiagarajan" wrote:
>> >
>> > > Let me correct here. You need to install atleast "Development"
features
>> of
>> > > the BizTalk installation on the developer machine, then you can
create
>> > > BizTalk Project and deploy it in any remote server.
>> > >
>> > > --
>> > > Balaji Thiagarajan
>> > > MCP (BizTalk)
>> > > http://biztalkbits.blogspot.com
>> > > --
>> > >
>> > > "Balaji Thiagarajan" <tbalaji_mcsd@hotmail.com.NOSPAM> wrote in
message
>> > > news:ufz$esYzEHA.3416@TK2MSFTNGP09.phx.gbl...
>> > > > Mike:
>> > > > You must set up BizTalk in the developer machine, otherwise you
will
>> not
>> > > > have a choice to create BizTalk Project from the Visual Studio.
>> > > >
>> > > > --
>> > > > Balaji Thiagarajan
>> > > > MCP (BizTalk)
>> > > > http://biztalkbits.blogspot.com
>> > > > --
>> > > >
>> > > >
>> > > > "Michael Ushanov" <umike@mail.ru> wrote in message
>> > > > news:OMvXipYzEHA.804@TK2MSFTNGP12.phx.gbl...
>> > > > > Hello!
>> > > > >
>> > > > > Can i develop BizTalk solution with BizTalk server on remote
machine
>> ?
>> > > > >
>> > > > > I have developer machine with VisualStudio and other with BizTalk
>> > > Server.
>> > > > >
>> > > > > Is this possible, or i must set up BizTalk to developer machine ?
>> > > > >
>> > > > > Thanks, Mike.
>> > > >
>> > > >
>> > >
>> > >
>> > >
>>
>>
>>
>
- Next message: WenJun Zhang[msft]: "RE: HTTPS Send Port + Client Certificate Authentication"
- Previous message: Chris Bailiss: "Sending from MSMQ to MSMQ/T"
- In reply to: Danny Buysse: "Re: Remote Developing with BizTalk"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|