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'


    • Related Articles

    • 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 ...
    • How to address Performance issue ?

      Application will face the performance issue because of couple of reasons. 1. Application is not tuned properly. - To fix this - Please refer this tuning steps and do it. 2. Email debug present under Admin -> Mail server settings is enabled for mail ...
    • Linux upgrade failure from 9400/9401 - Warning error (Applicable for 64 bit builds alone)

      Linux upgrade Known issue and its workaround. Users from 9400/9401 build will get the below error message while applying patch. Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library ...
    • No Managed Connections. Steps to enable Read Committed Snapshot Isolation- MSSQL

      Enabling Read Committed Snapshot Isolation in MS SQL server In MS SQL environments enabling 'Read committed Snapshot isolation (RCSI)' is the first step in handling application server performance and crash issues. What is RCSI?   Since databases ...
    • Steps to be followed for FOS Crash Issue

      Kindly enable the access logger of Tomcat of the product. This can be done by modifying the <MASTER_prod_home>/conf/server.xml file. Have a BACKUP of this file by creating a COPY of it before doing any modifications. 1) Search for "access log" string ...