export database ‘AppName.’DbName’ using server report_file ‘ReportFileName’ to data_file ‘D:\export.txt’; When the above line is executed from a MaxL editor in EAS,…
EPM diagnostic tool validate.bat errors out
1 Mins read
The validate.bat file when run on the server, errors out with the java.lang.NullPointerException Two reasons could be… The default password of admin…
User logging details from Essbase log
1 Mins read
The user logging information can be extracted from the essbase.log file. However its is difficult to parse the log file & get…
not working with XML
1 Mins read
Sample HTML: <html> <head><title>HTML</title></head> <body>Trademark™</body> </html> Save it as sample.html In the browser you will see as shown beside. Replace™ with™ Sample…
java.awt.HeadlessException or X11 display
2 Mins read
You develop an application in Java which uses AWT on Windows platform. Deploy the build in Unix box and when you hit…