Quantcast
Channel: Ivanti User Community : All Content - Patch Manager
Viewing all articles
Browse latest Browse all 1121

Error: "Length of LOB data (XXXXXX) to be replicated exceeds configured maximum 500000" when downloading updates

$
0
0

Issue

 

The following error may be observed when downloading Security and Compliance Manager definition content:

VulnerabilityTOC.SaveToDBThread.2 : Vulnerability.UpdateVulnerabilityLeanXML failed: The statement has been terminated.

Length of LOB data (635145) to be replicated exceeds configured maximum 500000.

 

Cause

 

The download updates tool is attempting to download a definition that exceeds the limit imposed by the "max text repl size" as configured in the database.

 

The max text repl size option specifies the maximum size (in bytes) oftext, ntext, varchar(max), nvarchar(max), varbinary(max), xml, and image data that can be added to a replicated column or captured column in a single INSERT, UPDATE, WRITETEXT, or UPDATETEXT statement. The default value is 65536 bytes. A value of -1 indicates that there is no size limit, other than the limit imposed by the data type.


To check your SQL server current maximum Text Repl size:


  1. Right-click on your LANDESK Database and select "New Query"
  2. Enter the following text into the SQL Query Analyzer:
  3. Hit "Ctrl-E" or click the "! Execute" icon in the toolbar.

 

EXECsp_configure 'show advanced options', 1 ;

RECONFIGURE ;

GO

EXECsp_configure 'max text repl size';

GO

 

This will show the currently configured options.

 

Resolution


Run the following statement in SQL Query Analyzer while pointing to the LANDESK database:


sp_configure'max text repl size', 2147483647


Viewing all articles
Browse latest Browse all 1121

Trending Articles



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