Versions Compared

Key

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

...

Code Block
#### Microsoft SQL Server
jdbcDriver=net.sourceforge.jtds.jdbc.Driver
jdbcUrl=jdbc:jtds:sqlserver://replaceWithServerName:1433;SelectMethod=cursor 
jdbcUser=replaceWithUsername 
jdbcPassword=replaceWithPassword

dbloader.xml

Info
titleUseful Information

You should be able to skip this step if using uPortal 2.5.1 or greater. If dbloader.xml from 2.5.1 on doesn't work for you out of the box with the jtds driver please file a bug in JIRA.

This file is used by the DbLoader tool to create the uPortal database tables and populate the database. It contains several sample entries which create db-type-mappings for different databases. Find the tags for an HypersonicSQL database and modify the db-version, driver-name, and driver-version as necessary. For example:

...