After installing the ACC Document Import Service you must update the configuration file of the service to reflect the output path for documents created by CourtView, the OnBase Document Type used to archive those documents, and the OnBase data source connection.
- Locate the Hyland.Core.ACCDocumentImport.NTService.exe.config file in the ACC Document Import Service installation location. In a default installation, this file is located at: C:\Program Files\Hyland\Services\ACC Document Import\.
- Open the file for editing in a plain-text editor, such as Notepad. Do not edit this file in a binary editor, such as Microsoft Word (binary editors can introduce invalid characters into the configuration file).
- Locate the AddFolder node in the <ImportFolderSettings>/<Folders> node.
-
Update the value of the FilePath attribute to reflect the output folder of documents generated by CourtView (the location where the CourtView FormsGen places the Microsoft Word documents). To find this folder:
- Log in to CourtView.
- Select System Administration from the Modules menu.
- From the Codes menu, select Forms Generation | Document | All Documents.
- Double click any document in the list displayed.
- Note the value of the Save to Location field. This is the value to use in the FilePath attribute.
-
Update the value of the DocumentTypeID attribute to reflect the ID number of the Document Type used to archive the documents in OnBase. To find the Document Type ID:
- Locate the ImporterSettings node.
- Update the value of the DataSource attribute with the name of the data source connection string configured for the ACC Document Import Service.
- Save and close the configuration file.