Technology

Export essbase cube using report script from MaxL editor

1 Mins read

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,…

Read more
Technology

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…

Read more
Technology

™ not working with XML

1 Mins read

Sample HTML: <html> <head><title>HTML</title></head> <body>Trademark&#8482;</body> </html> Save it as sample.html In the browser you will see as shown beside. Replace&#8482; with&#153; Sample…

Read more
Technology

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…

Read more