Profile question
Here's some thoughts:
On the server console, start CommerceServer Manager and drill down to the
Address profile. See if you can validate the profile.
I had a similar situation where I extended the UserObject improperly.
Initially, I added some char(64) feilds to the UserObject table, and tried
using these new fields in the profile definition. All seemed OK, but the
Validation step failed.
Someone pointed out that I needed to add fields of type nvarchar(255) for a
profile. I changed the types, recreated the data objects, then mapped them
into the profile. This time it validated properly.
Like you, I was able to interact with the profile through code, with no
indication that anything was wrong, except that the data seemed "garbled".
Hope this helps.
-tomas
|