In looking at the DRAS started task output/DRAS log, I see lots of status codes. How can I tell which are indicative of a problem and which are OK?
Status code 0 (STC_Success) represents normal operation.
Status code 12 (STC_EndOfData) represents normal operation under most circumstances.
Status code 52 (STC_SuccessWithCLConvOn) represents normal operation.
Status code 53 (STC_SuccessWithCLConvOff) represents normal operation.
Status code 54 (STC_SuccessCLConvOnNPE) represents normal operation.
Status code 5 (STC_NotFound) is a failure, often resulting from a configuration error and preventing access to the repository.
Status code 3 (STC_NotActive) see below comment.
Status code 10 (STC_TimeOut) see below comment.
Status code 32 (STC_CommunicationError) see below comment.
Status codes 3, 10 and 32 all indicate problems and typically occur when the repository is down, when there's been a Timeout with the Host System, and when there is a problem with the Common Communications Interface (CCI) respectively.