In questo scenario di esempio viene analizzata la sincronizzazione di una dimensione tra un'applicazione Oracle Fusion Cloud Enterprise Performance Management e un'applicazione Oracle Fusion Cloud Enterprise Performance Management.
Utilizzare gli script riportati in questa sezione per completare i task elencati di seguito:
Per sincronizzare una dimensione tra un'applicazione Cloud EPM e un'applicazione Oracle Enterprise Data Management Cloud, procedere come segue.
rem Integration example to sync an application dimension between Cloud EPM and Cloud EDM rem Windows script for demonstration purposes only; do not use in production environments set EDMUSER=userid set EDMSVR=https://hostname set EDMPWDFILE=example_EDM.epw set EDMAPP=appname set EDMDIM=dimname set EPMUSER=userid set EPMSVR=https://hostname set PWDFILE=example_epm.epw set EPMEXPJOB=exportjobname rem Synchronizing EPM ---> EDM rem Export Metadata from EPM call epmautomate login %EPMUSER% %PWDFILE% %EPMSVR% call epmautomate exportmetadata %EPMEXPJOB% call epmautomate logout rem Import Dimension to EDM rem Log into the EDM environment call epmautomate login %EDMUSER% %EDMPWDFILE% %EDMSVR% rem Copy exported metadata file into the EDM environment call epmautomate copyfilefrominstance %EPMEXPJOB%.zip %EPMUSER% %PWDFILE% %EPMSVR% %EPMEXPJOB%.zip call epmautomate importdimension %EDMAPP% %EDMDIM% ReplaceNodes %EPMEXPJOB%.zip call epmautomate logout
Modificare il file di script e impostare i valori dei parametri richiesti. Per una spiegazione e un esempio di parametri, fare riferimento alla sezione Parametri per l'esecuzione degli script.