Application Center Setup - Help: Deploying a website outside the current cluster

This is Interesting: Free IT Magazines  
Home > Archive > Application Center Setup > February 2005 > Help: Deploying a website outside the current cluster





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 Help: Deploying a website outside the current cluster
Nathan

2005-02-22, 5:50 pm

I need to deploy a site outside the current cluster and have it update
on a regular basis. I know I can configure this using ac /deploy, but I cant
seem to find any good script or script usage examples. Pages are being
added/updated on the stager and I would like those changes reflected
automatically on the target cluster.

I am using the following sample from the MS App Center Resource Kit in a
batch file which is not working:

AC DEPLOY /START [/DEPNAME:depname]
[/SOURCE:sourcename /SOURCEUSER:username /SOURCEPASSWORD:*|pwd]
[/TARGETS:targetname1[,...] /TARGETUSER:username
/TARGETPASSWORD:*|pwd] [/APPNAME:appname1[,...] |
/APPGUID:appguid1[,...]] [/NOACL] [/COMPLUS]
[/WAIT] AC DEPLOY /LISTDEPLOYMENTS [/SOURCE:sourcename]
[/SOURCEUSER:username /SOURCEPASSWORD:*|pwd] AC DEPLOY /TERMINATE
{/JOBID:jobid | /DEPNAME:depname}


George Cheng [MSFT]

2005-02-22, 5:50 pm

What is the error you are getting when running the script?

Thank You

George Cheng

Microsoft Application Center & Index Server Support

Note: This article has no warranties implicit or explicit.
All the content is given on the "as is" basis and the user
takes full responsibility for its use and assumption.
Microsoft Corporation Copyright 2004
All Rights Reserved

--------------------
Reply-To: "Nathan" <caseynathan@hotmail.com>
From: "Nathan" <caseynathan@hotmail.com>
Subject: Help: Deploying a website outside the current cluster
Date: Tue, 22 Feb 2005 09:24:16 -0800
Lines: 19
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <#QufXNQGFHA.208@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.applicationcenter.setup
NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4858
X-Tomcat-NG: microsoft.public.applicationcenter.setup

I need to deploy a site outside the current cluster and have it update
on a regular basis. I know I can configure this using ac /deploy, but I cant
seem to find any good script or script usage examples. Pages are being
added/updated on the stager and I would like those changes reflected
automatically on the target cluster.

I am using the following sample from the MS App Center Resource Kit in a
batch file which is not working:

AC DEPLOY /START [/DEPNAME:depname]
[/SOURCE:sourcename /SOURCEUSER:username /SOURCEPASSWORD:*|pwd]
[/TARGETS:targetname1[,...] /TARGETUSER:username
/TARGETPASSWORD:*|pwd] [/APPNAME:appname1[,...] |
/APPGUID:appguid1[,...]] [/NOACL] [/COMPLUS]
[/WAIT] AC DEPLOY /LISTDEPLOYMENTS [/SOURCE:sourcename]
[/SOURCEUSER:username /SOURCEPASSWORD:*|pwd] AC DEPLOY /TERMINATE
{/JOBID:jobid | /DEPNAME:depname}



Nathan

2005-02-22, 5:50 pm

Here is the batch (deploy.bat) file I am using:
AC DEPLOY /START
[/SOURCE:sc-iisdev
/SOURCEUSER:administrator /SOURCEPASSWORD:*|pwd]
[/TARGETS:sc-intra
/TARGETUSER:administrator /TARGETPASSWORD:*|pwd]
[/APPNAME:test ]
[/NOACL]
[/WAIT]
Here is the error:

C:\>deploy

C:\>AC DEPLOY /START
Application Center 2000 Command-Line Utility. (C) Copyright 2000 M
..

Parameter not correct.

The system returned the following error:
One or more parameters or arguments are incorrect.

The parameter is incorrect. (0x80070057)

C:\>[/SOURCE:sc-iisdev
The system cannot find the path specified.

C:\>/SOURCEUSER:administrator /SOURCEPASSWORD:* | pwd]
The filename, directory name, or volume label syntax is incorrect.


Thanks
Nathan





""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:S2fguYQGFHA.1140@TK2MSFTNGXA02.phx.gbl...
> What is the error you are getting when running the script?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> Subject: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 09:24:16 -0800
> Lines: 19
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <#QufXNQGFHA.208@TK2MSFTNGP12.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
> 2.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4858
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> I need to deploy a site outside the current cluster and have it update
> on a regular basis. I know I can configure this using ac /deploy, but I
> cant
> seem to find any good script or script usage examples. Pages are being
> added/updated on the stager and I would like those changes reflected
> automatically on the target cluster.
>
> I am using the following sample from the MS App Center Resource Kit in a
> batch file which is not working:
>
> AC DEPLOY /START [/DEPNAME:depname]
> [/SOURCE:sourcename /SOURCEUSER:username /SOURCEPASSWORD:*|pwd]
> [/TARGETS:targetname1[,...] /TARGETUSER:username
> /TARGETPASSWORD:*|pwd] [/APPNAME:appname1[,...] |
> /APPGUID:appguid1[,...]] [/NOACL] [/COMPLUS]
> [/WAIT] AC DEPLOY /LISTDEPLOYMENTS [/SOURCE:sourcename]
> [/SOURCEUSER:username /SOURCEPASSWORD:*|pwd] AC DEPLOY /TERMINATE
> {/JOBID:jobid | /DEPNAME:depname}
>
>
>



Nathan

2005-02-22, 5:50 pm

Here is the batch (deploy.bat) file I am using:
AC DEPLOY /START
[/SOURCE:sc-iisdev
/SOURCEUSER:administrator /SOURCEPASSWORD:*|pwd]
[/TARGETS:sc-intra
/TARGETUSER:administrator /TARGETPASSWORD:*|pwd]
[/APPNAME:test ]
[/NOACL]
[/WAIT]
Here is the error:

C:\>deploy

C:\>AC DEPLOY /START
Application Center 2000 Command-Line Utility. (C) Copyright 2000 M
..

Parameter not correct.

The system returned the following error:
One or more parameters or arguments are incorrect.

The parameter is incorrect. (0x80070057)

C:\>[/SOURCE:sc-iisdev
The system cannot find the path specified.

C:\>/SOURCEUSER:administrator /SOURCEPASSWORD:* | pwd]
The filename, directory name, or volume label syntax is incorrect.


Thanks
Nathan




""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:S2fguYQGFHA.1140@TK2MSFTNGXA02.phx.gbl...
> What is the error you are getting when running the script?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> Subject: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 09:24:16 -0800
> Lines: 19
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <#QufXNQGFHA.208@TK2MSFTNGP12.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
> 2.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4858
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> I need to deploy a site outside the current cluster and have it update
> on a regular basis. I know I can configure this using ac /deploy, but I
> cant
> seem to find any good script or script usage examples. Pages are being
> added/updated on the stager and I would like those changes reflected
> automatically on the target cluster.
>
> I am using the following sample from the MS App Center Resource Kit in a
> batch file which is not working:
>
> AC DEPLOY /START [/DEPNAME:depname]
> [/SOURCE:sourcename /SOURCEUSER:username /SOURCEPASSWORD:*|pwd]
> [/TARGETS:targetname1[,...] /TARGETUSER:username
> /TARGETPASSWORD:*|pwd] [/APPNAME:appname1[,...] |
> /APPGUID:appguid1[,...]] [/NOACL] [/COMPLUS]
> [/WAIT] AC DEPLOY /LISTDEPLOYMENTS [/SOURCE:sourcename]
> [/SOURCEUSER:username /SOURCEPASSWORD:*|pwd] AC DEPLOY /TERMINATE
> {/JOBID:jobid | /DEPNAME:depname}
>
>
>





George Cheng [MSFT]

2005-02-22, 5:50 pm

Nathan

2005-02-22, 5:50 pm

OK..I changed the batch file to match your example...

AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
/APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:****
/TARGETUSER:administrator /TARGETPASSWORD:****

I am now getting a different error:
C:\>deploy

C:\>AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
Application Center 2000 Command-Line Utility. (C) Copyright 2000 Microsoft
Corp
..

Deployment started successfully.

C:\>/APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:******
The filename, directory name, or volume label syntax is incorrect.

C:\>/TARGETUSER:administrator /TARGETPASSWORD:*****
The filename, directory name, or volume label syntax is incorrect.
C:\>




""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl...
>I don't think the brackert are suppose to be there.
>
> The following example shows how to deploy applications app1, app2, and
> app3
> from controller0 to server1 and server2.
>
> AC DEPLOY /START /SOURCE:controller0 /TARGETS:server1,server2
> /APPNAME:app1,app2,app3 /SOURCEUSER:dba018 /SOURCEPASSWORD:********
> /TARGETUSER:dba018 /TARGETPASSWORD:**********
>
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> Subject: Re: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 13:56:03 -0800
> Lines: 98
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <uaUcOlSGFHA.1084@tk2msftngp13.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp1
> 3.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4863
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> Here is the batch (deploy.bat) file I am using:
> AC DEPLOY /START
> [/SOURCE:sc-iisdev
> /SOURCEUSER:administrator /SOURCEPASSWORD:*|pwd]
> [/TARGETS:sc-intra
> /TARGETUSER:administrator /TARGETPASSWORD:*|pwd]
> [/APPNAME:test ]
> [/NOACL]
> [/WAIT]
> Here is the error:
>
> C:\>deploy
>
> C:\>AC DEPLOY /START
> Application Center 2000 Command-Line Utility. (C) Copyright 2000



George Cheng [MSFT]

2005-02-24, 5:51 pm

Nathan

2005-02-24, 5:51 pm

Nothing is being deployed. I am getting the following error:
2/24/2005 3:51:09 PM SC-IISDEV 5031

Application Center
Source: Replication Session

**************************
Authentication failed while trying to connect to the target
server sc-intra during session Thu Feb 24 15:51:00 2005
and job SC-IISDEVX1109289060X137084X1adbad0. Status is
0x80070005 Access is denied.

*****************************

The script:
AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
/APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:**
/TARGETUSER:sonoma_domain\administrator /TARGETPASSWORD:***


I have tried the targer user with local and domain administrator.
Thanks
Nathan










""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:9rxcFfsGFHA.400@TK2MSFTNGXA02.phx.gbl...
> Is anything getting transferred? Are you getting any replication errors
> in
> the event viewer?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> References: <uaUcOlSGFHA.1084@tk2msftngp13.phx.gbl>
> <nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl>
> Subject: Re: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 14:35:26 -0800
> Lines: 88
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <OCc0P7SGFHA.3472@TK2MSFTNGP09.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP0
> 9.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4865
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> OK..I changed the batch file to match your example...
>
> AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> /APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:****
> /TARGETUSER:administrator /TARGETPASSWORD:****
>
> I am now getting a different error:
> C:\>deploy
>
> C:\>AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> Application Center 2000 Command-Line Utility. (C) Copyright 2000
> Microsoft
> Co



Nathan

2005-02-24, 8:46 pm

If I try and deploy the same application via the "New Deployment" wizard all
runs successfully with no errors which leads me to believe that my batch
file must be using AC Deploy incorrectly....



""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:9rxcFfsGFHA.400@TK2MSFTNGXA02.phx.gbl...
> Is anything getting transferred? Are you getting any replication errors
> in
> the event viewer?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> References: <uaUcOlSGFHA.1084@tk2msftngp13.phx.gbl>
> <nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl>
> Subject: Re: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 14:35:26 -0800
> Lines: 88
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <OCc0P7SGFHA.3472@TK2MSFTNGP09.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP0
> 9.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4865
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> OK..I changed the batch file to match your example...
>
> AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> /APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:****
> /TARGETUSER:administrator /TARGETPASSWORD:****
>
> I am now getting a different error:
> C:\>deploy
>
> C:\>AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> Application Center 2000 Command-Line Utility. (C) Copyright 2000
> Microsoft
> Co



Jon Mc

2005-02-25, 5:49 pm

You need to make sure that the entire command, including all the options, are
on one line. If your using a text editor, it may wrap, but do not put any
carriage returns between the options.

Your batch file is trying to execute each line as a separate command. Batch
language doesn't have a continuation character, so expects the command, with
all it's options, to be on one line.

Hope this helps.

"Nathan" wrote:

> OK..I changed the batch file to match your example...
>
> AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> /APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:****
> /TARGETUSER:administrator /TARGETPASSWORD:****
>
> I am now getting a different error:
> C:\>deploy
>
> C:\>AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> Application Center 2000 Command-Line Utility. (C) Copyright 2000 Microsoft
> Corp
> ..
>
> Deployment started successfully.
>
> C:\>/APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:******
> The filename, directory name, or volume label syntax is incorrect.
>
> C:\>/TARGETUSER:administrator /TARGETPASSWORD:*****
> The filename, directory name, or volume label syntax is incorrect.
> C:\>
>
>
>
>
> ""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
> news:nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl...
>
>
>

George Cheng [MSFT]

2005-02-25, 5:49 pm

What if you run the exact same script from the target machine, not the
source machine?

Thank You

George Cheng

Microsoft Application Center & Index Server Support

Note: This article has no warranties implicit or explicit.
All the content is given on the "as is" basis and the user
takes full responsibility for its use and assumption.
Microsoft Corporation Copyright 2004
All Rights Reserved

--------------------
Reply-To: "Nathan" <caseynathan@hotmail.com>
From: "Nathan" <caseynathan@hotmail.com>
References: <uaUcOlSGFHA.1084@tk2msftngp13.phx.gbl>
<nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl>
<OCc0P7SGFHA.3472@TK2MSFTNGP09.phx.gbl>
<9rxcFfsGFHA.400@TK2MSFTNGXA02.phx.gbl>
Subject: Re: Help: Deploying a website outside the current cluster
Date: Thu, 24 Feb 2005 15:56:38 -0800
Lines: 88
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <OP8h9xsGFHA.2752@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.applicationcenter.setup
NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4871
X-Tomcat-NG: microsoft.public.applicationcenter.setup

Nothing is being deployed. I am getting the following error:
2/24/2005 3:51:09 PM SC-IISDEV 5031

Application Center
Source: Replication Session

**************************
Authentication failed while trying to connect to the target
server sc-intra during session Thu Feb 24 15:51:00 2005
and job SC-IISDEVX1109289060X137084X1adbad0. Status is
0x80070005 Access is denied.

*****************************

The script:
AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
/APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:**
/TARGETUSER:sonoma_domain\administrator /TARGETPASSWORD:***


I have tried the targer user with local and domain administrator.
Thanks
Nathan










""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:9rxcFfsGFHA.400@TK2MSFTNGXA02.phx.gbl...
> Is anything getting transferred? Are you getting any replication errors
> in
> the event viewer?
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> Reply-To: "Nathan" <caseynathan@hotmail.com>
> From: "Nathan" <caseynathan@hotmail.com>
> References: <uaUcOlSGFHA.1084@tk2msftngp13.phx.gbl>
> <nODpyxSGFHA.3112@TK2MSFTNGXA02.phx.gbl>
> Subject: Re: Help: Deploying a website outside the current cluster
> Date: Tue, 22 Feb 2005 14:35:26 -0800
> Lines: 88
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID: <OCc0P7SGFHA.3472@TK2MSFTNGP09.phx.gbl>
> Newsgroups: microsoft.public.applicationcenter.setup
> NNTP-Posting-Host: 209-77-204-212.sonoma-county.org 209.77.204.212
> Path:
>

TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP0
> 9.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.applicationcenter.setup:4865
> X-Tomcat-NG: microsoft.public.applicationcenter.setup
>
> OK..I changed the batch file to match your example...
>
> AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> /APPNAME:test /SOURCEUSER:administrator /SOURCEPASSWORD:****
> /TARGETUSER:administrator /TARGETPASSWORD:****
>
> I am now getting a different error:
> C:\>deploy
>
> C:\>AC DEPLOY /START /SOURCE:sc-iisdev /TARGETS:sc-intra
> Application Center 2000 Command-Line Utility. (C) Copyright 2000
> Microsoft
> Co




Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com