Remote Debugger(MSVMON.exe) does not appear to be running

phavanagi (15 posts)
August 10, 2017 06:46 AM
Accepted Answer

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#.

 

 

Attachments

Bill Staff (599 posts)
August 10, 2017 08:54 AM
Accepted Answer

You don't need to be using the user ID and password. Just leave those empty and it will automatically connect using the identity you're logged in under. You would specify a user ID and password if you needed to connect under a Windows identity other than the one you're logged in under. It may be that doing that causes problems for remote debugging.

 

Replies are disabled for this topic.