Library_DS_Initialize

Initializes a previously defined, active Document Services Library.

Syntax

bool Library_DS_Initialize (StrParam)

Parameters

String value consisting of the three colon-separated elements of the Library Name. Smart Parameters are supported.

Returns

False if there is a problem connecting to the FileNet® Document Services Library. Otherwise, True.
Note: If the action returns False, the action directs the Rulerunner task to finish with a status of Aborted.

Level

Any level, but the Batch level is recommended.

Details

Do not confuse the Library Name with the local FileNet Neighborhood label. In some cases, the formal three-part Library Name must be used to properly configure initialization. Please check your FileNet documentation for guidelines on designating a formal Library Name.

Example
Library_DS_Initialize("DSLibrary:Datacap:FileNet")

This action initializes but does not open the library – see Library_Login.