Load2

Loads data from a text file on a client computer and returns a flag indicating whether any errors were logged.

You must call SetSession and set the LoadOptions property before calling Load2.

Syntax

<HsvcDataLoad>.Load2(bstrClientFileName, bstrClientLogFileName)

Argument

Description

bstrClientFileName

String (ByVal). The name and path of the file containing the data 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.

Return Value

Variant. Returns TRUE if errors were logged to the log file, FALSE otherwise.