Failed Actions reports

(imported topic written by cstoneba)

I have been using this report to see failed actions, and it was woring great, but recently, in the error column, it is staying “an unknown error occured” instead of the reason the action failed. Does anyone know why?

<?Relevance trs of (td of (name of computer of item 1 of it) & td of (detailed statuses of item 1 of it as string) & td of (name of item 2 of it) & td of (names of item 0 of it as string) &td of (id of item 0 of it as string) & td of (time issued of item 2 of it as string) & td of (time issued of item 0 of it as string)) of (item 0 of it, results whose (status of it = bes action status failed OR status of it = bes action status error OR status of it = bes action status download failed) of item 0 of it, item 1 of it) of (member actions of it, it) of bes actions whose (multiple flag of it AND state of it = "Open" AND time issued of it > now - 3*hour) ?>
Computer Status Parent Action SubAction SubActionID ParentTimeIssued SubTimeIssued

(imported comment written by cstoneba)

anyone?

(imported comment written by NoahSalzman)

Try this:

id of item 0 of it, name of item 0 of it, display name of site of item 0 of it, custom flag of item 0 of it, custom site flag of item 0 of it, source of item 0 of it, (if exists (source release date of item 0 of it) then (source release date of item 0 of it as string) else “N/A”), item 1 of it, item 1 of it - number of results whose

instead of

id of item 0 of it, name of item 0 of it, display name of site of item 0 of it, custom flag of item 0 of it, custom site flag of item 0 of it, source of item 0 of it, source release date of item 0 of it, item 1 of it, item 1 of it - number of results whose

(imported comment written by cstoneba)

thanks Noah, but it appears that the issue has been resolved with the upgrade to from 7.2.5.22 to 8.0.627. Not sure why though.