|
Home > Archive > Microsoft Content Management Server > July 2007 > CMS 2002 Client-Side CmsDeployImport Object - (504) Gateway Timeou
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 |
CMS 2002 Client-Side CmsDeployImport Object - (504) Gateway Timeou
|
|
| SB Webmaster 2007-07-06, 7:18 pm |
| I use the Client-Side CmsDeployExport and Import Objects to synchrnoize my
CMS 2002 web sites. Recently, I have been receiving the following error on
the .SDO import part of the script: Error Number: -2146233079
Error Description: The remote server returned an error: (504) Gateway Timeout.
The script used to work without error, and now sometimes errors:
Set objClientImport = CreateObject("CmsDeployClient.CmsDeployImport.1")
objClientImport.AuthenticateAsCurrentUser("http://www.SantaBarbaraCA.gov")
Call objClientImport.Import(strSDOFile)
The .SDO file is 100,163 KBytes.
| |
| Stefan Goßner [MSFT] 2007-07-09, 7:16 am |
| Hi,
this is a problem reported from a proxy server.
The proxy server seems to have a too small timeout value.
Cheers,
Stefan
"SB Webmaster" <SBWebmaster@discussions.microsoft.com> wrote in message
news:483F709C-828B-4ECD-84DE-0627E3CF4BAE@microsoft.com...
>I use the Client-Side CmsDeployExport and Import Objects to synchrnoize my
> CMS 2002 web sites. Recently, I have been receiving the following error on
> the .SDO import part of the script: Error Number: -2146233079
> Error Description: The remote server returned an error: (504) Gateway
> Timeout.
>
> The script used to work without error, and now sometimes errors:
> Set objClientImport = CreateObject("CmsDeployClient.CmsDeployImport.1")
> objClientImport.AuthenticateAsCurrentUser("http://www.SantaBarbaraCA.gov")
> Call objClientImport.Import(strSDOFile)
>
> The .SDO file is 100,163 KBytes.
|
|
|
|
|