When initializing the WebDocs iSeries system for start-up, do the following:
  1. Clear all documents from the system using the DOCCLEAR command:

    DOCCLEAR CONFIRM1(*YES) CONFIRM2(*YES)

    Note: This command clears the DOCS00 and DOCVER00 index files and deletes the associated documents in the /RJSIMAGEDOC IFS folder or any other IFS folders that were set up during testing.

  2. Manually clear additional tables:
    1. The document link table:

      CLRPFM FILE(RJSIMAGE/DOCLINK00)

    2. The document notes table:

      CLRPFM FILE(RJSIMAGE/DOCNOT00)

    3. The document full-text indexes:

      CLRPFM FILE(RJSIMAGE/DOCTXT00)

    4. The document workflow workpiece header:

      CLRPFM FILE(RJSIMAGE/DOCFLORH00)

    5. The document workflow item detail:

      CLRPFM FILE(RJSIMAGE/DOCFLOW00)

  3. To ensure all the information in step 1 was cleared correctly, run the following commands:
    1. The documents table:

      CLRPFM FILE(RJSIMAGE/DOCS00)

    2. The document versions table:

      CLRPFM FILE(RJSIMAGE/DOCVER00)

    3. Erase all IFS documents from the folder /RJSIMAGEDOC:

      ERASE OBJLNK('/RJSIMAGEDOC/*') 

Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case