Library_LogIn

Logs in to the Image Services library by using the user ID and Password parameter values.

Syntax

bool Library_LogIn (StrParam)

Parameters

String values of the User ID and Password, with a comma separator. Smart Parameters are supported.

Returns

False if an active library is not found, the parameter values are incorrect, or an error occurs while logging into the library. Otherwise, True.
Attention: 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

Logs into the initialized FileNet® library using the User ID and Password parameter values. You must include this action to access a library. Be sure the Library_Login action follows one of the Library_Initialize actions.
Example
Library_DS_Initialize("DefaultLib:Datacap:FileNet")
Library_Login("FileNet2,FN2")

Library_IS_Initialize("LibraryName")
Library_Login("@APPVAR(values/gen/ISUser),@APPVAR
(values/adv/ISPassword)")

Library_IS_Initialize("LibraryName")
Library_Login("@STRING(@APPVAR
(values/gen/ISUser),@APPVAR(values/adv/ISPassword))")