Hi All,
I received the following Error....Can anyone help me on this???
Unhandled Error
Error Details
|
File
|
|
|
Error
|
Could not allocate space for object 'dbo.EventLog'.'PK_EventLogMaster' in database 'SSO_IntegratedSIS' 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.
|
Many a times we were getting Error using the Log Viewer that timeout was occuring.
We found that it was due to the Log table overgrowing in size. After deleting entries from the table it started working . We had to do this manually frequently.
Is this a General DNN error ???
Can any one tell me the way to overcome this that the Table archives the entries automatically??
Is there any scheduler available or configurable to delete the log entries or archive it????