Sign In
Vinayak's WebLog
Things you wanted to know about Microsoft Commerce Server
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Catalog Search functionality
Hotfixes
New Catalog Features in CS2007
Programming the Catalog System
Archive
Archives
October 2006
(2)
September 2006
(1)
August 2006
(2)
June 2006
(6)
May 2006
(4)
March 2006
(4)
October 2005
(2)
September 2005
(2)
June 2005
(4)
May 2005
(1)
October 2004
(4)
August 2004
(1)
July 2004
(6)
June 2004
(8)
May 2004
(9)
April 2004
(5)
MSDN Blogs
>
Vinayak's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vinayak's WebLog
Adding multilingual display names to property definitions
Posted
over 6 years ago
by
vinayakt
1
Comments
The Commerce Server 2007 catalog system supports multilingual display names for Property definitions, catalog definitions, products, categories and variants. This post discusses multilingual display name support for property definitions. The following...
Vinayak's WebLog
Extending the entites in the Catalog and Inventory Systems
Posted
over 6 years ago
by
vinayakt
0
Comments
Commerce Server 2007 allows you to extend the different entities in the Catalog and Inventory systems in a straightforward manner. These are the various entities that can be extended Property Definitions Catalog Definitions Inventory Catalog...
Vinayak's WebLog
Implementing the credential prompter
Posted
over 6 years ago
by
vinayakt
0
Comments
I received a question on my earlier post on implementing the credential prompter. When connecting to the web service you have to specify a CatalogServiceAgent object. When authenticating against a Web service, the default behavior is to first try to make...
Vinayak's WebLog
Programming the Commerce Server 2007 catalog system: Creating the CatalogContext
Posted
over 6 years ago
by
vinayakt
3
Comments
The objects in the catalog system can now be programmed in two modes. In the first mode the catalog server assembly is loaded in the callers appdomain (aka inproc mode). In the second mode the functionality of the catalog system is available remotely...
Vinayak's WebLog
Unable to import a commerce server catalog on Windows XP
Posted
over 6 years ago
by
vinayakt
3
Comments
I have seen a few customers hit this issue in the newsgroups. If you are using Windows XP as your development environment for Commerce Server 2007 Developer Edition and importing a catalog gives you an error "Value does not fall within the expected range...
Vinayak's WebLog
Securing the catalog system
Posted
over 6 years ago
by
vinayakt
2
Comments
The authorization model is another new feature in the Commerce Server 2007 catalog system which allows you to protect your catalog data from being accessed by unauthorized users. Since we decided to expose the functionality of the catalog system over...
Vinayak's WebLog
Want to try Microsoft Commerce Server 2007 for free?
Posted
over 6 years ago
by
vinayakt
7
Comments
You can now download the evaluation version of Commerce Server 2007 from here . Other useful links: Product Documentation Product Review Readme Installation Guide Additional information on general availability and pricing can be found...
Vinayak's WebLog
Improving the catalog search experience in Commerce Server 2007
Posted
over 6 years ago
by
vinayakt
1
Comments
Two years back in this post on fulltext search in the catalog system , I had explained how fulltext searches are performed in the catalog system and added the following comment "Providing an increased number of search features/conditions is something...
Vinayak's WebLog
Implementing Thesaurus support in the catalog system
Posted
over 6 years ago
by
vinayakt
3
Comments
Sql Server 2005 now provides Thesaurus support through configurable xml files. In a nutshell the Thesaurus feature allows you to search for synonyms of the search phrase or replace the search phrase with a replacement phrase and perform the search using...
Vinayak's WebLog
New Catalogset features in Commerce Server 2007
Posted
over 6 years ago
by
vinayakt
1
Comments
The catalogsets feature is probably the least known feature in the catalog system. Unlike in previous versions, the catalogsets feature is now tightly integrated with the catalog sytsem. We have also provided a managed API to create, edit and delete catalog...
Vinayak's WebLog
Caching in the catalog system
Posted
over 6 years ago
by
vinayakt
5
Comments
The Commerce Server 2007 catalog system adds a new caching feature which caches frequently used datasets. What is cached? In order to prevent repeated calls to the sql server the catalog system caches the results of various methods in the catalog...
Vinayak's WebLog
New Virtual catalog features in Commerce Server 2007
Posted
over 6 years ago
by
vinayakt
1
Comments
Virtual catalogs is a key feature we improved upon in Commerce Server 2007 to allow you to further customize your base and virtual catalogs. These features will enable additional scenarios which were not possible in previous versions. If you are not familiar...
Vinayak's WebLog
New catalog sequencing features in Commerce Server 2007
Posted
over 6 years ago
by
vinayakt
3
Comments
A while back I had written about sequencing products and categories in the feature pack and mentioned a few features that were not supported. I am happy to say that we have now addressed all the limitations I had mentioned in this post and also added...
Vinayak's WebLog
New catalog search features in Commerce Server 2007
Posted
over 6 years ago
by
vinayakt
1
Comments
One of my posts ( Catalog classtypes and search functionality in the catalog system ) described the search functionality in previous versions of the catalog system. We have now made the following enhancements to the search functionality. Incidentally...
Vinayak's WebLog
Microsoft Commerce Server 2007 Release Candidate is now available
Posted
over 6 years ago
by
vinayakt
1
Comments
After several years of hardwork the Release candidate for Microsoft Commerce Server 2007 is now available for public download. The details of the download location and the name change from Microsoft Commerce Server 2006 to Microsoft Commerce Server 2007...
Vinayak's WebLog
The new catalog system in Commerce Server 2007 ... Part III
Posted
over 6 years ago
by
vinayakt
3
Comments
6. New features in Import Just as we provided a number of options in Export , we have provided a similar number of options for Import. 1. Importing from client machines: The Commerce Server 2007 catalog system now allows you to import data from...
Vinayak's WebLog
The new catalog system in Commerce Server 2007 ... Part II
Posted
over 6 years ago
by
vinayakt
5
Comments
5. New features in Export Import/Export is one of the features we took a new look at in Commerce Server 2007, studied customer feedback and came up with a number of configurable options which should address most of typical scenarios like staging, LOB...
Vinayak's WebLog
The new catalog system in Commerce Server 2007 ... Part I
Posted
over 6 years ago
by
vinayakt
2
Comments
Commerce Server 2007 offers the following major enhancements to the catalog system since Commerce Server 2002. 1. Programming model : The catalog system is one of the components which has been completely rewritten in managed code. The COM objects...
Vinayak's WebLog
What's new in Commerce Server 2007?
Posted
over 6 years ago
by
vinayakt
0
Comments
Twenty months back when we started planning for the next release of Commerce Server I had written a post asking for feedback on Commerce Server 2007. Now twenty months later we are on track to ship Commerce Server 2007 sometime soon. Commerce server 2007...
Vinayak's WebLog
The COM objects in the product catalog system
Posted
over 7 years ago
by
vinayakt
0
Comments
The Catalog system basically has four main objects: 1. The CatalogManager object is the only externally creatable object. The progid is Commerce.CatalogManager. You can use this object to manage all the catalog schema, create/delete catalogs, import...
Vinayak's WebLog
More updates on Commerce Server 2006
Posted
over 7 years ago
by
vinayakt
1
Comments
Checkout this entry by Ryan Donovan , the Group Program Manager of Commerce Server for information about the CS2006 Tech preview and how to download the preview bits.
Vinayak's WebLog
Programming the Commerce Server Product Catalog System
Posted
over 7 years ago
by
vinayakt
0
Comments
This is the first in a series of posts on how you can program the product catalog system. The product catalog system that shipped in Commerce Server 2002 provided three programming models: 1. The Catalog Com objects : These are a set of objects which...
Vinayak's WebLog
Deploying a Secure Commerce Server Site
Posted
over 7 years ago
by
vinayakt
0
Comments
Recently there were a few posts in the newsgroups where users were not able to connect to sql server especially when it was configured on a different machine. If you start seeing connection failure errors like GlobalConfig:Initialize : Login failed...
Vinayak's WebLog
Sequencing products and categories in the Commerce Server Feature Pack
Posted
over 7 years ago
by
vinayakt
5
Comments
Among the numerous cool features we added in the Commerce Server Feature Pack , one of them was the ability to sequence products and categories in catalogs. Based on some of the newsgroup posts it turned out that there is some confusion on this feature...
Vinayak's WebLog
What the #$*!, is this virtual catalog name mangling?
Posted
over 7 years ago
by
vinayakt
2
Comments
I had seen a number of queries in the catalog newsgroups regarding productids and category names in virtual catalogs. Some of the queries failed because the product ids were not used as they were supposed to in virtual catalog. This post covers the name...
Page 1 of 3 (61 items)
1
2
3