Quantcast
Channel: LANDESK User Community : Document List - All Communities
Viewing all articles
Browse latest Browse all 6338

"Object reference not set to an instance of an object" error when clicking on Shadow copy files in the security activity.

$
0
0

Description

In the Security Activity tool, when clicking on Shadow copy files, the following error occurs:

 

 

"Connection Failed"

"Object reference not set to an instance of an object"

 

 

 

shadow copy 1.bmp

 

Cause

Excessive amount of information stored in the database causes related queries to timeout.

 

 

Resolution

  1. As it's a timeout issue, you can change the console timeout setting by adding a core server registry (for example, '1200' equals 20 minutes):
    • HKLM\SOFTWARE\LANDesk\ManagementSuite\WinConsole\Query Timeout (32bit)
    • HKLM\SOFTWARE\Wow6432Node\LANDesk\ManagementSuite\WinConsole\Query Timeout (64bit)
  2. Purge the excessive data from ShadowcopyAction tables.
    • This is done through the Purge Security Activity (fire icon) within the Security Activity Tool. The user can select to purge all records prior to a certain date.
  3. You can also run a SQL command which will purge the Shadow Copy Activity before certain date (database backup recommended). For example, to purge the Shadow Copy Activity before November 1st, you can execute following command against your SQL database:
    • DELETE from ShadowCopyAction WHERE ActionDate < '11/1/2011 12:00:00 AM'

 

 

Applies To

LANDesk Security Suite 9.0 SP2


Viewing all articles
Browse latest Browse all 6338

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>