Problem about import userobject profile into commerce server by using biztalk

trying to import profile from RMS(Retail Management System) to commerce server by using biztalk.

I use storeprocedure queried out latest updated and added account and form the profileimport.xml.

the XML file is follow the format from profiledocument.xsd which is generated by ExportProfileXsd.exe

the schema I generated is user object of the default profile definations.

but when I trying to submit the xml file to profile web service it always come back Error message as follow

The Profiles web service cannot see any profiles.

Check the web service authorization file to make

sure that the user id that this BizTalk instance

is running under is authorized to retrieve profiles.

Is there any setting or something I did wrong?

[2422 byte] By [HoweyHuo] at [2008-2-15]
# 1

You need to add the Account that you are using to import the Profiles (this is either the account configured on the Profile Endpoint or the BizTalk Host instance account) to the Profiles Authorization store for the ProfileWriter_Adapter role. You can do this by opening the Azman (Start -> Run -> Azman.msc) and loading the Profiles Store (by default located in C:\inetput\wwwroot\profileswebservice\).

Hope this helps!

Alan

AlanF-MSFT at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...