Description of the issue:
Inventory scans are sent to the errorscan folder.
The application log in the eventviewer gives the following error message:
The description for Event ID 4100 from source LANDesk Inventory Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
SCA5446.SCN, LDInv.dll
-2147217887
Multiple-step operation generated errors. Check each status value.
Insert Table:Computer Column:DEVICEID, Thread ID: 1976
Resolution:
Run the SQL statements in the following order.
delete from boundadapter where computer_idn not in (select computer_idn from computer)
delete from tcp where computer_idn not in (select computer_idn from computer)
delete from networksoftware where computer_idn not in (select computer_idn from computer)