Skip to end of banner
Go to start of banner

Configuring Crystal Report services

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Synergetic requires Crystal Report services to run scheduled reports, like the ones used for attendance and absence notifications.
Configuring Crystal Report services
To configure Crystal Report services, you need:

  • A system with access to the SynergyOne database and Crystal Report files.
  • A system account with privileges to access configuration files, log files and report files.
  • A login for the SynergyOne database for the service to use.
  • Microsoft .NET Framework 3.5.
  • Crystal Report 12 Redistributable.


Note: If you want to create a log of the service's activities, see Enabling log files for the Crystal Report service.
Preparing the system accounts
Note: It is strongly recommended that you create or assign a separate Windows account for the Crystal Reports service, and do not run it under the Local System account. Running the Crystal Reports service under the Local System account makes it more difficult to stop the service from Task Manager when troubleshooting.
To create a database login for the service to use:

  1. Open Microsoft SQL Server Management Studio.
  2. Select Security > Logins from the left folders.
  3. Right click on Logins and select New Login....
    The Login window is displayed
  4. Create the login. For example, zSynergeticService.
  5. Select User Mapping. from the left-hand panel.
  6. Select the Map field next to the SynergyOne database.
  7. Select SynergeticCrystalReports in the Database Role Membership for list.
     

Installing or updating the service
To install the Crystal Report service:

  1. Download the installation file from _http://support.cda.com.au/CDA/downloads/Versions/Services/SynCrystalService _ (http://support.cda.com.au/CDA/downloads/Versions/Services/SynCrystalService)
  2. If you are updating an existing installation, copy all the files except the installation and setup.exe into the existing installation folder.
  3. If you are installing the service for the first time, open setup.exe.
    Note: If you receive the following error message, right click on setup.exe and select Run as administrator
  4. Make a note of the installation folder. The default location for 64-but systems is C:\Program Files (x86)\SynergeticManagementSystems\Synergetic.Service.CrystalReportScheduler.
    The installation is complete.

Note: Ensure you configure the service before running it.
Configuring the service
To configure how the Crystal Report service runs:

  1. Open Service.CrystalSched.exe.config in Microsoft Notepad.
  2. Find the <AppSettings> section.
  3. Modify the settings according to the comments provided in the configuration file.
    Note: Do not change any other settings in the configuration file. Changing other settings may result in your Crystal Report service not functioning correctly.
  4. Save the file.
    The service is configured. 

Starting the service
To start the Crystal Report service:

  1. Open Services.msc.
  2. Find Synergetic Crystal Scheduler.
  3. Right click on Synergetic Crystal Scheduler and select Properties.
  4. If you want the service to run automatically, select Automatic (Delayed Start) in the Startup type field.
  5. Click the Log On tab.
  6. Type in the name of the Windows account the service should run under.
  7. Click the General tab.
  8. Click Start.
    The Crystal Report service is started. 
  • No labels