Benchmark Payment Windows Service
Developer Reference Guide
Overview
A standalone Windows service that retrieves payment data from one or more configured DAOs. This is the same Payment Service processor that is in use with the “combo” PTG Citation Service. Running the standalone “Benchmark” services instead of the PTG “combo” service allows customers to control the services independently if installed on the same server or to only install standalone services they may be using.
Payment data may be imported via FTP, fileshare, or web service depending on the given DAO.
Solution
$/Court/Dev/Dev/source/Service/CitationDataReader.sln
Main Project
BenchmarkPaymentService
Deployment Project
BenchmarkPaymentServiceSetup
Build Repository
\\ptg-server1\Software\Downloads\Product\Benchmark\Services\BenchmarkPaymentService
Logging
Logs to tblServiceLog with ServiceName “Payment Service”.
May log to the Event Log on the hosting machine for errors that do not make it to the database.
select top 100 * from tblServiceLog (nolock)
where ServiceName = 'Payment Service'
order by ServiceLogID desc