CreateApplicationCAS

Creates a Classic application.

Syntax

<HFMwManageApplications>.CreateApplicationCAS bstrClusterName, bstrApplicationName, bstrApplicationDesc, varabyCalendarStream, bstrProject, bstrAppWebServerUrl

Argument

Description

bstrClusterName

The name of the application server cluster.

Input argument. String subtype.

bstrApplicationName

The name of the application.

Input argument. String subtype.

bstrApplicationDesc

A description of the application.

Input argument. String subtype.

varabyCalendarStream

A binary array containing the contents of the application profile file for the application.

Tip:

An application profile file is defined with Financial Management and has an extension of .per.

Input argument.

bstrProject

String (ByVal). The name of the Oracle's Hyperion® Shared Services provisioning project.

Tip:

To get the names of the provisioning projects associated with an application server cluster, use EnumProvisioningProjectNames.

Input argument. String subtype.

bstrAppWebServerUrl

The URL of the virtual directory for Financial Management. The URL should include the protocol, Web server name and port, and virtual directory name.

Input argument. String subtype.