Event ID 513

Teemo Tang 11,336 Reputation points
2020-07-15T07:02:02.073+00:00

We have been getting Event ID 513 on a Server 2016 system, so we followed these directions https://support.microsoft.com/en-us/help/3209092/event-id-513-when-running-vss-in-windows-server but when following the last step we receive the message

"The access control list (ACL) structure is invalid." Is there a syntax error in my command this is what I am trying

sc sdset mslldp D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)(A;;CLCSWLOCRRC;;;SU)

[SC] ConvertStringSecurityDescriptorToSecurityDescriptor FAILED 1336:

The access control list (ACL) structure is invalid.

source link: https://social.technet.microsoft.com/Forums/windows/en-US/ccf2d81b-59e4-41d1-844d-f4d633d918d8/event-id-513?forum=ws2016

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,370 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Feng 14,076 Reputation points
    2020-07-15T07:38:55.04+00:00

    Welcome to our new Microsoft Q&A Platform.
    This issue may related to MSLLDP problem.

    It can be fixed by correcting the Security Description on the MSLLDP service, using the built-in command line utility SC.exe

    Open an Administrative Command Prompt (NOT PowerShell) and execute the following. This must all be one long command without carriage returns

    sc sdset MSLLDP D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

    You should receive a successful result of

    [SC] SetServiceObjectSecurity SUCCESS

    Hope above information can help you.

    0 comments No comments

0 additional answers

Sort by: Most helpful