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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Failed to configure "Deploy to application server" under Essbase while configuration EPM 11.2 on dis

Mahesh DariAug 7 2020 — edited Aug 7 2020

Hi,

We are installing EPM 11.2 on our distributed linux server. Components are installed as below.

Serv1 : Foundation, Calc, Planning, HFR (these all components was successfully configured)
Serv2 : Essbase server , EAS, Essbase studio (Facing issue while configured "Deployed to application server" under Essbase)
Serv3 : Database 12C

We have successfully installed and configured all the components on Foundation server. But we are facing the issue for "Deploy to Application server" under Essbase.

Before starting configuration, we ran the RCU and edit RCUSchema propeties file as per the RCU utility on both server(made prefix as EPM on Foundation and ESS on Essbase server while running RCU Utility).

Please find error details in next update.

Thanks

Comments

InoL

I do not know anything about BI Publisher, but I assume it has an option to send the output to a printer. Simply Googling for it:
Configure a Printer in Oracle Analytics Publisher
Browsers cannot send output directly to a printer. There is always some user interaction before sending the output to a printer.

Small print: there is a non-standard way to send some output directly to the printer from a browser. However, it involves hacking the Windows registry (I only know this trick for Windows):
Create a PDF file with extension .pdfp. Windows doesn't know this extension, so it will create a new registry entry for pdfp.
Change the Open behaviour in the registry (find it somewhere in \HKEY_CURRENT_USER\SOFTWARE). Instead of opening the file, print it. In my case, I use Sumatra pdf:

"C:\Users\someuser\AppData\Local\SumatraPDF\SumatraPDF.exe" -print-to-default "%1" %*

Of course, this command will change per configuration.

TexasApexDeveloper

If the print engine was NOT Bi Publisher, I'd recommend Apex Office Print. They have functionality to print to a network printer included with the product. Since this is a Bi Publisher question, you MIGHT get a better response if you posted it to that products support forum..
Thank you!
Tony Miller
White Rock, NM

1 - 2