You are viewing limited content. For full access, please sign in.

Question

Question

Event Viewer Clarification - Laserfiche-ContentRepository-Service

asked on June 18, 2018

Hello,

 

Just wondering if anyone has came across this error in the past and can shed some light on what exactly it may be referring to. Screenshot attached and error copied below :)

 

The description for Event ID 150 from source Laserfiche-ContentRepository-Service cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

-1
0
CatalogManager::BkgrIndexRequestSender
[Microsoft][ODBC Driver 11 for SQL Server]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

select * from (select top 100000 time_stamp, tocid, type, mid from index_queue where time_stamp > :time_stamp<bigint>  order by time_stamp) t order by time_stamp desc 
08S01

Event Viewer - Screenshot.PNG
0 0

Replies

replied on June 18, 2018

The LF server encountered a problem connecting to the SQL server. This is happening while performing the full-text index. Can you sign in to the repository? Is the full-text search engine working correctly?

1 0
replied on June 18, 2018

I had the client confirm and she stated all good to go with indexing. This was a one-time error after windows patching occurred that we were curious about. Thanks for clarifying for us!

0 0
replied on September 6, 2018

I'm getting a bunch of these errors with different actions at the end of the event. What's the fix?

Examples:

The following information was included with the event: 

CONSUMER
c:\LFRepository\LOGS\VOLIMPORT_20180902T003014.log
[Microsoft][ODBC Driver 11 for SQL Server]Communication link failure; sql statement "insert into propval (tocid, prop_id, pos, pos2, str_val) values (:tocid<int>, :propid<int>, :pos<int>, :pos2<int>,  :str<varchar_long>)"

The handle is invalid

 

1372
229976
Main
SysActivityLogOpen
[Microsoft][ODBC Driver 11 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.

with t as (select asn , who, event, path1, path2, tocid1, tocid2, tocid3, uuid1, uuid2, uuid3, etype, old_obj_name, new_obj_name, old_obj_id, new_obj_id, prop_name, prop_id, flags, events from activity_log where asn <= :asn<bigint> ) select top (:rn<int>) * from t order by asn desc
08S01

The handle is invalid

 

GET
/lffts/api/5/catalog/646d5db9-5d76-49cf-8235-57c5035a026e
NTDOC07.eccu.org
0
0
WinHttpReceiveResponse
12002
Main

 

Main
CreateFile
32
Unable to open the audit log file "c:\LFRepository\AUDIT\Main.log".

0 0
replied on December 19, 2020

Did you find an answer to this?  I am seeing very similar errors in our Event Logs too.

 

Anthony

0 0
replied on December 19, 2020

These errors all look like the SQL server either went offline or became unreachable for some reason. If your system is functioning, this is probably a transient error.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.