When you receive event id 1017 LS File Transfer Agent Service you can easily check if this is a persistent error or an incident.
The eventvwr message which is located in: “Applications and Services logs \ Lync server” will look something like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
Log Name: Lync Server Source: LS File Transfer Agent Service Date: Event ID: 1017 Task Category: (1121) Level: Error Keywords: Classic User: N/A Computer: server.domain.com Description: File transfer failed for some replica machines. Microsoft Lync Server 2013, File Transfer Agent will continuously attempt to replicate to these machines. While this condition persists, configuration changes will not be delivered to these replica machines. Replica file transfer failures: server.domain.com: Access failed. (Can't watch \\server.domain.com\xds-replica\to-master.) Cause: Possible issues with transferring files to the replicas listed above. Resolution: Check the accessibility of file shares or https web services listed above. |
First open the Lync Server Management Shell and type the following Lync Server PowerShell cmdlet:
1 |
Get-CsManagementStoreReplicationStatus -CentralManagementStoreStatus |
This will show you the ActiveReplica servers and the L
Now manualy initiate a replication by running:
1 |
Invoke-CsManagementStoreReplication |
Run the status cmdlet once more and check if the LastUpdatedOn value has been updated.
1 |
Get-CsManagementStoreReplicationStatus -CentralManagementStoreStatus |
You should now also see a new event in the eventvwr.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Log Name: Lync Server Source: LS Replica Replicator Agent Date: Event ID: 3013 Task Category: (3003) Level: Information Keywords: Classic User: N/A Computer: server.domain.com Description: Microsoft Lync Server 2013, Replica Replicator Agent reported the latest replica status. Status report reason: DataReceived |
I hope this was informative. For questions or comments you can always give a reaction in the comment section or contact me:
Comments