|
Home > Archive > Microsoft Content Management Server > October 2004 > SITEDEPLOYSERVERLib.ICmsDeployImport failed
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 |
SITEDEPLOYSERVERLib.ICmsDeployImport failed
|
|
|
| We have MCMS2002Sp1a on W2000SP4 running and import sdo's via a service. The
service has run for month without an error. This weekend the import stopped
with an .net-ex:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. The following
information is part of the event: .NET Runtime version 1.0.3705.288-
mcmscontentdeploymentimportservice.exe - Common Language Runtime Debugging
Services: Application has generated an exception that could not be handled.
Process id=0x218 (536), Thread id=0x780 (1920).
Click OK to terminate the application.
Click CANCEL to debug the application..
It did not recover:
myFirmCms.CommonServices.Exceptions.ContentDeploymentException: Importapp
could not authenticate as configured user at 10/16/2004 10:09:03
AM.System.InvalidCastException: QueryInterface for interface
SITEDEPLOYSERVERLib.ICmsDeployImport failed.
at SITEDEPLOYSERVERLib.CmsDeployImportClass.AuthenticateAsUser(String
strUserName, String strPassword)
at AUACms.MCMSContentDeployment.ContentImport.ImportSDOs() in
C:\Inetpub\wwwroot\AUACms\MCMSContentDep
loyment\Import.vb:line 67
Line 67 calls "oMCMSDeployImport.AuthenticateAsUser(sMCMSAdminAccount,
sMCMSAdminPassword)"
Restartet the server, other .net app run fine, Accoutn doing the import has
all rights...
any ideas?!
Help very appriciated
jens
| |
| Stefan [MSFT] 2004-10-18, 7:46 am |
| Hi Jens,
query interface failed seems to indicate that the COM object registration in
the registry is corrupt.
Try to manually refresh this by reregistering the COM component using
regsvr32 SITEDEPLOYSERVER.dll
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"jens" <jens@discussions.microsoft.com> wrote in message
news:BD4203FF-F4B8-43E9-8616-D7F81286F089@microsoft.com...
> We have MCMS2002Sp1a on W2000SP4 running and import sdo's via a service.
The
> service has run for month without an error. This weekend the import
stopped
> with an .net-ex:
>
> The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
> found. The local computer may not have the necessary registry information
or
> message DLL files to display messages from a remote computer. The
following
> information is part of the event: .NET Runtime version 1.0.3705.288-
> mcmscontentdeploymentimportservice.exe - Common Language Runtime Debugging
> Services: Application has generated an exception that could not be
handled.
>
> Process id=0x218 (536), Thread id=0x780 (1920).
>
> Click OK to terminate the application.
> Click CANCEL to debug the application..
>
> It did not recover:
> myFirmCms.CommonServices.Exceptions.ContentDeploymentException: Importapp
> could not authenticate as configured user at 10/16/2004 10:09:03
> AM.System.InvalidCastException: QueryInterface for interface
> SITEDEPLOYSERVERLib.ICmsDeployImport failed.
> at SITEDEPLOYSERVERLib.CmsDeployImportClass.AuthenticateAsUser(String
> strUserName, String strPassword)
> at AUACms.MCMSContentDeployment.ContentImport.ImportSDOs() in
> C:\Inetpub\wwwroot\AUACms\MCMSContentDep
loyment\Import.vb:line 67
>
> Line 67 calls "oMCMSDeployImport.AuthenticateAsUser(sMCMSAdminAccount,
> sMCMSAdminPassword)"
>
> Restartet the server, other .net app run fine, Accoutn doing the import
has
> all rights...
>
> any ideas?!
> Help very appriciated
> jens
| |
|
| Hi Stefan,
there is no sitedeployserver.dll in the app-Dir only
Interop.SITEDEPLOYSERVERLib.dll. This dll cant be registered.
Sitedeployserver.dll could only be found in the mcms-Dir.
Any suggestions?
jens
"Stefan [MSFT]" wrote:
> Hi Jens,
>
> query interface failed seems to indicate that the COM object registration in
> the registry is corrupt.
> Try to manually refresh this by reregistering the COM component using
>
> regsvr32 SITEDEPLOYSERVER.dll
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "jens" <jens@discussions.microsoft.com> wrote in message
> news:BD4203FF-F4B8-43E9-8616-D7F81286F089@microsoft.com...
> The
> stopped
> or
> following
> handled.
> has
>
>
>
| |
|
| Strange behaviour: If use start the service as local admin (before for month
local user), the import succeeds ..
Could this still be a problem of registration?
jens
"Stefan [MSFT]" wrote:
> Hi Jens,
>
> query interface failed seems to indicate that the COM object registration in
> the registry is corrupt.
> Try to manually refresh this by reregistering the COM component using
>
> regsvr32 SITEDEPLOYSERVER.dll
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "jens" <jens@discussions.microsoft.com> wrote in message
> news:BD4203FF-F4B8-43E9-8616-D7F81286F089@microsoft.com...
> The
> stopped
> or
> following
> handled.
> has
>
>
>
| |
|
|
|
|
|
| Reregistering
NRSiteDeployServer.dll did not change the behaviour. The
account has all necessary rights (and they have been
changed before the error occured)
Please help
Jens
>-----Original Message-----
>Hi Jens,
>
>not in the app directory!
>In the MCMS install directory!
>Here:
>\Program Files\Microsoft Content Management
>Server\Server\bin\NRSiteDeployServer.dll
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...les/Default.asp
x? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...e/2003/12/07/41
859.aspx
>--------------------------------
>
>
>"jens" <jens@discussions.microsoft.com> wrote in message
>news:5D00057C-D1D7-4153-BA71-661FEBB84C1E@microsoft.com...
registered.[vbcol=seagreen]
Dir.[vbcol=seagreen]
object[vbcol=seagreen]
>registration in
component using[vbcol=seagreen]
and confers no[vbcol=seagreen]
>rights.
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>http://www.gotdotnet.com/community/...les/Default.asp
x? ProductDropDownList=Content+Management+S
erver
http://blogs.msdn.com/stefan_gossne.../2003/12/07/418
59.aspx[vbcol=seagreen]
message[vbcol=seagreen]
D7F81286F089@microsoft.com...[vbcol=seagreen]
sdo's via a[vbcol=seagreen]
>service.
weekend the import[vbcol=seagreen]
Runtime ) cannot[vbcol=seagreen]
>be
necessary registry[vbcol=seagreen]
>information
computer. The[vbcol=seagreen]
version 1.0.3705.288-[vbcol=seagreen]
Language Runtime[vbcol=seagreen]
>Debugging
that could not be[vbcol=seagreen]
myFirmCms.CommonServices.Exceptions.ContentDeploymentExcept
ion:[vbcol=seagreen]
>Importapp
10/16/2004 10:09:03[vbcol=seagreen]
interface[vbcol=seagreen]
>SITEDEPLOYSERVERLib.CmsDeployImportClass.AuthenticateAsUse
r(String
AUACms.MCMSContentDeployment.ContentImport.ImportSDOs() in[vbcol=seagreen]
C:\Inetpub\wwwroot\AUACms\MCMSContentDep
loyment\Import.vb:l
ine 67[vbcol=seagreen]
(sMCMSAdminAccount,[vbcol=seagreen]
Accoutn doing the[vbcol=seagreen]
>import
>
>
>.
>
| |
|
| Hi,
the user hase all rights (which haven't been changed). You
could log on and start the site manager ...
Please help
jens
>-----Original Message-----
>Hi Jens,
>
>no. It seems the other users is missing some priviledges.
>Please try to login locally with this user. Maybe the
password is expired.
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...les/Default.asp
x? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...e/2003/12/07/41
859.aspx
>--------------------------------
>
>
>"jens" <jens@discussions.microsoft.com> wrote in message
>news:F4908BCC-0CAD-44F4-B6DB-FA7D8DE7C98B@microsoft.com...
admin (before for[vbcol=seagreen]
>month
object[vbcol=seagreen]
>registration in
component using[vbcol=seagreen]
and confers no[vbcol=seagreen]
>rights.
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen]
>http://www.gotdotnet.com/community/...les/Default.asp
x? ProductDropDownList=Content+Management+S
erver
http://blogs.msdn.com/stefan_gossne.../2003/12/07/418
59.aspx[vbcol=seagreen]
message[vbcol=seagreen]
D7F81286F089@microsoft.com...[vbcol=seagreen]
sdo's via a[vbcol=seagreen]
>service.
weekend the import[vbcol=seagreen]
Runtime ) cannot[vbcol=seagreen]
>be
necessary registry[vbcol=seagreen]
>information
computer. The[vbcol=seagreen]
version 1.0.3705.288-[vbcol=seagreen]
Language Runtime[vbcol=seagreen]
>Debugging
that could not be[vbcol=seagreen]
myFirmCms.CommonServices.Exceptions.ContentDeploymentExcept
ion:[vbcol=seagreen]
>Importapp
10/16/2004 10:09:03[vbcol=seagreen]
interface[vbcol=seagreen]
>SITEDEPLOYSERVERLib.CmsDeployImportClass.AuthenticateAsUse
r(String
AUACms.MCMSContentDeployment.ContentImport.ImportSDOs() in[vbcol=seagreen]
C:\Inetpub\wwwroot\AUACms\MCMSContentDep
loyment\Import.vb:l
ine 67[vbcol=seagreen]
(sMCMSAdminAccount,[vbcol=seagreen]
Accoutn doing the[vbcol=seagreen]
>import
>
>
>.
>
| |
|
|
|
|
|