While creating a repair task you are getting the error message:
Error: - The statement has been terminated. String or binary data would be truncated.
The current column length in the LANDESK database is the cause for this behavior. To determine the exact cause aSQL trace should be conducted. Below are the known columns related to this issue.
Resolution:
Create a full backup of you database
Log out from every LANDESK console connected to the core server
Execute the following statements:
Alter table package
Alter column legacyapmguid nvarchar(max)
Alter table package
Alter column command_line nvarchar (max)
Alter table package
Alter column description nvarchar (max)