Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sree4
Contributor
Contributor

TAC 7.3 Installation error

Hi, we are upgrading to Talend 7.3 and using mySQL. But we see the following error in TAC "The call failed on the server; see server log for details".

We made sure to place the latest mysql jar file in \lib folder and also the user has admin role.

Any suggestion on how to resolve this issue?

2 Replies
Anonymous
Not applicable

Hello,

Is there any permission issue of the user on the MySql DB?

Please ensure that the user has right authentication at all levels like TAC and TAC DB.

Best regards

Sabrina

 

Sree4
Contributor
Contributor
Author

Hi, It isn't related to the mysql user permission issue, We contacted Talend Support and they gave us a path to install also with that we had to also do schema changes to the old mysql database . The following were the steps that we followed to resolve the issue.

 

* Install the patch (Talend Support will provide us)

* Don't start tac. If it's started, please stop it.

* Import the db dump to your current mysql8 server.

* Add a 'options' column to the 'backup' table.

use talend_administrator;

ALTER TABLE backup ADD options VARCHAR(255);

* Clear the Apache-Tomcat cache: Go into the installation directory/tac/apache-tomcat and delete the work and temp folders.

* Start TAC.

* Clear the browser cache and refresh the browser.