Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HFM Java API's - Setting Environment Variables

user12295206Sep 7 2018 — edited Sep 14 2018

Hi,

I'm using Eclipse to create a Web Service that returns the HFM Metadata in a XML format - Tomcat 7.0 Server is being used within Eclipse. This works OK in Eclipse, but when I export as WAR file and deploy into Tomcat I get a message saying INFO: The file reg.properties could not be found. I think it's something to do with way I have set up the Environment Variables

EPM_ORACLE_HOME & EPM_ORACLE_INSTANCE. In the Eclipse Java Project I have used  System.setProperty("EPM_ORACLE_HOME", "O:\\EPMSystem11R1"); and similar setting for EPM_ORACLE_INSTANCE, this seems to work. What is the suggested way in which these Environment Variables should be set up - In Windows > Control Panel > System > System Props > Environment Variables. Also what should the format be, \\ or \ separaters. Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2018
Added on Sep 7 2018
4 comments
329 views