vrijdag 13 december 2013

Export to an external directory (Schedule Batch)

A customer called me that he would like to know why he could not select an ‘Export’ folder in the schedule Batch option.



After some debugging I found out that we had to change some things in the ‘FRConfig.cmd’. Located here: <Middleware_home>\EPMSystem11R1\products\financialreporting\bin\FRConfig.cmd
 
Within this file you have to change the ‘Java_home’ like:
set JAVA_HOME="D:\Oracle\Middleware\jdk160_29"
But then we had the problem that we could not save the entry in the ‘Mbeans’ So I found out that you have to change also the ‘setInstance.cmd’ file (in the same directory)
set EPM_ORACLE_INSTANCE=D:\Oracle\Middleware\user_projects\epmsystem1
Now when you start the FRConfig.cmd and go to: MBeans à com.hyperion à attributes à ExportFolders you can fill in the share or disk where you want to export the reports.
 

Remember to put is as follows: Name=share
ReportShare=\\<hostname>\Export_Report_folder
Restart you EPM system and your done: