| ur_kool_pal 2005-08-24, 12:32 am |
| Hi
There is a small problem i am facing in the profile import in Microsoft Commerce Server. Currently i am using a profile import DTS task to import user profiles in the RegisteredUser table. In this case the user information is not stored in Active Directory instead it is stored in a profile table created in SQL. In the profile table i have created 6 related fields:
1) User ID
2) User Name
3) First Name
4) Last Name
5) Date Created
6) Date Last Changed
These fields are appropriately mapped to the related properties of the User Object of the profile Catalog. Following is the mapping of the above 6 fields:
General information
1) UserId
2) Logon Name
3) First Name
4) Last Name
Profile system
5) Date Created
6) Date last changed
Now the problem is if i run the DTS task in full import mode, it correctly imports all the profiles. But when i run it in incremental mode, it does not show me the changes made (newly added records).
Kindly suggest some solution. |