Topic by Venkatesh Loganathan
Content
Hi
Using the RunAnalytics API am executing the a report with ID(Please see code snippet). Am getting the columns names , report names but the data(rows are null). As the rows are null am getting Nullpointer exception
Its a report which has the following definition ( as attached).
Output :
Name: Proactive Techmail Monitor 2
Columns: Interface,Mailbox ID,Start_Time,End_Time,Duration,Incoming CNT,Pull CNT,In Created,In Updated,Filtered,Total Processed,Pull Status,Processing Status
Exception in thread "main"java.lang.NullPointerException
at com.client.JavaClient.runAnalyticsReport(JavaClient.java:249)
at com.client.JavaClient.main(JavaClient.java:278)
Code Block
Image
