UpgradeInfo

Description

Upgrades the user profile related information to all the user databases that the user is currently subscribed to. Returns the database names that have failed in upgrading.

This method does not upgrade the schema repository, nor does it upgrade the user's links.

Note: This method became available in version 2003.06.00.

Syntax

VBScript


user.UpgradeInfo 

Perl


$user->UpgradeInfo(); 
Identifier
Description
user
A User object.
Return value
For VBScript, returns a VARIANT array containing the database names that have failed in upgrading.

For Perl, returns a reference to an array of strings containing the database names that have failed in upgrading.