Hope you guys can help..The Microsoft techs that you get from INDIA suck! I wonder if the USA techs are any better?
Here are my system specs:
Viewsonic P95f Monitor
Antec SX 1040 w/ 400W Power supply
Asus A7V266-E
Bios version 1004b
AMD xp2000+
2 512mb crucial DDR (Infinion Chips)2100 memory in 1st and 2nd slot
Win. XP Pro
1 80 GB Western Digital HD & 1 120GB WD 8meg cache ..One on each promise controller
Toshiba DVD on Primary IDE Controller
Plextor 40x12x40 CDRW on Secondary IDE controller
Visiontec Geforce 4 TI4600, 128mb Using IRQ 11
3com905cx-tx NM Nic card Slot 5 using IrQ 9
Creative Audigy platinum PCI slot 3 Using IRQ 5 and 10
Running in jumperfree mode
Voltage set to 2.65
No raid configured
Anyway...In the windows event viewer I am seeing the following...Under system:
Details
Product: Windows Operating System
ID: 26
Source: Application Popup
Version: 5.2
Symbolic Name: STATUS_LOG_HARD_ERROR
Message: Application popup: %1 : %2
Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.
User Action
To correct this problem:
Ensure that the program user has sufficient privileges to access the directory in which the driver is installed.
Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.
Version: 5.0
Symbolic Name: status_log_hard_error
Message: Unable to Load Device Driver : device driver could not be loaded.
Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.
User Action
To correct this problem:
Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.
--------------------------------------------------------------------------------
Details
THere are 8 of these in a row everytime I turn on my computer and check the event viewer... Anyone know why????
Also I see some other things like this in event viewer under Application:
I only have 2 entries on the same date for this:
Details
Product: Windows Operating System
ID: 63
Source: WinMgmt
Version: 5.2
Symbolic Name: WBEM_MC_PROVIDER_SUBSYSTEM_LOCALSYSTEM_PROVIDER_LOAD
Message: A provider, %1, has been registered in the WMI namespace, %2, to use the LocalSystem account. This account is privileged and the provider may cause a security violation if it does not correctly impersonate user requests.
Explanation
The Windows Management Instrumentation (WMI) provider subsystem runs individual providers within specific COM servers based on their required security level. Only administrators are allowed to register providers and configure their required security level, and only trusted providers should be configured to use LocalSystem. This warning message is an audit record indicating that the provider is running with the privileges of the LocalSystem account.
User Action
Verify that the provider is trusted and requires the privileges of the LocalSystem account.
If the provider is not trusted, change the hosting model to either LocalServiceHost or NetworkServiceHost by changing the HostingModel property of the _Win32Provider instance for the specific provider. To do this, use Cscript to run the following script after modifying the namespace and provider variables to match those reported in the message.
' Change the hosting model for a WMI provider
computer = ?.?
namespace = ?root\cimv2?
provider = ?ProviderName?
const wbemNotFound = &h80041002
Set objWMIService = GetObject(?winmgmts:\\? & computer & ?\? & namespace)
Set colSWbemObjectSet = objWMIService.ExecQuery(?select * from __Win32Provider where name = '? & provider & ?'?)
count = 0
for each providerObj in colSwbemObjectSet
wscript.echo ?Changing hosting model for provider ? & provider & ? in ? & namespace & ? namespace?
wscript.echo ?Old value: ? & providerObj.HostingModel
' Use NetworkServiceHost for providers that need remote access to other machines
' Use LocalServiceHost for providers that do not need remote access
providerObj.HostingModel = ?LocalServiceHost?
providerObj.Put_
wscript.echo ?New value: ? & providerObj.HostingModel
count = count + 1
next
if (count = 0) then
wscript.echo ?Provider ? & provider & ? not found in ? & namespace & ? namespace.?
end if
If the provider depends upon the higher privileges of the LocalSystem account, it might not function correctly with the lower privilege. Note that some providers included with Windows require LocalSystem to operate correctly.
For more information about provider hosting and security, see the MSDN article Provider Hosting and Security.
--------------------------------------------------------------------------------
Currently there are no Microsoft Knowledge Base articles available for this specific error or event message. For information about other support options you can use to find answers online, see http://support.microsoft.com/default.aspx.
ANyhelp would be greatly appreciated!!
Thank you....
Here are my system specs:
Viewsonic P95f Monitor
Antec SX 1040 w/ 400W Power supply
Asus A7V266-E
Bios version 1004b
AMD xp2000+
2 512mb crucial DDR (Infinion Chips)2100 memory in 1st and 2nd slot
Win. XP Pro
1 80 GB Western Digital HD & 1 120GB WD 8meg cache ..One on each promise controller
Toshiba DVD on Primary IDE Controller
Plextor 40x12x40 CDRW on Secondary IDE controller
Visiontec Geforce 4 TI4600, 128mb Using IRQ 11
3com905cx-tx NM Nic card Slot 5 using IrQ 9
Creative Audigy platinum PCI slot 3 Using IRQ 5 and 10
Running in jumperfree mode
Voltage set to 2.65
No raid configured
Anyway...In the windows event viewer I am seeing the following...Under system:
Details
Product: Windows Operating System
ID: 26
Source: Application Popup
Version: 5.2
Symbolic Name: STATUS_LOG_HARD_ERROR
Message: Application popup: %1 : %2
Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.
User Action
To correct this problem:
Ensure that the program user has sufficient privileges to access the directory in which the driver is installed.
Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.
Version: 5.0
Symbolic Name: status_log_hard_error
Message: Unable to Load Device Driver : device driver could not be loaded.
Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.
User Action
To correct this problem:
Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.
--------------------------------------------------------------------------------
Details
THere are 8 of these in a row everytime I turn on my computer and check the event viewer... Anyone know why????
Also I see some other things like this in event viewer under Application:
I only have 2 entries on the same date for this:
Details
Product: Windows Operating System
ID: 63
Source: WinMgmt
Version: 5.2
Symbolic Name: WBEM_MC_PROVIDER_SUBSYSTEM_LOCALSYSTEM_PROVIDER_LOAD
Message: A provider, %1, has been registered in the WMI namespace, %2, to use the LocalSystem account. This account is privileged and the provider may cause a security violation if it does not correctly impersonate user requests.
Explanation
The Windows Management Instrumentation (WMI) provider subsystem runs individual providers within specific COM servers based on their required security level. Only administrators are allowed to register providers and configure their required security level, and only trusted providers should be configured to use LocalSystem. This warning message is an audit record indicating that the provider is running with the privileges of the LocalSystem account.
User Action
Verify that the provider is trusted and requires the privileges of the LocalSystem account.
If the provider is not trusted, change the hosting model to either LocalServiceHost or NetworkServiceHost by changing the HostingModel property of the _Win32Provider instance for the specific provider. To do this, use Cscript to run the following script after modifying the namespace and provider variables to match those reported in the message.
' Change the hosting model for a WMI provider
computer = ?.?
namespace = ?root\cimv2?
provider = ?ProviderName?
const wbemNotFound = &h80041002
Set objWMIService = GetObject(?winmgmts:\\? & computer & ?\? & namespace)
Set colSWbemObjectSet = objWMIService.ExecQuery(?select * from __Win32Provider where name = '? & provider & ?'?)
count = 0
for each providerObj in colSwbemObjectSet
wscript.echo ?Changing hosting model for provider ? & provider & ? in ? & namespace & ? namespace?
wscript.echo ?Old value: ? & providerObj.HostingModel
' Use NetworkServiceHost for providers that need remote access to other machines
' Use LocalServiceHost for providers that do not need remote access
providerObj.HostingModel = ?LocalServiceHost?
providerObj.Put_
wscript.echo ?New value: ? & providerObj.HostingModel
count = count + 1
next
if (count = 0) then
wscript.echo ?Provider ? & provider & ? not found in ? & namespace & ? namespace.?
end if
If the provider depends upon the higher privileges of the LocalSystem account, it might not function correctly with the lower privilege. Note that some providers included with Windows require LocalSystem to operate correctly.
For more information about provider hosting and security, see the MSDN article Provider Hosting and Security.
--------------------------------------------------------------------------------
Currently there are no Microsoft Knowledge Base articles available for this specific error or event message. For information about other support options you can use to find answers online, see http://support.microsoft.com/default.aspx.
ANyhelp would be greatly appreciated!!
Thank you....