Hi,
For a migration, I'm doing load operation for a docbase of 70.000 documents.
(Content Server 6.7 To 7.3)
I have used this script for load operation:
trace,c,10,C:\DOCUMENTUM\load_trace.log
create,c,dm_load_record
set,c,l,file_name
C:\DOCUMENTUM\dump.dmp
save,c,l
getmessage,c
After some houres, I obtain this error:
_[DM_LOAD_E_OBJECT_SAVE_FAILED]error: "Save of object 49000d8080000100 failed -- load terminated"
[DM_OBJ_MGR_E_SAVE_FAIL]error: "save failed for object with handle 49000d8080000100 of type dmi_package: table on which save failed was dmi_package_s; error from database system was -- Object already exists -- STATE=23000, CODE=2601, MSG=[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'dbo.dmi_package_s' with unique index 'd_1f000d808000018b'. The duplicate key value is (4d000d8080000102, 1, input:1 , package
ERROR(-1) "_
Any idea?
Thanks
Fra