Hi,
I've created a fresh install of 6.6.2 CE, and now I'm trying to copy the documents / database from another installation of 6.6.2 CE.
However, after I copy the contents of the "docs" folder and do a MySQL export + import of the "logicaldoc" database, I cannot log into LogicalDOC anymore (Access denied).
What is the proper step-by-step process of copying data from my old installation to a fresh installation?
The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems
Copying documents to a fresh installation of 6.6.2 CE
Moderator: car031
Post
Re: Copying documents to a fresh installation of 6.6.2 CE
Ok hdv_erasmus,
eventually you should attach your log file in a compressed format.
It's a file named dms.log that you should find in the logs folder in the repository / workspace folder that you specify at the time of installation of the fresh installation.
What you did is correct, but I would like to know if you have then changed the connection parameters to the database for the new installation.
In practice, the new installation may not be properly configured to access the database
1) turn off tomcat
2) verify the jdbc connection parameters to the database in the context.properties file of the new installation
3) restart tomcat
eventually you should attach your log file in a compressed format.
It's a file named dms.log that you should find in the logs folder in the repository / workspace folder that you specify at the time of installation of the fresh installation.
What you did is correct, but I would like to know if you have then changed the connection parameters to the database for the new installation.
In practice, the new installation may not be properly configured to access the database
1) turn off tomcat
2) verify the jdbc connection parameters to the database in the context.properties file of the new installation
Code: Select all
jdbc.dbms=mysql
jdbc.driver=com.mysql.jdbc.Driver
jdbc.password=password
jdbc.url=jdbc:mysql://localhost:3317/logicaldoc
jdbc.username=username
jdbc.validationQuery=SELECT 1
Who is online
Users browsing this forum: No registered users and 49 guests