A Client of ours is seeing a lot of failed attempted login to Laserfiche on the Server. The message is as follows:
Log Name: Application
Source: Laserfiche Audit Service
Date: 8/1/2014 12:13:24 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxx.xxxx.local
Description:
An error occurred:
An error occurred in repository TESTADMIN: The user login or password is incorrect. at AuditDBService.LfConn.LFSO.Login(LaserficheInfo lfInfo)
at AuditDBService.LfConn..ctor(LaserficheInfo lfInfo)
at AuditDBService.RepositoryDataSource.<GetSources>d__0.MoveNext()
This was caused by:
The user login or password is incorrect. at LFSO80Lib.LFConnectionClass.Create(Object Database)
at AuditDBService.LfConn.LFSO.Login(LaserficheInfo lfInfo)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Laserfiche Audit Service" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-08-01T17:13:24.000000000Z" />
<EventRecordID>265564</EventRecordID>
<Channel>Application</Channel>
<Computer>XXX.XXXX.local</Computer>
<Security />
</System>
<EventData>
<Data>An error occurred:
An error occurred in repository TESTADMIN: The user login or password is incorrect. at AuditDBService.LfConn.LFSO.Login(LaserficheInfo lfInfo)
at AuditDBService.LfConn..ctor(LaserficheInfo lfInfo)
at AuditDBService.RepositoryDataSource.<GetSources>d__0.MoveNext()
This was caused by:
The user login or password is incorrect. at LFSO80Lib.LFConnectionClass.Create(Object Database)
at AuditDBService.LfConn.LFSO.Login(LaserficheInfo lfInfo)
</Data>
</EventData>
</Event>
Any ideas on how to track which user this is?
Regards