|
| Sorry, forgot to mention that I am using MCMS 2002 SP2.
"MarkH" wrote:
> I am experiencing an error when I run a MCMS .vbs script that exports from QA
> then imports to our Production servers. This script has been working without
> issue for about two years until recently.
>
> When I execute the script via command line I get the following error:
> D:\Program Files\Tools\MCMSProductionPush\mcmsprodu
ctionpush.vbs(233, 6)
> (ISOK File cmsdeploymentimpl.cpp, Line 230): The system cannot find the path
> specified.(3)
>
> Line 233 in the script is
> cmsDeployImport.AuthenticateAsCurrentUser("http:// dmiiis01node01:8082")
>
> When I browse http://dmiiis01node01:8082/mcms/sit...cmsxmlstub.aspx
> page on our production server I get the following error:
>
> System.Resources.MissingManifestResourceException: Could not find any
> resources appropriate for the specified culture (or the neutral culture) in
> the given assembly. Make sure
> "Microsoft.ContentManagement.SiteDeployment.SR.resources" was correctly
> embedded or linked into assembly
> "Microsoft.ContentManagement.SiteDeployment". baseName:
> Microsoft.ContentManagement.SiteDeployment.SR locationInfo: resource file
> name: Microsoft.ContentManagement.SiteDeployment.SR.resources assembly:
> Microsoft.ContentManagement.SiteDeployment, Version=5.0.1200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35 at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
> at System.Resources.ResourceManager.GetString(String name) at
> Microsoft.ContentManagement.SiteDeployment.SR.get_CannotModifySite() at
> Microsoft.ContentManagement.SiteDeployment.cmsxmlstub.Page_Load(Object
> sender, EventArgs e)
>
> The production environment is Windows 2003 Server STD Edition SP1, with two
> processors and hyperthreading enabled (I have installed Microsoft .Net
> Framework 1.1 Service Pack 1).
>
> I stepped through seven steps of the “Troubleshooting 500 server error” FAQ
> and did a network monitor capture, but because I can attach the .cap file to
> this post I will copy the http info. Below:
>
> GET /mcms/sitedeployment/cmsxmlstub.aspx HTTP/1.1
> Accept: */*
> Accept-Language: en-us
> Accept-Encoding: gzip, deflate
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
> 1.0.3705; .NET CLR 1.1.4322; InfoPath.1; Media Center PC 4.0; .NET CLR
> 2.0.50727)
> Host: dmiiis01node01:8082
> Connection: Keep-Alive
>
>
> HTTP/1.1 200 OK
> Cache-Control: private
> Content-Length: 1322
> Content-Type: text/html; charset=utf-8
> Server: Microsoft-IIS/6.0
> X-Powered-By: ASP.NET
> X-AspNet-Version: 1.1.4322
> Set-Cookie: ASP.NET_SessionId=zunelcb3cefypi55utsi2z45; path=/
> Date: Tue, 31 Jan 2006 22:51:42 GMT
>
> System.Resources.MissingManifestResourceException: Could not find any
> resources appropriate for the specified culture (or the neutral culture) in
> the given assembly. Make sure
> "Microsoft.ContentManagement.SiteDeployment.SR.resources" was correctly
> embedded or linked into assembly "Microsoft.ContentManagement.SiteDeployment".
> baseName: Microsoft.ContentManagement.SiteDeployment.SR locationInfo:
> <null> resource file name:
> Microsoft.ContentManagement.SiteDeployment.SR.resources assembly:
> Microsoft.ContentManagement.SiteDeployment, Version=5.0.1200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture, Boolean createIfNotExists, Boolean tryParents)
> at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture, Boolean createIfNotExists, Boolean tryParents)
> at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture, Boolean createIfNotExists, Boolean tryParents)
> at System.Resources.ResourceManager.GetString(String name, CultureInfo
> culture)
> at System.Resources.ResourceManager.GetString(String name)
> at Microsoft.ContentManagement.SiteDeployment.SR.get_CannotModifySite()
> at Microsoft.ContentManagement.SiteDeployment.cmsxmlstub.Page_Load(Object
> sender, EventArgs e)
>
> Thank you,
> Mark Harrison
|
|