Hi. I've built a Commerce 2002 web site in which only
registered user may enter and I would like to monitor the
site usage.
I've setup the datawarehouse database and I've run a dts
which loads logs and profiles (I have built this dts using
the CS2002 wizard).
After running the Profile Im****t task of the dts, the
RegisteredUser table contains all the users registered on
the web site with the correct logon_name, Userid and
ex****ted properties.
After running the Log file Im****t task, I notice that the
RegisteredUser table contains new records. In these new
records the logon_name is null and the userid equals the
actual logon_name.
For example, we have registered a new user with:
logon_name = ABC
userId = {9F073A01-4563-45E8-8139-E0C70034E866}
When this user is im****ted with the Profile Im****t task, a
new record is created in the RegisteredUser table with:
logon_name = ABC
userId = {9F073A01-4563-45E8-8139-E0C70034E866}
When the visits of ABC are im****ted through the Log file
Im****t task, a new record is created in the RegisteredUser
table with:
logon_name = <NULL>
userId = ABC
I would like that the datawarehouse might use the first of
the two records.
Does anybody know how to face the problem?
Thanks in advance.
Len


|