|
Home > Archive > BizTalk Server Applications Integration > December 2004 > BTS 2002 .net toolkit, AIC, cannot replace file?
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 |
BTS 2002 .net toolkit, AIC, cannot replace file?
|
|
|
| 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?
| |
| Jeff Lynch 2004-08-29, 5: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?
>
| |
|
| 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+ 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...
>
>
>
| |
| Jeff Lynch 2004-08-30, 5: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:
>
| |
| Ben Runchey 2004-09-22, 9:56 pm |
| 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?
>
| |
| Ben Runchey 2004-09-22, 9:56 pm |
| 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...
>
>
>
| |
| Andrew McNerlin 2004-12-13, 6: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]
>
>
>
|
|
|
|
|