microsoft.public.cmserver.general
  Home FAQ Contact Sign in
microsoft.public.cmserver.general only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  MCMS Site Deployment API         


Author: jrighteous
Date: May 14, 2008 15:04

Hi,

I'm currently trying to move a MCMS site from SP1a on a x86 server to
a x64 server with MCMS SP2 (and the database has been migrated to SQL
Server 2005).
I've installed the hotfix for KB913401 which relates to deployments
failing on databases migrated to SQL 2005, and this has allowed
exports to work via Site Manager.

However, the deployment script that replicates database content from
the authoring server to the production server does not work on the new
x64 SP2 box. For this line:
Set oDeployObject =
wscript.Createobject("CmsDeployServer.cmsDeployExport.1")

an error is returned:
Could not create object named "cmsDeployServer.CmsDeployExport.1"

My understanding is that this uses the COM deployment API, is there
something I need to do to setup the COM deployment API on the new
server? Could this be the result of files I am missing on the new box
or something I have neglected to install?
Show full article (0.95Kb)
6 Comments
  SQL 2005 BGP_MCMS Job Error         


Author: anthony.rafferty
Date: May 14, 2008 02:16

Hi All,

Long time reader first time poster.

Recently upgraded to MCMS SP2 from SP1a and changed back ed from SQL
2000 to 2005.

The SQL background processing job BGP-MCMS is now failing.

From Job History:
The job failed. The Job was invoked by User appdev. The last step to
run was step 2 (Purge content for deleted pages). The job was
requested to start at step 2 (Purge content for deleted pages).

The step that is failing is step 2 which I appears to be the execution
of an encrypted ms cms stored procedure bgp_DeleteDanglingPages

Error Message
"Unable to start execution of step 2 (reason: The job step contains
tokens. For SQL Server 2005 Service Pack 1 or later, you must use the
appropriate ESCAPE_xxx macro to update job steps containing tokens
before the job can run.). The step failed."
Show full article (1.04Kb)
no comments