SITEDEPLOYSERVERLib.ICmsDeployImport failed
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > SITEDEPLOYSERVERLib.ICmsDeployImport failed




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    SITEDEPLOYSERVERLib.ICmsDeployImport failed  
jens


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:46 PM

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





[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:46 PM

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...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
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







[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
jens


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:47 PM

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...
a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...nagement+Server
> 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 
>
>
>





[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
jens


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:47 PM

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...
a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...nagement+Server
> 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 
>
>
>





[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:47 PM

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/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"jens" <jens@discussions.microsoft.com> wrote in message
news:5D00057C-D1D7-4153-BA71-661FEBB84C1E@microsoft.com...[vbcol=seagreen]
> 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:
> 
registration in[vbcol=seagreen] 
rights.[vbcol=seagreen] 
http://download.microsoft.com/downl...
+Server[vbcol=seagreen] 
service.[vbcol=seagreen] 
be[vbcol=seagreen] 
information[vbcol=seagreen] 
Debugging[vbcol=seagreen] 
Importapp[vbcol=seagreen] 
SITEDEPLOYSERVERLib.CmsDeployImportClass. AuthenticateAsUser(String[vbcol=seagreen
] 
import[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 12:47 PM

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/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"jens" <jens@discussions.microsoft.com> wrote in message
news:F4908BCC-0CAD-44F4-B6DB-FA7D8DE7C98B@microsoft.com...
> Strange behaviour: If use start the service as local admin (before for
month[vbcol=seagreen]
> local user), the import succeeds ..
>
> Could this still be a problem of registration?
>
> jens
>
> "Stefan [MSFT]" wrote:
> 
registration in[vbcol=seagreen] 
rights.[vbcol=seagreen] 
http://download.microsoft.com/downl...
+Server[vbcol=seagreen] 
service.[vbcol=seagreen] 
be[vbcol=seagreen] 
information[vbcol=seagreen] 
Debugging[vbcol=seagreen] 
Importapp[vbcol=seagreen] 
SITEDEPLOYSERVERLib.CmsDeployImportClass. AuthenticateAsUser(String[vbcol=seagreen
] 
import[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Jens


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 12:47 PM

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 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Jens


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 12:47 PM

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 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: SITEDEPLOYSERVERLib.ICmsDeployImport failed  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 12:47 PM

Hi Jens,

then please either reinstall MCMS or open a support case.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Jens" <anonymous@discussions.microsoft.com> wrote in message
news:08eb01c4b684$ed3a8470$a601280a@phx.gbl...[vbcol=seagreen]
> Hi,
>
> the user hase all rights (which haven't been changed). You
> could log on and start the site manager ...
>
> Please help
> jens
> 
> password is expired. 
> confers no rights. 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> x? ProductDropDownList=Content+Management+S
erver 
> 859.aspx 
> admin (before for 
> object 
> component using 
> and confers no 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> x? ProductDropDownList=Content+Management+S
erver 
> http://blogs.msdn.com/stefan_gossne.../2003/12/07/418
> 59.aspx 
> message 
> D7F81286F089@microsoft.com... 
> sdo's via a 
> weekend the import 
> Runtime ) cannot 
> necessary registry 
> computer. The 
> version 1.0.3705.288- 
> Language Runtime 
> that could not be 
> myFirmCms.CommonServices.Exceptions.ContentDeploymentExcept
> ion: 
> 10/16/2004 10:09:03 
> interface 
> r(String 
> AUACms.MCMSContentDeployment.ContentImport.ImportSDOs() in 
>  C:\Inetpub\wwwroot\AUACms\MCMSContentDep
loyment\Import.vb:l
> ine 67 
> (sMCMSAdminAccount, 
> Accoutn doing the 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:35 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register