ZohoReports/Advanced CRM Analytics Issues
hi
I have created an java program that extracts my data from zohoreports and inserts it my sql server database. the problem is that the data from zohocrm that is sync to zohoreports wont allow me to extract it. When i make a copy of that data it works so i dont know why it wouldnt work
i get this error when i try to pull data from the zoho crm tables:
xception in thread "main" java.sql.SQLException: Sorry, an unexpected error occurred when performing this operation. The error has been logged and will be looked into.
It would be of great help if you could provide us with additional information using the ''Feedback'' link at the top of this page.
at com.zoho.cloudsql.jdbc.ZohoReportsStatement.executeQuery(ZohoReportsStatement.java:171)
at ZohoReportsCloudSQL.extractLeadsDataFromZoho(ZohoReportsCloudSQL.java:155)
at ZohoReportsCloudSQL.main(ZohoReportsCloudSQL.java:41)
Caused by: ServerException (HttpStatusCode 500 Error Code: 7005 , URI: /api/
sbennett@yyyyyyyyyy.com/zohoCRMReports, Action: EXPORT, Message: Sorry, an unexpected error occurred when performing this operation. The error has been logged and will be looked into.
help me please
the program works but its just the specific tables synced from the advanced crm analytics that wont allow me to extract them...(Ex.Leads, Accounts, Contacts, etc.)