Archive for June 2008

To open to customer and order manager tool, you should install SSL certificate on web server and SSL secure channel should be enable in profile and order virtual directories. You can use SelfSSL tool to create SSL certificate. SelfSSL.exe is part IIS 6.0 resource kit tools and you can download it from Microsoft site.

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/993a8a36-5761-448f-889e-9ae58d072c09.mspx

If you don’t want to install SSL, then there is a trick to do that.

  1. Open “CustomerAndOrdersManager.exe.config” file located in  “C:Program FilesMicrosoft Commerce Server 2007Business User Applications” folder.
  2. Go to Configuration -> ApplicationSettlings -> Microsoft.CommerceServer.UI.CustomerAndOrdersManager.Properties.Settings -> AllowHTTP setting.
  3. Change value from “False” to “True”.
  4. Now your “Customer & Order manager” tool  will not ask for HTTPS to connect to profile and order subsystem.

Related Articles


If you like this post, please click on our sponsor advertisement.


You may get below error while installing commerce server SP2 on a virgin windows 2008 machine.

 

“None of the products that are addressed by this software update are installed on this computer. Click cancel to exit setup”

 

You will get this error when you are trying to install commerce server 2007 SP2 on a virgin/new machine. To avoid this error you should install commerce server 2007 before installing commerce server 2007 SP2.

Related Articles


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.

Related Articles


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.

Related Articles


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.

Related Articles


If you like this post, please click on our sponsor advertisement.


Follow me on Google+
Add to circles

In 0 people's circles

Sign up for Newsletter