Hi,
I recently upgraded to LDMD 8.8 (SP2) and now I am turning my attention to patching our windows clients as we did with the previous LDMS versions.
The issue I am having now is that I can not run a vulnerability scan on any client. If run it from start\programs\LANDesk management\security scan I get “Failed Cannot Interpret data” (picture1.jpg), and I have created a scheduled task that also fails, the result is “Unable to get vulnerability definitions from core” (picture2.jpg).
Schedule task script below:
[MACHINES_WIN]
;--- assumes that ldappl.ini is in same dir as the .exe
REMEXEC1=<qt/>%LDMS_CLIENT_DIR%\Vulscan.exe<qt/> /agentbehavior=6 /taskid=%TASKID%, STATUS
[MACHINES_MACX]
REMEXEC1=ldkahuna \"/Library/Application Support/LANDesk/bin/ldpatch\" /agentbehavior=6 /taskid=%TASKID%, STATUS
[MACHINES_LINUX]
REMEXEC1=/usr/LANDesk/ldms/vulscan -V2 -t %TASKID%, STATUS
Any pointers would be appreciated.