09 November 2006

Commerce Server: Failed to get the connection string of the product catalog resource for the specified site.

If you get this exception when loading a CSAdmin web service it is likely that the AppPool's identity does not have access to the MSCS_Admin database.  Give the identity access to the databases and you should be good.

 

System.Web.Services.Protocols.SoapException: An error occurred creating the configuration section handler for CommerceServer/catalogWebService: Failed to get the connection string of the product catalog resource for the specified site. (C:\WebSites\CSAdmin\CatalogWebService\web.config line 51) ---> Microsoft.CommerceServer.ServerFaultException: An error occurred creating the configuration section handler for CommerceServer/catalogWebService: Failed to get the connection string of the product catalog resource for the specified site. (C:\WebSites\CSAdmin\CatalogWebService\web.config line 51)

   --- End of inner exception stack trace ---

   at Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.PropagateOrLogException(Exception except)

   at Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.Initialize()

   at Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.get_CatalogExecutionContext()

   at Microsoft.CommerceServer.Catalog.WebService.CatalogWebService..ctor()

 

Filed under: ,
 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Heman said:

I am running commerce server 2007 on windows xp and getting the same problem. There are no application pools on windows xp. how do i do that in windows xp???

please help....

15 May 08 at 2:28 AM
# Adam Roderick said:

On Windows XP one option is to give your ASP_NET process access to the database.  A better approach would be to have the web app impersonate a user that has access to the database.  You can set this user up in the <identity> tag in the web.config.  

Read more here: http://msdn.microsoft.com/en-us/library/72wdk8cc.aspx

12 November 08 at 6:37 PM

Leave a Comment

Comment Policy: No HTML allowed. URIs and line breaks are converted automatically. Your e–mail address will not show up on any public page.

(required) 
(optional)
(required) 

  
Enter Code Here: Required
Page view tracker