Asked by:
Event ID 33 || Mediabin Service unable to start.

Question
-
We have a media bin server and we are unable to start the service with the below error:
>> sfc scannow scan complete - it says didn't find any integrity violations
>> Took Procmon and found the below;
services.exe 668 RegQueryValue HKLM\System\CurrentControlSet\services\MBPServer\Tag NAME NOT FOUND Length: 16
services.exe 668 RegQueryValue HKLM\System\CurrentControlSet\services\MBPServer\DependOnService NAME NOT FOUND Length: 268
services.exe 668 RegQueryValue HKLM\System\CurrentControlSet\services\MBPServer\DependOnGroup NAME NOT FOUND Length: 268>> We have tried installing https://www.microsoft.com/en-us/download/details.aspx?id=14431 but still no luck.
---------------------------
Services
---------------------------
The MediaBin Server service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
---------------------------
OK
---------------------------After this error we get an event ID 33 .
Log Name: Application
Source: SideBySide
Date: 4/17/2018 4:00:30 PM
Event ID: 33
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: XXXXXXX
Description:
Activation context generation failed for "D:\HP\MediaBin Server\virsdk.dll". Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.6195" could not be found. Please use sxstrace.exe for detailed diagnosis.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SideBySide" />
<EventID Qualifiers="49409">33</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-04-17T21:00:30.000000000Z" />
<EventRecordID>230358</EventRecordID>
<Channel>Application</Channel>
<Computer>UI1PAAP755X.ent.bhicorp.com</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.6195"</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>D:\HP\MediaBin Server\virsdk.dll</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
- Edited by Parshant Mahajan Wednesday, April 18, 2018 11:32 AM
- Moved by Baron Bi Tuesday, April 24, 2018 5:15 AM Third-party issue
Tuesday, April 17, 2018 9:12 PM
All replies
-
Hi,
thanks for posting here.
Please provide more information about your issue. Is this media bin server developed by yourself? Have you tried to check the registry values in these error information?
This forum is about c++ code issues. If you're not dealing with development issues, please post on Microsoft Community for better support.
Your understanding and cooperation will be grateful.
Best Regards,
Baron Bi
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Wednesday, April 18, 2018 1:30 AM -
Hi Baron,
I have not developed the mediabin server, it's my client's server and i am working on it.
Yes i had a look into the event and same has been posted above.
Regards
Parshant
Wednesday, April 18, 2018 11:31 AM -
>>I have not developed the mediabin server, it's my client's server and i am working on it.
As I said, this forum is about c++ development issues. For your case, I suggest you ask for support with your client's server or post on Microsoft Community for better support.
Best Regards,
Baron Bi
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Friday, April 20, 2018 8:16 AM