We started getting this error lately and today nothing works. It's been a working system for several years.
The LF support site mentions possible data corruption issue. Is there a utility under Laserfiche that would fix this error ?
We started getting this error lately and today nothing works. It's been a working system for several years.
The LF support site mentions possible data corruption issue. Is there a utility under Laserfiche that would fix this error ?
Are you using MSDE or Full SQL?
If you are using MSDE, a 'PRIMARY' filegroup is full" message would mean that you are either running into the MSDE limit imposed by Microsoft or the hard drive that you actually have your SQL files in is running out of space.
The application event log on the Laserfiche Server computer should contain additional details pertaining to the 9008 error. 9008 usually means a problem with the Laserfiche Server interacting with SQL.
log file attached.
Can't make anything out of it though.
Any help is appreciated.
Steve Yu in Houston
Not sure how you generated this Excel file, but it only lists Workflow events, nothing from the Laserfiche Server or a 9008 error.
that's the only part of the Event Viewer app log section that seems related to LaserFiche.
here is the log record:
============================================
Microsoft][SQL Native Client][SQL Server]Could not allocate space for object 'dbo.activity_log'.'activity_log_pk' in database 'LFDB-Crown-Mark' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.; SQL Statement: '{call create_entry(? ,? ,? ,? ,? ,? ,? ,?
=============================================
The primary filegroup is set to autogrow 1MB with unlimited growth. the log file is set to autogrow with 10% and restricted size (2,xxx,xxx MB) and not modifiable.
Help appreciated.
Steve Yu in Houston
Are you using MSDE or Full SQL?
If you are using MSDE, a 'PRIMARY' filegroup is full" message would mean that you are either running into the MSDE limit imposed by Microsoft or the hard drive that you actually have your SQL files in is running out of space.
The SQL software itself is very vague. It took a LF support expert to figure out that we indeed have the express version and ran into the 4G limit.
Thanks for the help.