Different Event log errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 different event log than the one mentioned before when start my OS Xpe Image
May be you can give me a tip to solve these issues

-- ERROR # 1 ---
Event Type: Erro
Event Source: Seria
Event Category: Non
Event ID: 1
Description
No Parameters subkey was found for user defined data. This is odd, and it also means no user
configuration can be found

-- ERROR # 2 ---
Event Type: Erro
Event Source: Useren
Event Category: Non
Event ID: 104
Description
The description for Event ID ( 1041 ) in Source ( Userenv ) cannot be found.The local computer may not
have the necessary registry information or message DLL files to display messages from a remote computer.

-- ERROR # 3 ---
Event Type: Warnin
Event Source: MSM
Event Category: Kernel
Event ID: 202
Description
Message Queuing performance counter data are not available because the performance counter module failed to
initialize. Please run 'lodctr.exe mqperf.ini' from the command console and restart the service, or contact
Microsoft support

Thanks in Advance
Glopez
 
For error #1: The Serial error is due to a missing Parameters key, i..e you
simply need
to add the key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters]

For error #2:
Try adding component "Added Software Installation Group Policy Extension and
it's MMC Extension
snap-in to rid a strange Userenv error from the application event log."

For error #3: no idea
--
HTH... Doug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GLopez said:
I have 3 different event log than the one mentioned before when start my OS Xpe Image.
May be you can give me a tip to solve these issues.

-- ERROR # 1 ----
Event Type: Error
Event Source: Serial
Event Category: None
Event ID: 18
Description:
No Parameters subkey was found for user defined data. This is odd, and it also means no user
configuration can be found.

-- ERROR # 2 ----
Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1041
Description:
The description for Event ID ( 1041 ) in Source ( Userenv ) cannot be
found.The local computer may not
have the necessary registry information or message DLL files to display
messages from a remote computer.
-- ERROR # 3 ----
Event Type: Warning
Event Source: MSMQ
Event Category: Kernel
Event ID: 2024
Description:
Message Queuing performance counter data are not available because the
performance counter module failed to
initialize. Please run 'lodctr.exe mqperf.ini' from the command console
and restart the service, or contact
 
Doug
Error #1 -> Solved . Thanks a lo

Error #2 : Sorry I got confused

I can see in the target designer the following Components

1 - Software Installation Group Policy Extensio
2 - Software Installation Group Policy MMC Snap-I

Should I Include one of them?

Thanks Again

GLope

----- Doug Hoeffel wrote: ----

For error #1: The Serial error is due to a missing Parameters key, i..e yo
simply nee
to add the key
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters

For error #2
Try adding component "Added Software Installation Group Policy Extension an
it's MMC Extensio
snap-in to rid a strange Userenv error from the application event log.

For error #3: no ide
-
HTH... Dou
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tel
Microsoft
https://www.windowsembeddedeval.com/community/newsgroup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GLopez said:
OS Xpe Image
May be you can give me a tip to solve these issues
Event Type: Erro
Event Source: Seria
Event Category: Non
Event ID: 1
Description
No Parameters subkey was found for user defined data. This is odd, and i also means no use
configuration can be found
Event Type: Erro
Event Source: Useren
Event Category: Non
Event ID: 104
Description
The description for Event ID ( 1041 ) in Source ( Userenv ) cannot b
found.The local computer may no
have the necessary registry information or message DLL files to displa
messages from a remote computer
Event Type: Warnin
Event Source: MSM
Event Category: Kerne
Event ID: 202
Description
Message Queuing performance counter data are not available because th
performance counter module failed t
initialize. Please run 'lodctr.exe mqperf.ini' from the command consol
and restart the service, or contac
 
Error #2: Include both.
The second component has a dependency on the first one anyway.

Error #3:

Check if you have "Message Queuing (MSMQ) Performance Diagnostics" and "Performance Counter Configuration" components in your image.

--
KM,
BSquare Corporation
GLopez said:
Doug,
Error #1 -> Solved . Thanks a lot

Error #2 : Sorry I got confused.

I can see in the target designer the following Components:

1 - Software Installation Group Policy Extension
2 - Software Installation Group Policy MMC Snap-In

Should I Include one of them?.

Thanks Again.

GLopez

----- Doug Hoeffel wrote: -----

For error #1: The Serial error is due to a missing Parameters key, i..e you
simply need
to add the key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters]

For error #2:
Try adding component "Added Software Installation Group Policy Extension and
it's MMC Extension
snap-in to rid a strange Userenv error from the application event log."

For error #3: no idea
--
HTH... Doug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GLopez said:
OS Xpe Image.
May be you can give me a tip to solve these issues.
Event Type: Error
Event Source: Serial
Event Category: None
Event ID: 18
Description:
No Parameters subkey was found for user defined data. This is odd, and it also means no user
configuration can be found.
Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1041
Description:
The description for Event ID ( 1041 ) in Source ( Userenv ) cannot be
found.The local computer may not
have the necessary registry information or message DLL files to display
messages from a remote computer.
Event Type: Warning
Event Source: MSMQ
Event Category: Kernel
Event ID: 2024
Description:
Message Queuing performance counter data are not available because the
performance counter module failed to
initialize. Please run 'lodctr.exe mqperf.ini' from the command console
and restart the service, or contact
Microsoft support.
Glopez
 
Back
Top