Server 2003 R2 VSS error.

I inherited a Windows Server 2003 R2 standard edition x86. After doing a bit of checking on it, I see it has not been backed up for some time. Drive C is handled by an Adaptec controller card and has 2 drives in Raid 1 configuration with total space of 68.2GB
with 33GB free and fragmentation of 1%. Drive D is handled by a 3Ware controller card and has 9 drives in Raid 5 configuration (8 active, 1 spare) with total space of 7.27TB with 4.65TB free and fragmentation of 1%.
When looking at either drive thru Windows explorer, properties, Shadow Copies tab it shows "Failed to retrieve volumes that are eligible for shadow copies. Error 0x8004230f: The shadow copy provider had an unexpected error while trying to process the
specified operation."
If I check thru command prompt and run vssadmin commands I get the following.
C:\Documents and Settings\Administrator>vssadmin list providers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.
Provider name: 'Symantec Software VSS Provider'
   Provider type: Software
   Provider Id: {262b716e-bb23-41b5-aaef-e2c15e767167}
   Version: 1.0
Provider name: 'Microsoft Software Shadow Copy provider 1.0'
   Provider type: System
   Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
   Version: 1.0.0.7
C:\Documents and Settings\Administrator>vssadmin list writers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.
Writer name: 'System Writer'
   Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
   Writer Instance Id: {0a076449-61f7-459b-8288-9684c8a6b860}
   State: [1] Stable
   Last error: No error
Writer name: 'SqlServerWriter'
   Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
   Writer Instance Id: {1f5f638e-3bc0-430b-849e-17bf69b42b64}
   State: [1] Stable
   Last error: No error
Writer name: 'FSRM Writer'
   Writer Id: {12ce4370-5bb7-4c58-a76a-e5d5097e3674}
   Writer Instance Id: {1ee21ac2-2dd2-450b-87f9-e425b4ee599e}
   State: [1] Stable
   Last error: No error
Writer name: 'MSDEWriter'
   Writer Id: {f8544ac1-0611-4fa5-b04b-f7ee00b03277}
   Writer Instance Id: {c8b96527-9328-4ce3-92ac-6efc995dbef5}
   State: [1] Stable
   Last error: No error
Writer name: 'Registry Writer'
   Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
   Writer Instance Id: {c6e9592a-3a8a-4873-9589-4fb9072f045b}
   State: [1] Stable
   Last error: No error
Writer name: 'WMI Writer'
   Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
   Writer Instance Id: {0c50faba-aec4-4f76-96ad-d25c0b5066ca}
   State: [1] Stable
   Last error: No error
Writer name: 'Event Log Writer'
   Writer Id: {eee8c692-67ed-4250-8d86-390603070d00}
   Writer Instance Id: {76fcde0f-d18b-4936-a3f6-1dd399630101}
   State: [1] Stable
   Last error: No error
Writer name: 'COM+ REGDB Writer'
   Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
   Writer Instance Id: {5ea9ac74-036c-44f3-bf52-684784c03131}
   State: [1] Stable
   Last error: No error
Writer name: 'IIS Metabase Writer'
   Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
   Writer Instance Id: {f02d80c6-e208-4e9e-9076-3032677fe594}
   State: [1] Stable
   Last error: No error
C:\Documents and Settings\Administrator>vssadmin list shadows
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.
No items found that satisfy the query.
C:\Documents and Settings\Administrator>vssadmin list volumes
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.
Error: The shadow copy provider had an unexpected error while trying to process
the specified command.
Now if I look in the event log under Applications I see 2 errors showing.
Error 1
Source VSS. Event ID 12302. Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers.  Please check to see that the Event Service and Volume Shadow Copy Service are operating properly.
Error 2
Source VSS. Event ID 12293. Volume Shadow Copy Service error: Error calling a routine on the Shadow Copy Provider {b5946137-7b9f-4925-af80-51abd60b20d5}. Routine details IVssSnapshotProvider::QueryVolumesSupportedForSnapshots(ProviderId,29,...) [hr = 0x8000ffff].
Checking error 1 event id 12302 is says to make sure COM + is set to Automatic.  It is set to automatic and is running. It also says to command prompt vssadmin list writers and verify none are reporting errors. None are reporting an error. It also
says to check volume shadow copy in services. Start up set to manual, which it is and it will run with no problems.
Checking error 2 event id 12293 it says to use vssadmin create shadow for each provider. If I do that I get the same errors.
I have done a lot of research on this and found 3 hot fixes from Microsoft. None of the 3 apply to the error messages that I am getting. But to give it a good try, I have applied all 3 hot fixes and none made it better, and none made it worse (different
error messages). I have also tried the following
 cd /d %windir%\\system32
Net stop vss
Net stop swprv
regsvr32 ole32.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
regsvr32 Vssapi.dll
regsvr32 Vssui.dll
net start vss
net start swprv
The only errors I get when doing this is the following. 
"msxml4.dll not found"  I understand this as my system now has msxml6 and in doing some research msxml6 and msxml4 are not compatible and msxml6 replaced msxml4, so I can live with that, I guess.
"Vssapi.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered."
I am at a loss. Does anyone have any suggestions

Hi,
Do you install Symantec on your server? If so, please try to remove the entries of Symantec from system to check the result.
In the meantime, please try the steps listed in the following article to see if it can help:
Error message when you run the "vssadmin list writers" command on a Windows Server 2003-based computer: "Error: 0x8000FFFF"
http://support.microsoft.com/kb/940184
Please note, you need to backup the registry before making any changes to it.
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • SBS 2003 SP2: VSS errors; unable to create system state backup (NTBACKUP)

    NTBACKUP system state on W2k3 server fails after "thinking" for ~10 mins and "creating" shadow copy; almost no disk activity, almost no CPU load. Errors in the Application
    log:
    Source: SQLVDI EventID: 1
    Loc=SignalAbort. Desc=Client initiates abort. ErrorCode=(0). Process=3392. Thread=29348. Client. Instance=. VD=Global\{9B35142B-C687-4766-9707-BC387534BA38}1_SQLVDIMemoryName_0. 
    Several of them.
    Then: 
    EventID: 8019
    Source: NTBackup
    End Operation: Warnings or errors were encountered. 
    Consult the backup report for more details.
    Then: 
    Source: VSS
    EventID: 12305
    Volume Shadow Copy Service error: Volume/disk not connected or not found. Error context: CreateFileW(\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy9,0xc0000000,0x00000003,...).
    And finally:
    EventID: 12293
    Source: VSS
    Volume Shadow Copy Service error: Error calling a routine on the Shadow Copy Provider {b5946137-7b9f-4925-af80-51abd60b20d5}. Routine details PostFinalCommitSnapshots({de0d580b-68ce-4eae-a046-b5b5b7a80235}, 1) [hr = 0x80042308].
    When creating shadow copy on the system volume, the operation may take ~40-90 mins. On the data volume -- <1 min.
    "vssadmin list writers" shows:
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001 Microsoft Corp.
    Writer name: 'System Writer'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'SqlServerWriter'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'MSDEWriter'
       State: [1] Stable
       Last error: No error
    Writer name: 'FRS Writer'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'NTDS'
        State: [1] Stable
       Last error: No error
    Writer name: 'IIS Metabase Writer'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'Event Log Writer'
       State: [1] Stable
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       State: [1] Stable
       Last error: No error
    Writer name: 'Dhcp Jet Writer'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'Certificate Authority'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'WINS Jet Writer'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'Registry Writer'
       State: [1] Stable
       Last error: No error
    Writer name: 'Microsoft Exchange Writer'
       State: [1] Stable
       Last error: No error
    Writer name: 'TermServLicensing'
       State: [10] Failed
       Last error: Retryable error
    Writer name: 'WMI Writer'
       State: [10] Failed
       Last error: Retryable error
    Here is what I tried to do:
    1. Restarted that thing.
    2. Cleaned the security log.
    3. Installed Windows Server 2003 Hotfix rollup KB940349-v3.
    4. Stopped both SBSMONITORING and SHAREPOINT instances of MSDE, SQL 2005, SQL 2005 VSS and tried to perform the system state backup then. Stopped Exchange 2003 before launching NTBACKUP as well.
    5. "regsvr32 sqlvdi.dll" in MSDE directory.
    6. Renamed "System Volume Information" on all volumes and VSS has re-created them.
    7. chkdsk /f was fun on all volumes, no major issues found.
    8. Installed Hotfixes KB967551, KB975928-v2 (someone recommended).
    9. Disabled SQL Server VSS Writer (SQLVDI errors disappeared from the application event log, VSS and NTBACKUP errors stayed).
    10. Re-registered the DLLs as per Shaon Shan's post at http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/346fa42c-a476-457f-bcf3-59f87e444b55
    The above had no effect on the issue whatsoever, except a little change at item 9 as mentioned.

    Hi there.
    I just had that problem. I saw friday my backup from my sbs 2003, was not completing becasuse it said it couldn´t creat a shadow copy in the external drive... It kept giving me errors os VSS and Volsnap... But strange thing is, i have VSS turned off in all
    drives, and from months no problems with backups... So i went in Event viewer and look at it with attention, i saw a error that keep coming up from time to time (because we change the external drive form week to week). And i realize that there's a disk error
    event...
    Couldn´t run checkdisk from server, dont now why.. So i disconnected the drive, connected to my laptop, and ran a CheckDisk /F /X. ... It had BAD SECTORS! So i ran check disk... waited like 10-20 minutes. And then i ran it again just in case, and the 2nd
    time was much more faster, like 3-6 minutes. 
    I disconnected from laptop, and connected to server. I went to the Backup wizard (in server managment), and press Backup now... 
    It hang 5-10 second in Creating Shadow copy..... And it started making the Backup :_D
    I've seen all errors that were reported exactly as mine. I ran the Hotfix, all stayed the same, i followed all manual steps and still the same... and the problem was always in the external drive, which had bad sectors. 
    Hope it will help the next person that needs this info!

  • Windows server 2003 R2 install error

    When I try to install SOA on a win server 2003 R2 machine, I'm getting an error popup window entitled "Java Virtual Machine Launcher" with the error "Could not create the Java virtual machine".
    This happens when the install is 99% done and the install is
    "spawning 'C:\oracle\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl startall'"
    Has anyone else seen this issue?

    Yes, I am seeing the same problem. I am trying to install the SOA suite 10.1.3.1 on Win 2003 server (service pack 1), and I get the "Could not create Java virtual machine." pop-up window when it is spawning "...\opmnctl startall".
    Can anyone advise us on this?
    Thanks.

  • Running iTunes 8 on Windows Server 2003, avoiding 2096 error

    Since QuickTime 7.5,nor iTunes neither QuickTime would run on my Server 2003, and the famous 2096 error came up. Unfortunately the new 2+ iPod firmware required iTunes 8 so I had to do something about it. The solution by apple was to turn off compatibility mode, but that was not on in the first place. Reinstalling, searching the net for solutions,.. nothing helped.
    So here is how I solved my problem. QuickTime 7.5+ requires at least XP SP2 so i followed this guide > http://www.sheebz.net/post/2008/03/Running-Photoshop-CS3-on-Windows-2003-Server. aspx
    and did the same both for the QuickTime and iTunes executables(instead of the setup.exe in the guide), and viola they are running. Note that the Microsoft Application Verifier program must be running when you start iTunes or QuickTime. The cool thing is that you have to do this only once, seems it just needs to pass the first check and after that you're good to go, no need for the Microsoft Application Verifier to be running anymore. Enjoy

    Well now we're getting somewhere.
    The RDP connection is fast, as there is nothing but 100Mb/s LAN and a switch between my desktop and the server, so thats not it. Quicktime is fine, so thats not it.
    I AM, however, running iTunes 4.8.0.32. I'm not very keen on the idea of moving to 6.0.2 for reasons that I'd rather not go into on this particular board... Is (the upgrade) this something i can do on the one machine unassociated with my apple ID? What parts of the older version are problematic?
    thanks!

  • Windows 2012 Server Backup Problems - VSS Error

          Our company uses Windows Server Backup to back up our Windows 2012 Server.  We back up the host component and the two virtual machines on the server.  Every time I install windows updates
    on our server my backup jobs stop working and I get a VSS error.  In order to get backup working again, I have to recreate my backup job.  In order to do this I have to attach all the backup drives to the computer at the same time. 
    This has been an issue all the way back to when the server was first installed.  At that time the person who installed Windows Server talked to Microsoft.  Microsoft said the problem would be fixed in the first service pack which they ended
    up never releasing.  I have looked online, but haven’t found any information on these issues.  Are there any fixes for these two problems?

    Hi,
    Sorry for the delay.
    Can you first do a backup then install windows updates? Please provide more detailed message about the VSS error.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows server backup crash vss errors

    We're having an issue where every other day the system state fails. We use a 3rd party piece of software that uses WSB for the system state. We get the following in the eevnt logs:
    Faulting application name: wbengine.exe, version: 6.1.7601.17514, time stamp: 0x4ce79951
    Faulting module name: ntdll.dll, version: 6.1.7601.18229, time stamp: 0x51fb164a
    Exception code: 0xc0000005
    Fault offset: 0x0000000000055384
    Faulting process id: 0x3560
    Faulting application start time: 0x01d01197a2bdc7a1
    Faulting application path: C:\Windows\system32\wbengine.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d6f0610d-7d8f-11e4-a8f7-5cf3fc557333
    and the following when running vssadmin list writers:
    Writer name: 'Task Scheduler Writer'
       Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
       Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
       State: [1] Stable
       Last error: No error
    Writer name: 'VSS Metadata Store Writer'
       Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
       Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
       State: [1] Stable
       Last error: No error
    Writer name: 'Performance Counters Writer'
       Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
       Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
       State: [1] Stable
       Last error: No error
    Writer name: 'ASR Writer'
       Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
       Writer Instance Id: {7655da00-923b-441b-bc40-d64e3d44aaa9}
       State: [1] Stable
       Last error: No error
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {0e9c9681-5e67-4748-900c-b32ff7ebd072}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'FRS Writer'
       Writer Id: {d76f5a28-3092-4589-ba48-2958fb88ce29}
       Writer Instance Id: {3e4d034d-b955-428e-952b-0581f8e05203}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'SqlServerWriter'
       Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
       Writer Instance Id: {3ee8ab83-468c-4cfe-8613-6946976820fb}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'FSRM Writer'
       Writer Id: {12ce4370-5bb7-4c58-a76a-e5d5097e3674}
       Writer Instance Id: {2975a331-2068-4a6e-a16f-4635f5ce2856}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'Shadow Copy Optimization Writer'
       Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
       Writer Instance Id: {43188986-6573-45a8-b871-4be3d189a45f}
       State: [1] Stable
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {a9632f02-31e3-424c-8c87-69395dbf04e2}
       State: [1] Stable
       Last error: No error
    Writer name: 'IIS Config Writer'
       Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
       Writer Instance Id: {180f4d03-93aa-4947-b874-c2d0d7546ca0}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {231ceb2e-3b8c-40f1-8d02-22a4f263802d}
       State: [1] Stable
       Last error: No error
    Writer name: 'TS Gateway Writer'
       Writer Id: {368753ec-572e-4fc7-b4b9-ccd9bdc624cb}
       Writer Instance Id: {60237974-e116-454e-b29c-6ffeffd1bd9d}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {440c5208-9d3a-4c84-884c-f9a3d8ad2c1e}
       State: [1] Stable
       Last error: No error
    Writer name: 'NPS VSS Writer'
       Writer Id: {35e81631-13e1-48db-97fc-d5bc721bb18a}
       Writer Instance Id: {d6ae39a4-2c8b-4e48-9f79-12247b9fac5b}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'Dhcp Jet Writer'
       Writer Id: {be9ac81e-3619-421f-920f-4c6fea9e93ad}
       Writer Instance Id: {c616d312-5e21-47df-9e59-100cf6ac6f0e}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {8f945f3b-d50b-47b8-9085-1416d0b094e1}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'IIS Metabase Writer'
       Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
       Writer Instance Id: {50c005a1-35e8-4bc1-a0c1-1bcdc9351322}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'MSSearch Service Writer'
       Writer Id: {cd3f2362-8bef-46c7-9181-d62844cdc0b2}
       Writer Instance Id: {2bcebf65-9243-4ccd-bae2-6ae12efd9a51}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'Certificate Authority'
       Writer Id: {6f5b15b5-da24-4d88-b737-63063e3a1f86}
       Writer Instance Id: {4101713c-f207-431f-be52-1171f1227c0b}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'NTDS'
       Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
       Writer Instance Id: {aa053355-2571-4e37-ba1d-501127ab2846}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'Microsoft Exchange Writer'
       Writer Id: {76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}
       Writer Instance Id: {7645b18a-8aa4-49d3-abd1-5d7debd4b3f3}
       State: [1] Stable
       Last error: No error
    as i said - this happens every other day, the 3rd party software provider say this is a microsoft issue but this doesnt happen when running a system state directly from WSB

    Hi,
    What third party software do you use? There is a similar thread, please try to restart Block Level Backup Engine Service and VSS service to check if could resolve the issue. 
    For more detailed information, please refer to the thread below:
    Backup SystemState 2008 R2 failed - The RPC server is unavailable.
    https://social.technet.microsoft.com/Forums/en-US/f92c0a5b-2cfb-47f9-9ace-6028f5316a03/backup-systemstate-2008-r2-failed-the-rpc-server-is-unavailable
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Windows Server 2003 Discoverer Admin Error

    I wonder if anyone else has this problem...I randomly receive INTERNAL APPLICATION ERROR when Im logged into Discoverer Administrator...
    And then Discoverer vanishes....
    HELP!!!!

    Yes, I am seeing the same problem. I am trying to install the SOA suite 10.1.3.1 on Win 2003 server (service pack 1), and I get the "Could not create Java virtual machine." pop-up window when it is spawning "...\opmnctl startall".
    Can anyone advise us on this?
    Thanks.

  • 10g application server install on windows server 2003

    already installed on my pc oralce 9i database and oralce 6i
    now I m installing 10g application server on windows server 2003 but geeting error, when I click on setup button
    Error:
    checking swap space : 1488mb Available, 1535 mb required . Failed
    please guide me

    got it ... increased virtual memroy size 1550...

  • DPM 2012 R2 - Windows Server 2012 R2 Hyper-v backup of Windows Server 2003 R2 - Non-retryable error 0x80070490

    Hi,
    I have a hyper-v host running Windows Server 2012 R2 Standard with Hyper-V on it, and on that host I got 5 virtual machines running and of those 5, 4 of those the DPM are able to backup but when DPM tries to backup a server running Windows Server 2003 R2
    I get the following errors in the eventlog.
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18014
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' was cancelled. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18014</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>411</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18012
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' failed. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18012</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>412</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 10150
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Could not create backup checkpoint for virtual machine 'SERVER01': Element not found. (0x80070490). (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>10150</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>413</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4280" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    <Parameter0>%%2147943568</Parameter0>
    <Parameter1>0x80070490</Parameter1>
    </VmlEventLog>
    </UserData>
    </Event>
    What I have done to try to troubleshoot this issue is:
    Reinstalled DPM - No sucess
    Restarted the Hyper-v Host - No sucess
    I'm at the point where I am out of ideas and google hasn't given me much.
    /Joseph

    i have the same error.
    "vssadmin list writers" shows last error unknown for all writers
    disk space is sufficient
    ntbackup of systemdrive and systemstate runs fine.
    i installed KB940349 which fixes some vss related issues but the problem is still there.
    any ideas?
    Thanks.
    When you have vssadmin reporting unknown error the only way to reset the vsswriters (as I understand it please correct me if I'm wrong :) ) is to restart the machine. The Fellenator is correct, make use that the vsswriter is working correctly since this
    is the main function DPM is using when taking backup. He's also right in saying that it's outside the scope! Create a new thread on your error, then you will get much better responce!
    /Joseph

  • Error while installing Oracle Apps R12 , on windows server 2003 R2

    Hi Experts
    While installing Oracle Apps R12 , on windows server 2003 R2, I am getting the following error.
    System Utilities
    command: cmd.exe /c E:\oracle 12i dump\startCD\Disk1\rapidwiz\bin\adchkutl.cmd F:\cygwin\bin F:\VC\bin
    'E:\oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    ======================================================================================================================================================================================================================================================================
    File Space Check :
    -- database node space checks --
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database ORACLE_HOME = F:\oracle\VIS\db\tech_st\11.1.0
    required = 5600.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database System File Directory = F:\oracle\VIS\db\apps_st\data
    required = 20200.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Log File Directory = F:\oracle\VIS\db\apps_st\data
    required = 950.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Transaction File Directory = F:\oracle\VIS\db\apps_st\data
    required = 103350.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Archive File Directory = F:\oracle\VIS\db\apps_st\data
    required = 64500.0
    actual = 0.0
    -- apps node space checks --
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP = E:\apps\VIS\apps\apps_st\appl
    required = 5800.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 2 = E:\apps\VIS\apps\apps_st\appl
    required = 2800.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 3 = E:\apps\VIS\apps\apps_st\appl
    required = 8400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 4 = E:\apps\VIS\apps\apps_st\appl
    required = 3100.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    COMMON_TOP = E:\apps\VIS\apps\apps_st\comn
    required = 3200.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Apps ORACLE_HOME = E:\apps\VIS\apps\tech_st\10.1.3
    required = 1400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Tools ORACLE_HOME = E:\apps\VIS\apps\tech_st\10.1.2
    required = 1400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Temp Directory = E:\apps\VIS\inst\apps\VIS_stccspr01\temp
    required = 1024.0
    actual = 0.0
    waiting for expert suggestion.
    Thanks
    Rahul Srivastava

    Hi Hussein
    after changing the directory name as Stage12, I am getting error
    File Space Check :
    -- database node space checks --
    Disk space on system acceptable:
    Database ORACLE_HOME = F:\oracle\VIS\db\tech_st\11.1.0
    required = 5600.0
    actual = 200473.43359375
    Disk space on system acceptable:
    Database System File Directory = F:\oracle\VIS\db\apps_st\data
    required = 20200.0
    actual = 194873.43359375
    Disk space on system acceptable:
    Database Log File Directory = F:\oracle\VIS\db\apps_st\data
    required = 950.0
    actual = 174673.43359375
    Disk space on system acceptable:
    Database Transaction File Directory = F:\oracle\VIS\db\apps_st\data
    required = 103350.0
    actual = 173723.43359375
    Disk space on system acceptable:
    Database Archive File Directory = F:\oracle\VIS\db\apps_st\data
    required = 64500.0
    actual = 70373.43359375
    -- apps node space checks --
    Disk space on system acceptable:
    APPL_TOP = F:\oracle\VIS\apps\apps_st\appl
    required = 5800.0
    actual = 5873.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 2 = F:\oracle\VIS\apps\apps_st\appl
    required = 2800.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 3 = F:\oracle\VIS\apps\apps_st\appl
    required = 8400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 4 = F:\oracle\VIS\apps\apps_st\appl
    required = 3100.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    COMMON_TOP = F:\oracle\VIS\apps\apps_st\comn
    required = 3200.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Apps ORACLE_HOME = F:\oracle\VIS\apps\tech_st\10.1.3
    required = 1400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Tools ORACLE_HOME = F:\oracle\VIS\apps\tech_st\10.1.2
    required = 1400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Temp Directory = F:\oracle\VIS\inst\apps\VIS_stccspr01\temp
    required = 1024.0
    actual = 73.43359375
    also for
    System Utilities
    command: cmd.exe /c E:\Stage12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd F:\cygwin\bin F:\VC\bin
    E:\Stage12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    'cl' is not available.
    ERRORCODE = 1 ERRORCODE_ENDThe system cannot find the path specified.
    which: no cl in (/usr/bin:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32)
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    Yes I do have sufficient space i.e . for E: 106 GB and F: 195 GB free space .
    Thanks
    Rahul Srivastava

  • Error while installing SAP b1 9.0 PL4 on Microsoft Windows server 2003 SP 2.

    Hi all,
    I am trying to install SAP b1 9.0 Pl 4 on Microsoft Windows Small Business Server 2003 SP 2 (32 bit). Server tools and server was successfully installed, now facing an issue while I m running the Client from package folder below is the screen shot for error. Please help ASAP.
    Thanks all
    Sonil

    Hi,
    Yes,  9.0 version will not support above server. Please check below guide:
    http://www.abbasoft.com/images/Hardware_software_requirements.pdf
    Thanks  & Regards,
    Nagarajan

  • RC-50004: Fatal: Error occurred in ApplyAppsTechStack: While Installatling EBS R12 on window server 2003 SP2

    Hi Mr.Hussain,
    Can you please guide me how to solve this error,
    i am trying to install oracle EBS  R12.1.1 on windows server 2003, i am following your document, installation of EBS R12.1 in windows server 2003 SP2
    i did stage everything going right, even i did md5sums for the extracted file of EBS R12 folder.
    i stated installation, even installation done perfectly at the end of installation 2 Command Prompt windows appear and stopped, i try to open log file from oracle installation folder, i got this message at the end of log file
        3% completed       RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver c:\oracle\PROD\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 1 == 0 goto :REG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "" == "TRUE" goto :INSIAS_OK
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running APPL_TOP Install Driver for PROD instance
    can you please guide me how to solve this error,

    This is a generic error so you would need to check the installation log files for details about the error.
    Please see if (Rapidwiz 12.1.1 Fails To Execute Ouicli.Pl During Apps 10.1.3 Techstack Autoconfig (Doc ID 1328464.1)) is applicable.
    Thanks,
    Hussein

  • Blue screen error while trying to install windows server 2003 in Lenovo G500s essentials Notebook

    Hi,
    I bought a new lenovo G500s essentials note book. It's a freedos system.  I am trying to install windows server 2003 in it. But I am getting blue screen error . error message like ths,
    Technical Information:
    STOP: 0*0000007B (0*FFFFFADF2CE323C0, 0*FFFFFFFFC0000034, 0*0000000000000000, 0*0000000000000000)
    Can someone please help.
    Regards,
    Priya.
    Solved!
    Go to Solution.

    I don't have a similar machine to look at so this is a bit of a guess:
    Per page 30 or your user's guide http://download.lenovo.com/consumer/mobiles_pub/lenovo_g400sg400stouchg500sg500stouchg405sg505s_ug_e...:
    How can I start the BIOS setup utility?
    To start the BIOS setup utility:
    1 Shut down the computer.
    2 Press the Novo button and then select BIOS Setup
    There should be a tab labelled something like "Configuration" and on that page something like "SATA controller mode".  Select "compatible" and save and exit.
    I'm not certain this will fix your problem, but it's worth a try.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • JRE Error : while Install oracle 10gR2 on Windows Server 2003

    Hello,
    I am trying to install a Oracle 10gR2 on windows server 2003.
    I have unziped the files and when I run the oui.exe it gives the below error:
    cannot find any matches for wildcard specification "../stage/components/oracle.swd.jre/1.5.0.0./1/DataFiles/*.jar
    Error : JRE missing in Scratch Path
    I tried changing the oraparmaini file but it did not allow to make any changes.
    Not sure if its looking for any particular java files.
    What should i edit ,to specify the java location.
    Thanks

    What exactly did you unzip? This error occurs if there are several zip-files extracted to different target locations. But - if I remember correctly - 10gR2 database is only one zip-file, so you should not face this issue. JRE for OUI is part of the downloaded software,so you don't need to specify a location for JRE, OUI knows where to find this.
    Werner

  • Error in Installation of EPM 11.1.1.3 in windows server 2003-32 bit, AMD 64

    Hi All,,
    We are trying to install EPM 11.1.1.3 ( We are trying to install only Client Components ) in server machine( Processor AMD64, OS: Windows Server 2003 32Bit) we are installing the JAVA 1.6 Also.But we double Click the InstallerTool.cmd it will open the command prompt and throws an error below and disappearing.
    "R:\essbase\\jre\win32\1.6.0\"\..\..\..\installTOOL.jar
    >
    R:essbase>endlocal
    R:essbase>pause
    Press any key to continue...
    This is an error while double click the Installertool.cmd
    If it is Java Compatibility, how can we resolve it.
    We are trying to another XP machine with the same dump it is working
    But in Windows Server machine it is not working.
    For installation of client components only, is Java 1.6 installation is required??
    Could you pls help me What is the Problem
    It will graetful appreciate to resolve it
    Thanks in Advance.........

    Hi
    1. Did you delete tmp and cache after patching
    2. Did you clear the cached files in your browser post patching
    3. Generally the first time you access the system it takes time but the consquent attempts should not take much time.
    4. Did you increase the Java heap
         ex: HFMWeb
    HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\HFMWeb0\HyS9FinancialManagementWeb_epmsystem1
                    JVMOption21 | - Xms2048m
                    JVMOption38 | - Xmx2048m
    Next,
    When you are accessing the HFM Application please monitor the task manager and let us know the CPU and Physical Memory utilisation.Monitor the HSVDatasource.exe process .
    How much RAM do you have on your server and how many applications/components are hosted on that server?
    Thanks
    Anjum

Maybe you are looking for

  • MacBook Pro running Windows XP with Snow Leopard 10.6.8

    When I got a MacBook Pro in 2006 I gave a small partition to my husband so he could log into his computer at the office. I used Boot Camp and an OEM WIndows XP disk. Everything ran smoothly for 5 years... last week he started having problems with win

  • Find the Dependenet reports in obiee

    Hi Professionals, We have a requirement where we have replace the fact table with a new fact table, but before doing that i need to find out how many reports are using the old fact table. is there a way we can get it in obiee 11g. Please let me know.

  • BBDM won't let me select Bluetooth

    My laptop and 8330 were able to pair using their respective bluetooth dialogues, but the Desktop Manager still won't even let me select Bluetooth. I have v.4.5.0.15 of Desktop Manager on Windows XP (SP3).  Once I pair the two, and the BB starts blink

  • Oracle DMP file import Error

    Dear all, i have file of file.dmp and want to import to my database on oracle, here i have user but when i am importing my file i get the bellow error imp file=file.dat  touser=user_one log=logfile.LOG data_only=Y no i get the eror of : IMP-00037: Ch

  • MIRO(STOCK IS DEBITING AND LANDING CHARH=GES ARE GETTING CREDITED)

    We have done MIGO fro goods receipt where the following entry is getting passed Stock  A/c Dr GR/IR  A/c     CR Landing charges  CR(provisional entry) When we are doing MIRO the stock is again getting debited and landing chargesa re again getting cre