ALM Site Administration API Type Library
Connect Method
Description
(Deprecated) Connects the Site Administration client to the Site Administration server.
Syntax
Visual Basic
Public Function Connect( _
   ByVal domainserver As String, _
   ByVal password As String _
) As String
Parameters
domainserver
The name of the server to connect.
password
The password.
Return Type
Returns "1" on success.
Remarks

This method is deprecated from version 9.0. Use the Login Method.

To continue to use this method, you must enter the appropriate user name in the BACKWARD_SUPPORT_SA_DEFAULT_USER setting in the site configuration. For details see the Application Lifecycle Management Administrator Guide. 

If this method is still used, it must be run before calling any other function.

See Also