Shahid Mujtaba
Guest
|
Posted:
Mon Jan 10, 2005 7:59 pm Post subject:
CmsDeployExport Exception Follow Up |
|
|
Overview:
I have implemented an interface to facilitate Incremental Export
Operation between Content Production & Production Servers. The
application first authenticates CMS by calling the AuthenticateAsUser
Method before any
export operation. The CMS is installed on Windows Server 2003 Machine
which is on another domain from that of application.
Scenario:
When i run the application from Windows XP Machine, it works fine but
when i run it from Windows Server 2003 Machine, the call to
AuthenticateAsUser produces the following COM Exception
{Illegal Characters in Path.}
I am not getting anywhere...please help
STEFAN your asked for complete StackTrace Information..you can see
below
I am still unable to solve this problem..any clues ??
Call Specification
*********************************************
Object Type: Client-Side CmsDeployExport Object
Class: CmsDeployExportClass
Method: AuthenticateAsUser(ServerURL, UserName, Password)
where ServerURL="http://IPAddress",
UserName="winnt://Domain/Login"
General Information
*********************************************
Additional Info:
ExceptionManager.MachineName: GNNETDEV
ExceptionManager.TimeStamp: 12/27/2004 4:31:04 PM
ExceptionManager.FullName:
Microsoft.ApplicationBlocks.ExceptionManagement,
Version=1.0.1473.25906, Culture=neutral, PublicKeyToken=null
ExceptionManager.AppDomainName:
/LM/W3SVC/1/Root/Admin-1-127485989566112335
ExceptionManager.ThreadIdentity: gnnet-test0\Administrator
ExceptionManager.WindowsIdentity: gnnet-test0\Administrator
1) Exception Information
*********************************************
Exception Type: System.Exception
Message: Illegal characters in path.
TargetSite: Void PushCms()
HelpLink: NULL
Source: Admin
StackTrace Information
*********************************************
at Geopaq.GnNetcom.ExportCMS.PushCms() in
c:\inetpub\wwwroot\admin\exportcms.aspx.cs:line 240
2) Exception Information
*********************************************
Exception Type: System.Runtime.InteropServices.COMException
ErrorCode: -2147467259
Message: Illegal characters in path.
TargetSite: Void AuthenticateAsUser(System.String, System.String,
System.String)
HelpLink: NULL
Source: AEJavaProxy
StackTrace Information
*********************************************
at SITEDEPLOYCLIENTLib.CmsDeployExportClass.AuthenticateAsUser(String
strServerUrl, String strUserName, String strPassword)
at Geopaq.GnNetcom.ExportCMS.PushCms() in
c:\inetpub\wwwroot\admin\exportcms.aspx.cs:line 222 |
|
Stefan [MSFT]
Guest
|
Posted:
Mon Jan 10, 2005 9:41 pm Post subject:
Re: CmsDeployExport Exception Follow Up |
|
|
Hi Shahid,
please debug the code and check the parameters given to the
AuthenticateAsUser method.
Cheers,
Stefan.
"Shahid Mujtaba" <shahidmujtaba@hotmail.com> wrote in message
news:963c544e.0501100559.51c45c25@posting.google.com...
| Quote: | Overview:
I have implemented an interface to facilitate Incremental Export
Operation between Content Production & Production Servers. The
application first authenticates CMS by calling the AuthenticateAsUser
Method before any
export operation. The CMS is installed on Windows Server 2003 Machine
which is on another domain from that of application.
Scenario:
When i run the application from Windows XP Machine, it works fine but
when i run it from Windows Server 2003 Machine, the call to
AuthenticateAsUser produces the following COM Exception
{Illegal Characters in Path.}
I am not getting anywhere...please help
STEFAN your asked for complete StackTrace Information..you can see
below
I am still unable to solve this problem..any clues ??
Call Specification
*********************************************
Object Type: Client-Side CmsDeployExport Object
Class: CmsDeployExportClass
Method: AuthenticateAsUser(ServerURL, UserName, Password)
where ServerURL="http://IPAddress",
UserName="winnt://Domain/Login"
General Information
*********************************************
Additional Info:
ExceptionManager.MachineName: GNNETDEV
ExceptionManager.TimeStamp: 12/27/2004 4:31:04 PM
ExceptionManager.FullName:
Microsoft.ApplicationBlocks.ExceptionManagement,
Version=1.0.1473.25906, Culture=neutral, PublicKeyToken=null
ExceptionManager.AppDomainName:
/LM/W3SVC/1/Root/Admin-1-127485989566112335
ExceptionManager.ThreadIdentity: gnnet-test0\Administrator
ExceptionManager.WindowsIdentity: gnnet-test0\Administrator
1) Exception Information
*********************************************
Exception Type: System.Exception
Message: Illegal characters in path.
TargetSite: Void PushCms()
HelpLink: NULL
Source: Admin
StackTrace Information
*********************************************
at Geopaq.GnNetcom.ExportCMS.PushCms() in
c:\inetpub\wwwroot\admin\exportcms.aspx.cs:line 240
2) Exception Information
*********************************************
Exception Type: System.Runtime.InteropServices.COMException
ErrorCode: -2147467259
Message: Illegal characters in path.
TargetSite: Void AuthenticateAsUser(System.String, System.String,
System.String)
HelpLink: NULL
Source: AEJavaProxy
StackTrace Information
*********************************************
at SITEDEPLOYCLIENTLib.CmsDeployExportClass.AuthenticateAsUser(String
strServerUrl, String strUserName, String strPassword)
at Geopaq.GnNetcom.ExportCMS.PushCms() in
c:\inetpub\wwwroot\admin\exportcms.aspx.cs:line 222 |
|
|