Martijn's blog - E-Commerce, EAI, BizTalk and .NET

2005/05/07

There's something about Parties

Trying to implement an Order Fulfillment example BizTalk application for the Northwind database, I ran into some Party resolution issues. It turns out Parties cannot have names with any of the following characters in them:

`~!@#$%^&*()+=[]{}|;"'<>,?
As the Northwind database has a Suppliers table consisting of a default of 29 suppliers with various 'complex' names, e.g.:

  • Cooperativa de Quesos 'Las Cabras';
  • Forêts d'érables;
  • and Heli Süßwaren GmbH & Co. KG;
I wasn't able to create parties to fulfill my orders from the Northwind database based on the Supplier companyname.

0 Comments:

Post a Comment

<< Home