An unexpected network error occurred. - 0X8007003B IIS Smooth Streaming

Looney C 1 Reputation point
2020-12-29T10:32:50.707+00:00

Hi everyone,

I have a server on which I smooth stream. Everything goes normally, users can watch stream without any problems. But I keep getting this error in my event viewer. Couldn't find the reason. Can you help me ?

My event viewer xml :

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  • <System>
    <Provider Name="IIS Smooth Streaming" />
    <EventID Qualifiers="0">2002</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2020-12-22T15:07:27.000000000Z" />
    <EventRecordID>5807741</EventRecordID>
    <Channel>Application</Channel>
    <Computer>telxweb2214.com</Computer>
    <Security />
    </System>
  • <EventData>
    <Data>\?\UNC\wff\DLV\Smooth\000313136\000313136_MV_2500.ismv</Data>
    <Data>An unexpected network error occurred. - 0X8007003B</Data>
    </EventData>
    </Event>
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
{count} votes

2 answers

Sort by: Most helpful
  1. JoyDutt 821 Reputation points
    2020-12-29T10:51:44.727+00:00

    51909-image.png
    Solution 1. Disable anti-malware software
    If you are using third-party anti-virus software, you should try to disable it temporarily, and them try to copy your files. Most security programs can be disabled by simply right-clicking on the tray icon and clicking “Disable.” Please refrain yourself from visiting any suspicious sites during the time your computer is unprotected. If Error Code 0x8007003B error persists, follow the next step.
    ------
    Solution 2. Disable Windows Firewall
    Multiple users reported that switching off Firewall helped them fix Error Code 0x8007003B. To do that, please follow these steps:
    Click on Start button and type in Control Panel
    From there, go to System and SecurityDisable Firewall
    Click on Windows Defender Firewall
    On the left pane, click on Turn Windows Defender Firewall on or off
    Turn off Firewall and click OK
    Restart your PCDisable Firewall 2

    -----------

    Solution 3. Turn off Windows Search
    If you use search on rare occasions, do not hesitate and disable Windows Search to fix 0x8007003B error on Windows 10. For this purpose, you have to:

    Press Windows key + R and type in services.msc
    In the Services window, scroll down and locate Windows Search
    Right-click on it and select Properties
    Under Startup type, pick Disable and OK
    Do not reboot your PCSwitch off Windows Search

    -----------

    Solution 4. Initiate SFC scan
    System File checked is a builtin tool that is capable of finding and fixing various system errors. Please follow these steps:

    Press Start and type in Command Prompt or cmd
    Right-click on search result and select Run as administrator
    Type sfc /scannow and hit Enter
    If Windows will find any errors it will fix them automaticallyRun SFC scan

    -----------

    Solution 5. Delete Windows Registry entry
    Some users reported that deleting Registry helped them to fix the 0x8007003B error. Warning: if you perform incorrect actions and damage Windows Registry, it might result in system failure. Thus, use this guide at your own risk:
    Click on the Start button and type in regedit
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels
    Delete Microsoft-Windows-DxpTaskRingtone/Analytic
    Hopefully, you have managed to fix 0x8007003B error by performing these simple steps

    0 comments No comments

  2. Looney C 1 Reputation point
    2020-12-29T11:01:18.043+00:00

    I don't think this error is related to file transfer I tried it didn't solve them. I specifically mentioned the IIS Smooth stream.