Happy Friday o/
I'm running a local-machine evaluation of VisualCron (bloody impressed so far.) When I try to 'connect' in the Import tasks from the task scheduler window (everything is running on the local machine and I have local admin access) I get a simple dialog with the message "Error when connecting: (1,1148):WnfStateChangeTrigger:"
I left all the parameters the same when hitting 'connect' so it's:
Host name: "localhost"
User name, password, domain all blank.
When I hit okay to clear it I get about 20 lines of "'Repetition' is not supported for trigger type: Daily" warnings.
The bottom has a stack dump, pasted below (along with the last 3 other warnings)
Task: Office ClickToRun Service Monitor, 'Repetition' is not supported for Trigger type: Daily
Task: .NET Framework NGEN v4.0.30319 64 Critical, Trigger type not supported (ignoring): Idle
Task: .NET Framework NGEN v4.0.30319 Critical, Trigger type not supported (ignoring): Idle
Unhandled error: System.Runtime.InteropServices.COMException (0x80041316): (1,1148):WnfStateChangeTrigger:
at Microsoft.Win32.TaskScheduler.V2Interop.ITaskDefinition.set_XmlText(String value)
at Microsoft.Win32.TaskScheduler.Task.GetV2Definition(TaskService svc, IRegisteredTask iTask, Boolean throwError)
at Microsoft.Win32.TaskScheduler.Task.get_Definition()
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 36
Any ideas? I'm sure it's user error of some kind. I'm just having trouble navigating around the docs. and a search for that error message didn't return anything.
Thanks o/
Edited by moderator
2016-04-01T21:12:11Z
|
Reason: Not specified