| Mike Hennessy 2004-02-07, 9:36 am |
| Hi All,
I am working on developing a MSIB Solution here and one of the
developers encounters this error on their virtual machine instance
when trying to save a new or existing posting by clicking the 'Save':
Save Placeholder Failed
--------------------------------------------------------------------------------
Error Details:
Instantiation of ProfileBase class failed.
Here is the stack trace when trying to save a new page:
Invalid object name 'ResolutionProfile'.
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:
Invalid object name 'ResolutionProfile'.
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 (0x80040e37): Invalid object name 'ResolutionProfile'.]
Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.GetProfileByKey(String
bstrKeyMemberName, Object sValue, String bstrType, Boolean
bReturnError) +0
Microsoft.CommerceServer.Runtime.Profiles.Profile..ctor(ProfileContext
profileService, String keyName, String keyValue, String profileType)
+74
[CommerceProfileSystemException: Failed to retrieve profile.]
Microsoft.CommerceServer.Runtime.Profiles.Profile..ctor(ProfileContext
profileService, String keyName, String keyValue, String profileType)
+279
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext.GetProfile(String
keyName, String keyValue, String profileType) +183
Microsoft.Solutions.Framework.ProfileBase..ctor(String
propertyName, String propertyValue, String profileType, Boolean
createNew) +214
[AccountManagementException: Instantiation of ProfileBase class
failed.]
Microsoft.ContentManagement.Publishing.Channel.CreatePosting(Template
sourceTemplate) +231
Microsoft.ContentManagement.WebControls.ConsoleControls.AuthoringSaveNewAction.CreateNewPosting(Channel
channel, Posting posting) +173
Microsoft.ContentManagement.WebControls.ConsoleControls.AuthoringSaveNewAction.PerformActionBehavior()
+117
Microsoft.ContentManagement.WebControls.ConsoleControls.BasePostbackAction.RaisePostBackEvent(String
eventArgument) +36
System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+138
System.Web.UI.Page.ProcessRequestMain() +1247
Any help would be greatly appreciated.
|