"vssadmin list writers": ASR Writer logs error event 8193 error 0x80042302

Emlyn Jones 1 Reputation point
2022-04-01T21:23:13.937+00:00

On Windows 10 Home the Windows command "vssadmin list writers" displays all the VSS writers but raises error event 8193 error code 0x80042302

Volume Shadow Copy Service error: Unexpected error calling routine IVssAsrWriterBackup::GetDiskComponents. hr = 0x80042302, A Volume Shadow Copy Service component encountered an unexpected error.
Check the Application event log for more information.
.

Operation:
OnIdentify event
Gathering Writer Data

Context:
Execution Context: ASR Writer
Writer Class Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
Writer Name: ASR Writer
Writer Instance ID: {a636f1ac-f4ee-4c4d-81d6-b82ad8fbb500}

Any idea how to prevent this error being raised?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2022-04-07T08:04:21.007+00:00

    Hi @Emlyn Jones

    There are 3 common methods to get your problem with Shadow Copy service solved in Windows 10.

    Method 1. Increase the space available on system drive and one the drive with previous version (Shadow Copy) enabled

    1. Click "Start" and then click My Computer/This PC.
    2. Click "Shadow Copies" tab > Click the volume that has Shadow Copies enabled, click "Settings".
    3. In Storage Area, click "Details" and compare Used and Maximum Size columns to determine whether disk space is low.
    4. If it is, use Disk Management tool extend volume size on the system drive and the drive with Shadow Copy.

    Method 2. Reduce the size of Event Log to a maximum of 64 MB

    1. Click "Start" > click "Administrative Tools", and then click "Event Viewer".
    2. In the console tree, click any "Event Log" that is larger than 64 MB.
    3. Click "Properties" > On the "General" tab, in Maximum log size, specify a log size of 64000 kilobytes or less.
    4. Click "Clear Log" to put the new setting into effect.
      If you want to retain the information currently in the log, click Yes when a message appears asking if you want to save the original log before clearing it, and then click OK.

    Method 3. Disable Directory Service access auditing

    1. Click "Start" > "Server Management" > "Advanced Management" > "Group Policy Management".
    2. Navigate to: /Forest/Domains/your domain/Domain Controllers, and then right-click "Small Business Server Auditing Policy".
    3. Click "Edit" to open Group Policy Object Editor and navigate to: Computer Configuration/Windows Settings/Security Settings/Local Policies/Audit Policy.
    4. Double-click "Audit directory service access".
    5. Clear the "Success" and "Failure" boxes if they are checked.
    6. Click "Start", open "Command Prompt", and then type: gpupdate /Force to refresh the policy setting.

    I hope this answers your question.

    Thanks.

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments