cancel
Showing results for 
Search instead for 
Did you mean: 

PCO WDSL Link Not Generating

benwildridge
Explorer
516

We seem to be having hit and miss results with getting our PCO installations connected to our MII server. We have a successfully connected a couple of Windows 10 machines using version 15.5.0.8 of PCo however some just fail to generate the WDSL link on the local machine.

Here is what we have checked;

  • PCoMainServer is running
  • Net.TCP Port Sharing Service is running
  • PCo is being run as administrator
  • Tried downgrading to 15.4

We can also see there are active connections to the PcoManagement address from the agent

Any suggestions of anything else to try are welcome.

We have found in the logs that we get this in the machines that are failing

The TransportManager failed to listen on the supplied URI using the NetTcpPortSharing service: the service failed to listen."   at System.ServiceModel.Channels.SharedConnectionListener.SharedListenerProxy.Register()<br>   at System.ServiceModel.Channels.SharedConnectionListener.SharedListenerProxy.Open(Boolean isReconnecting)<br>   at System.ServiceModel.Channels.SharedConnectionListener.StartListen(Boolean isReconnecting)<br>   at System.ServiceModel.Channels.SharedConnectionListener..ctor(BaseUriWithWildcard baseAddress, Int32 queueId, Guid token, Func`2 onDuplicatedViaCallback)<br>   at System.ServiceModel.Channels.SharedTcpTransportManager.OnOpenInternal(Int32 queueId, Guid token)<br>   at System.ServiceModel.Channels.SharedTcpTransportManager.OnOpen()<br>   at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)<br>   at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)<br>   at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)<br>   at System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(TimeSpan timeout)<br>   at System.ServiceModel.Channels.TcpChannelListener`2.OnOpen(TimeSpan timeout)<br>   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)<br>   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)<br>   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)<br>   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)<br>   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)<br>   at SAP.Manufacturing.Utilities.ProcessManagement.WcfHost.Start()"

Accepted Solutions (1)

Accepted Solutions (1)

benwildridge
Explorer
0 Kudos

For anyone that comes across this in the future this is the response we had from SAP

First of all, please, refer to SAP Note 3084957 and the part about port 808:

"

• Port 808 must either appear as unused or be occupied by the program SMSvcHost.exe. If another program appears here, the Net.Tcp port sharing service does not work properly. It has been observed repeatedly that an Intel screen driver also occupies this port. This is incorrect. In this case, update the relevant screen driver.

• The port that you have configured as a port for the management services must also not be occupied by another process.

"

This does seem to be the case for us confirmed by utilising the netstat cmd on the pc we can see the intel graphics PID against port 808, we are looking to update the driver to the latest version to see if it resolves the issue. Any further issues I will update.

Answers (0)