Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Email Reports in Maximo
jay_mnit
Hi All
I need to send email a report which is generated through BIRT in maximo.
I know there is a function for emailing in MXServer class which is present in the maximo folder in the following path
Maximo-root:maximoapplicationsmaximobusinessobjectsclassespsdiserver
But i am not able to invoke this file from BIRT.
I am trying to establish the connection to MXServer as follows
MXServer mxserver = MXServer.getMXServer();
Properties properties = mxserver.getConfig();
But i get java.lang.nullpointer exception when doing so. i guess it is not able to invoke the server which is running.
Please help me with this.
Find more posts tagged with
Comments
There are no comments yet