RE: SBS 2003 VSS Unable to create shadow copies Event IDs 11 12292



Hello Rob,

Thank you for your update.

Based on research of your error message, I think this issue happens because
the VSS system files are not registered. Or, the system files corrupted by
the BackupExec.

I. Please register the dlls thru the following steps:

1. Click Start, click Run, type cmd , and then click OK.
2. Type the following commands at a command prompt. Press ENTER after you
type each command.

cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll

Note: The last command may not run successfully.

3. Perform a backup operation to verify that the issue is resolved.

II. From Start -> Run, enter DCOMCNFG. Under "Component Services,
Computers, My Computer, Dcom Config - make sure that the "Microsoft Volume
Shadow Copy Service software provider" is listed.

III. If you still have the issue, I suggest you uninstall BackupExec, and
register the dlls again.

If you get error when you try to register the dlls, please capture
screenshots of the error messages and send the pictures to me at
v-terliu@xxxxxxxxxxxxx

I hope these steps will give you some help.

Thanks and have a nice day!

Best regards,

Terence Liu (MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.
=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Thread-Topic: SBS 2003 VSS Unable to create shadow copies Event IDs 11
12292
thread-index: AcjtIpga+VCggfeqSqGTEf4Zg7H4YQ==
X-WBNR-Posting-Host: 207.46.193.207
From: =?Utf-8?B?cm9iX2JlbGwyNw==?= <robbell27@xxxxxxxxxxxxxxxxxxxxxxxxx>
References: <0DC1E8F1-19AB-4DC4-B30F-B5433053E8C4@xxxxxxxxxxxxx>
<pC31w#K7IHA.1624@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: SBS 2003 VSS Unable to create shadow copies Event IDs 11 12292
Date: Wed, 23 Jul 2008 17:17:01 -0700
Lines: 322
Message-ID: <A16E8DDA-9D77-4DD7-AB14-0429F07307BE@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
Newsgroups: microsoft.public.windows.server.sbs
Path: TK2MSFTNGHUB02.phx.gbl
Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:116493
NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
X-Tomcat-NG: microsoft.public.windows.server.sbs

Hi Terence

Thank you for your reply.

Please note, when I open the Shadow Copies tab on each partition, I see
the
error "Initialization failed. Error 0x8004230f: The shadow copy provider
had
an unexpected error while trying to process the specified operation." I
therefor cannot enable or disable shadow copies.

Re: Hotfix KB913648, my system is already using newer file versions than
those listed in the KB article. Example, SWPRV.DLL, hotfix version is
5.2.3790.2669, I have 5.2.3790.4143 installed already.

My backup solution is Symantec BackupExec 12.

Regards
Rob



"Terence Liu [MSFT]" wrote:

Hello Customer,

Thank you for posting here.

According to your description, I understand that you get event error 11,
12292 and 7001 on your SBS 2003 about VSS. If I have misunderstood the
problem, please don't hesitate to let me know.

Based on my research, there are many reasons will relate to this issue.
I
suggest we try the following steps to see if we can resolve this issue:

1. Open ''My computer''. Right-click every partition and click
''Properties''. In the ''Shadow copies'' tab, check the scheduled shadow
copy task. Have you scheduled any shadow copy task? If yes, please try
to:

a. Right click C drive in My Computer and click properties
b. In the Shadow Copies tab, please click volumes and click Disable to
disable the feature.

Note: you may need to select multiple times for each volume (partitions,
such as C drive, D drive and so on) and perform disable operation.

d. Click OK
d. Open the Task Scheduler from control panel, and then remove any
remaining shadow copy tasks. Shadow copy tasks appear similar to "VSS
VolumeGUID " or "ShadowCopyVolume VolumeGUID ".

Note: The name of the scheduled task is the same as the name of the
Volume
Shadow Copy service task resource that is associated with the scheduled
task.

If you want to re-enable the correct VSS settings on the drive, please
continue the following steps.
e. Open the properties page of C (and other drive) drive in My Computer
again.
f. Enable the Volume Shadow Copy for each volume by clicking Enable
button.

2. What's the backup program you are using? Do you use the SBS backup
wizard to create the backup tasks or use the NTbackup program to
schedule
the backup? Please try to disable and then re-enable the SBS backup to
test
this issue:
Server Management -> Backup -> Configure Backup, please select "Do not
use
Small Business Server backup" and finish the wizard. Then rerun this
wizard
and select "Change existing backup settings" option to re-enable the SBS
backup.

3. As I know, if 2 backup scheduled jobs running at same time or one
backup
job begins before another backup job finished, this error message will
appear. Therefore, please check the scheduled time if you have more than
one scheduled backup job.

4. Let's install the following VSS hotfix, and then check if the issue
can
be reproduced.

Please contact our CSS and get the latest VSS hotfix KB913648 and
install
on your SBS.

A new Volume Shadow Copy Service update is now available that fixes
various
Volume Shadow Copy Service problems in Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;913648

5. If you install any 3rd-party backup application on SBS, please try to
uninstall it and test this issue.

6. Please do clean boot on SBS and then test this issue:

To clean boot the problematic computer, please use the steps below:
a. Click Start, click Run, and then in the Open box, type "MSCONFIG"
(without the quotation marks). Click OK.

b. In the System Configuration Utility (MSConfig) window, click to
select
the Selective Startup button.

c. Click to clear the check mark from the "Load startup items" below
Selective Startup.

d. Click the Services tab, click to check the "Hide All Microsoft
Services"
box, and remove all the check marks from the remained Non-Microsoft
Services. Please note that the Exchange services could be marked as
non-Microsoft. Please do not disable those services.

e. Click OK to close the MSConfig window. Click Yes when you are asked
to
restart your computer in order to enable the changes.

f. After restarting, please check whether this issue will reoccur.

g. If there are no more problems, please use the above steps to enable
services and startup items one by one in order to figure out the root
cause
of this issue.

If we cannot resolve the issue after we perform the above steps, please
kindly help me collect some information for further investigation:

1. Save the application event log and system event log as evt files on
the
problematic machine and send to my mailbox: v-terliu@xxxxxxxxxxxxx

2. Please gather backupxx.log files in the folder C:\Documents and
Settings\SBS Backup User\Local Settings\Application
Data\Microsoft\Windows
NT\NTBackup\data; and Sbsbackuplog0x.log files which can be located
under
the folder %sbsprogramdir%\Support\Backup Logs.

3. Please capture screenshots on the error messages and send the
pictures
to me at v-terliu@xxxxxxxxxxxxx

Hope these steps will give you some help.

Thanks and have a nice day!

Best regards,

Terence Liu (MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the
corresponding
newsgroups so that they can be resolved in an efficient and timely
manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check
the
"Notify me of replies" box to receive e-mail notifications when there
are
any updates in your thread. When responding to posts via your
newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In
doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly.
Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.
=====================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
Thread-Topic: SBS 2003 VSS Unable to create shadow copies Event IDs 11
12292 700
thread-index: AcjsW/EVG5oeVxmSQ1SZ3ehzgBmQCw==
X-WBNR-Posting-Host: 207.46.19.197
From: =?Utf-8?B?cm9iX2JlbGwyNw==?= <robbell27@xxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: SBS 2003 VSS Unable to create shadow copies Event IDs 11 12292
700
Date: Tue, 22 Jul 2008 17:35:01 -0700
Lines: 207
Message-ID: <0DC1E8F1-19AB-4DC4-B30F-B5433053E8C4@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
Newsgroups: microsoft.public.windows.server.sbs
Path: TK2MSFTNGHUB02.phx.gbl
Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:116298
NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
X-Tomcat-NG: microsoft.public.windows.server.sbs

I am running SBS 2003 fully patched SP2
I have been unable to perform backups or create shadow copies for some
time
now.

Daily I am receiving errors with event ids 11 12292 and 7001

I have tried every suggested solution including reregistering DLLs
however
I
cannot reregister SWPRV.DLL. I have also reinstalled COM+. I am unable
to
perform a repair install on SBS 2003 as I only have original pre-SP1
media.

Vssadmin list writers / providers detail is included below.

Does anyone from Microsoft know how I can reinstall the neccessary
components to get shadow copies working again?


Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 11
Date: 23/07/2008
Time: 7:00:00 AM
User: N/A
Computer: SBS2003
Description:
Volume Shadow Copy Service information: The COM Server with CLSID
{65ee1dba-8ff4-4a58-ac1c-3470ee2f376a} and name SW_PROV cannot be
started.
[0x80070424]

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 2d 20 43 6f 64 65 3a 20 - Code:
0008: 43 4f 52 53 4f 46 54 43 CORSOFTC
0010: 30 30 30 30 30 30 38 30 00000080
0018: 2d 20 43 61 6c 6c 3a 20 - Call:
0020: 43 4f 52 53 4f 46 54 43 CORSOFTC
0028: 30 30 30 30 30 30 36 35 00000065
0030: 2d 20 50 49 44 3a 20 20 - PID:
0038: 30 30 30 30 37 35 36 38 00007568
0040: 2d 20 54 49 44 3a 20 20 - TID:
0048: 30 30 30 30 35 39 33 32 00005932
0050: 2d 20 43 4d 44 3a 20 20 - CMD:
0058: 43 3a 5c 57 49 4e 44 4f C:\WINDO
0060: 57 53 5c 53 79 73 74 65 WS\Syste
0068: 6d 33 32 5c 76 73 73 76 m32\vssv
0070: 63 2e 65 78 65 20 20 20 c.exe
0078: 2d 20 55 73 65 72 3a 20 - User:
0080: 4e 54 20 41 55 54 48 4f NT AUTHO
0088: 52 49 54 59 5c 53 59 53 RITY\SYS
0090: 54 45 4d 20 20 20 20 20 TEM
0098: 2d 20 53 69 64 3a 20 20 - Sid:
00a0: 53 2d 31 2d 35 2d 31 38 S-1-5-18


Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 12292
Date: 23/07/2008
Time: 7:00:00 AM
User: N/A
Computer: SBS2003
Description:
Volume Shadow Copy Service error: Error creating the Shadow Copy
Provider
COM class with CLSID {65ee1dba-8ff4-4a58-ac1c-3470ee2f376a}
[0x80070424].

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 2d 20 43 6f 64 65 3a 20 - Code:
0008: 43 4f 52 53 4f 46 54 43 CORSOFTC
0010: 30 30 30 30 30 30 38 37 00000087
0018: 2d 20 43 61 6c 6c 3a 20 - Call:
0020: 43 4f 52 53 4f 46 54 43 CORSOFTC
0028: 30 30 30 30 30 30 36 35 00000065
0030: 2d 20 50 49 44 3a 20 20 - PID:
0038: 30 30 30 30 37 35 36 38 00007568
0040: 2d 20 54 49 44 3a 20 20 - TID:
0048: 30 30 30 30 35 39 33 32 00005932
0050: 2d 20 43 4d 44 3a 20 20 - CMD:
0058: 43 3a 5c 57 49 4e 44 4f C:\WINDO
0060: 57 53 5c 53 79 73 74 65 WS\Syste
0068: 6d 33 32 5c 76 73 73 76 m32\vssv
0070: 63 2e 65 78 65 20 20 20 c.exe
0078: 2d 20 55 73 65 72 3a 20 - User:
0080: 4e 54 20 41 55 54 48 4f NT AUTHO
0088: 52 49 54 59 5c 53 59 53 RITY\SYS
0090: 54 45 4d 20 20 20 20 20 TEM
0098: 2d 20 53 69 64 3a 20 20 - Sid:
00a0: 53 2d 31 2d 35 2d 31 38 S-1-5-18

Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 7001
Date: 23/07/2008
Time: 7:00:00 AM
User: N/A
Computer: SBS2003
Description:
VssAdmin: Unable to create a shadow copy: The shadow copy provider had
an
unexpected error while trying to process the specified command.
Command-line: 'C:\WINDOWS\system32\vssadmin.exe Create Shadow
/AutoRetry=5
/For=\\?\Volume{87af546e-9e11-11d9-b9f5-806e6f6e6963}\'.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 2d 20 43 6f 64 65 3a 20 - Code:
0008: 41 44 4d 56 41 44 4d 43 ADMVADMC
0010: 30 30 30 30 30 38 32 38 00000828
0018: 2d 20 43 61 6c 6c 3a 20 - Call:
0020: 41 44 4d 56 41 44 4d 43 ADMVADMC
0028: 30 30 30 30 30 37 36 38 00000768
0030: 2d 20 50 49 44 3a 20 20 - PID:
0038: 30 30 30 31 30 37 37 32 00010772
0040: 2d 20 54 49 44 3a 20 20 - TID:
0048: 30 30 30 30 39 32 39 36 00009296
0050: 2d 20 43 4d 44 3a 20 20 - CMD:
0058: 43 3a 5c 57 49 4e 44 4f C:\WINDO
0060: 57 53 5c 73 79 73 74 65 WS\syste
0068: 6d 33 32 5c 76 73 73 61 m32\vssa
0070: 64 6d 69 6e 2e 65 78 65 dmin.exe
0078: 20 43 72 65 61 74 65 20 Create
0080: 53 68 61 64 6f 77 20 2f Shadow /
0088: 41 75 74 6f 52 65 74 72 AutoRetr
0090: 79 3d 35 20 2f 46 6f 72 y=5 /For
0098: 3d 5c 5c 3f 5c 56 6f 6c =\\?\Vol
00a0: 75 6d 65 7b 38 37 61 66 ume{87af


.


Loading