| Madhur Joshi 2006-08-18, 1:25 pm |
| The root cause of your problem is the errors you saw during unpacking.
Try the following:
Open the Commerce Server Manager MMC
Delete the Profiles Global Resource:
"Profiles(CS2007-SQL2005_CSharpSite_profiles)"
You may first need to delete any site resources that reference this
resource.
You should also drop the database that this resource points to
(probably called csharpsite_profiles).
Then run the site packager on CSharp.pup and select add resource to an
existing site.
Then add a Profiles resource to your site.
If there are no errors, you should be ready to run the Customer and Orders
Manager application.
Hope that helps,
madhur
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation.
All rights reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Please reply to the newsgroups only.
--------------------
Thread-Topic: Biz Data Service resource error
thread-index: AcbCDoPTwYIg1gvKQRefIASRk2UOrQ==
X-WBNR-Posting-Host: 84.19.133.50
From: =?Utf-8?B?RnJlZHJpaw==?= <Fredrik@discussions.microsoft.com>
Subject: Biz Data Service resource error
Date: Thu, 17 Aug 2006 08:05:02 -0700
I have installed Commerce Server 2007 and am getting an error when trying
to
start the Customer and Orders Manager application.
The error message in the Event Viewer is:
The module 'CommerceProfileModule' depends on the site resource 'Biz Data
Service' which does not exist in the Commerce Server administration
database.
During the unpacking of the CSharp site I got these errors in the log file
(which seem to relate to the message above):
Failed to execute method CreateServiceConfig
A resource with this name already exists
Profiles(CS2007-SQL2005_CSharpSite_profiles)
Group Admin object failed to create resource
Profiles(CS2007-SQL2005_CSharpSite_profiles) of type MSCS_BizDataStore
[16:53:47] Error creating ref resource Biz Data Service for (Add new global
resource) 80020009:Method '~' of object '~' failed
Is there a way to fix this problem without reinstalling Commerce Server
2007?
|