You can translate the question and the replies:

Unable to login Denodo data catalog

Hi Team, I am unable to connect data catalog.whenver i am click on login its throw an error "Initialization User Error Cannot initialize user session". Link for login :-http://127.0.0.1:9090/denodo-data-catalog/#/ Thanks Dnyaneshwar
user
19-01-2023 13:45:15 -0500
code

2 Answers

Hi, For your scenario, I would check the following configurations to resolve the **“Initialization User Error Cannot initialize user session”** error that occurs during the Data Catalog login: * If the hostname and port number in the request URL are correct. * Whether SSL is enabled for the Data Catalog. If so, the default URL would be ***https://<hostname>:9443/denodo-data-catalog?auth=login***. * If I would be able to connect to the same VDP server (at //localhost:9999/admin) from the same host machine with any other component of the Denodo Platform (e.g. the Design Studio, Scheduler, VDP Admin Tool, etc.). If all the above configurations are correct, clear the cookies of the web browser and restart the Data Catalog to check if that works for you. Also, try the same once in incognito mode. If the issue still persists navigate to ***<DENODO_HOME>\conf\data-catalog\DataCatalogBackend.properties*** file and modify the ‘backend.jdbc.pool.validationQuery’ like below: > backend.jdbc.pool.validationQuery=SELECT 1 FROM DUAL() Now, save the file and restart the server to check if Data Catalog works fine. If the issue prevails and you are a valid support user I recommend you raise a new case support case in the [Denodo Support site](https://support.denodo.com/) so that a technical engineer could assist you further. Hope this helps!!
Denodo Team
20-01-2023 02:26:16 -0500
code
For me I had to grant the user at least CONNECT access to the admin database. This log file was helpful in diagnosing the issue: "C:\Denodo\DenodoPlatform8.0\logs\vdp-data-catalog\vdp-data-catalog.log"
user
14-03-2023 11:57:39 -0400
You must sign in to add an answer. If you do not have an account, you can register here