Jim Lahman's Blog

Fortitude|Endurance|Faith|Teamwork

  Home  |   Contact  |   Syndication    |   Login
  30 Posts | 0 Stories | 19 Comments | 0 Trackbacks

News

Archives

Links

Social

I scheduled a task to perform a windows backup of a single disk on the my server.  When I tested it, the task ran successfully – no problems, no errors; just as I expected. 

 

However, when the task ran as scheduled, it failed with error value 2147943645.  I wondered was this the answer to life, the universe and everything in it?  No.  That is 42. 

Task_failing_with_Error_value_2147943645

 

After doing some research and reviewing the task configuration, I realize that the task will only run if the user of logged on:

Cause_of_error_value_2147943645

 

So, this was the answer!!  I have to configure the task to run whether the user is logged or not.  Or, else I’ll get that nasty error value.

posted on Monday, June 20, 2011 10:47 AM

Feedback

# re: The answer to the unfathomable question: what is meaning of error value 2147943645? 6/20/2011 4:01 PM John Breakwell
Best to convert 2147943645 to hex and look for answers.

ERROR 800704DD: ERROR_NOT_LOGGED_ON.
The operation being requested was not performed because the user has not logged on to the network.

# re: The answer to the unfathomable question: what is meaning of error value 2147943645? 6/20/2011 4:37 PM Jim Lahman
How do you look up this error code to get ERROR_NOT_LOGGED_ON ?

# re: The answer to the unfathomable question: what is meaning of error value 2147943645? 6/23/2011 7:48 AM Jim
You are so welcome!

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: