You are on page 1of 1

Hi Team, Here is the procedure for implementing the custom defined Jexport functionality.

Here are the needed steps. 1. Login to this URL where many CDF functions are located. https://codesamples.samplecode.oracle.com/servlets/tracking/action/ExecuteQuery?query=essbas e1 Select S456 CDF function and download the Export.zip and RequiredFiles.txt 2 - Copy the JAR(CDF_Export.jar) file or files and any related files like properties files to the Essbase server in the directory $HYPERION_HOME/products/Essbase/EssbaseServer/java/udf 3 - Modify the udf.policy file and grant the appropriate permissions $HYPERION_HOME/products/Essbase/EssbaseServer/java/udf.policy Added following code in policy file grant codeBase "file:${essbase.java.home}/../java/udf/CDF_Export.jar" { permission java.security.AllPermission; };

4. Restart the essbase server. 5 - Register the CDF. Run RegisterExportFunctions in EAS to register the function.Check Essbase logs and see if the functions are registered OK.
6. Copy Jexp.csc from Dev to Prod and check if validates correctly in Production.

You might also like