cqload exportintegration:
[ -dbset name ] login password schema_name begin_rev end_rev [record_type_to_rename ] "schema_pathname"
- Export only changes made in version five of the Enterprise schema.
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 "" "c:\tmp\export.txt"
- Export changes made in versions five through eight of the Enterprise schema.
cqload exportintegration -dbset 2003.06.00 admin `' Enterprise 5 8 "" "c:\tmp\export.txt"
- Export only changes made in version five of the Enterprise schema and specify that the record type ChangeRequest is to be renamed on import. You must specify a new name for the record in the new_record_type_name option of the subsequent cqload importintegration.
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 ChangeRequest "c:\temp\scriptchanges.txt"
cqload importintegration:
[ -dbset name ] login password schema_name [new_record_type_name ] "integration name" integration_version "schema_pathname" "form_name"
- Import the exported schema into the Testit schema, leaving all record types with their original names.
cqload importintegration -dbset 2003.06.00 admin "" Testit "" Email_Integ 1 "c:\tmp\export.txt" ""
- Import the exported schema into the Testit schema, renaming the record type specified in the record_type_to_rename option of the previouscqload exportintegration command to Defect.
cqload importintegration -dbset 2003.06.00 admin "" Testit Defect Email_Integ 1 "c:\tmp\export.txt" ""
沒有留言:
張貼留言