Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column Name

Description

ID

incrementing number

STATUS3 means ok

1: DocID has been loaded into the database

2: DocID in active migration process

3: DocID was successfully migrated

4: The document could not be migrated due to an error

>4: Document has been processed in "Reprocessing", but had still an error.

DOCID

the document id

DATESOURCE

date from source archive

DATEMIGRATED 

date and time of migration

COMPIDS

the component id’s migrated

COMPIDCOUNT

the amount of components migrated

CHECKSUM_SRC

if configuration item CheckSrcHashValues is enabled, the hash transfered from source archive (only KGS CS) and hash built in migration tool is compared. If comparison was sucessful, the hash value appears in this column.

CHECKSUM_DST

if configuration item CheckDstHashValues is enabled, a hash is generated by the migration tool and sent to destination CS as HTTP header. If the destination CS is an KGS CS it can compare the sent hash with an own generated one. If this comparison fails, it will send an error response. If it is successful the CS will send an 201 HTTP status (“Created”) and the migration tool will write the hash into the column CHECKSUM_DST. (warning) Until 3.0.2 the behavior was a bit different. Please consult: Tab "Migration" (MIG)

ERROR

If an error occures during migration the error is written here.

EXTRACOUNT

SORTKEY

SIZE

document size

READTIME

time consumed while reading the document

WRITETIME

time consumed while writing the document

...