board logo
Posted by: kateawaits - 14 July 2021 13:20:47
Just to explain the very simple solution to this Event ID: 2511 Here is the error - complaining that f:\Exports is no longer shareable: Log Name: System Source: Server Date: 12/07/2021 12:27:46 Event ID: 2511 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: PC.domain.local Description: The server service was unable to recreate the share Exports because the directory F:\Exports no longer exists. Please run "net share Exports /delete" to delete the share, or recreate the directory F:\Exports. Event Xml: 2511 0 3 0 0 0x80000000000000 13261741 System PC.domain.local Exports F:\Exports [img=https://www.sircles.net/downloads/2511.png]Event 2511 /delete[/img] The share referred to does not show up in Computer Management: [img=https://www.sircles.net/downloads/2511-3.png]net shares in Computer Management /delete[/img] So we open an administrative command prompt window: [img=https://www.sircles.net/downloads/2511-2.png]net share Exports /delete[/img] and the Event ID should be avoided in future.

Posted by: Lemonde - 08 October 2021 15:26:44
Thank you for explaining that so simply.