Hi,
I've got a strange problem. I just added a new property to my profile system (DefaultCurrency) as it is in the StarterSite. After i added that i had the problem that when I set the variable it wasnt't written to the database, so i builided the programm anothertime an sudenly i coundent login anymore. I thought that this is probably because of a failure with my new property and so on i opened the CS Manager, where i deletet the property from the UserObject definition and then i wantet to remove the data member. But there i got the erro message "Object required".
What does this error mean or where does it refer to How can I remove that thing and create a fresh one witch is working correctly
Thanks

Object required
The ZMan
Cheers,
Colin
latence01
I'd recommend that you re-import the default profile definitions to get things back to a starting-point. To do this, first run the profileSQL.sql on your _profiles database. Next, open the Commerce Server Manager MMC and import profileSQL.xml (right-click the Profile Catalog node of the Profiles resource).
I think the problem you originally encountered (the DefaultCurrency not being saved to DB) is a result of the new property not being mapped to the proper data member. Did you set the "Map to data" advanced attribute of the property Also, any time you modify profile definitions, you should perform an IIS reset so that all web services and web apps can load the updated definition.
- David