Posts Tagged ‘Ravi Kanth’
When an attempt was made to upgrade a commerce server 2002 site to commerce server 2007 site using upgrade wizard, we got following error.
exception log – ‘C:Documents and Settingsad96357Local SettingsTemp4ExceptionOrders.log’, processing mode – ‘Standard’.
12:38:15: : Error: Exception thrown during Analyze phase of ‘Transactions’ component:
System.Runtime.InteropServices.COMException (0x8004E024): COM+ activation failed because the activation could not be completed in the specified amount of time. (Exception from HRESULT: 0x8004E024)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)
at Microsoft.CommerceServer.Migration.Orders.OrdersComponent.Microsoft.CommerceServer.Migration.ICSMigrationComponent.Analyze()
at Microsoft.CommerceServer.Internal.CS2007Upgrade.AnalyzePage.Analyze(ResourceContainer resContainer)
The solution for the above issue is to ensure the account running the wizard has appropriate permissions in transaction DB.
If you like this post, please click on our sponsor advertisement.
When an attempt was made to upgrade a commerce server 2002 site to commerce server 2007 site using upgrade wizard, we got following error.
exception log – ‘C:Documents and Settingsad96357Local SettingsTemp4ExceptionOrders.log’, processing mode – ‘Standard’.
12:38:15: : Error: Exception thrown during Analyze phase of ‘Transactions’ component:
System.Runtime.InteropServices.COMException (0x8004E024): COM+ activation failed because the activation could not be completed in the specified amount of time. (Exception from HRESULT: 0x8004E024)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)
at Microsoft.CommerceServer.Migration.Orders.OrdersComponent.Microsoft.CommerceServer.Migration.ICSMigrationComponent.Analyze()
at Microsoft.CommerceServer.Internal.CS2007Upgrade.AnalyzePage.Analyze(ResourceContainer resContainer)
The solution for the above issue is to ensure the account running the wizard has appropriate permissions in transaction DB.
If you like this post, please click on our sponsor advertisement.
When I try to get an address profile object from the commerce server profile system, I used to get following error.
{“The requested profile could not be retrieved because the key name provided does not exist or is not an indexed property. The profile type is ‘Address’. The key name provided is ‘GeneralInfo.first_name’.”}
Commerce server can search on the entries which are unique, primary keys. Since firstname is not primary or unique key in my schema, I was getting this error. To make my application work, I made first name as unique key.
Note: You may not see your code working unless you perform IISReset.
If you like this post, please click on our sponsor advertisement.
