|
Home > Archive > Microsoft Content Management Server > July 2004 > Error with CmsDeployClient.CmsDeployImport.1
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 |
Error with CmsDeployClient.CmsDeployImport.1
|
|
| Björn Bur 2004-07-28, 6: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
| |
| Angus Logan 2004-07-28, 6: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
>
>
| |
|
|
| Björn Bur 2004-07-28, 6: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:
>
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
> --------------------------------
>
>
> "Björn Bur" <bjoernbur@hotmail.com> wrote in message
> news:evXGiRwcEHA.560@TK2MSFTNGP10.phx.gbl...
an[vbcol=seagreen]
>
>
| |
| Stefan [MSFT] 2004-07-28, 6: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...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
--------------------------------
"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.
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>
http://www.gotdotnet.com/community/...t+S
erver
> an
>
>
|
|
|
|
|