Error with CmsDeployClient.CmsDeployImport.1
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 > Error with CmsDeployClient.CmsDeployImport.1




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

    Error with CmsDeployClient.CmsDeployImport.1  
Björn Bur


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


 
07-28-04 11:09 PM

hello all,

i tried to create a automatic export and import script in vbscript. i
received some code from a colleague which creates an object of
"CmsDeployClient.CmsDeployImport.1"-type. when i run this script i get an
error:

could not create object named "CmsDeployClient.CmsDeployImport.1".

any ideas?

björn







[ Post a follow-up to this message ]



    Re: Error with CmsDeployClient.CmsDeployImport.1  
Angus Logan


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


 
07-28-04 11:09 PM

Hi Bjorn,

Are you running script on a machine with CMS installed?

If so I would recommend reinstalling CMS as it seems that one of the DLL's
has not been registered correctly.

Regards
--
 ________________________________________


Angus Logan  (MCAD/MCDBA/MCP)
Lead Software Developer
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
 ________________________________________


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:evXGiRwcEHA.560@TK2MSFTNGP10.phx.gbl...
> hello all,
>
> i tried to create a automatic export and import script in vbscript. i
> received some code from a colleague which creates an object of
> "CmsDeployClient.CmsDeployImport.1"-type. when i run this script i get an
> error:
>
> could not create object named "CmsDeployClient.CmsDeployImport.1".
>
> any ideas?
>
> björn
>
>







[ Post a follow-up to this message ]



    Re: Error with CmsDeployClient.CmsDeployImport.1  
Stefan [MSFT]


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


 
07-28-04 11:09 PM

Hi Björn,

you need to ensure that SiteManager is installed on the box where you are
running this script.

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


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:evXGiRwcEHA.560@TK2MSFTNGP10.phx.gbl...
> hello all,
>
> i tried to create a automatic export and import script in vbscript. i
> received some code from a colleague which creates an object of
> "CmsDeployClient.CmsDeployImport.1"-type. when i run this script i get an
> error:
>
> could not create object named "CmsDeployClient.CmsDeployImport.1".
>
> any ideas?
>
> björn
>
>







[ Post a follow-up to this message ]



    Re: Error with CmsDeployClient.CmsDeployImport.1  
Björn Bur


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


 
07-28-04 11:09 PM

hi stefan,

sitemanager is installed...the strange thing is also, that i can make a
reference in visual studio in the "MSCMS Site Deployment (Client-side)" (in
my opinion it's the same as CmsDeployClient.CmsDeployImport.1 but when i try
to work with it:

SITEDEPLOYCLIENTLib.CmsDeployImportClass deployImportClient = new
SITEDEPLOYCLIENTLib.CmsDeployImportClass();

i get the following error:

The specified module could not be found

any ideas??

björn

p.s. i tried this on 3 different machines on all of them cms is installed
with sitemanager and sp1...(but also 2 hotfixes -> 817925 & 824597) could
that be the problem?


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uNpO$zwcEHA.556@tk2msftngp13.phx.gbl...
> Hi Björn,
>
> you need to ensure that SiteManager is installed on the box where you are
> running this script.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> MCMS FAQ:
>

> MCMS Blog: [url]http://blogs.msdn.com/stefan_gossner/category/4983.aspx" target="_blank">http://download.microsoft.com/downl...egory/4983.aspx
> MCMS Sample Code:
>
http://www.gotdotnet.com/community/...
+Server
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Björn Bur" <bjoernbur@hotmail.com> wrote in message
> news:evXGiRwcEHA.560@TK2MSFTNGP10.phx.gbl... 
an[vbcol=seagreen] 
>
>







[ Post a follow-up to this message ]



    Re: Error with CmsDeployClient.CmsDeployImport.1  
Stefan [MSFT]


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


 
07-28-04 11:09 PM

Hi Björn,

this indicates that the files are not corretly registered in COM.
Please try to reregister this file using regsvr32.

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


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:uYoQAAxcEHA.3096@tk2msftngp13.phx.gbl...
> hi stefan,
>
> sitemanager is installed...the strange thing is also, that i can make a
> reference in visual studio in the "MSCMS Site Deployment (Client-side)"
(in
> my opinion it's the same as CmsDeployClient.CmsDeployImport.1 but when i
try
> to work with it:
>
> SITEDEPLOYCLIENTLib.CmsDeployImportClass deployImportClient = new
> SITEDEPLOYCLIENTLib.CmsDeployImportClass();
>
> i get the following error:
>
> The specified module could not be found
>
> any ideas??
>
> björn
>
> p.s. i tried this on 3 different machines on all of them cms is installed
> with sitemanager and sp1...(but also 2 hotfixes -> 817925 & 824597) could
> that be the problem?
>
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:uNpO$zwcEHA.556@tk2msftngp13.phx.gbl... 
are[vbcol=seagreen] 
> rights. 
>
 
>
[url]http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management
+Server" target="_blank">http://download.microsoft.com/downl...
+Server 
> an 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:18 AM.      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