FNP8_SetTimeout

Sets the timeout for the FileNet® P8 web service in milliseconds.

Syntax

bool FNP8_SetTimeout(StrParam)

Parameters

A single parameter identifying the timeout in milliseconds for the FileNet P8 Web Service. The default timeout is 600000 milliseconds (600 seconds).

Returns

False if DC_P8_Server.dll was not successfully installed on this computer, or if the parameter is not formatted as a valid integer value. Otherwise, True.

Level

All, but generally at the Batch level.

Details

This action sets the timeout in milliseconds for the FileNet P8 Web Service. This action should be called before the FNP8_Upload action.
Example
FNP8_SetTimeout(90000)