This error can occur when:
1. The CardioLog Scheduling Service login account is "Local System".
When the login account does not have the required permissions, the "Exception has been thrown by the target of an invocation." exception is thrown.
When the login account does not have the required permissions, the "Exception has been thrown by the target of an invocation." exception is thrown.
To resolve this, set the CardioLog Scheduling Service login account to an account which has the required permissions as detailed here.
2. The CardioLog application and the CardioLog database are hosted on the same machine.
When the CardioLog Scheduling Service starts before the SQL service starts (when both on the same machine), the "Exception has been thrown by the target of an invocation." exception is thrown. To resolve this, set the CardioLog Scheduling Service to Automatic (with Delayed Start) or add a dependency using the following command (execute in command line):
sc config "CardioLog Scheduling Service" depend= MSSQLSERVER
0 Comments