.Net TNS Listener Adapter is missing Server 2022 and Windows 11

Moore, Ronald 1 Reputation point
2022-03-11T14:19:12.913+00:00

.Net TNS Listener Adapter is missing on some Server 2022 and windows 11 pro
operating systems even thought the feature is turned on and enabled.

It doesn't show up under services

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

12 answers

Sort by: Most helpful
  1. Moore, Ronald 1 Reputation point
    2022-03-15T13:51:06.7+00:00

    Server 2022
    Windows 11

    0 comments No comments

  2. MotoX80 36,401 Reputation points
    2022-03-15T14:05:17.827+00:00

    Why am I going to an oracle site for help with a Microsoft question.

    Because you are referencing "TNS" which is the Oracle service that accepts incoming requests to an Oracle database instance.

    What you really want is the TCP Listener Adapter.

    Open control panel and verify that you have the feature turned on.

    ![183240-capture.png]1

    Then open a Powershell prompt and run this command.

    Get-Service | Where-Object {($_.Name -like '*tcp*') -or ($_.DisplayName -like '*tcp*')}  
    

    Verify that NetTcpActivator is one of the services that is listed.

    Status   Name               DisplayName  
    ------   ----               -----------  
    Running  lmhosts            TCP/IP NetBIOS Helper  
    Running  NetTcpActivator    Net.Tcp Listener Adapter  
    Running  NetTcpPortSharing  Net.Tcp Port Sharing Service  
    
    0 comments No comments

  3. Moore, Ronald 1 Reputation point
    2022-03-15T14:07:10.537+00:00

    Its not running that is the problem.
    We turned on the TCP Activation feature and its service still isn't running
    This is happening on both Windows Server 2022 and Windows 11


  4. Moore, Ronald 1 Reputation point
    2022-03-15T14:15:00.79+00:00

    I'm sorry for saying TNS.
    I didn't realize that

    0 comments No comments

  5. Moore, Ronald 1 Reputation point
    2022-03-15T14:19:30.747+00:00

    Its not defined in other words its missing.
    It doesn't gives us the option to uncheck "TCP Activation" box.
    Its checked but disabled

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.