P6 EPPM R8.3 Check Resource Overallocation Service
I'm having an issue with the jobsvc for the subject not completing. I've tracked the job id down in SQLPLUS using select job_log_data from joblog where job_id=1615;
This query returns the following data:
JOB_LOG_DATA
--------------------------------------------------------------------------------
3C3F786D6C2076657273696F6E3D27312E302720656E636F64696E673D275554462D38273F3E3C6C
6F673E3C73656374696F6E206B65793D226C6F67732E6F766572616C6C6F636174696F6E2E736563
I gather that this log is some form of BLOB data, but I am not clear on what I am supposed to use to decipher it. Any pointers would be helpful.
0