Versions Compared

Key

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

Table of Contents
Anchor
liquibase
liquibase
Liquibase

...

Note

If you are using Oracle XE and get the following error, "ORA-12519, TNS:no appropriate service handler found", or to avoid the error in the first place, run the following command and restart the listener:

Code Block
sql
sql
alter system set PROCESSES=150 scope=SPFILE;


...

LiquiRelational is a tool in the financials-datatools github repository that is a dependency for the main the main Financials application, and can be used to load all KFS and Rice data or just incremental updates. The tool can be run automatically on application startup or from the command line. This tool reads and executes liquibase xml files from the classpath.

...

To run LiquiRelational from the command line, the updateDatabaseStartup property is not required, but the other properties should be set to the values you want. Also, the classpath needs to include the financialskfs-datatools classes as well as the liquibase xml to run (the easiest way to do this is to just include the classes needed to run KFS) as well as a jdbc driver. For example:

...