Commerce Server 2009 ForumQuestions and discussions about installing, deploying and developing for CS2009.© 2009 Microsoft Corporation. All rights reserved.Wed, 25 Nov 2009 21:37:59 Z670d7d90-ac71-4d57-8edc-15d20ea65715http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/1bf6c7f4-07f3-4000-8386-f0519f4f22a5http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/1bf6c7f4-07f3-4000-8386-f0519f4f22a5a_JohnnyC_http://social.msdn.microsoft.com/Profile/en-US/?user=a_JohnnyC_Remove LineItem GroupingOut of the box if I add the same product to my cart twice the system just increases the count of the existing line items in the cart.<br/> <br/> What I would like to do is create a new line item in the basket even if it already exists.<br/> <br/> Does anyone know if this is possible and what might be the best way to implement it.Tue, 24 Nov 2009 18:49:36 Z2009-11-25T21:37:59Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/973ad5c3-7969-44b6-a3f6-1e4a4b96d245http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/973ad5c3-7969-44b6-a3f6-1e4a4b96d245Mikkonen A.http://social.msdn.microsoft.com/Profile/en-US/?user=Mikkonen%20A.Store objects queryHi!<br/><br/>I would like to make a query to receive all store objects I have defined in CS2009.<br/><br/>I have tried to make query like this:<br/><br/><em>var queryStoreProfile = new CommerceQuery&lt;CommerceEntity&gt;(&quot;StoreProfile&quot;);<br/>queryStoreProfile.SearchCriteria.Model.Id = &quot;mystoreitemid&quot;;<br/>CommerceResponse response = SiteContext.ProcessRequest(queryStoreProfile.ToRequest());<br/></em><br/>This query will return one storeprofile just like I want it to do. But I don't want to make a query to use id. <br/>When i try to change query to fill my needs, everything fails.<br/><br/><em>var queryStoreProfile = new CommerceQuery&lt;CommerceEntity&gt;(&quot;StoreProfile&quot;);<br/>queryStoreProfile.SearchCriteria.Model.ModelName = &quot;StoreProfile&quot;;<br/>CommerceResponse response = SiteContext.ProcessRequest(queryStoreProfile.ToRequest());</em><br/><br/>This will not work and there is a mention about this in documentation <a href="http://msdn.microsoft.com/en-us/library/dd452374(CS.90).aspx">http://msdn.microsoft.com/en-us/library/dd452374(CS.90).aspx</a><br/>Like the documentation says I have to define either Id or ModelName to query and ModelName cannot be StoreProfile. How can I make the query to work?<br/><br/>Would it be possible to make a query based on property:<br/> <br/><em>var queryStoreProfile = new CommerceQuery&lt;CommerceEntity&gt;(&quot;StoreProfile&quot;);<br/>queryStoreProfile.SearchCriteria.Model.Properties[&quot;Longitude&quot;]= &quot;66&quot;;<br/>CommerceResponse response = SiteContext.ProcessRequest(queryStoreProfile.ToRequest());</em><br/><br/>When I'm not using Id in query I will every time get exception:<br/><br/><em>Message : The operation could not be performed because the search criteria Model is not valid.  The search criteria Model must contain exactly one property that maps to a Commerce Server profile property defined as a primary, join, or unique key.</em><br/><br/><br/>Is there a way to get data I need with OOB API or do I have to make custom functionalities to get data I need? This might not be a big issue but I'm just a newbie with CS2009. ;-)<br/><br/>-AnttiWed, 25 Nov 2009 07:47:01 Z2009-11-25T21:11:54Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/eb46a257-f280-4ed2-a81c-cfebcbaa67c7http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/eb46a257-f280-4ed2-a81c-cfebcbaa67c7VanshVijaySagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=VanshVijaySagarMulti development enviornment for Commerce server when creating the SOA<p>what are basic setup required at devloper machines when we are  creating SOA envoirnment for commerce server 2009</p><hr class="sig">Vijay SagarWed, 25 Nov 2009 10:57:26 Z2009-11-25T21:08:03Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/d9bb6494-e8b5-44d4-8201-12f0ab3dee18http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/d9bb6494-e8b5-44d4-8201-12f0ab3dee18Bobo999http://social.msdn.microsoft.com/Profile/en-US/?user=Bobo999Commerce Server DiscountsHi,<br/> <br/> We are in the process of creating our own custom discounts. What we want to be able to do is establish whether our own discount or the commerce server discount gives the best price and use that one.<br/> <br/> In order to do this we suspect we woudl have to insert a custom pipeline component to run our discounts but we would want to do this on the unchanged basket. In other words we would want to run the appropriate pipeline and identify the complete discounts applied then 'rollback' the commerce server discounts and run our own custom one.<br/> <br/> Is there anyway to 'undo' commerce server discounts and restore the basket to its pre-state?<br/> <br/> Thanks in advanceWed, 25 Nov 2009 17:02:37 Z2009-11-25T17:02:37Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2e2f2295-5cb7-4f9d-b6d9-eb80e418d2a5http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2e2f2295-5cb7-4f9d-b6d9-eb80e418d2a5Pedro Mateushttp://social.msdn.microsoft.com/Profile/en-US/?user=Pedro%20MateusMulti language Login Page<span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#333333;line-height:16px">Its strange i cant find anything about this, i might be searching the wrong way, because this shoulb be a common request i guess... <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">I have Commerce Server 2009 on SharePoint, CS uses FBA and it points to: /_layouts/CommerceServer/ContemporaryLoginPage.aspx?</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">This loginpage has all text comming from resources, we have translated the resources but for the login page we have everything in english... (because loginpage is under _layouts/ probably and not in a variation.</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">So what can i do?</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">Duplicate the login.aspx and translate it (then in webconfig i must be able to give 2 login pages?? or just one that redirects the the right one</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">or another way that the right resx is loaded up based on the browser config?</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">Or some other way?</div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial"><br/></div> <div style="font-weight:inherit;font-style:inherit;font-family:inherit;padding:0px;margin:0px;border:0px initial initial">Tks</div> </span><hr class="sig">http://pontodepartilha.blogspot.comFri, 13 Nov 2009 11:47:48 Z2009-11-25T15:30:56Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/4fc5c800-0075-4684-b0a0-8da3db1b1c7dhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/4fc5c800-0075-4684-b0a0-8da3db1b1c7dSudhanshu.Bhatnagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sudhanshu.BhatnagarRelation between Profile Database and Transaction Database of Commerce Server?<p>I have to create a WCF service over Commerce Server Database for Full-fillment system.<br/>That Service will read the data from Profile and Transaction database and send XML of Newly created (Not fullfill) orders to a 2nd Service.<br/><br/>The issue I am facing is &quot;I am not able to find UserID/user detail in Transaction Database tables (LineItems and OrderForms).<br/>Please let me know How Commerce Server is maintaining this relationship and how to get this information  i.e &quot;which Order belongs to which Customer?&quot;.<br/><br/>Thanks for your help.<br/><br/>Regards<br/>Sudhanshu Bhatnagar</p>Tue, 24 Nov 2009 15:15:17 Z2009-11-24T18:44:21Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/43ac2654-43b7-4484-a52a-b3e9eed72890http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/43ac2654-43b7-4484-a52a-b3e9eed72890Pedro Mateushttp://social.msdn.microsoft.com/Profile/en-US/?user=Pedro%20MateusError importing object data for Product Catalog from file <...>Product Catalog 80131904:Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.I am getting errors trying to unpack and create ContemporarySite. <div><br/></div> <div>We get the same errors using the wizard or the pup directly...Are they related to any thing we should rollback?</div> <div><br/></div> <div>These are the errors:</div> <div><br/></div> <div> <div><em>Error importing object data for Product Catalog from file C:\Users\user\AppData\Local\Temp\2\Product Catalog 80131904:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</em></div> <div><em><br/></em></div> <div><em>Error importing object data for Transactions from file C:\Users\user\AppData\Local\Temp\2\Transactions 80131904:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</em></div> <div><em><br/></em></div> <div><em>Error importing object data for Transaction Config from file C:\Users\user\AppData\Local\Temp\2\Transaction Config 80131904:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</em></div> <div><em><br/></em></div> <div><em>Error importing object data for Marketing from file C:\Users\user\AppData\Local\Temp\2\Marketing 80131904:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</em></div> <div><em><br/></em></div> <div><em>Error importing object data for Inventory from file C:\Users\user\AppData\Local\Temp\2\Inventory 80131904:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</em></div> </div><hr class="sig">http://pontodepartilha.blogspot.comThu, 19 Nov 2009 11:09:23 Z2009-11-25T15:33:55Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/d79238f9-c30c-4873-b94f-2ec5bce3d404http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/d79238f9-c30c-4873-b94f-2ec5bce3d404Yerochttp://social.msdn.microsoft.com/Profile/en-US/?user=YerocHow to get most recent X orders?I'm looking to display to the user some info from the last 3 orders.  I'm sort of using the SharePoint commerce server extensions, but am finding that I need to do a lot of copying and pasting into my own libraries.  I'm still learning the API and could do this in SQL but can't figure out how to do this with the search api.  The OrderController has a method but will only get the orders back for a certain date range.<br/> <br/> any ideas?<br/> <br/> Thanks,<br/> CoreySun, 22 Nov 2009 06:33:51 Z2009-11-23T17:45:47Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/17f46a42-2db8-4b47-8f52-56e8593a894ahttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/17f46a42-2db8-4b47-8f52-56e8593a894agwheelochttp://social.msdn.microsoft.com/Profile/en-US/?user=gwheelocPost migration question CS 2002 - CS 2009I found that after I completed the CS 2009 Upgrade wizard step for all of the CS resources that I did not have a marketing_lists table.  But instead I still had the campaign table.  the DB connection string located in the Marketing resource indicates that the mailing lists will continue to use the campaign table.  Is this correct?  I guess I expected to see a new marketing_list table with the prevous lists migrated there.Thu, 24 Sep 2009 19:45:23 Z2009-11-23T16:06:02Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b5b42d5d-ff74-44c2-95e2-a862bc634cd2http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b5b42d5d-ff74-44c2-95e2-a862bc634cd2Sudhanshu.Bhatnagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sudhanshu.BhatnagarError importing object data for Product Catalog from file C:\Users\******\AppData\Local\Temp\Product Catalog 80131500:Line Number 0 : Cannot open log for source 'Commerce Server Catalog'. You may not have write access.<p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Hi <br/>I am facing issue while creating the Commerce Server site using &quot;Microsoft Sharepoint commerce Service Configuration Wizard.&quot;<br/>It is creating all the databases.<br/><br/>Softwares on the Server:<br/>Windows 2008<br/>IIS 7.0<br/>Commerce Server 2007 Enterprise Edition<br/>Commerce Server 2009 Enterprise Edition<br/>WSS 3.0 with SP2<br/>Visual Studio 2008 with SP2<br/><br/>My SQL Server 2008 (with Instance ServerName\InstanceName) on different Server <br/><br/>I am admin on Server on which Commerce Server is installed.<br/>I have DB Creation Permissions on SQL Server (but not sysAdmin)<br/><br/><br/>At the same time I am facing 2 more issue related to WSS:<br/><br/>1. When I am running &quot;SharePoint Products and Technologies Configuration&quot; wizard; it stopes at 8th Step and showing the Error Message with no valid error message it's something &quot;Window is getting closed.&quot; .<br/>It creates SharePoint Configuration databases and all the Central Admin starts running.<br/><br/>2. I am getting warning of &quot;Check for Sharepoint Infrastructure Update: failed&quot; on  &quot;Microsoft Sharepoint Commerce Service Configuration Wizard&quot;. Even I have installed all the pre-requisite softwares.<br/><br/>Please let me know what needs to be done for resolving these issue. <br/>I will be very great full to you guys.<br/><br/>Below are the details of Pup.log file<br/>**************************************************************************************************************************<br/>[10:01:37] Initializing...<br/>[10:01:37] The cmdline used to launch the packager: /u /f:MicrosoftCommerceDefaultSiteNoData.pup /i:e:\Program Files\Commerce2009\Microsoft Commerce Server 2009\Site\eStore_settings.ini<br/>[10:01:37] IIS Entry #1 Name:Default Web Site Path:C:\inetpub\wwwroot<br/>[10:01:37] IIS Entry #151768767 Name:SharePoint Central Administration v3 Path:C:\inetpub\wwwroot\wss\VirtualDirectories\43689<br/>[10:01:37] IIS Entry #2015432674 Name:eStore Commerce Site Path:C:\inetpub\wwwroot\wss\VirtualDirectories\1259<br/>[10:01:37] IIS Entry #1060659026 Name:SharePoint - 11312 Path:C:\inetpub\wwwroot\wss\VirtualDirectories\11312<br/>[10:01:37] IIS Entry #1060333348 Name:eStore Path:C:\inetpub\wwwroot\wss\VirtualDirectories\9917<br/>[10:01:37] IIS Entry #972354044 Name:SharePoint - 12116 Path:C:\inetpub\wwwroot\wss\VirtualDirectories\12116<br/>[10:01:37] Silent Mode : Extracting information from INI file mentioned in command line.<br/>[10:01:37] Opening a compound document<br/>[10:01:37] Getting package INI file<br/>[10:01:37] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\TOC.ini file<br/>[10:01:37] Path of package: MicrosoftCommerceDefaultSiteNoData.pup<br/>[10:01:39] Creating SiteConfig for eStore<br/>[10:01:40] Database eStore_profiles was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Database eStore_productcatalog was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Database eStore_marketing_lists was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Database eStore_marketing was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Database eStore_productcatalog was not created on SPCSDSQ001\SQL01 because it already exists.<br/>[10:01:40] Database eStore_transactionconfig was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Database eStore_transactions was created on SPCSDSQ001\SQL01.<br/>[10:01:40] Adding config data for Product Catalog<br/>[10:01:40] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Product Catalog_Config.blb file<br/>[10:01:40] Extracting object data for Product Catalog from Config<br/>[10:01:40] Asking for a connection string for Product Catalog<br/>[10:01:40] Getting object data for Product Catalog from stream Data<br/>[10:01:40] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Product Catalog.blb file<br/>[10:01:40] Unpacking files for Product Catalog<br/>[10:01:40] Unpacking the site files.<br/>[10:01:40] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Product Catalog.blb<br/>[10:01:40] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Product Catalog.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Product Catalog\<br/>[10:01:41] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Product Catalog.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Product Catalog\\CatalogPup.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:41] File decompression is complete<br/>[10:01:45] Error importing object data for Product Catalog from file C:\Users\bhatns\AppData\Local\Temp\Product Catalog 80131500:Line Number 0 : Cannot open log for source 'Commerce Server Catalog'. You may not have write access.<br/>The RPC server is unavailable<br/>[10:01:45] Adding config data for Transactions<br/>[10:01:45] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Transactions_Config.blb file<br/>[10:01:45] Extracting object data for Transactions from Config<br/>[10:01:45] Asking for a connection string for Transactions<br/>[10:01:45] Getting object data for Transactions from stream Data<br/>[10:01:45] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Transactions.blb file<br/>[10:01:45] Unpacking files for Transactions<br/>[10:01:45] Unpacking the site files.<br/>[10:01:45] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Transactions.blb<br/>[10:01:45] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Transactions.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Transactions\<br/>[10:01:46] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Transactions.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Transactions\\TransactionMetaData.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:46] File decompression is complete<br/>[10:01:47] Adding config data for Transaction Config<br/>[10:01:47] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Transaction Config_Config.blb file<br/>[10:01:47] Extracting object data for Transaction Config from Config<br/>[10:01:47] Asking for a connection string for Transaction Config<br/>[10:01:47] Getting object data for Transaction Config from stream Data<br/>[10:01:47] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Transaction Config.blb file<br/>[10:01:47] Unpacking files for Transaction Config<br/>[10:01:47] Unpacking the site files.<br/>[10:01:47] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Transaction Config.blb<br/>[10:01:47] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Transaction Config.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Transaction Config\<br/>[10:01:48] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Transaction Config.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Transaction Config\\TransactionConfigData.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:48] File decompression is complete<br/>[10:01:48] Extracting object data for Biz Data Service from Config<br/>[10:01:48] Getting object data for Biz Data Service from stream Data<br/>[10:01:48] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Biz Data Service.blb file<br/>[10:01:48] Unpacking files for Biz Data Service<br/>[10:01:48] Unpacking the site files.<br/>[10:01:48] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Biz Data Service.blb<br/>[10:01:48] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Biz Data Service.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\<br/>[10:01:49] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Biz Data Service.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\BizData.ini<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\es_create.sql<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\es_stored_procs.sql<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\ExpressionDefinition.xml<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\ProfileDefinition.xml<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\SCHEMAUPM_SQLSource.SQLSource.sql<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\\SiteTerms.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:49] File decompression is complete<br/>[10:01:49] Creating global resource for Biz Data Service</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Time=Wednesday, November 18, 2009 10:01:49 Site=eStore  Resource=Biz Data Service   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: IsSilentMode Value read:.<br/>Time=Wednesday, November 18, 2009 10:01:49 Site=eStore  Resource=Biz Data Service   Function=(null)<br/>Bizdata.ini file path= C:\Users\bhatns\AppData\Local\Temp\Biz Data Service\BizData.ini<br/>Time=Wednesday, November 18, 2009 10:01:49 Site=eStore  Resource=Biz Data Service   Function=(null)<br/>Silent mode parameter: true ; IsSilentMode Ini file setting: true; Validate CatalogStore connection: true;<br/>Time=Wednesday, November 18, 2009 10:01:50 Site=eStore  Resource=Biz Data Service   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: IsSilentMode Value read:.<br/>Time=Wednesday, November 18, 2009 10:01:50 Site=eStore  Resource=Biz Data Service   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: IsBizDataStore Value read:true.<br/>Time=Wednesday, November 18, 2009 10:01:50 Site=eStore  Resource=Biz Data Service   Function=(null)<br/>bInitSuccess:true  bSilent:true  bIniExists:true[10:01:56] Extracting object data for Site CS Authentication from Config<br/>[10:01:56] Getting object data for Site CS Authentication from stream Data<br/>[10:01:56] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication.blb file<br/>[10:01:56] Unpacking files for Site CS Authentication<br/>[10:01:56] Unpacking the site files.<br/>[10:01:56] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication.blb<br/>[10:01:56] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication\<br/>[10:01:57] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication\\AuthSetup.ini</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:57] File decompression is complete<br/>[10:01:57] Creating global resource for Site CS Authentication</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Time=Wednesday, November 18, 2009 10:01:57 Site=eStore  Resource=Site CS Authentication   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: UseAutoCookie Value read:false.<br/>Time=Wednesday, November 18, 2009 10:01:57 Site=eStore  Resource=Site CS Authentication   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: EncryptData Value read:true.<br/>Time=Wednesday, November 18, 2009 10:01:57 Site=eStore  Resource=Site CS Authentication   Function=CIniFileHelper::ReadValue(LPCOLESTR pszKeyName,bool &amp;bValue)<br/>Key name: PerSiteCookie Value read:true.<br/>Time=Wednesday, November 18, 2009 10:01:57 Site=eStore  Resource=Site CS Authentication   Function=(null)<br/>Path as parameter= C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication; Authsetup.ini File location= C:\Users\bhatns\AppData\Local\Temp\Site CS Authentication\AuthSetup.ini; Silent mode parameter= true<br/>[10:01:57] Adding config data for Marketing<br/>[10:01:57] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Marketing_Config.blb file<br/>[10:01:57] Extracting object data for Marketing from Config<br/>[10:01:57] Asking for a connection string for Marketing<br/>[10:01:58] Asking for a connection string for Marketing<br/>[10:01:58] Getting object data for Marketing from stream Data<br/>[10:01:58] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Marketing.blb file<br/>[10:01:58] Unpacking files for Marketing<br/>[10:01:58] Unpacking the site files.<br/>[10:01:58] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Marketing.blb<br/>[10:01:58] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Marketing.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Marketing\<br/>[10:01:59] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Marketing.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Marketing\\MarketingData.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:01:59] File decompression is complete<br/>[10:02:04] Adding config data for Inventory<br/>[10:02:04] Extracting Config stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Inventory_Config.blb file<br/>[10:02:04] Extracting object data for Inventory from Config<br/>[10:02:04] Asking for a connection string for Inventory<br/>[10:02:04] Getting object data for Inventory from stream Data<br/>[10:02:04] Extracting Data stream contents and putting in C:\Users\bhatns\AppData\Local\Temp\Inventory.blb file<br/>[10:02:04] Unpacking files for Inventory<br/>[10:02:04] Unpacking the site files.<br/>[10:02:04] Unpack : The CAB file getting extracted is : C:\Users\bhatns\AppData\Local\Temp\Inventory.blb<br/>[10:02:04] The following command is being executed to decompress a file from the package: &quot;e:\Program Files\Commerce2009\cabarc.exe&quot; -p -r -o X &quot;C:\Users\bhatns\AppData\Local\Temp\Inventory.blb&quot; &quot;C:\Users\bhatns\AppData\Local\Temp\Inventory\<br/>[10:02:05] <br/>Microsoft (R) Cabinet Tool - Version 5.2.3663.0<br/>Copyright (c) Microsoft Corporation. All rights reserved..</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Extracting file(s) from cabinet 'C:\Users\bhatns\AppData\Local\Temp\Inventory.blb':<br/>   extracting: C:\Users\bhatns\AppData\Local\Temp\Inventory\\InventoryPup.xml</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">Operation successful</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'">[10:02:05] File decompression is complete<br/>[10:02:07] Operation Completed<br/>[10:02:07] Starting Cleanup<br/>[10:02:07] Cleanup finished.<br/>[10:02:07] Program ending.<br/>[10:02:07] Exit status code for this session: -1</span></p>Fri, 20 Nov 2009 15:31:29 Z2009-11-23T14:30:08Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/f9f0d5cb-a793-4273-a1cb-fa754a3b5708http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/f9f0d5cb-a793-4273-a1cb-fa754a3b5708stefan_brhttp://social.msdn.microsoft.com/Profile/en-US/?user=stefan_brNavigation doesn't work anymoreHello,<br/><br/>Our navigation for the webshop doens't work anymore<br/>When we want to go to the site, I get the following error;<br/><br/> <h2><em>The DataSourceID of 'CurrentNav' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'SiteMapDS' could not be found.</em></h2> <span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><strong><span style="font-family:Verdana">Description: </span></strong>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. <br/><br/><strong><span style="font-family:Verdana">Exception Details: </span></strong>System.Web.HttpException: The DataSourceID of 'CurrentNav' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'SiteMapDS' could not be found.<br/><br/><strong><span style="font-family:Verdana">Source Error:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code>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.</code></td> </tr> </tbody> </table> <br/><strong><span style="font-family:Verdana">Stack Trace:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code> <pre>[HttpException (0x80004005): The DataSourceID of 'CurrentNav' must be the ID of a control of type IHierarchicalDataSource. A control with ID 'SiteMapDS' could not be found.] System.Web.UI.WebControls.HierarchicalDataBoundControl.GetDataSource() +2332337 System.Web.UI.WebControls.HierarchicalDataBoundControl.ConnectToHierarchicalDataSource() +212 System.Web.UI.WebControls.HierarchicalDataBoundControl.OnLoad(EventArgs e) +28 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Control.LoadRecursive() +191 System.Web.UI.Control.LoadRecursive() +191 System.Web.UI.Control.LoadRecursive() +191 System.Web.UI.Control.LoadRecursive() +191 System.Web.UI.Control.LoadRecursive() +191 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428 </pre> </code></td> </tr> </tbody> </table> <br/><br/>And I use the following code in the masterpage;<br/><br/>      &lt;!-- Current Navigation --&gt;<br/>      &lt;SharePoint:AspMenu ID=&quot;CurrentNav&quot; runat=&quot;server&quot; datasourceID=&quot;SiteMapDS&quot; orientation=&quot;Vertical&quot;<br/>                      StaticDisplayLevels=&quot;3&quot; <br/>                      MaximumDynamicDisplayLevels=&quot;1&quot; <br/>                      ItemWrap=&quot;true&quot; AccessKey=&quot;3&quot; <br/>                      CssClass=&quot;Skin_Menu&quot;                                                 <br/>                      StaticMenuItemStyle-VerticalPadding=&quot;3px&quot;<br/>                      SkipLinkText=&quot;&lt;%$Resources:defaultSite,masterpages_skiplinktext%&gt;&quot;<br/>          StaticHoverStyle-CssClass=&quot;Skin_MenuItemHover&quot;&gt;           <br/> <br/>                &lt;LevelMenuItemStyles&gt;<br/>                    &lt;asp:MenuItemStyle CssClass=&quot;Skin_MenuHeader&quot; /&gt;<br/>                    &lt;asp:MenuItemStyle CssClass=&quot;Skin_MenuItem&quot; /&gt;<br/>                &lt;/LevelMenuItemStyles&gt;                        <br/> <br/>      &lt;/SharePoint:AspMenu&gt;<br/><br/><br/>I hope somebody know what is wrong or what is missing.<br/><br/>Thanks!<br/>Stefan</span>Mon, 23 Nov 2009 09:10:47 Z2009-11-23T14:12:11Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/08586591-a14c-4e23-bf6f-d5bf91b2bc56http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/08586591-a14c-4e23-bf6f-d5bf91b2bc56kum04http://social.msdn.microsoft.com/Profile/en-US/?user=kum04adding a new aspx pageHi , Please help me on how to create a new aspx page and i want to insert this page in middle of some other pages in CommerceSharepoitExtensibiltyKit default solution.<br/><br/>I know this solution is built based on ASP.NET MVC and MVP pattern , but still strugling.<br/><br/>Could any one help me on this?<br/><br/>Is there any documentation available like explaining the each item in the Extensibility kit?Wed, 18 Nov 2009 11:20:17 Z2009-11-22T21:17:47Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/947578d7-7e14-486c-869e-1c0a190a046ahttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/947578d7-7e14-486c-869e-1c0a190a046asam_developerhttp://social.msdn.microsoft.com/Profile/en-US/?user=sam_developercommerce server R2Any body know the expected release time of Commerce Server R2? <div><br/></div> <div>Thanks,</div> <div>Sam</div>Sat, 21 Nov 2009 06:11:25 Z2009-11-21T22:31:05Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/fb54efe2-051c-4993-bac6-9743c3b5366ehttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/fb54efe2-051c-4993-bac6-9743c3b5366eJaybuffethttp://social.msdn.microsoft.com/Profile/en-US/?user=JaybuffetUsing another service for user dataIs it possible to use a third party for user data?  They expose several webservices, and they store pretty much all the data i need to store on a user.  What would be involved if it was possible?<br/><br/>Thanks,<br/>JasonThu, 19 Nov 2009 18:26:04 Z2009-11-21T09:08:29Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/0cd3b18f-7f34-472b-9258-9d2e778abd11http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/0cd3b18f-7f34-472b-9258-9d2e778abd11FriendManishhttp://social.msdn.microsoft.com/Profile/en-US/?user=FriendManishProblems using a newly created catalog in new blank site (Commerce Server) <span lang=EN> <p>I have created a blank site by using &quot;SharePoint Commerce Service Configuration Wizard&quot;. <br/>* Hosted all 4 WebServices (oreders, catalog, marketing and profiles) in my site and given admin access to each service via AZMAN.MSC (Running successful)<br/>* Successfully opened all these connection in All Commerce Server Business Application<br/>* Created a Catalog for my site in Catalog Manager.<br/>* Configured site with new Catlog Definition in Channel Configuration.<br/>* Updated Web.Config for site <br/><br/>ALL THESE STEPS WERE REPEATED similar to website (except new catalog) hosted for Sample Web site (Adventure Works).<br/><br/><strong><span style="text-decoration:underline">PROBLEM</span></strong><br/><br/>When I try to use this new created catalog I get an error message about trying to use this catalog, and the following entry appears in Event Viewer:<br/><br/>======================================================================<br/><br/>An exception of type 'Microsoft.CommerceServer.Catalog.CatalogDatabaseException' occurred and was caught.</p> <p>---------------------------------------------------------------------------------------------------------</p> <p>11/20/2009 19:26:03</p> <p>Type : Microsoft.CommerceServer.Catalog.CatalogDatabaseException, Microsoft.CommerceServer.Catalog, Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</p> <p>Message : Could not get the root categories for the catalog.</p> <p>Source : Microsoft.CatalogServer</p> <p>Help link :</p> <p>EntityName : dbo.ctlg_GetRootCategories</p> <p>EntityType : StoredProcedure</p> <p>Data : System.Collections.ListDictionaryInternal</p> <p>TargetSite : Microsoft.CommerceServer.Catalog.CatalogItemsDataSet GetRootCategories(Microsoft.CommerceServer.Catalog.Internal.ExecutionContext, System.String, Boolean, System.String, Microsoft.CommerceServer.Catalog.CatalogSearchOptions, Boolean, Int32 ByRef)</p> <p>Stack Trace : at Microsoft.CommerceServer.Catalog.Internal.CatalogProducts.GetRootCategories(ExecutionContext executionContext, String catalogName, Boolean isVirtualCatalog, String language, CatalogSearchOptions searchOptions, Boolean getFromCache, Int32&amp; totalRecords)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.Category.GetChildCategories(CatalogExecutionContext context, String baseCatalogName, Boolean isVirtualCatalog, String catalogName, String categoryName, Int32 oid, CatalogSearchOptions searchOptions, Boolean recursive, String language, Boolean getFromCache, Int32&amp; totalRecords)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.Category.GetChildCategories(CatalogExecutionContext context, String baseCatalogName, Boolean isVirtualCatalog, String catalogName, String categoryName, Int32 oid, CatalogSearchOptions cso, String swc, String language, Boolean recursive, Boolean getFromCache, Int32&amp; totalRecords)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.Category.PreLoadCategory(CatalogExecutionContext context, Category category, CategoryConfiguration config, Boolean getFromCache, Boolean relationshipsExist)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.Category.GetCategoryData(CatalogExecutionContext catalogExecutionContext, String catalogName, String categoryName, String language, Nullable`1 isVC, Nullable`1 validateLanguage, CategoryConfiguration config, Boolean getFromCache)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.CatalogServerContextBase.GetCategory(String catalogName, String categoryName, String language, CategoryConfiguration config, Boolean getFromCache, Nullable`1 isVirtualCatalog, Nullable`1 validateLanguage)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.CatalogServerContextBase.GetCategory(String catalogName, String categoryName, String language, CategoryConfiguration config)</p> <p>at Microsoft.CommerceServer.Catalog.Category.Get(CatalogContext catalogContext, String catalogName, String categoryName, String language, CategoryConfiguration config, Nullable`1 isVirtualCatalog, Nullable`1 validateLanguage)</p> <p>at Microsoft.CommerceServer.Catalog.Category.Get(CatalogContext catalogContext, String catalogName, String categoryName, String language, CategoryConfiguration config)</p> <p>at Microsoft.CommerceServer.Catalog.CatalogContext.GetRootCategory(String catalogName, CategoryConfiguration config)</p> <p>at Microsoft.Commerce.Providers.CSHelpers.CatalogHelper.GetCategory(String siteName, String catalogName, String locale, String categoryName, CategoryConfiguration categoryConfiguration)</p> <p>at Microsoft.Commerce.Providers.Components.CategoryLoader.ExecuteQuery(CommerceQueryOperation queryOperation, OperationCacheDictionary operationCache, CommerceQueryOperationResponse response)</p> <p>at Microsoft.Commerce.Providers.Components.OperationSequenceComponent.Execute(CommerceOperation operation, OperationCacheDictionary operationCache, CommerceOperationResponse response)</p> <p>at Microsoft.Commerce.Broker.OperationSequence.ExecuteComponentTree(List`1 executionTreeList, CommerceOperation operation, OperationCacheDictionary operationCache, CommerceOperationResponse response)</p> <p>at Microsoft.Commerce.Broker.OperationSequence.ExecuteComponentTree(List`1 executionTreeList, CommerceOperation operation, OperationCacheDictionary operationCache, CommerceOperationResponse response)</p> <p>at Microsoft.Commerce.Broker.OperationSequence.Execute(CommerceOperation operation)</p> <p>at Microsoft.Commerce.Broker.MessageHandler.ProcessMessage(String messageHandlerName, CommerceOperation operation)</p> <p>at Microsoft.Commerce.Broker.OperationService.InternalProcessRequest(CommerceRequest request)</p> <p>at Microsoft.Commerce.Broker.OperationService.ProcessRequest(CommerceRequest request)</p> <p>Additional Info:</p> <p>MachineName : WIN-7VE0NQFK1YN</p> <p>TimeStamp : 11/20/2009 1:56:03 PM</p> <p>FullName : Microsoft.Commerce.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</p> <p>AppDomainName : /LM/W3SVC/1803929484/ROOT-1-129031941069649441</p> <p>ThreadIdentity : WIN-7VE0NQFK1YN\Administrator</p> <p>WindowsIdentity : WIN-7VE0NQFK1YN\Administrator</p> <p>Inner Exception</p> <p>---------------</p> <p>Type : System.Data.SqlClient.SqlException, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</p> <p>Message : Invalid column name 'CategoryPage'.</p> <p>Source : .Net SqlClient Data Provider</p> <p>Help link :</p> <p>Errors : System.Data.SqlClient.SqlErrorCollection</p> <p>Class : 16</p> <p>LineNumber : 1</p> <p>Number : 207</p> <p>Procedure :</p> <p>Server : WIN-7VE0NQFK1YN</p> <p>State : 1</p> <p>ErrorCode : -2146232060</p> <p>Data : System.Collections.ListDictionaryInternal</p> <p>TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean)</p> <p>Stack Trace : at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)</p> <p>at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)</p> <p>at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)</p> <p>at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)</p> <p>at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()</p> <p>at System.Data.SqlClient.SqlDataReader.get_MetaData()</p> <p>at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)</p> <p>at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)</p> <p>at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)</p> <p>at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)</p> <p>at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)</p> <p>at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)</p> <p>at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)</p> <p>at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)</p> <p>at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)</p> <p>at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.SqlHelper.ExecuteDataset(SqlConnection connection, CommandType commandType, String commandText, CatalogDataSetType catalogDataSetType, SqlParameter[] commandParameters, String outParameterName, Object&amp; outParameterValue)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.SqlHelper.ExecuteDataset(SqlConnection connection, String spName, CatalogDataSetType catalogDataSetType, Object[] parameterValues, String outParameterName, Object&amp; outParameterValue)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.SqlHelper.ExecuteDataset(ExecutionContext executionContext, String spName, Object[] parameterValues, CatalogDataSetType catalogDataSetType, String outParameterName, Object&amp; outParameterValue)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.CatalogCache.GetDataset(ExecutionContext executionContext, CacheItemType cacheItemType, String storedProcedureName, CatalogDataSetType catalogDataSetType, Boolean getFromCache, Object[] parameters, String outParameterName, Object&amp; recordCount, Boolean&amp; obtainedFromCache)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.CatalogCache.GetDataset(ExecutionContext executionContext, CacheItemType cacheItemType, String storedProcedureName, CatalogDataSetType catalogDataSetType, Boolean getFromCache, Object[] parameters, String outParameterName, Object&amp; recordCount)</p> <p>at Microsoft.CommerceServer.Catalog.Internal.CatalogProducts.GetRootCategories(ExecutionContext executionContext, String catalogName, Boolean isVirtualCatalog, String language, CatalogSearchOptions searchOptions, Boolean getFromCache, Int32&amp; totalRecords)</p> </span>Fri, 20 Nov 2009 14:18:39 Z2009-11-21T07:56:20Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/acf8facf-cf3c-44fb-9047-bd5181439324http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/acf8facf-cf3c-44fb-9047-bd5181439324stefan_brhttp://social.msdn.microsoft.com/Profile/en-US/?user=stefan_brHow to show the properties of an variant product on the product.aspx pageHello,<br/><br/>I've got a product with five different variant properties.<br/>For those variant properties, i've got different custom properties.<br/>When I choose a variant property from the dropdown box, i want to show the properties of that variant.<br/>But how do I do that?<br/><br/>I can choose the simple property list web part, but I can get it only work with custom properties. All I want to do is that these propertys change when I choose an other variant property from the dropdown box.<br/><br/>Example dropdownbox:<br/><br/>Producttype:   Product Variant 1<br/>                     Product Variant 2<br/>                     Product Variant 3<br/>                     Product Variant 4<br/>                     Product Variant 5<br/><br/>When I choose Product Variant 2 from the dropdownbox, I want some variant properties to be changed on the product page<br/><br/><br/>I hope somebody has an answer for this?!<br/><br/>Thanks!<br/>Stefan<br/><br/>Thu, 19 Nov 2009 15:57:54 Z2009-11-20T21:59:55Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/853f469e-25ed-4cfa-9076-b1060f224e01http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/853f469e-25ed-4cfa-9076-b1060f224e01a_JohnnyC_http://social.msdn.microsoft.com/Profile/en-US/?user=a_JohnnyC_Product Query GotchaIf you are using the default product query web part that is part of the extensibility kit beware of this little gotcha that recently bit me. <br/> <br/> I was doing some virtual catalog testing and even though my virtual catalog was hooked up to an inventory and the virtual catalog name was clearly visible in the query string I could never get an item into a basket.<br/> <br/> Upon opening up the configuration of the ProductQuery web part I noticed that the catalog property was set to the base. <br/> <br/> I then fired up the debugger and realized the catalog passed to the ShoppingController was actually the catalog property of the webpart not the value of query string catalog parameter.<br/> <br/> If you look at the code for the AddToCart method of ProductQuery it clearly uses this._catalog as the parameter passed off to the shopping cart. this._currentCatalog is the variable that houses the query string parameter. <br/> <br/> Just a heads up if you find your AddToCart button of the product query web part not working.Fri, 20 Nov 2009 15:48:22 Z2009-11-20T15:48:22Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2b2cce1e-189b-42ff-ad4a-1282552e69f8http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2b2cce1e-189b-42ff-ad4a-1282552e69f8Pedro Mateushttp://social.msdn.microsoft.com/Profile/en-US/?user=Pedro%20MateusSCS Conf Wizard 2009 - the database specified does not have a valid commerce server databaseHello, <div><br/></div> <div>We have followed the installation and template pack guide to the Sharepoint commerce server configuragtion wizard, it creates the web app etc, but when he starts unpacking the pup we get an error in the log of access denied, sql server does not exist or access denied, in sql profiler there are no login failures.</div> <div><br/></div> <div>We are using an alias (sql is not on standard port). Its the same sql of moss.</div> <div><br/></div> <div>When we give the name of the machine (we open the standard ports for testing) it gave an error right on the (Next) buttn, before the unpacking screen...</div> <div><br/></div> <div>It seems that with the alias he doest 'test' the sql, only after unpacking...</div> <div><br/></div> <div>Is there a problem with the wizard using alias or non standard sql ports??</div> <div><br/></div> <div>In odbc we can connect to sql and test a connection, the user running wizard is has sql access, runtimeuser has sql access..</div> <div><br/></div> <div>We dont know what else to try. any ideas? tks</div><hr class="sig">http://pontodepartilha.blogspot.comMon, 16 Nov 2009 12:46:27 Z2009-11-20T10:12:18Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/02bafcee-266e-47f0-af8a-10ce75bcdd80http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/02bafcee-266e-47f0-af8a-10ce75bcdd80Eric_D.http://social.msdn.microsoft.com/Profile/en-US/?user=Eric_D.Looking for SharePointRoutingService examples.Does anyone have examples of using the SharePointRoutingService to get catalog data?<br/><br/>TYIA<br/>EricTue, 17 Nov 2009 21:31:39 Z2009-11-19T19:18:28Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b4cea050-5bee-4e4b-9c37-737a87a54791http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b4cea050-5bee-4e4b-9c37-737a87a54791Röminghttp://social.msdn.microsoft.com/Profile/en-US/?user=R%u00f6mingReport display no data<p>We  istalled DW in our application and if we run any report which use the CSDW_olap datasource no data are dislpay. The Chartcontrol shows the Message &quot; The value for a decimal value is too large or too small&quot;. When we run the SQL statments from this reports in the SQL Management Studio we get the right results. We had debug the reports in VS. If we run the report in VS, VS shows the warning <br/></p> <p align=left><span style="font-family:'Palatino Linotype';font-size:12pt"><span style="font-family:Courier;font-size:x-small">[rsMissingFieldInDataSet] The data set ‘xxx’ contains a definition for the Field ‘xxx’. This field is missing from the returned result set from the data source</span><br/></span></p> <p> </p> <p align=left>and</p> <p align=left> </p> <p align=left><span style="font-family:Courier">[rsErrorReadingDataSetField] The data set ‘xxx' contains a definition for the Field ‘xxx’. The data extension returned an error during reading the field. There is no data for the field at position 4.</span><br/><br/>We use Windows Server 2008 x64 and SQL Server 2008 (both German version) . Can anybody help me?<br/><br/>Regards<br/><br/>Dominik</p>Thu, 19 Nov 2009 13:40:50 Z2009-11-19T13:40:55Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e1694477-2d34-49d8-88e0-60550f484118http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e1694477-2d34-49d8-88e0-60550f484118Pedro Mateushttp://social.msdn.microsoft.com/Profile/en-US/?user=Pedro%20Mateusbug in documentation? Microsoft Commerce Server 2009 Installation and Configuration Guide<p class=ProcedureTitle style=""><span style="">On Page 88, to create web application, it says after creating web application access site and set anonymous On. How is that possible? Since the site collection doesn't exist yet? This should be corrected. If i misunderstood am sorry.</span></p> <p class=ProcedureTitle style=""><span style=""><img alt="" width=24 height=18></span>To create a Web application in SharePoint</p> <table class=MsoNormalTable style="margin-left:.25in;border-collapse:collapse" border=0 cellspacing=0 cellpadding=0> <tbody> <tr style=""> <td style="width:6.15in;padding:0in 0in 0in 0in" width=590 valign=top> <p class=NumberedList1 style="tab-stops:.25in">1.<span style="">   </span>Access SharePoint Central Administration.</p> <p class=NumberedList1 style="tab-stops:.25in">2.<span style="">   </span>Click <span class=UI>Application Management</span>, and then click <span class=UI>Create or extend Web application</span>.</p> <p class=NumberedList1 style="tab-stops:.25in">3.<span style="">   </span>Click <span class=UI>Create a new Web application</span>.</p> <p class=NumberedList1 style="tab-stops:.25in">4.<span style="">   </span>In the <span class=UI>IIS Web Site </span>section, select the appropriate Web site.</p> <p class=NumberedList1 style="tab-stops:.25in">5.<span style="">   </span>In the <span class=UI>Security Configuration</span> section, select the following:</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Under <span class=UI>Authentication provider</span>, select <span class=UI>NTLM</span>.</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Under <span class=UI>Allow Anonymous</span>, select <span class=UI>Yes</span>.</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Under <span class=UI>Use Secure Sockets Layer (SSL)</span>, select <span class=UI>No</span>.</p> <p class=NumberedList1 style="tab-stops:.25in">6.<span style="">   </span>In the <span class=UI>Application Pool </span>section, select an application pool whose identity you will add to the Windows groups that will be able to access the site's Web services and databases. These databases are created only when you deploy the Default Site. After they are created, you will have to make sure that the identity of the application pool has the correct permissions in SQL Server. Group assignments and permissions are covered in <span class=LinkID><span style="border:none"><a title="Post-Deployment Procedures"><span style="border:none"><span style="border:none">Post-Deployment Proce<span style="border:none">d<span style="border:none">ures</span></span></span></span></a></span></span>.</p> <p class=NumberedList1 style="tab-stops:.25in">7.<span style="">   </span>Select other options on the page that suit your business needs.</p> <p class=NumberedList1 style="tab-stops:.25in">8.<span style="">   </span>Click <span class=UI>OK</span>.</p> <p class=NumberedList1 style="tab-stops:.25in">9.<span style="">   </span>In Internet Explorer, access the NTLM zone of the application. The URL is as follows:</p> <p class=TextinList1>http://<span class=Placeholder>&lt;host&gt;:&lt;port&gt;</span>/Pages/default.aspx</p> <p class=NumberedList1 style="tab-stops:.25in">10.<span style="">  </span>Allow anonymous access for the entire NTLM zone. This is required to set up the extended zone but can be turned off later. The instructions in this guide indicate when you can turn it off. Do all of the following:</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Click <span class=UI>Site Actions</span>, click <span class=UI>Site Settings</span>, and then click <span class=UI>People and Groups</span>.</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>In the menu on the left, under <span class=UI>All People</span>, click <span class=UI>Site Permissions</span>.</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Click <span class=UI>Settings</span>, and then click <span class=UI>Anonymous Access</span>.</p> <p class=BulletedList2 style="tab-stops:.5in"><span style="font-family:Symbol">·<span style="">      </span></span>Select <span class=UI>Entire Web Site</span>.</p> </td> </tr> </tbody> </table><hr class="sig">http://pontodepartilha.blogspot.comWed, 18 Nov 2009 17:28:30 Z2009-11-19T11:23:51Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e6fe224d-6c45-4645-9a19-29595f01745dhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e6fe224d-6c45-4645-9a19-29595f01745dVanshVijaySagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=VanshVijaySagarError during Creating New Profile Definition<p>Hi All,<br/><br/>I have create a new profile definition for RetailerInformation . I have follow these steps properly:</p> <p>1 Create table for RetailerInfo under the mysiteprofile database<br/><br/>2 Create DataObject  underGlobalResource --&gt; Profiles(mysiteprofile)--&gt;ProfileCatalog--&gt;DataSource--&gt;profileservice_SQLSource--&gt;DataObjects for RetailerInfo in the Commerce server manager<br/><br/>3 Also define the New Data Members under RetailerInfo Dataobject and map with datacoulmn which I have define in the ReatilerInfo Table.<br/><br/>4 Under profile Definition I create a new Profile defnition for RetailerInfo<br/><br/>5 Add proerties and give proper attributes to properties, under advance attribute map the data with respective datamember, checked exported and serachable checkboxes for each.</p> <p>6 Also add this profile RetailerInfo in the PresentationFile<br/><br/>7 for athurization run azman and add New Scope for RetailerInfo in profilesystem under the ProfileAthurizationStore.xml<br/><br/>6 Also define Roles (under Role Definition) ProfileWriter_CSR,ProfileWriter_Adapter,ProfileWriter_BussinessManager and define the definition for each role as Profile_Authoring(for ProfileWriter_CSR),ProfileAdvanced authoring(ProfileWriter_Adapter) and Profile authoring (for ProfileWriter_BussinessManager)<br/><br/>7 close the azman.<br/>8 reset the IIs<br/>9 On open the customer and Order manager under profiles it show RetailerInfo and when I try to create the New profile for RetailerInfo it shows window for add the data.<br/>10 when I cicking on Save Button , It show an error message<br/><br/>&quot;An error occured on the server during your operation. Trythe operation again or contact your administrator if the error persists. The details of the error are captured in the event log on the server.<br/></p> <p>11 when i look into event viewer the following is the description about error.<br/> </p> <p>Description:<br/>Microsoft.CommerceServer.ServerFaultException: Permission denied.<br/> ---&gt; System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Permission denied.<br/> ---&gt; Microsoft.CommerceServer.ServerFaultException: Permission denied.</p> <p>   --- End of inner exception stack trace ---<br/>   at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.PropagateOrLogExceptionInternal(Exception ex)<br/>   at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.PropagateOrLogException(Exception ex)<br/>   at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.CreateProfile(XmlElement&amp; profileXml, Boolean inAdapterContext)<br/>   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)<br/>   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)<br/>   at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)<br/>   --- End of inner exception stack trace ---<br/>   at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy)<br/>   at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)<br/>   at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.CreateProfile(XmlElement&amp; profileXml, Boolean inAdapterContext)<br/>   at Microsoft.CommerceServer.Profiles.ProfileManagementContext.CreateProfile(XmlElement profileXml, Boolean inAdapterContext)<br/>   at Microsoft.CommerceServer.Profiles.ProfileManagementContext.CreateProfile(XmlElement profileXml)<br/>   at Microsoft.CommerceServer.UI.CustomerAndOrdersManager.ProfilesManagementProxy.TryCreateProfile(XmlElement profileXml)</p> <p> </p><hr class="sig">Vijay SagarThu, 05 Nov 2009 08:48:34 Z2009-11-20T13:04:21Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/10b45725-92f8-4738-a901-a3b1bcb8ae20http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/10b45725-92f8-4738-a901-a3b1bcb8ae20sonu1http://social.msdn.microsoft.com/Profile/en-US/?user=sonu1commerce server defautt sitehi,<br/>    can anybody please tell me the approach..how i 'll start..starting from the default site..i have followed this link<br/><br/> ms-help://MS.CS07/cs07default/html/7ce6e9e8-507a-4637-9d72-aacd49137d43.htm<br/><br/>but not able to see the default site. please suggest..<br/><br/>thanks<br/>sonu<br/>Wed, 18 Nov 2009 14:16:59 Z2009-11-18T21:36:27Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/8876cd95-dce1-40d4-a72e-31629f0488b2http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/8876cd95-dce1-40d4-a72e-31629f0488b2sonu1http://social.msdn.microsoft.com/Profile/en-US/?user=sonu1how to create a commerce web application in visual studiohi,<br/>   can any body please tell me..how i'll approach..to create a default website in visual studio. for that what i need to do or is there any other way to do that?Wed, 18 Nov 2009 13:00:16 Z2009-11-18T14:56:13Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/23f23159-17cc-4154-92a4-6c9fde679ac4http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/23f23159-17cc-4154-92a4-6c9fde679ac4crispyghttp://social.msdn.microsoft.com/Profile/en-US/?user=crispygGet The Sale Price of a Product after Marketing manager catalog discount to feed shopping channel?<p style="margin-left:0.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"> </span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">DISCOUNT QUESTION:</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I have the following setup:</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">1.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Commerce Server 2009 Enterprise Install</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">2.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single base catalog</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">3.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single Virtual Catalog</span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">a.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Price rule that adds 2.5%</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">4.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single Virtual Catalog </span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">a.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Various Price rules that add dollar amounts based on a specific category</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">5.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Various Marketing Discounts (Catalog Discounts NOT Cart Discounts) Created in Marketing Manager</span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">a.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Example: 10% off SKU A</span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">b.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Example: $5 off food products</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I have the following CHALLENGE:</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I need to create a product/pricing feed for one of my shopping channels that sends the correct price (AFTER Catalog Discounts are applied).<span style="">  </span>What is the SIMPLE way to do this<span style="">  </span>Any thoughts, suggestions would be great.<span style="">  </span></span></p>Tue, 17 Nov 2009 02:40:59 Z2009-11-17T14:40:14Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/86c74cac-9395-416f-9256-89b88106f77bhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/86c74cac-9395-416f-9256-89b88106f77bkum04http://social.msdn.microsoft.com/Profile/en-US/?user=kum04Commerce server 2009 ebookI am very new to commerce server , could any one tell me a good ebook of Commerce server 2009? , please do not suggest msdn , as i am currently going through ,Tue, 17 Nov 2009 08:38:24 Z2009-11-17T09:59:27Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/4c671aa3-45c0-4f67-8265-423d7697e499http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/4c671aa3-45c0-4f67-8265-423d7697e499sharp_dudehttp://social.msdn.microsoft.com/Profile/en-US/?user=sharp_dudeAutomate DW Import<p>Hi All,</p> <p>I was having CS 2009 and Analysis Services on SQL Server 2008.</p> <p>what the current scenaio is every time we need to run DataWarehouse Import Wizard to update data in DataWarehouse according to log files of a web application.</p> <p>so is there any way to automate this updation of data in DataWarehouse? (so that analysis on this data can be automated)</p> <p>like data in DW should get updated after certain intervals of time and analysis can be done</p><hr class="sig">Warm Regards, Bhushan GawaleFri, 13 Nov 2009 23:19:26 Z2009-11-17T09:14:53Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/8b9a42b0-f4db-4924-a3c5-0a39559babf6http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/8b9a42b0-f4db-4924-a3c5-0a39559babf6Yerochttp://social.msdn.microsoft.com/Profile/en-US/?user=YerocTrouble Modifying Commerce Server 09 Web PartsHi All,<br/>     I'm trying to modify the RegisterWizard CS 09 webpart, which I got from the extensibility kit.  I'm having trouble deploying it and wonder if I'm missing a step.  <br/> <br/> I see that the original is in the GAC, so I figured I could just deploy my new DLL into the bin and that version would get used before the GAC version.  First problem was that there is no AssemblyInfo file, so the version is 0.0.0.0, which won't jive with the Safe Controls list in the web.config.  In most OSS projects, there is a build file that handles copying a shared AssemblyInfo file. <br/> <br/> Here's the error I get (I added an assemblyinfo file to get a version).  What is the process to make changes to one of these web parts, deploy, and see them in the Contemporary Site?<br/> <br/> Thanks,<br/> Corey<br/> <br/> PolicyException: Required permissions cannot be acquired.]<br/>    System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp; denied, Boolean checkExecutionPermission) +7606579<br/>    System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp; denied, Int32&amp; securitySpecialFlags, Boolean checkExecutionPermission) +57<br/> <br/> [FileLoadException: Could not load file or assembly 'Microsoft.Commerce.Portal.UI.Profiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]<br/>    System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0<br/>    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43<br/>    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection) +127<br/>    System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection) +142<br/>    System.Reflection.Assembly.Load(String assemblyString) +28<br/>    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46<br/> <br/> [ConfigurationErrorsException: Could not load file or assembly 'Microsoft.Commerce.Portal.UI.Profiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]<br/>    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613<br/>    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203<br/>    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105<br/>    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178<br/>    System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54<br/>    System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +600<br/>    System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128<br/>    System.Web.Compilation.BuildManager.CompileResourcesDirectory() +31<br/>    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +304<br/> <br/> [HttpException (0x80004005): Could not load file or assembly 'Microsoft.Commerce.Portal.UI.Profiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]<br/>    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58<br/>    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512<br/>    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729<br/> <br/> [HttpException (0x80004005): Could not load file or assembly 'Microsoft.Commerce.Portal.UI.Profiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]<br/>    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8894031<br/>    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85<br/>    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259<br/> <br/>  <br/> <br/>Tue, 17 Nov 2009 04:58:18 Z2009-11-20T02:14:43Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e750b9d4-b0ec-4eb0-974a-523d47cdd617http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e750b9d4-b0ec-4eb0-974a-523d47cdd617crispyghttp://social.msdn.microsoft.com/Profile/en-US/?user=crispygVirtual Catalog, Pricing Rules and Product Feeds (Marketing Sales and product Feeds also) <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I have the following setup:</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">1.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Commerce Server 2009 Enterprise Install</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">2.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single base catalog</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">3.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single Virtual Catalog</span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">a.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Price rule that adds 2.5%</span></p> <p style="text-indent:-0.25in;margin-left:0.75in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">4.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Single Virtual Catalog </span></p> <p style="text-indent:-0.25in;margin-left:1.25in"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt"><span style="">a.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Various Price rules that add dollar amounts based on a specific category</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I have the following CHALLENGE:</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I need to create a product/pricing feed for one of my shopping channels that sends the correct price (AFTER Catalog Pricing rule is applied).<span style="">  </span>What is the SIMPLE way to do this.<span style="">  </span>I already found a complex method, but feel that this should be EASY and just part of the platform.</span></p> <p><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">Any thoughts, suggestions would be great.<span style="">  </span></span></p> <p> </p>Tue, 17 Nov 2009 02:34:13 Z2009-11-17T02:34:14Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/629f026f-0f5e-4673-97f3-178b5b94f237http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/629f026f-0f5e-4673-97f3-178b5b94f237J Beaulieu - CS Product Teamhttp://social.msdn.microsoft.com/Profile/en-US/?user=J%20Beaulieu%20-%20CS%20Product%20TeamFeedback Requested: Commerce Server Best Practices Analyzer (BPA)Greetings all.  I'm hoping to solicit some feedback/responses around the Commerce Server Best Practices Analyzer.<br/> <br/> 1) Have you used it?<br/> 2) If you've used it, did you find any value in it?<br/> 3) Is there a best practice that you think should be included in the rule set that's currently missing?<br/> 4) Any comments or suggestions on what would make the BPA better?<br/> <br/> Thanks for any and all feedback!<br/> <br/> -jbThu, 12 Nov 2009 21:14:01 Z2009-11-16T18:53:27Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e7e70ec4-e611-491b-9b53-2baae1cc7a53http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/e7e70ec4-e611-491b-9b53-2baae1cc7a53Yerochttp://social.msdn.microsoft.com/Profile/en-US/?user=YerocHow to select the SharePoint group for a user during RegistrationI asked this question in another post, but I fear that it got lost in my lack of understanding of what I truly needed.<br/> <br/> I'm going to be using Commerce services for SharePoint and want to be able to store the user in one of several sharepoint groups based on some chosen criteria during registration.  How can I make that happen dynamically?  Where is the registration web part?  I've combed the SDK but can't seem to find it.<br/> <br/> Thanks,<br/> CoreySun, 15 Nov 2009 01:20:42 Z2009-11-16T14:39:44Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/73649f6f-cc39-4d64-aa8a-444a44ad020dhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/73649f6f-cc39-4d64-aa8a-444a44ad020dYerochttp://social.msdn.microsoft.com/Profile/en-US/?user=YerocUsing Sharepoint groups to manage usersI'm pretty new to Commerce Server 09 and its integration into SharePoint.  I have a requirement to use SharePoint groups to manage the CS users.  I've got the VPC demo loaded and read about the pipelines, etc., but I'm not quite sure where to start.<br/> <br/> Has anybody done this or have any ideas?  Anything that help get me going in the right direction would be appreciated.<br/> <br/> Thanks,<br/> CoreyFri, 13 Nov 2009 02:39:25 Z2009-11-15T20:56:13Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2170cf6d-7a17-4c27-81e8-7457867b470ahttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/2170cf6d-7a17-4c27-81e8-7457867b470aYerochttp://social.msdn.microsoft.com/Profile/en-US/?user=YerocHow to Sell Access License to Content SiteHere's the scenario I need help with.  I want to build a site with a lot of content specific to a certain type of industry.  I want to sell access to this content in bundles of &quot;access licenses&quot;.  So someone in charge of company X should be able to buy a subscription that comes with 10 logins.  They should be able to reassign those logins whenever they want.<br/> <br/> Is something like this possible in CS 09/Sharepoint CommerceServices?  Any ideas where to start?Fri, 13 Nov 2009 20:48:59 Z2009-11-15T20:53:33Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/92ed16cb-6469-4669-ae49-c04a1e8c7be2http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/92ed16cb-6469-4669-ae49-c04a1e8c7be2sakthimindhttp://social.msdn.microsoft.com/Profile/en-US/?user=sakthimindhow to browse and return catalog set using commerce entityHi,<br/> <br/> I just want to browse the catalog and wants to return the products in catalog using commerce server entity.<br/> <br/> Can anyone help me what has to be done? or any useful links for this?Wed, 11 Nov 2009 03:43:19 Z2009-11-13T02:16:37Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b7517b93-911f-4e8b-8414-46b82770c6a7http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/b7517b93-911f-4e8b-8414-46b82770c6a7sakthimindhttp://social.msdn.microsoft.com/Profile/en-US/?user=sakthimindhow to list sub categories / sub to sub categories in CS 2009Hi,<br/> <br/> I listed the category list in my catalog using code, and I want to list the sub categories and sub to sub categories if any using code.<br/> <br/> Can any one help me or any link to refer for my requirement.<br/> <br/> Thanks <br/> Regards,<br/> Sakthivel.SWed, 11 Nov 2009 09:10:34 Z2009-11-13T02:14:48Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/03f1320d-5efd-4878-9073-cbd49b35380ehttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/03f1320d-5efd-4878-9073-cbd49b35380estefan_brhttp://social.msdn.microsoft.com/Profile/en-US/?user=stefan_brEmail confirmation template in Commerce webshopHello,<br/><br/>I've got a queston about the email confirmation in Commerce Server 2009? And about the 'Request Approval' option for new customers<br/><br/>First Question;<br/>1. Where can I find the order confirmation email when a customers has placed an order. I want to edit this template. The shop and customer must both get an order confirmation email. And what tools must I use?<br/><br/>Second Question;<br/>If a customer has created an account then I want the account not been active. I want to use the option Approval Request? Can somebody tell me how I do this? Because I want to send an email to the customers when he is allowed to enter the shop... (or something like that)<br/>And where can I find the email template for this?<br/><br/>Many Thanks!<br/>StefanTue, 10 Nov 2009 10:13:24 Z2009-11-13T02:13:00Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/bbc2f586-5bcc-430b-879a-2af9d4a31b02http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/bbc2f586-5bcc-430b-879a-2af9d4a31b02Stoeldraaijershttp://social.msdn.microsoft.com/Profile/en-US/?user=StoeldraaijersMS Commerce Server 2009 VPC<p>Does anybody know if the VPC for MS Commerce Server 2009 is still available for download so I can use it for demonstration purposes.<br/><br/>Thanks in advance<br/><br/>Gijs</p>Tue, 10 Nov 2009 16:14:36 Z2009-11-12T20:04:15Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/a7217e4f-bd5d-4e6e-9441-30fa9bc82fe1http://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/a7217e4f-bd5d-4e6e-9441-30fa9bc82fe1catherine.ballhttp://social.msdn.microsoft.com/Profile/en-US/?user=catherine.ballCommerce Server 2009 Virtual PCplease could someone tell me where i can get a Commerce Server 2009 Virtual PC? i've serached all the microsoft sites and forums i can find and none of the links work.<br/><br/>catherineWed, 11 Nov 2009 09:48:29 Z2009-11-12T19:59:12Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/10c16b26-6922-49fb-8201-88d33055dddahttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/10c16b26-6922-49fb-8201-88d33055dddamahima116http://social.msdn.microsoft.com/Profile/en-US/?user=mahima116Regarding Multi channel commerce foundationHi all i tried to work on commerce query. i have few query related to my code , code and query are below.<br/><br/>i created one database named MyOnlineShopping site i created catalog entity and when i try to query its shows me error.<br/><br/>this is the code i write for query is <br/><span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p>TextBox1.Text =</p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;clothes&quot;</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">var</span></span><span style="font-size:x-small"> query = </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceQuery</span></span><span style="font-size:x-small">&lt;</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CatalogEntity</span></span><span style="font-size:x-small">, </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceCatalogFullTextSearchBuilder</span></span><span style="font-size:x-small">&gt;();<span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.Catalogs.Add(</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent</span></span><span style="font-size:x-small">.Catalog); <p>query.SearchCriteria.FirstItemIndex = 1;</p> <span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.FullTextSearchType =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFullTextSearchType</span></span><span style="font-size:x-small">.FreeText; <p>query.SearchCriteria.NumberOfItemsToReturn = 100;</p> <span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.Phrase =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">this</span></span><span style="font-size:x-small">.TextBox1.Text;<span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.ReturnTotalItemCount =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">true</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.WhereClause =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">null</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.SortProperties =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">List</span></span><span style="font-size:x-small">&lt;</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceSortProperty</span></span><span style="font-size:x-small">&gt;() { </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceSortProperty</span></span><span style="font-size:x-small">(</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">Product</span></span><span style="font-size:x-small">.ModelNameDefinition, </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">Product</span></span><span style="font-size:x-small">.</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">PropertyName</span></span><span style="font-size:x-small">.Id, Microsoft.Commerce.Contracts.Messages.</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">SortDirection</span></span><span style="font-size:x-small">.Descending) };<span style="font-size:x-small"><font size=2> <p>query.SearchCriteria.TypesToSearch =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceCatalogEntityTypes</span></span><span style="font-size:x-small">.Product;</span></p> <span style="font-size:x-small"> <p> </p> <p> </p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceResponse</span></span><span style="font-size:x-small"> response = </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent</span></span><span style="font-size:x-small">.Execute(query);<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceQueryOperationResponse</span></span><span style="font-size:x-small"> queryResponse = response.OperationResponses[0] </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">as</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceQueryOperationResponse</span></span><span style="font-size:x-small">;</span></p> and i create catalog entity class which is used in query builder <br/>i created a class  <span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent whose code is <br/></span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><font size=2 color="#0000ff"><font size=2 color="#0000ff"> <p>public</p> </font></font></span><font size=2 color="#0000ff"> <p> </p> </font></span> <p> </p> </span><span style="font-size:x-small;color:#0000ff"><font size=2 color="#0000ff"> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">static</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">class</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent</span></span></p> <span style="font-size:x-small"> <p>{</p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Sample user Id.</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">public</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">const</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">string</span></span><span style="font-size:x-small"> UserId = </span><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;7139F631-D037-493f-A658-0CC75377FB08&quot;</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Sample channel name.</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">public</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">const</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">string</span></span><span style="font-size:x-small"> Channel = </span><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;SampleChannel&quot;</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Catalog name</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">public</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">const</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">string</span></span><span style="font-size:x-small"> Catalog = </span><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;MyOnlineShoppingSite&quot;</span></span><span style="font-size:x-small">;<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Service agent instance.</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">private</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">static</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">OperationServiceAgent</span></span><span style="font-size:x-small"> operationServiveAgent = </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">OperationServiceAgent</span></span><span style="font-size:x-small">();<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Executes the specified operation.</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;param name=&quot;operation&quot;&gt;</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000">The operation.</span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/param&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;returns&gt;</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000">The response instance.</span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/returns&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">public</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">static</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceResponse</span></span><span style="font-size:x-small"> Execute(</span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceBaseBuilder</span></span><span style="font-size:x-small"> operation) <p>{</p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">ParameterChecker</span></span><span style="font-size:x-small">.CheckForNull(operation, </span><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;operation&quot;</span></span><span style="font-size:x-small">); <p> </p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">return</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent</span></span><span style="font-size:x-small">.operationServiveAgent.ProcessRequest( <p>GetCurrentRequestContext(), operation.ToRequest());</p> <p>}</p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> Gets the current request context.</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/summary&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">///</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000"> </span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;returns&gt;</span></span><span style="font-size:x-small;color:#008000"><span style="font-size:x-small;color:#008000">A request context instance.</span></span><span style="font-size:x-small;color:#808080"><span style="font-size:x-small;color:#808080">&lt;/returns&gt;</span></span></p> <span style="font-size:x-small"><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">private</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">static</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceRequestContext</span></span><span style="font-size:x-small"> GetCurrentRequestContext() <p>{</p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceRequestContext</span></span><span style="font-size:x-small"> requestContext = </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceRequestContext</span></span><span style="font-size:x-small">() <p>{</p> <p>Channel = Channel,</p> <p>UserId = UserId,</p> <span style="font-size:x-small"><font size=2> <p>UserLocale =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;en-US&quot;</span></span><span style="font-size:x-small">,<span style="font-size:x-small"><font size=2> <p>UserUILocale =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;en-US&quot;</span></span><span style="font-size:x-small">,<span style="font-size:x-small"><font size=2> <p>RequestId =</p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">Guid</span></span><span style="font-size:x-small">.NewGuid().ToString() <p>};</p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p> </p> </span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">return</span></span><span style="font-size:x-small"> requestContext; <p>}</p> <p>}</p> </span></p> which is used in execute query....<br/>my catalogentity  class isjust an normal entity class which is similar to catalog entity class provide in multi channel commerce foundation sample code.<br/> now my issue is whenever i run program it shows execption in line <br/><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"><font size=2 color="#0000ff"><font size=2 color="#0000ff"> <p>return</p> </font></font></span><font size=2 color="#0000ff"> <p> </p> </font></span> <p> </p> </span><span style="font-size:x-small;color:#0000ff"><font size=2 color="#0000ff"> <p> </p> </font></span> <p> </p> </span> <p><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">CommerceFoundationServiceAgent</span></span><span style="font-size:x-small">.operationServiveAgent.ProcessRequest( <p>GetCurrentRequestContext(), operation.ToRequest());</p> </span></p> stataing null reference.<br/><br/>and i more question is tht what is User Id or channel in te commerce entiies i mean i juss copy these values from the multi channel samples.<br/>i want to knew is that from where i cant get the values of user id aur channel name or if have to give any unique random value ....<br/><br/>Mon, 08 Jun 2009 09:27:37 Z2009-11-11T16:32:26Zhttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/6a5ec5a6-069a-4352-9a50-243473dbb5eahttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/6a5ec5a6-069a-4352-9a50-243473dbb5eaLynnette.Mc - CS Product Teamhttp://social.msdn.microsoft.com/Profile/en-US/?user=Lynnette.Mc%20-%20CS%20Product%20TeamWe Need Your Feedback!<p>Like all product units at Microsoft, we are very interested in your feedback as we plan our next release of Commerce Server. <br/>One of the key themes for our next release is to provide a single, unified setup experience. In order to best do that, we need to optimize which platforms are supported. <br/><br/>Our current proposal for the next release is to support and optimize for the following:<br/> <br/><strong>1) Operating system:</strong><br/>The next version of Commerce Server will support Windows Server 2008 and Server 2008 R2, and only the 64-bit version.   By doing this, Commerce Server gains the benefits of 64-bit performance, and keeps up to date with Windows Server releases: Windows Server 2008 R2 and all future versions of server software will be 64-bit only.  One change we’re proposing will be to drop support for Windows Server 2003, which is moving out of primary support and into extended support in July 2010.  By choosing Windows Server 2008, we can also choose to support IIS 7 exclusively, and get the benefits of IIS 7 integrated mode.<br/> <br/><strong>2) SQL Server:</strong>  <br/>The next version of Commerce Server will support SQL Server 2008 only, plus pre-release testing for the next version of SQL.   As with the proposed OS support, we’d like to focus on the most current and next releases of SQL Server.  This does mean dropping SQL Server 2005 as a supported database platform.<br/> <br/><strong>3) SharePoint:</strong><br/>SharePoint 2007 (both MOSS 2007 and WSS 3) will be supported and we also plan to support the next version of SharePoint.  <br/> <br/>4<strong>) BizTalk:</strong><br/>The BizTalk adapters are not changing, and they will be tested for compatibility with the upcoming BizTalk 2009 release.<br/> <br/><strong>5) Dev tools and platforms: <br/></strong>Visual Studio 2008 SP1 will continue to be supported (as it was with CS2009) and we’ll add support for the next version of Visual Studio as well.  We are also looking at supporting Windows 7 and/or Vista x64 as a development platform.<br/> <br/>We value your feedback - please let us know what you think of our platform proposal for the next release of Commerce Server.<br/> <br/>Thank you,<br/>The Commerce Server Product Team</p>Mon, 06 Apr 2009 16:22:36 Z2009-11-11T15:59:02Z