I'm trying to evaluate VisualCron as a possible replacement for Task Scheduler at my client, and I've hit a showstopper.
I cannot import any jobs from their existing Task Scheduler. The list is empty and the following error is returned:
Unhandled error: System.NullReferenceException: Object reference not set to an instance of an object.
at VisualCronAPI.ScheduledTasksAPI.Import(String strHostName, Server s, String strUsername, String strPassword, String strDomain) in C:\sourcefiles\code\VisualCronAPI\APIPublic\Classes\ScheduledTasks\apiScheduledTasks.vb:line 374
Can this be resolved?
EDIT: I should point out that I'm using the client app and not the API, despite what the error message says.
Edited by moderator
2018-07-26T18:44:08Z
|
Reason: Not specified