seewcfutil : Windows Communication Framework configuration

Syntax

seewcfutil parameter parameter . . 

Sets various WCF parameters for use by the system.

Enter the actual information in this section (optional).

Parameters

-nobanner
Does not display utility welcome and copyright messages.
-status

Displays the current WCF information.

-quiet

Displays minimal console output.

-verbose

Displays more console output.

-auth<:name>
Authorizes the account for port sharing. If name is omitted, the "Micro Focus SEE Users" is used.
-unauth<:name>
Removes authorization for port sharing for the given user.
-addgroup
Adds the account for -auth as a local group , if it does not exist.
-accept<:num>
Sets the maximum pending accepts for port shared net.tcp. If num is omitted, it is set to 20.
-conn<:num>
Sets maximum pending connections for port shared net.tcp. If num is omitted , it is set to 100.
-listen<:num>
Sets the listen backlog for port shared net.tcp. If num is omitted, it is set to 20.
-timeout<:ts>
Sets the receive timeout for port shard net.tcp. If ts is omitted , set it to 1:00:00.
seewcfutil -status  
WU0002I Processing C:\Windows\Microsoft.NET\Framework\v4.0.30319\SMSvcHost.exe.config:
   Listen backlog:      10
   Pending connections: 100
   Pending accepts:     2
   Receive timeout:     00:00:30
   Allowed accounts:
      S-1-5-32-568 (BUILTIN\IIS_IUSRS)
      S-1-5-18 (NT AUTHORITY\SYSTEM)
      S-1-5-32-544 (BUILTIN\Administrators)
      S-1-5-19 (NT AUTHORITY\LOCAL SERVICE)
      S-1-5-20 (NT AUTHORITY\NETWORK SERVICE)
WU0002I Processing C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe.config:
   Listen backlog:      10
   Pending connections: 100
   Pending accepts:     2
   Receive timeout:     00:00:30
   Allowed accounts:
      S-1-5-32-568 (BUILTIN\IIS_IUSRS)
      S-1-5-18 (NT AUTHORITY\SYSTEM)
      S-1-5-32-544 (BUILTIN\Administrators)
      S-1-5-19 (NT AUTHORITY\LOCAL SERVICE)
      S-1-5-20 (NT AUTHORITY\NETWORK SERVICE)

seewcfutil -nobanner -conn:100 , sets the maximum pending connections to 100.