Data Creation/Update Issues
- 01 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Data Creation/Update Issues
- Mis à jour le 01 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
A data creation or data update problem occurred.
Solutions
Verify the logs for record copy, create, and update issues.
Verify the records that were migrated.
Verify error and warning messages.
The default DMT log file can be found at %PROGRAMFILES%\VASCO\Data Migration Tool 3.26\log\dmt_date_time_log.xml (Windows) or /var/log/vasco/identikey/dmt.trace (Linux). Check for warnings about unmigrated data and possible problems with the migration process.
The following example shows the approximate text, which would be recorded in the log file for various scenarios:
<Stage>
<Description>Migrating object 'User'</Description>
+
<Entry datetime="2010/10/13 13:16:48" type="mwarn">
<Detail>Create object 'User'</Detail>
-
<Field primary="true">
<Label>User ID</Label>
<Value>admin</Value>
</Field>
-
<Field primary="false">
<Label>User Name</Label>
<Value>admin</Value>
</Field>
-
<Field primary="true">
<Label>Domain Name</Label>
<Value>testdmt.com</Value>
</Field>
-
<Field primary="false">
<Label>Linked User's Domain</Label>
<Value>testdmt.com</Value>
</Field>
-
<Field primary="false">
<Label>Local Authentication</Label>
<Value>Default</Value>
</Field>
-
<Field primary="false">
<Label>Back-end Authentication</Label>
<Value>Default</Value>
</Field>
-
<Field primary="false">
<Label>Disabled</Label>
<Value>no</Value>
</Field>
-
<Field primary="false">
<Label>Locked</Label>
<Value>no</Value>
</Field>
-
<Field primary="false">
<Label>Offline Authentication Enabled</Label>
<Value>Default</Value>
</Field>
-
<Cause>
The domain has been changed from '' to 'testdmt.com'
</Cause>
<Cause>Removed 'Access Data in All Domains' privilege</Cause>
</Entry>
-
<Entry datetime="2010/10/13 13:16:48" type="mfail">
<Detail>Create object 'User'</Detail>
+
<Field primary="true">
<Label>User ID</Label>
<Value>Administrator</Value>
</Field>
+
<Field primary="false">
<Label>User Name</Label>
<Value>Administrator</Value>
</Field>
+
<Field primary="false">
<Label>Description</Label>
-
<Value>
Built-in account for administering the computer/domain
</Value>
</Field>
+
<Field primary="true">
<Label>Domain Name</Label>
<Value>testdmt.com</Value>
</Field>
+
<Field primary="false">
<Label>Organizational Unit</Label>
<Value>Users</Value>
</Field>
+
<Field primary="false">
<Label>Linked User's Domain</Label>
<Value>testdmt.com</Value>
</Field>
+
<Field primary="false">
<Label>Local Authentication</Label>
<Value>Default</Value>
</Field>
+
<Field primary="false">
<Label>Back-end Authentication</Label>
<Value>Default</Value>
</Field>
+
<Field primary="false">
<Label>Disabled</Label>
<Value>no</Value>
</Field>
+
<Field primary="false">
<Label>Lock Count</Label>
<Value>0</Value>
</Field>
+
<Field primary="false">
<Label>Locked</Label>
<Value>no</Value>
</Field>
+
<Field primary="false">
<Label>Offline Authentication Enabled</Label>
<Value>Default</Value>
</Field>
-
<Cause>
The linked 'Organizational Unit' object does not exist in the destination and may have failed migration
</Cause>
-
<Cause>
The domain has been changed from '' to 'testdmt.com'
</Cause>
-
<Resolution>
Resolve the migration failure for the linked 'Organizational Unit' object and re-run the migration
</Resolution>
</Entry>
Cet article vous a-t-il été utile ?