1.- Create SQL Job in SQL Agent that contains the SQL Packate that you want to execute.
2.- Create Storage Procedure that execute the previus SQL Job.
3.- Create TI process to execute previus Storage Procedure
| Keyword | Description |
|---|---|
| DBS-NAME | Specify the database name instead of the outline file path. |
| FILE-NAME | Specify the outline file path instead of the database name. |
| all dimensions | Export information about all dimensions in the database. |
| list dimensions | Export information about only the listed dimensions. Specify each dimension name within curly braces, and separated by commas. |
| tree | Export only the member names in the hierarchy, omitting full metadata details. |
| with alias_table | Export using only the member names indicated in the specified alias table. |
| to xml_file | Specify the full path to the output XML file. |
export outline sample.basic all dimensions to xml_file "c:/temp/basic.xml";
export outline sample.basic list dimensions {"Product", "Market"} tree to xml_file "c:/temp/basic.xml";
Export outline "c:/temp/basic.otl" all dimensions with alias_table "Default" to xml_file "c:/temp/basic.xml";
| 1. | Have Administrator rights to Planning applications. |
| 2. | Have access to Workspace and Planning. |
| 3. | Have Administrator access to Microsoft SQL Server Enterprise Manager. |
| 1. | Launch Workspace and log on as Administrator. |
| 2. | Select Navigate > Applications > Planning > <Planning Application>. |
| 3. | In Planning, select Administration > Reporting. |
| 4. | Select the Auditing tab. |
| 5. | Select the Data and Offline check boxes, and click Save Selections. |
| 6. | Click Close |
| 7. | In the view pane, expand Forms. Under Forms, click a folder name to display its content, and click a data form. |
| 8. | Click an unlocked cell, enter data, and click Save |
| 1. | Open Microsoft SQL Server - Enterprise Manager. From the Console Root, expand Microsoft SQL Servers > SQL Server Group > < SQL Server e.g. local> > Databases > < Planning application database > > Tables. |
| 2. | Select the HSP_AUDIT_RECORDS table. |
| 3. | Right-click HSP_AUDIT_RECORDS and select Open Table > Return all rows. |
| 4. | Review the latest records, and click Close In this example, data changes applied to all affected cells were posted to the table. |
| 5. | Right-click HSP_AUDIT_RECORDS and select Open Table > Query. |
| 6. | Right-click SELECT, and select Change Type > Delete. |
| 7. | Click Run. |
| 8. | When prompted that the query was executed successfully, click OK. |
| 9. | Click Close |
| 10. | Right-click HSP_AUDIT_RECORDS and select Open Table > Return all rows. |
| 11. | Verify that all records were deleted . |
| 1 . | Have administrator access to a working installation of Oracle Hyperion Planning 11.1.2. |
|---|---|
| 2 . | Have access to relational storage used to create a Planning data source. |
| 3 . | Have administrator access to Administration Services Console. |
| 4 . | Have defined an Essbase Server view in Administration Services Console. |
| 1. | Log on to Workspace. |
|---|---|
| 2. | Select Navigate, then Administer, then Classic Application Administration, and then Planning Administration. |
| 3. | In the left pane, click Manage Data Source. You can also click the Manage Data Source button in the content pane. |
| 4. | Click Create Data Source. |
| 5. | Perform the following actions for the application database:
The following message confirms that the connection was successful: |
| 6. | Enter the connection information to your Essbase Server, and click Validate Essbase Connection. The following message confirms that the connection was successful: |
| 7. | Click Finish. |
| 1. | In the left pane, click Create Application. You can also click Create from Classic Application Wizard to start the application creation process. |
|---|---|
| 2. | On the Select tab, perform the following actions:
|
| 3. | Select the Calendar tab. |
| 4. | Select the base time period, fiscal start year, fiscal start month, weekly distribution, and total years. |
| 5. | Select the Currencies tab. |
| 6. | Select the default application currency. If the application supports multiple currencies, select Yes. |
| 7. | Select the Plan Types tab. |
| 8. | Perform the following actions:
Note: The name and number of plan types depend on your business requirements. |
| 9. | Select the Finish tab. |
| 10. | Review your selections and click Finish to create the application. When the application creation is successfully completed, the following message is displayed: |
| 1. | In Workspace, select Navigate, then Applications, and then Refresh. The Refresh menu option updates the navigation menu with new applications. |
|---|---|
| 2. | Select Navigate, then Applications, then Planning, and then [Application Name]. In this example, you open the PlanBud application. |
| 3. | The PlanBud application is displayed. After creating Classic Planning applications, you can add dimension members, data forms, menus, business rules, and task lists. |
| 4. | Select Administration, then Manage, and then Dimensions. You can manage dimensions, set performance settings, and change the evaluation order in Dimension Editor. |
| 5. | Select Administration, the Manage, and then Data Forms and Ad Hoc Grids. The Data Form Management page is displayed. You manage data forms and folders, and ad hoc grids in the Data Form Management page. |
| 6. | After making changes to your application, you must refresh the Essbase database outline. Select Administration, then Application, and then Refresh Database. |
| 7. | Make your selections and click Refresh. The following example displays a Planning application with defined dimensions, members, data forms, and other Planning objects. |
| 1. | Log on to Administration Services Console. |
|---|---|
| 2. | In the left pane, expand Enterprise View, then Essbase Servers, then [Server View], then Applications, thenPlanbud, and then [Plan Type]. In this example, the PlanBud application is accessed from the UPKPS1RC4:1423 Essbase Server view. TheIncstmt plan type is selected. Essbase refers to plan types as databases. |
| 3. | Select Actions, and then Load data for "[Plan Type / Database]". |
| 4. | In the Data Load dialog box, click Find Data File. |
| 5. | Select the File System tab, locate your data file, and click OK. |
| 6. | Click OK to execute the data load process. You can also select the Abort on Error option in the Data Load dialog box to stop the loading process when an error occurs. The following progress box is displayed during the data load process: |
| 7. | When the data load process is completed, the Data Load Results dialog box displays a status of Success. |
| 8. | Open a data form in your Planning application to verify that data was loaded successfully. |