Does anybody know what permissions are needed to create ITASK?
This is the error I am getting in C++:
Error creating ITask. Error: -2147024891
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That error is 0x80070005 in hex. Facility 7 = Windows, error code 5 = Access Denied. The user account used to run this code doesn’t have sufficient rights. Creating scheduled tasks is a privileged operation. Talk to the server admin about getting the rights to do this.