Subject | Error registered in Windows event Viewer |
---|---|
Author | |
Post date | 2017-02-21T12:53:10Z |
We have a server running Firebird 2.5.6 SuperServer.On a Windows 64 bits.
Every once in a while we get this in the Event Viewer:
ANS4005E Error processing '\\db07\c$\ProgramData\firebird\fb_lock_068acd2200001200a4000000': file not found
Eventid: 4099
Source: AdsmClientService
XML Version of the same.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="AdsmClientService" />
<EventID Qualifiers="49152">4099</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-02-21T03:52:43.000000000Z" />
<EventRecordID>22033</EventRecordID>
<Channel>Application</Channel>
<Computer>DB07.ephosting.mic</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data>ANS4005E Error processing '\\db07\c$\ProgramData\firebird\fb_lock_068acd2200001200a4000000': file not found</Data>
</EventData>
</Event>
Everything seems to run perfectly, and after some hours it goes away. Sometimes almost a day.
The FIREBIRD.LOG has no entrys.
What does this mean?
Should I be worried?