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 ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 assist integration FAQ's

                        1) ZOHO Assist not working or unable to send emails or exception throws while initiating the session - Users who purchased ZOHO Assist needs to sign up to the https://assist.zoho.com/ with the registered user Email to make the integration work. - ...
                      • Issue related with Zoho Assist

                        Hi Team, Customer may report an issue related with Zoho assist where when they initiate the remote session within the request by choosing Remote Control -> Across Network. It will through an error as shown below. We would have to change the URL from ...
                      • JIRA integration - Issue Types are not loaded

                        Post the JIRA is integrated with SDP MSP , the Projects data gets populated. However the other field - Issue Types will not show any values. To fix this follow the below steps The api call is used to fetch the issue types is ...