Loads security information from a text file into an application, with the text file being located on the client computer.
Caution! | If you attempt to load security classes into a Performance Management Architect application, Load will fail. |
You must call SetSession and set the LoadOptions property before calling Load. For information on how Load is used, see Loading Security Information.
Syntax
<HsvSecurityLoadACV>.Load bstrClientFilename, bstrClientLogFileName, pvbWarnings
Argument | Description |
---|
bstrClientFilename | String (ByVal). The name and path of the file containing the security information to be loaded. The path must be valid for the client computer. For details on the file’s required format, see the Oracle Hyperion Financial Management, Fusion Edition Administrator's Guide. |
bstrClientLogFileName | String (ByVal). The name and path of the log file for the load operation. |
pvbWarnings | Boolean. Indicates whether warning messages were generated in the log file for a successful load. Returns TRUE if warnings were generated, FALSE otherwise. Note that if this returns TRUE, Load does not generate a trappable error. Tip: Warning messages are generated if the ValidateUsers load option is set to TRUE and the load file contains invalid usernames or user groups. |
Example
Load is used in the Example for Loading Security.