Prerequisite
.NET 6.0 Runtime installed
Download Link
Make sure the service is set to Log On as the Clarity Service account.
Issue:
The Journaling service won’t stay running even though the dotnet 6 is installed.
Solution:
We need to make a configuration change to the appsettings.json file in this folder on the host: C:\Program Files\IMAGINiT Technologies\Clarity Journal Service
Process
Make a backup of the appsettings.json file and change the extension to .orig
Modify the .json file in Notepad.
Add the line below, (highlighted in green in the screen shot) after the password but before the “
;TrustServerCertificate=True
If you get