Hi,
When I use the following line, it does not authenticate and gives the error of Remote Debugger does not appear to be running(PFA).
using (Scheduler connection = Scheduler.Connect(connectionDesciptor, LoginAuthenticationType.Windows, "username", "pwd")). username and pwd are my windows login credentials.I am trying to get the jobs list. Kindly let me know if I am missing something.
Version of adTempus: 4.4, Language C#.