When initializing the WebDocs iSeries system for start-up, do the following:
- 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.
- Manually clear additional tables:
- The document link table:
CLRPFM FILE(RJSIMAGE/DOCLINK00)
- The document notes table:
CLRPFM FILE(RJSIMAGE/DOCNOT00)
- The document full-text indexes:
CLRPFM FILE(RJSIMAGE/DOCTXT00)
- The document workflow workpiece header:
CLRPFM FILE(RJSIMAGE/DOCFLORH00)
- The document workflow item detail:
CLRPFM FILE(RJSIMAGE/DOCFLOW00)
- To ensure all the information in step 1 was cleared correctly, run the following commands:
- The documents table:
CLRPFM FILE(RJSIMAGE/DOCS00)
- The document versions table:
CLRPFM FILE(RJSIMAGE/DOCVER00)
- Erase all IFS documents from the folder /RJSIMAGEDOC:
ERASE OBJLNK('/RJSIMAGEDOC/*')
Last Modified On:
No, open a new Support Case