The value returned is …
RPM child process error (from: PARENT type: ProtocolError file: c/ChildWorkerManager.cpp line: 284 debugInfo: (type: execError file: c/ChildWorkerManager.cpp line: 338 debugInfo: Permission denied))
The Relevance for the Retrieved Property is …
IF (Windows of Operating System) THEN (if (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\InstalledApps" of registry) then ((if (exists value "SAVCE" of it AND exists file "rtvscan.exe" of (value "SAVCE" of it as folder)) then (version of file "rtvscan.exe" of (value "SAVCE" of it as folder) as string) else (if (exists value "SAVCE" of it AND exists file "rtvstart.exe" of (value "SAVCE" of it as folder)) then (version of file "rtvstart.exe" of (value "SAVCE" of it as folder) as string) else "Not Installed")) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\InstalledApps" of registry) else "Not Installed") ELSE (IF (Mac of Operating System) THEN IF (exists application whose (name of it as string as lowercase contains "symantec endpoint protection")) THEN (string "CFBundleShortVersionString" of dictionary of file ((pathname of application whose (name of it as string as lowercase contains "symantec endpoint protection")) & "/Contents/info.plist") as string) ELSE ("Not Installed") ELSE (IF (Exists Operating System Whose (name of it as string as lowercase contains "red hat" OR name of it as string as lowercase contains "centos")) THEN (IF (exists name whose (it as string as lowercase starts with "savap-") of packages of rpm) THEN (Version of package whose (name of it as string as lowercase starts with "savap-") of rpm) ELSE (nothing)) ELSE (nothing)))
The system returning the error is a Linux Red hat Enterprise Server 6.5 (2.6.32-431.11.2.el6.x86_64
system running the 9.0.876.0
BES Client.
Since the system is a Red Hat server, the Relevance returning the Error Message is …
IF (exists name whose (it as string as lowercase starts with "savap-") of packages of rpm) THEN (Version of package whose (name of it as string as lowercase starts with "savap-") of rpm) ELSE (nothing)
Most other systems are successfully returning the version of the Symantec Anti Virus client installed. Can someone point me in the direction to correct this error on this machine? I get the same error message attempting to retrieve the version of the Splunk Forwarder installed on the same system. Clearly the issue is on the system and NOT with the BES Client, I just need to know where to start looking on the system in order to fix the issue.