Builds a deployment artifact that contains WebCatalog objects.
...
Tip |
---|
Endpoint TipThis operation uses HTTP operations to communicate remotely to the OAC instance, and therefore, can be executed on any endpoint (including LOCALHOST). |
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OAC Server Host |
| Yes | The server hostname for Oracle Analytics Cloud. |
OAC Server User |
| Yes | The user to log into Oracle Analytics Cloud. User must have "BI Service Administrator" role to unarchive catalog. |
OAC Server Password |
| Yes | The password for the user to log in to Oracle Analytics Cloud. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OAC WebCat Object Path |
| Yes | The WebCatalog path to be recursively exported. Separate folders with a forward slash (/) (e.g. /shared/Custom/Financials). Default value is "/shared/Custom". |
OAC Analytics WSDL Path |
| No |
The path to the analytics WSDL. We don’t recommend changing this option unless the OAC instance you are using has a different path to the analytics WSDL. Use at your own risk. Default value - /analytics-ws/saw.dll/wsdl/v12 |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Copy Object Permissions |
| Yes | Copy object with current permissions. If false, parent folder permissions in the deploy environment will be used. |
Keep Timestamps |
| No | Export object with timestamp details. |
Artifacts
This operation produces an archive file of the object specified in the OAC WebCatalog Object Path if the project is configured for full deployments. If the project is a package-project, then the artifact will be a zipped directory containing the archive files for each built object. The zip/archive files are suitable for the deploy operation.
...