Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The steps for setting up the database are general at this point in order to do justice to the different configurations of the database systems.
  2. Create a new database/database scheme on the database server.
  3. Create a database user with permission to "INSERT", "UPDATE", "DELETE", "ALTER" on this database.
  4. Make sure that the database can be accessed from the application server with this user. If you use the SQL Server with Windows authentication, the tomcat service must execute under a domain account and this domain accoung account must be configured as a user in the database.
    Download the sqljdbc_auth.dll of the Microsoft JDBC driver sqljdbc_6.2 from the internet and copy it to the bin directory of tomcat.
  5. Execute the scripts included in your shipment to create the database on it.
  6. Make sure that the user who imports the DB scripts has all rights on the GlobalTaxCenter database.

...