Library_DMA_Initialize

Initializes but does not open the FileNet® DMA library.

Syntax

bool Library_DMA_Initialize (StrParam)

Parameters

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

Returns

False if there is a problem connecting to the FileNet DMA 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 on how to discern your formal library name.
Example
Library_DMA_Initialize("DMALibrary:Datacap:FileNet")              

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