Aqualogic Interaction API  
 

IPTUpgradeManager.Connect Method 

Connect to the Plumtree server. Note that upgrade clients should NOT use IPTSession.Connect, since IPTSession.Connect relies on the database schema being in the correct format, but upgrade is performed on a database in an outdated format.

void Connect(
   string bstrAdminUserName,
   string bstrAdminPassword
);

Parameters

bstrAdminUserName
the name of the Administrator user (the user with ID 1.) Case sensitive.
bstrAdminPassword
the password of the Administrator user

See Also

IPTUpgradeManager Interface | com.plumtree.server Namespace