ZOHO Reports - Authentication issue Handling - GRID movement

ZOHO Reports - Authentication issue Handling - GRID movement

Recently we are facing issues if user saves the Zoho reports configuration page after entering email ID and AT key it throws authentication failure even though the email and AT key is correct. It happens as the registered login is in different grid server. 

This article is applicable only for users who are trying to login using Zoho E-mail ID which contains  ->  .eu  (example - santhosh@testreports.eu)

Please follow the steps given below to sort this issue.

1) Take a copy of the existing ApplicationResources.properties  and ApplicationResources_en_US.properties which is located under C:\ManageEngine\ServiceDeskPlus-MSP\server\default\lib\classes\resources.   Then search for "sdp.admin.zreports.url" and "sdp.admin.zreports.iamurl" 


Note : It is moved under \ServiceDeskPlus-Msp\lib\resources from 9400 Builds.

Search for the following lines :

sdp.admin.zreports.url
sdp.admin.zreports.iamurl

and change the corresponding entity to 

sdp.admin.zreports.url=https://reports.zoho.eu
sdp.admin.zreports.iamurl=https://accounts.zoho.eu

2) Connect to the database and execute the query below:

update zohoreportsconfiguration set param_value='zohoreports+zdbtmpleu1@zohocorp.com' where param_name like 'TPLT_EmailID';

3)Restart the application service alone after the above changes are done.

4) Generate a new Zoho AT Key using the below URL :


5)Click on 'save and sync'/'Resync'


                  New to ADSelfService Plus?

                    • Related Articles

                    • Advanced Analytics - FAQ & Troubleshooting tips

                      Troubleshooting tips This document is listing of customer facing issues,  Advanced analytics is common name for both Zoho reports and Analytics plus.  First setup we have to get with customer that recreate issue and generate support log ...
                    • ZOHO Reports - Analytics Plus Sync issue

                      Description: ​ The issue is because of the API call limit exceeding. Error Trace on the logs: ServerException (HttpStatusCode 400 Error Code: 6045 , Action: GETDATABASENAME, Message: API request could not be processed. The number of requests received ...
                    • Azure DevOps Integration

                      Feature:  Azure DevOps Integration <-->  ServiceDeskPlus (Plugin Model) --> Create a new work-item in Azure DevOps when a request is created in SDP --> Update SDP request status when a Azure DevOps work-item status is updated --> Updating Comments ...
                    • Inputs required for Analytics Plus or Zoho Analytics sync issue

                      1. Recreate the issue by saving the page under Admin->Advanced Analytics Plus configuration from the user interface. 2. Zip the complete Zreports folder present under ManageEngine\ServiceDeskPlus MSP. 3. Also zip the complete logs folder present ...
                    • Zoho Cliq Integration

                      In Zoho CRM for example, if a task is assigned it notifies in Zoho Cliq, in the same way for SDP, if a request is assigned, it should ping in a particular channel with the ID. Use Case: There might be individual chat groups for each department within ...