donderdag 16 februari 2012

Configure Financial Reporting and R&A with NAT

When I had to install some Client software I came across the situation that there was a NAT configured. Below the solution for this problem (after 1 week of trying and long nights)
 
Define FR Settings for Network Address Translation
· Open the Windows Registry Editor in the FR Web Application server.
· Navigate to HKLM\Software\Hyperion Solutions\FinancialReporting0\HyS9FRReports
Note the current value for JVMOptionCount
· Create a new String Value JVMOption# where # = JVMOptionCount + 1.
· Assign the value "-Djava.rmi.server.hostname=<public IP or public hostname of FR Web App Server>" to the String Value created in step 4.
· Create a new String Value JVMOption# where # = JVMOptionCount + 2.
· Assign the value "-Djava.rmi.server.useLocalHostname=false" to the String Value created in step 6.
· Edit JVMOptionCount to increment the value by 2.
Restart the FR Web Application for the settings to take effect.

Define R&A Framework Settings for Network Address Translation
· Log into Workspace
· Select Navigate->Administer->Reporting and Analysis->Services
· Right-click on "Report and Analysis Framework" and select Properties from pop-up menu
· Select "General" tab
· Locate "JAVA_OPTS" under the "Manage" section
· Select the "Values" field associated with the "JAVA_OPTS" Property
· Enter the string "-DuseHostname=true" in the Value List dialog and select the ">" icon to move the string to the "Assigned Values" field.
· Edit the Oracle\Middleware\common\raframeworkrt\11.1.2.0\lib\default-domain.cfg to add the following property:policies:iiop:server_address_mode_policy:publish_hostname="true";

Geen opmerkingen: