Using Toad Data Point for Oracle for scheduling. First time tried to create a new job task in the scheduling option but I am getting the below error message:
System.Runtime.InteropServices.COMException
A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)
Stack Trace:
at Microsoft.Win32.TaskScheduler.V2Interop.ITaskFolder.RegisterTaskDefinition(String Path, ITaskDefinition pDefinition, Int32 flags, Object UserId, Object password, TaskLogonType LogonType, Object sddl)
at Microsoft.Win32.TaskScheduler.TaskFolder.RegisterTaskDefinition(String path, TaskDefinition definition, TaskCreation createType, String userId, String password, TaskLogonType logonType, String sddl)
at Microsoft.Win32.TaskScheduler.TaskEditDialog.okBtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
Can someone help please