Recent update: 2008-3-21
Hello list, I have a catalog with 2 languages. And a method to switch the Default language of the site between the two. So every aspect of the site works, the display of all the text, and even the display of teh catalogs. It switches with no problems so you can see the catalog items in either ...
Hi,when executing the DTS package to import data into the data warehouse database even though the process seems to be successful I get the following errors in the Event Log:Event Type: ErrorEvent Source: Commerce Server 2002Event Category: NoneEvent ID: 36911Date: 22/1/2007Time: 10:05:37User: ...
Hi all,I'm having a problem when a launch the Bizdesk in my application. It loads but the left navigation tree does not like correct (like if its missing the CSS styles).I checked the existence of CSS files, and they are on correct places.Any clue on this issue?Thanks in advance, and best ...
1044 byte By
Fizz71 at 2008-3-3
Since we moved our customer's website to a new server the site now gives the following message when entering the editor for a catalog and categories in the bizdesk for a CS 2000 site:Internet Explorer cannot open the Internet site file://C:/..yada yada...com%2080.hta.Operation aborted.It's ...
In the past few days the BizDesk has started behaving erratically. every few minutes, or when you try to save a change, it will restart and send you back to the welcome page. The only recent change to the IIS has been to seperate certain sites using the IIS Application Pool. I don't know if ...
Hi all,I am trying to make a new staging server from the development env.I tried with PUP files , but I failed....the PUP I got from DEV contains lots of errors on it.So I decided to travel trough long road./....Now I need to get catalogs from DEV to new sever ...when I extracted the Product ...
Hi!It seems that my static reports in BizDesk are failing to execute. When I click Run after selecting one of them, the Report Parameters window is launched but after I click "OK" without changing the settings I get the message "Report execution failed <name of the ...
Our site is built on the internatial retail2002 site using CS 2002 and ASP.NET. We've expirienced serious performance problems recently so it's about time to start taking advantage of the output caching functionality in ASP.NET.The strange thing is that when I add the following code at the ...
Hi all, Redmond and surrounding areas were hit bad by the recent storm. This is the 2nd day after the storm and there are still wide spread power outages that impacted a large number of the population. The storm impacted:Power (still out in many areas)Cable service (TV, Internet, and Phone ...
Hi,I'm having a problem when importing data from Commerce Server tables to the data warehouse. The Configuration synchronization task and the Web server log import task seem to work just fine but the Transaction data import task fails and I have the following error:Transaction DTS task : No ...
1044 byte By
Fizz71 at 2008-2-23
Since we moved our customer's website to a new server the site now gives the following message when entering the editor for a catalog and categories in the bizdesk for a CS 2000 site:Internet Explorer cannot open the Internet site file://C:/..yada yada...com%2080.hta.Operation aborted.It's ...
388 byte By
samj01 at 2008-2-22
Hi,On one particular computer we have, upon clicking the "Find Now" button on the catalog editor page nothing happens! Everything else seems to be working except for this.Is there any reason why this is happening and any ideas on how to fix it? I reformatted this particular machine ...
Our site is built on the internatial retail2002 site using CS 2002 and ASP.NET. We've expirienced serious performance problems recently so it's about time to start taking advantage of the output caching functionality in ASP.NET.The strange thing is that when I add the following code at the ...
1044 byte By
Fizz71 at 2008-2-21
Since we moved our customer's website to a new server the site now gives the following message when entering the editor for a catalog and categories in the bizdesk for a CS 2000 site:Internet Explorer cannot open the Internet site file://C:/..yada yada...com%2080.hta.Operation aborted.It's ...
Hi, I am not familiar in ASP , But i want to convert existing ASP based commerce server 2002 object code to asp.net . For Eg: Set mscsPage = Server.CreateObject("Commerce.Page")GetSiteName = mscsPage.VirtualDirectory How can i do it in Dotnet and which is the better way to do it. ...
Hi, I am new to Commerce server 2002. I am working on asp.net 2.0 and C# based shopping cart app , I want to interface with commerce server 2002 with few functionalities like Additem to basket and shipping , These places i want to use commerce server components and exisiting few developed ...
Hi, I have installed my business desk in two machines for testing,In that the profile search is working fine in one machine but not working in another machine,its not returning any profiles data.Have any one encountered these type of problem? I would be thankful if any one provide me the ...
Hi All, I need some help on Pipelines for the following scenario. We are using CS2002 When the user's order is packed for shipping some times due to difference in the inventory a part of an order cannot be fulfilled. In such cases we wanted to ship only the part of an order that is available. ...
I have a CS2002 with SP3 installation on Windows 2003 and SQL 2000. The commerce site is suddenly not starting up anymore, and I get the following error: Error: AuthManager(CommerceServer): SiteConfig: Property 's_AuthManager_EncryptionKey' , not found in Admin Database, for MS-Commerce-Site ...
515 byte By
Rachk at 2008-2-15
Hi, I have an application which uses asp.net 1.1 , commerce server 2002 and sql server 2000. We are migrating to asp.net2.0. So i need suggestions on how to decouple from the commerce server. I.e change web.config settings and make sure that the commerce server dependencies dont are ...
I want to look up some old questions I posted. Did they just get removed? I'm thinking of the forums that divided Commerce Server into section such as Catalog, Profile, General etc. Thanks,
I understand that Site Server Commerce is no longer supported by Microsoft. Nevertheless I am compelled to ask, can anyone help me to obtain the VCTurbo sample site files? Apparently, this was distributed with the Site Server Performance Kit. Thanks in advance.
HiHow to reflect discounts to the basket which is created through BizDesk?This's how I've tried....Basket basket=CommerceContext.Current.OrderSystem.GetBasket(new Guid(g));LineItem li=new ...
On my primary desktop machine, since daylight-savings time switch, my BizDesk client no longer returns any data whenever I do a "Profiles...Users...Find Now". I am still able to do "Profiles...Users...New", and "Organizations...Find Now", and "Order ...
1680 byte By
Diwa at 2008-2-14
We are facing an issue in designing a particular solution in Microsoft commerce server2002 Catalgos module. Each product can be under the combination of any of the following category1.Brand2.Type3.Pack The relation between the product and the categories are product to brand is 1:1product to ...
321 byte By
Aboehm at 2008-2-14
I have a CS 2002 SP2 install on Windows 2003 server without any SPs. I want to go to Windows Server 2003 SP2 and CS 2002 SP4. What order should I apply the patches in? Does one require the other to be there for proper operation? Does SP4 require SP3 to be installed first? Thank you, Anthony ...
HiHow to reflect discounts to the basket which is created through BizDesk?This's how we've tried....Basket basket=CommerceContext.Current.OrderSystem.GetBasket(new Guid(g));LineItem li=new ...
HiHow to reflect discounts to the basket which is created through BizDesk?This's how I've tried....Basket basket=CommerceContext.Current.OrderSystem.GetBasket(new Guid(g));LineItem li=new ...
3882 byte By
dmsy at 2008-2-12
Our commerce server 2002 application is logging a lot of error message in the eventlog. We wanted to use a new cookie encryption key, so we generated a new one through Commerce Server Manager. We have autocookie enabled and detectCookies="true". The error bellow happens to some of our ...
I am getting this error on Win 2003 with CS 2002 FP1 (dedicated server with a single commerce site running). I tried searching for this error but i found nothing specific to this SiteConfig Initialize. Anyone has any ideas why this is happening? Event Type: ErrorEvent Source: Commerce Server ...
I'm New to commerce server 2002. How to retrieve the discounts which is created through discount manager? Can't Able to locate the Discount Discount discount = (Discount) marketingContext.Campaigns.GetCampaign(discountApplicationRecord.DiscountId) Kindly Help me with sample code.. ...
339 byte By
GL2 at 2008-2-10
The data warehouse Order table is not getting populated when the Load DTS package is run. THis means the OrderEvents cube is also empty. I understand the Report Preparation DTS Task within the Load DTS package is supposed to populate the OrederEvents cube. NO errors are generated. Does anyone ...
463 byte By
TimP. at 2008-2-8
Please help,I'm trying to set up my datawarehouse in 2002, on a virtual server so that I can do a test conversion on our site in a virtual environment.I was able to get everything set up correctly, however, when I try to do a profile import into the datawarehouse, I get a ton of errors in the ...
Simple question from a commerce server 2002 beginner (yeah I know it's an old product but I'm stuck with it for now).Is there a simple way to archive old orders?The table OrderFormHeader (and possibly others) is getting rather huge and I'm not sure about the relations to other tables so I ...
i am working with commerce srever 2002. sometime in the login page when i try logging in i get the following exception Root Exception: Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileSystemException: Failed to refresh profile state from underlying stores. > ...
609 byte By
baba at 2008-2-7
Hello,I am using Commerce Server 3.0. I have an incremental auto-number column added to the 'Receipt' table. Every time an order is placed this number is automatically added in an incremental fashion. Now my problem is that every so often I'll have some numbers missing from this table. To me ...
469 byte By
Mitul at 2008-2-7
Hi:We are trying to migrate a Commerce Server 2002 Developer Edition from the current box with Windows 2000 Server SP4 and SQL 2000 Std Service Pack 3 to another box with Windows 2003 Server Std Edt SP2 and SQL 2000 Std. Service Pack 4. We are facing issues while migrating the site from one ...
Event Type: ErrorEvent Source: Commerce Server 2002Event Category: NoneEvent ID: 32793Date: 6/27/2007Time: 5:48:13 AMUser: N/AComputer: <<intentionally removed>>Description:HRESULT: -2147467259, Minor Code: 0, Source: , Description For more information, see Help and Support Center ...
535 byte By
baba at 2008-2-6
Hello all, I have an ecommerce site running on commerce Server 3.0. Every so often when a customer returns to our site to make another purchase, the system assigns the same order number as last time for a new order. Obviously this does not go through as the order ID needs to be unique in the ...
615 byte By
baba at 2008-2-6
Hello, I am using Commerce Server 3.0. I have an incremental auto-number column added to the 'Receipt' table. Every time an order is placed this number is automatically added in an incremental fashion. Now my problem is that every so often I'll have some numbers missing from this table. To ...
Hi All, I need some help on Pipelines for the following scenario. We are using CS2002 When the user's order is packed for shipping some times due to difference in the inventory a part of an order cannot be fulfilled. In such cases we wanted to ship only the part of an order that is available. ...
On my primary desktop machine, since daylight-savings time switch, my BizDesk client no longer returns any data whenever I do a "Profiles...Users...Find Now". I am still able to do "Profiles...Users...New", and "Organizations...Find Now", and "Order ...
Hello All,I'm in the middle of migrating a site from CS2002 to a different platform.I'm at the point where I need to migrate my users' profile info into the new system. The problem is passwords. What we are trying to avoid is giving all our users a new password, once the new system goes ...
I'm getting the following error when using the MSIBRegister.ascx. Failed to retrieve profile property "GeneralInfo.Nickname'. System.Runtime.InteropServices.COMException (9x8002000B) invalid index at ADODB.Fields.getItem Any pointers would be appreciated. I suspect it's a Commerce ...
Ok, this one is driving me nuts. I have inherited two commerce servers running Commerce Server 2002, sp3, fp1 on windows 2003, sql server 2000. The same code works fine on one system, but not the other, the errors is shown below. Any pointers as to what's missing or why the error would be ...
I have Commerce Server up and running happily. But when I try and connect to the Catalogue Manager on a remote machine using the Admin password I can get access, if I try and use my domain account and password I can't get access. What I can't work out is where I add my domain account ...
I've been trying to unpup a blank site using Commerce Server 2002 Manager, and Ikeep getting this error in the pup.log file: Time=Wednesday, April 25, 2007 15:01:17 Site=DSW Resource=DSWCustomerService Function=HrGetValueFromFieldsFailed to get value for column ...
538 byte By
arikve at 2008-2-3
Hi We have cs2002 server with several sites(10 sites) which are using the same global profile resource (one profile database for all sites). We see in the SQL that the profile Database has many proccesses which are sleeping (hundreds of processes). Does each site open its own pool of ...
538 byte By
arikve at 2008-2-2
Hi We have cs2002 server with several sites(10 sites) which are using the same global profile resource (one profile database for all sites). We see in the SQL that the profile Database has many proccesses which are sleeping (hundreds of processes). Does each site open its own pool of ...
1419 byte By
Dave at 2008-2-2
Hi. I'm writing a SQL Server Integration Services (SSIS) package to migrate data from a Commerce Server 2000 installation to a Commerce Server 2007 installation. I want to be able to manipulate weekly typed properties during the transformation. I've searched to no avail trying to discover ...