Connect
Establishes a connection to the target system
Signature: connect(cinfo)
Parameters:
cinfo['adminid'] - The administrator account that should be used to connect to the target system
cinfo['adminpw'] - The password for the administrator account
cinfo['sysid'] - An optional system account that should be used during connection
cinfo['syspw'] - The password for the system account
cinfo['settings'] - Dictionary object containing the address attributes defined in the address attributes operation
Return Value:
ACSuccess 0
ACUnknownError 1
ACNotConnected 3
Remarks:
This function will be called before other operations to establish a connection for use in the subsequent operations.