This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Knowledge Base
- :
- Migrating the ISUS database to another server
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Migrating the ISUS database to another server
Migrating the ISUS database to another server
Synopsis:
When migrating the ISUS database to another server, certain files need to be modified in the Publisher server to point to this new database location.
Solution:
When moving database servers, then the following files will need updating with the new connection strings, username and password. These files are located in <FNC home>\FNC1500\tomcat\conf\Catalina\<serverName>
axis.xml
publisher.xml
ROOT.xml
The "connection string" refers to something which looks similar to the following:
"jdbc:jtds:sqlserver://<serverName>:1433;DatabaseName=<databaseName>"
*Note: There is also a connection string in <FNC home>/FNC1500/reports/runreport.bat and <FNC home>/FNC1500/logloader/logloader.bat which will need to be changed.
No ratings