In most cases, R scripts return a specific error message to std error, but these are not being reported in the MO analysis status table - only as a generic "Error R script failure".
Is this also a problem in what's reported in the PALS log files?
Resolved. The problem was the error msg length over 255 characters, exceeding the database table def limit.
Fixed other things to shorten the error message. Still not perfect because original error messages are bad.
In most cases, R scripts return a specific error message to std error, but these are not being reported in the MO analysis status table - only as a generic "Error R script failure".
Is this also a problem in what's reported in the PALS log files?