Lab
Skype for Business – Event ID: 1047 – LS File Transfer Agent

Skype for Business – Event ID: 1047 – LS File Transfer Agent

So today in my lab I came over a file transfer issue from my edges back to the front ends, the Get-CSManagementStoreReplicationStatus command returned false for the edge and I was seeing the event ID error in the event viewer itself.

A bit of googling and right keywords I came over a quick fix:

Error(s):

Edge:

FE:

Tests:

Telnet: 4443 (OK)
Browser: https://egdefqdn:4443/replicationwebservice

This seemed to work, which means the fabric was doing what it should be doing.

Cause:

According to Microsoft (who else) this is by design in the Schannel component installed on the server, it’s mainly something to do with the Authentication Trusted Mode section of this component.

Workaround:

A quick registry fix did the trick:

  1. Regedit on the Edge
  2. Go to HKLM/SYSTEM/CurrentControlSet/Control/Security/Providers/SCHANNEL
  3. Right click and add the DWORD (ClientAuthTrustMode)
  4. Set the value of the DWORD to 2
  5. Restart the server

Within minutes the replication worked – Don’t forget you can Invoke-CSManagementStoreReplication if needed to speed things up!

Enjoy!

 

2 thoughts on “Skype for Business – Event ID: 1047 – LS File Transfer Agent

Leave a Reply