Link to home
Create AccountLog in
Windows OS

Windows OS

--

Questions

--

Followers

Top Experts

Avatar of bbao
bbao🇦🇺

What is "MessagingService_3eee6"?
hi EE folks

i found below error in Windows System Log on my laptop running Windows 10. i have no idea what "MessagingService_3eee6" is. a simple Google search found nothing about it.

Log Name:      System
Source:        Service Control Manager
Date:          22/08/2016 11:11:44
Event ID:      7023
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      XXXX
Description:
The MessagingService_3eee6 service terminated with the following error: 
The device is not ready for use.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
    <EventID Qualifiers="49152">7023</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2016-08-22T01:11:44.723759300Z" />
    <EventRecordID>11567</EventRecordID>
    <Correlation />
    <Execution ProcessID="632" ThreadID="1328" />
    <Channel>System</Channel>
    <Computer>GOER</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="param1">MessagingService_3eee6</Data>
    <Data Name="param2">%%4319</Data>
    <Binary>4D006500730073006100670069006E00670053006500720076006900630065005F00330065006500650036000000</Binary>
  </EventData>
</Event>

Open in new window


any suggestion or comment please?

thanks heaps,
bbao

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Sushil SonawaneSushil Sonawane🇮🇳


Avatar of bbaobbao🇦🇺

ASKER

thanks for your suggestion. it seems my issue has nothing to do with MSMQ as it is currently not enabled on my W10, as shown below.
User generated imagei did search for anything related to messaging using W10's Cortana, and found Messaging is On under Settings > Privacy > Messaging.
User generated image

Avatar of Sushil SonawaneSushil Sonawane🇮🇳

If you not require skype and other option you can stop stop /  disabled this messaging option.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


ASKER CERTIFIED SOLUTION
Avatar of bbaobbao🇦🇺

ASKER

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of Sushil SonawaneSushil Sonawane🇮🇳

Check your one drive service is disable in start if yes then re-enable it.

Avatar of bbaobbao🇦🇺

ASKER

where can i find the service for OneDrive? i checked Services Manager and found nothing related to OD. am i missing something?
User generated image
moreover, what the heck is "3eee6"?

Avatar of Davis McCarnDavis McCarn🇺🇸

Messaging allows the user to send/receive text (SMS) messages from the PC and could be turned on by their actions or by the installation of Office 2010 or newer.
I'd go start that service again then, if the user does not use text messaging, go back to the settings for messaging and turn it off.
Reboot and see if it isn't better.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of bbaobbao🇦🇺

ASKER

How about other services ending with "3eee6"? why "3eee6"?

BTW, i can't see any of these services in Services Manager, including "MessagingService_3eee6" (if it is for sending / receiving SMS, i guess at least there is a daemon for it , if not in a Windows service way).

Avatar of Davis McCarnDavis McCarn🇺🇸

They all interact with each other and ought to all shut up if you turn off the messaging.

Avatar of bbaobbao🇦🇺

ASKER

not actually, please see my previous post.
once Messaging has been disabled under Settings > Privacy, i no longer see the above error in the system event logs, but i do see some other service errors related as the service names are all ending with "_3eee6". see below the details.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of Davis McCarnDavis McCarn🇺🇸

According to what you posted, you disabled the service; you didn't go to the Privacy settings and turn off messaging which is what I think you need to do to resolve all of them.

Avatar of bbaobbao🇦🇺

ASKER

not really, please read what i posted again. :)

Avatar of Davis McCarnDavis McCarn🇺🇸

My bad, sorry.....
According to this thread, the anniversary update partially fixes the errors; but, the surest fix is to change the startup type for the services which has to be done with regedit:
http://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/event-7031-system-control-manager/995ff658-fa62-4535-a355-b5d19e0e947e?auth=1

"Okay solved the sync_host by disabling the service using regedit(see below), but still have the User data access, user data storage and contact data session errors.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc]

 change the value for "Start" to 4 (original is 2)
 This will disable the service and no more errors
 We can turn it back on when there is a fix! "

As to why yours are showing as 3eee6; its probably part of an algorithm Microsoft used to setup the services and we'll never know, for sure.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of bbaobbao🇦🇺

ASKER

User generated image
just tried, but never thought it could cause BSOD and failed to start up at all (frozen at the blue Windows logo and dot circle).

also failed to normal restart though Safe Mode is available, but that's it. tried to change the registry value from 4 back to 2, but surprisingly noticed REGEDIT is not available. :(

Avatar of Davis McCarnDavis McCarn🇺🇸

Go to Advanced Startup Options -> Repair My Computer -> and do a System Restore.

Avatar of bbaobbao🇦🇺

ASKER

the particular MessagingService_3eee6 error/event was gone once disabled the Messaging under Settings > Privacy. but other annoying "3eee6" family messages keep showing in system event logs.

the suggested methods including to disable MSMQ and OneDrive services were inapplicable or ineffective, though i do appreciate the comments and suggestions of the above experts.

i will open a new question to address the other "3eee6" or similar error messages.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Windows OS

Windows OS

--

Questions

--

Followers

Top Experts

This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.