Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Commerce Server General > CS2007 web serv...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 2379 of 2446
Post > Topic >>

CS2007 web services suddenly stopped working.........

by krish <itisshiva@[EMAIL PROTECTED] > Sep 18, 2007 at 06:22 AM

Hi,

I am getting the following error on unpacking ( and previously
unpacked versions) in the developer edition of commerce server 2007.
The web services (catalog,order,marketing and profile) were working
perfectly well 2 month back and i was able to access them in IE and
bussinessdesk.
I have unpacked an pup package and  after unpacking i have the
following application and webservices:
CSDemoSite
CSDemoSiteCatalogWebService
CSDemoSiteMarketingWebService
CSDemoSiteOrdersWebService
CSDemoSiteProfilesWebService



Now when i try to access the webservices in Bussiness desk i get the
following error :-
 catalog webservice is unavailable.
 I checked vinayakas post and the permissions are in place for the
catalog web service to run.

If i access the webservices in IE i get the following error:-

Pipelines: The PCF file 'c:\inetpub\wwwroot\CSDemoSiteCatalogWebService
\pipelines\basket.pcf' does not exist
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: Microsoft.CommerceServer.Runtime.CommerceException:
Pipelines: The PCF file 'c:\inetpub\wwwroot\CSDemoSiteCatalogWebService
\pipelines\basket.pcf' does not exist

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.

Stack Trace:


[CommerceException: Pipelines: The PCF file 'c:\inetpub\wwwroot
\CSDemoSiteCatalogWebService\pipelines\basket.pcf' does not exist]
 
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.BuildPipesCollection()
+846
 
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeApplication()
+216
 
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpApplication
appInstance) +89
   System.Web.HttpApplication.InitModulesCommon() +66
   System.Web.HttpApplication.InitInternal(HttpContext context,
HttpApplicationState state, MethodInfo[] handlers) +814
 
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext
context) +243
 
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +106
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+340

When you unpack an applictaion by default no pipeline folder is
present in any of the web service folder.
To mitigate this i copied the pipeline folder from the Application
site folder and put it in CSDemoSitecatalogwebservice folder.
Upon doing so i get the following error:


AuthManager(CommerceServer): Error reading Commerce Server
administration database.  Check the AddressKeyName setting in the
CSApp.ini file for the site and ensure that it refers to the name of a
Commerce Server application that exists for the site. Site name:
'TestR3' **  Application name: 'CSDemoSiteCatalogWebService'  Auth
resource property: 's_SecureHostname'  HRESULT: 0x800A0CC1
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException:
AuthManager(CommerceServer): Error reading Commerce Server
administration database.  Check the AddressKeyName setting in the
CSApp.ini file for the site and ensure that it refers to the name of a
Commerce Server application that exists for the site. Site name:
'TestR3' ** Application name: 'CSDemoSiteCatalogWebService'  Auth
resource property: 's_SecureHostname'  HRESULT: 0x800A0CC1

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.

Stack Trace:


[COMException (0x800a0cc1): AuthManager(CommerceServer): Error reading
Commerce Server administration database.  Check the AddressKeyName
setting in the CSApp.ini file for the site and ensure that it refers
to the name of a Commerce Server application that exists for the site.
Site name: 'TestR3'  Application name: 'CSDemoSiteCatalogWebService'
Auth resource property: 's_SecureHostname'  HRESULT: 0x800A0CC1]
   Microsoft.CommerceServer.Interop.AuthManagerClass.Initialize(String
bstrSiteName) +0
 
Microsoft.CommerceServer.Runtime.CommerceContext.get_AuthManagerComClass()
+87
   Microsoft.CommerceServer.Runtime.AuthManager..ctor(String siteName,
DebugContext debugContext) +102
 
Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule.OnBeginRequest(Object
sender, EventArgs e) +102
 
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +64

 This is the same error i am getting while trying to access any of the
4 webservices.


I checked the CSApp.ini file of CSDemoSiteCatalogWebService and it has
the following information:
SiteName=CSDemoSite
AddressKeyName=CSDemoSiteCatalogWebService
RelativeURL=CSDemoSiteCatalogWebService
Path=c:\inetpub\wwwroot\CSDemoSiteCatalogWebService
AbsoluteURL=//<machineName>/CSDemoSiteCatalogWebService
PackagePath=path of the pup file

    * I also note that the time i had installed CS2007(dev edition
around Jan 2007) , the requirement was for windows server 2003 sp1,Sql
Server 2005 sp1. But now if i see the new installation guide ,it says
it requires WS2003 Sp2 ,Sql server 2005 sp2,and Ado .net hotfix.I
checked the m/c where dev edition is installed. It has been upgraded
from Windows server 2003 sp1 to WS2003 sp2 and Sql server 2005 sp1 to
Sql server 2005 sp2.                               This is the only
change i see from the application that was running 2 month back.
    * Is there any effect of Windows server Sp2 on  the functioning
of  Commerce server 2007 webservices?
    * Is there any effect of changing the password as i remember that
my password had expired and i was forced to change the password
recently. I am a member of the administrative group in the system.I
think the password change matters in CS2002 and not commerce server
2007.
    * Also how is the name of the site getting passed as
TestR3(another Commerce server 2007 site)  as the name of the site
when i am accessing different site(CSDemoSite)'s webservice.


Can somebody guide me as to what is going wrong?


** TestR3 is another CS 2007 application which is present.
 




 1 Posts in Topic:
CS2007 web services suddenly stopped working.........
krish <itisshiva@[EMAI  2007-09-18 06:22:45 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 16:26:21 CST 2008.