BTS 2002 .net toolkit, AIC, cannot replace file?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > BTS 2002 .net toolkit, AIC, cannot replace file?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BTS 2002 .net toolkit, AIC, cannot replace file?  
Jonas


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-29-04 12:47 PM

Hi,

I use .net toolkit for bts2002, I have created and registerd an AIC and it
works.
When I'm trying to replace the AIC,  I get...

"Cannot copy file XXXX It is being used by another person or program. Try
to..."

What is locking the file? Which service?






[ Post a follow-up to this message ]



    Re: BTS 2002 .net toolkit, AIC, cannot replace file?  
Jeff Lynch


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-29-04 10:49 PM

In BTS2002, AICs run under COM+ and you'll need to stop the COM+ application
it runs under before you can replace it.

--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/



"Jonas" <Jonas@discussions.microsoft.com> wrote in message
news:A32B7BF8-F4F2-4408-8765-19731E96C0E1@microsoft.com...
> Hi,
>
> I use .net toolkit for bts2002, I have created and registerd an AIC and it
> works.
> When I'm trying to replace the AIC,  I get...
>
> "Cannot copy file XXXX It is being used by another person or program. Try
> to..."
>
> What is locking the file? Which service?
>







[ Post a follow-up to this message ]



    Re: BTS 2002 .net toolkit, AIC, cannot replace file?  
Jonas


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-30-04 10:53 PM

Hi,

I modified the setup.wsf in the samples that are in the .net toolkit. The
setup created a "library component" and I'm not able to start and stop that
one. Can I change it to run as a "service component" so I can start / stop
the COM+ app?

"Jeff Lynch" wrote:

> In BTS2002, AICs run under COM+ and you'll need to stop the COM+ applicati
on
> it runs under before you can replace it.
>
> --
> Jeff Lynch
> "A BizTalk Enthusiast"
> http://dotnetjunkies.com/WebLog/jlynch/
>
>
>
> "Jonas" <Jonas@discussions.microsoft.com> wrote in message
> news:A32B7BF8-F4F2-4408-8765-19731E96C0E1@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: BTS 2002 .net toolkit, AIC, cannot replace file?  
Jeff Lynch


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-30-04 10:53 PM

Jonas,

This should work. I usually use a "Service Application" so that it runs in
it's own process.

--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/



"Jonas" <Jonas@discussions.microsoft.com> wrote in message
news:FBC6836B-1034-4E4D-9AAE-84294EC6D8F4@microsoft.com...[vbcol=seagreen]
> Hi,
>
> I modified the setup.wsf in the samples that are in the .net toolkit. The
> setup created a "library component" and I'm not able to start and stop
> that
> one. Can I change it to run as a "service component" so I can start / stop
> the COM+ app?
>
> "Jeff Lynch" wrote:
> 







[ Post a follow-up to this message ]



    RE: BTS 2002 .net toolkit, AIC, cannot replace file?  
Ben Runchey


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

Type "iisreset" into the start--> run dialog box.  This will reset iis and
let go of your component.  For some reason iis likes to hang onto these.  I
can't remember why.

-Ben

"Jonas" wrote:

> Hi,
>
> I use .net toolkit for bts2002, I have created and registerd an AIC and it
> works.
> When I'm trying to replace the AIC,  I get...
>
> "Cannot copy file XXXX It is being used by another person or program. Try
> to..."
>
> What is locking the file? Which service?
>





[ Post a follow-up to this message ]



    Re: BTS 2002 .net toolkit, AIC, cannot replace file?  
Ben Runchey


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

How is the performance on running the an AIC as an application versus a
library?

-Ben


"Jeff Lynch" wrote:

> Jonas,
>
> This should work. I usually use a "Service Application" so that it runs in
> it's own process.
>
> --
> Jeff Lynch
> "A BizTalk Enthusiast"
> http://dotnetjunkies.com/WebLog/jlynch/
>
>
>
> "Jonas" <Jonas@discussions.microsoft.com> wrote in message
> news:FBC6836B-1034-4E4D-9AAE-84294EC6D8F4@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: BTS 2002 .net toolkit, AIC, cannot replace file?  
Andrew McNerlin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-13-04 11:28 PM

It depends on the circumstances, but in general people find that library
applications are faster because they execute in-process, as opposed to a
server application which executes out-of-process.
Out of processes applications incur a performance penalty as calls to it
are performed across the process boundary requiring cross-process
marshalling.

However, I have seen instances where a server application has performed
better, so it is not a hard and fast rule.

Andrew McNerlin


-----Original Message-----
From: Ben Runchey [mailto:gold_diesel@hotmail.com]
Posted At: 17 September 2004 14:47
Posted To: microsoft.public.biztalk.appintegration
Conversation: BTS 2002 .net toolkit, AIC, cannot replace file?
Subject: Re: BTS 2002 .net toolkit, AIC, cannot replace file?

How is the performance on running the an AIC as an application versus a
library?

-Ben


"Jeff Lynch" wrote:

> Jonas,
>
> This should work. I usually use a "Service Application" so that it
runs in
> it's own process.
>
> --
> Jeff Lynch
> "A BizTalk Enthusiast"
> http://dotnetjunkies.com/WebLog/jlynch/
>
>
>
> "Jonas" <Jonas@discussions.microsoft.com> wrote in message
> news:FBC6836B-1034-4E4D-9AAE-84294EC6D8F4@microsoft.com... 
toolkit. The[vbcol=seagreen] 
stop[vbcol=seagreen] 
/ stop[vbcol=seagreen] 
AIC and[vbcol=seagreen] 
program.[vbcol=seagreen] 
>
>
>






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:52 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register