SessionLogon

Description

Create and login into a user Session object.

Note: This method is for the UNIX™ system and Linux™ only and is for HCL Compass integration server use only.

Syntax

Perl


$ClearQuestObj->SessionLogon(clientID, userID, password, db, dbSet, 
flags); 
Identifier
Description
ClearQuestObj
A CQClearQuest object.
clientID
A String containing a client ID.
userID
A String containing a user ID.
password
A String containing a user password.
db
A String containing a database name.
dbSet
A String containing a database set name.
flags
A LONG that is reserved and not used in the current implementation.
Return value
A Session object.