Resume HTTP Crawler (RSMHTTPCRL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Resume HTTP Crawling (RSMHTTPCRL) command allows you to resume a crawling session for a specified document list. The previous session must have been paused by running the End HTTP Crawler (ENDHTTPCRL) command specifying ACTION(*PAUSE).

Top

Parameters

Keyword Description Choices Notes
DOCLIST Document list file Path name Required, Positional 1
Top

Document list file (DOCLIST)

Specifies a document list file that was used for a crawling session that has been paused.

This is a required parameter.

path-name
Specify the path name of the document list file.
Top

Examples

RSMHTTPCRL
   DOCLIST('/QIBM/USERDATA/HTTPSVR/INDEX/myindex.DOCUMENT.LIST')

This command resumes a crawling session that had been paused by running the End HTTP Crawler (ENDHTTPCRL) command with OPTION(*PAUSE).

Top

Error messages

*ESCAPE Messages

HTP165D
Request to resume a crawling session failed. Reason &1.
Top