Hi Guys,
I have a little app accessing / synchronising data to a MS-SQL database.
When I run the EXE manually, all is working fine.
I am trying to generate a service by adding the SelfService template, but it doesn't seem to work.
I have a log file reporting the connection activity.
When running as a service the application just stalls. IOW no recurring connection attemps.
Could this be some problem with a Windows service trying to authenticate to MS-SQL multiple times?