/
Benchmark EWI Windows Service

Benchmark EWI Windows Service

Developer Reference Guide

 

Overview

A Windows service that retrieves warrant data from an EWI web service, packages it, and submits it to a Benchmark Jail Web Service instance for processing into Benchmark.

 

Solution

$/Court/Dev/Dev/source/Service/Benchmark.EWI/Benchmark.EWI.sln

 

Main Project

Benchmark.EWI.WindowsService

 

Deployment Project

BenchmarkEWIService

 

Build Repository

\\ptg-server1\Software\Downloads\Product\Benchmark\Services\EWI

 

Notes

This is part of the Houston, GA Implementation efforts.

 

Logging

Logs to tblServiceLog with ServiceName “EWI 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 = 'EWI Service'

order by ServiceLogID desc

Add label

Related content