-SharePoint 2013 Custom timer job failed.

Copper Contributor

 

Two WFE in Sharepoint farm server , All custom jobs have picked wfe01 and were completed successfully. when custom job request to wfe02 then custom timer job is failed and Sharepoint timer job were completed successfully. 

 

Error-

The requested operation could not be completed due to a file system limitation.
 
Exception stack trace:   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)   at System.IO.StreamWriter..ctor(String path, Boolean append)   at SPWCF.Class.LogRecorder.<>c__DisplayClass1.b__0()   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)   at SPWCF.Class.LogRecorder.write(String msg)   at SPWCF.Class.clsTimer.Execute(Guid targetInstanceId)   at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
1 Reply
Hi, try to restart the timer service on the server where you are facing the issue. Just disable the timer on the server which is running and check the timer job on the server which was not running after you restarted the timer.