Skip to main content
CCH Software User Documentation

2. Installing and Configuring the Scan Profiler Service

Product Help Banner.png

 

For the Scan Profiler Service to operate as required, it needs to be configured. Review the guidance notes in full before configuring on your system.

Considerations

  • The configuration file provides the option to allocate a backup employee should upload to team member subfolder fail. 
  • Consideration should be given to these options prior to installation and configuration. The default folder location: c:\ScanFolder and the default employeecode: cch
  • Hyphenations in domain name and usernames can cause an issue and all files uploaded to the folders must be less than 100 characters in length including period and extension.

Installing

The Scan Profiler Service is available in the Services Install section within the Central Suite Installer (CSI):

clipboard_ec0074bb64cbeac0081a4cc5420d466d4.png

Select the tick box and choose Install.

The default location for the service folder is C:\Program Files (x86)\CCH Scan Profiler Service

During the installation of the Scan Profiler service, the folder, in which the users will add the files that are automatically filed into Document Management, is created in this location: C:\ScanFolder.

After the installation of the Scan Profiler service is complete, the service properties need to be edited so that it logs on as local account. To setup the Scan Profiler service to log as local system account:

1.       Right-click in the Taskbar and click on Task Manager:

clipboard_eae952e42748e39b23bda538853817bd7.png

Note:  use the appropriate method to access services according to your version of operating system.

2.       From the Task Manager dialog, select the Services tab then Open Services at the foot of the screen:

clipboard_ee613b1cf7944a8b2fbc33003253847ad.png

3.       From the Services dialog, select CCH Scan Profiler Service.

4.       Right click on it and click on Properties:

clipboard_ec82ec3fff47fd38d0589f733d97cf720.png

5.       The CCH Scan Profiler Service Properties will open.

6.       Click on the Log On tab and select the Log on as: Local System account.

clipboard_e0962b51293cf7fb69409bd99b5baf3a2.png

7.       Click 'OK' to save the changes then restart the CCH Scan Profiler Service by either a right clicking and click restart or click the Restart Service icon in the ribbon.

Configuration

To review and change the default settings of the CCH Scan Profiler service, navigate to the installation location as defined in the CSI – default folder is C:\Program Files (x86)\CCH Scan Profiler Service

Open the WKUK.CCH.Document.Import.exe.Config file and edit the following details:

  • SQL Server name
  • Import folder location
  • Default employee (from central employees)
  • Use Employee code (True/False)

clipboard_ef2fc17e0b3095679ebd4bdeeeae6ba2d.png

Note:  if the file is not associated with an application, right mouse click and choose Open with and select Notepad.

  • SQL details: Server name, Central database name, Document database name.

<add key="CentralConnectionString" value="Server =TEST\CCH2008; Database = Central;  User Id=vpmuser;Password=BelfrY18 " />

<add key="DocumentConnectionString" value="Server =TEST\CCH2008; Database = Document ; User Id=vpmuser;Password=BelfrY18" />

  • The location of the root folder where the Scan folder resides. By default, the Scan Folder is added in the C drive. Recommend change.

<add key="DocumentImportFolder" value="c:\ScanFolder" />
  • The U/Name (Employee Details screen > Main tab) of the employee that will file the documents into Document Centre through the Scan Profiler. The files that are uploaded will be assigned to this employee within CCH Document Management by default if a subfolder within the above location is not selected. Change to suit your employees.

<add key="DefaultEmployee" value="cch" />

  •  The Employeecode = False – using subfolder with Employee Usernames. Employeecode = True =- using subfolders with employeecodes.

<add key="UseEmployeeCode" value="True" />

  • Polling interval is the interval at which the Scan Profiler service checks the Scan folder. In this example the configured time interval is set to 2 seconds. Leave as default.

<add key="PollInterval" value="10" />

The value set for the BatchSizeInMB key represents the maximum file size that the Scan Profiler service can upload once. Leave as default.

<add key="BatchSizeInMB" value="100" />

Note:  once these settings are edited then saved, the CCH Scan Profiler service needs to be restarted again, see above.

 

  • Was this article helpful?