Windows error 0x80070569, -2147023511

Detailed Error Information

LOGON_TYPE_NOT_GRANTED[1]

MessageLogon failure: the user has not been granted the requested logon type at this computer.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1385 (0x0569)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000569.

Questions

22votes
3answers

500.19 on IIS 7, Cant log on locally

I don't know where sholud I ask this... I've seen this issue and I think the answer should me close to that, but seems that I can't still do this. The funny thing is the same (I think) was done by me in another server w/ IIS 7 a year [...] read more
asp.net
iis-7
9votes
2answers

Scheduled Tasks Fail to Run

I have a couple of scheduled tasks that run VBS script. It used to be set to "Run as" the person who has left our company. Obviously, after his account was removed, I had to change the tasks to run as another user. We have an AD account that I [...] read more
security
scheduled-tasks
windows-server-2003
2votes
3answers

How to add NT Virtual Machine\Virtual Machines to GPO?

I have a Windows 2012 Server with Hyper-V enabled and a few virtual machines. My current configuration has a few account in the "Log on as a service" list in the domain policies, and sometimes this prevent my virtual machines from starting, I get this error: > Error 0x80070569 ('VM_NAME' [...] read more
windows
hyper-v
windows-server-2012
2votes
2answers

How to add NT Virtual Machine\Virtual Machines to GPO

I have a Windows 2012 Server with Hyper-V enabled and a few virtual machines. My current configuration has a few account in the "Log on as a service" list in the domain policies, and sometimes this prevent my virtual machines from starting (I get this error: 'Error 0x80070569 ('VM_NAME' failed [...] read more
active-directory
hyper-v
2votes
2answers

500.19 on IIS 7, Cant log on locally

@@EDIT: Even when the Security Policies where changed to add the service account as a service account (See @Edit below) this is still not working, with the same exact problem. I've seen this issue and I think the answer should me close to that, but seems that I can't still [...] read more
iis-7
asp.net
2votes
1answer

IOException HResult possible values

I find out that sometimes in IO operations common IOException is thrown. I can use Marshal.GetHRForException(Exception e) method (found here) in order to determine the specific error code. After that, I want to re-throw an exception, using my application specific error code, in order to give the user some tips [...] read more
c#
.net
error-handling
ioexception
hresult
1vote
1answer

Powershell Script Scheduled Task Stopped Running (Could not Start)

I'm running a scheduled task (for Powershell Script) on Windows 2003 Server. I believe the script works fine. The task is scheduled to run every 10 minutes from 7:00am to 11:50pm everyday. However, it never gets to run more for than a day. It always stops some time in the [...] read more
windows-server-2003
powershell
scheduled-task
1vote
1answer

Windows 2003 Scheduled Tasks fail to start after a few days

I've been searching all day for a solution for this, and so far have come up with nothing. I have some scheduled tasks on a server that run PowerShell scripts. They run fine for a day or so, and then suddenly stop. The error they start giving is: > 0x80070569: [...] read more
windows-server-2003
scheduled-task
0votes
1answer

Windows 2012 Hypervisor shuts down VM but cannot start it again

The last few days, one of the virtual machines, a VM running Centos 7 is shut down late in the evening and then not restarted. When I try and start it manually I get the error > 'CENTOS7' failed to start worker process: Logon failure: the user has not been [...] read more
windows-server-2012
centos7
hypervisor
0votes
1answer

Trying to read a file from UNC share - "Logon failure: the user has not been granted the requested logon type at this computer."

I have a file share on a remote PC, read only, guest access is on. I'm trying to read a file from that share via its UNC path, from a desktop app, using the code like this: var bytes = File.ReadAllBytes(@"\\someservser\someshare\somefile.txt");, but getting the following exception: System.IO.IOException HResult=0x80070569 Message=Logon failure: [...] read more
c#
.net
unc
0votes
1answer

Powershell Script Scheduled Task Stopped Running (Could not Start)

I'm running a scheduled task (for Powershell Script) on Windows 2003 Server. I believe the script works fine. The task is scheduled to run every 10 minutes from 7:00am to 11:50pm everyday. However, it never gets to run more for than a day. It always stops some time in the [...] read more
windows
powershell

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0