list-bullets alert-diamond attachment-1 keyboard-arrow-down add-square tags-double smiley-sad-1 check-1 open-quote envelope-letter network-browser pencil-1 copy-paste filter-1 smiley-indifferent arrow-right-1 messages-bubble-square arrow-up-1 smiley-smile-1_1 rating-star smiley-happy ticket-1 navigation-menu smiley-happy send-email-1 ticket-1 social-media-twitter expand-6 envelope-letter hierarchy-9 folder-file-1 archive time-clock-circle analytics-pie-2 smiley-unhappy single-neutral-actions pencil-write archive view-off smiley-sad-1 button-record rating-star navigation-menu-horizontal remove-square-1 love-it information-circle smiley-indifferent diagram-fall-down synchronize-arrows-1 smiley-thrilled wench lock-unlock-1 shield-warning download-thick-bottom multiple-circle view-1 close-quote time-clock-midnight arrow-down-1 multiple-users-1 close alarm-bell-1 floppy-disk undo search arrow-down-2 add book-star add-circle-bold remove-circle common-file-stack smiley-unhappy single-neutral lock-2 file-code close hyperlink-2 pencil-1 cog print-text expand-6 multiple-neutral-1 keyboard-arrow-up view move-to-top drawer-send add-circle cog-1 headphones-customer-support bin-paper-1 disable layout-module-1 check-circle-1 flying-insect-honey arrow-left-1 credit-card-1

How to Restore WMI Class Definitions for Managed Objects to the WMI Repository

The operating system’s Windows Management Instrumentation (WMI) subsystem on which the software depends is not functional. The Professional software may freeze when attempting to run a protection plan.

The ArchiveIQManager.log log file may indicate the Removable Disk watcher exited abnormally.

The software queries WMI for system information, such as the computer system disk drives. If the Windows WMI subsystem on which the software depends is not functional, the software does not function properly.

To verify that WMI is not fully functional, open a command prompt and enter:

Wmic /?

Then, hit enter.

The command returns a list of available aliases. If DISKDRIVE is not in the list, WMI is not fully functional. In this case, you must restore WMI class definitions for managed objects to the WMI repository. To do so, open a command prompt and enter:

Cd %windir%\System32\WBEM

And hit enter. Then, enter:

for %i in (*.mof) do mofcomp -AUTORECOVER %i

And hit enter.

If the software is installed on a computer hosting a supported version of SQL Server, but the SQL Server protection plan is greyed out, the WMI classes for SQL may need to be restored. To do so, open a command prompt and enter:

mofcomp -autorecover \Program Files\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof


MORE INFORMATION

http://msdn.microsoft.com/en-us/library/windows/desktop/aa392389(v=vs.85).aspx