Versions Compared

Key

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

...

Create the Audit Record Repository (ARR) artifacts:

If you did not modify the ARR datasource file (dcm4chee/server/default/deploy/arr-mssql-ds.xml) to use the same pacsdb database, youYou'll need to perform some of the above steps to create the ARR database.

Basically, you need to Create a Login, Create the Database, and Create the User. You do not need to create the schema because the application does that automatically. The relevant information is Login/User: arr, Password: arr, Database: arrdb. I find that it is usually easier to just modify the aforementioned file to use the same pacsdb database. In order to do that, simply copy the connection-url, user-name, and password from the dcm4chee/server/default/deploy/pacs-mssql-ds.xml file to the arr-mssql-ds.xml file, replacing the values that are there. It's up to you though.