|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
I can connect to the local SQL 2005 EXPRESS server successfully, run the backup successfully and it saves to C:\Windows\TEMP but when trying to update settings and save the job I get this error.
Job Scheduling Error: Object reference not set to an instance of an object
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/12/2009 Posts: 271
|
Are you able to save the job withiout scheduling ("Schedule to run this job daily = OFF") ?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
Yes! I just tried turning daily OFF and it saved. - Jamie
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
So can I not schedule this?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/12/2009 Posts: 271
|
What Windows account do you use to schedule the job? (It's specified in Advanced settings)
|
|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 732
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
Sorry, that was me (not Guest) - I am using domain administrator. -jme
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/12/2009 Posts: 271
|
So your "Run scheduled job as" field is not empty? If so could you try to empty this field and save the job with scheduling again.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
I tried both ways, same error;
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/12/2009 Posts: 271
|
Hm... it seems this problem is specific to your computer. The only thing I can suggest you now is to wait until we release the next version with option of using a special Windows service instead of Windows Task Scheduler. I hope we'll release it within a month.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 6 Location: Austin, TX
|
Issue resolved! Not sure how these permissions were changed/removed but here is the cause and resolution...
Cause:
The Administrators group lack permission on the C:\WINDOWS\Tasks folder.
Resolution:
Start > Run > CMD > C:/windows - CACLS TASKS /E /G builtin\administrators:F The steps above grant Administrators group full control permission to the C:\WINDOWS\Tasks folder.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/10/2009 Posts: 368
|
Thank you sharing. This is helpful.
|
|
|
|
|