Random Project

Problem with that script

Hi,
I’ve got a problem with the script.
First there’s an error at line 123 (that error occurs when job is starting in retry mode).

strBackupFailedDateTime = Right(strBackupFailedDateTime,Len(strBackupSuccessDateTime) – 1)

Whereas I think it should be :

strBackupFailedDateTime = Right(strBackupFailedDateTime,Len(strBackupFailedDateTime) – 1)

Second, when corrected, I’ve got the error : CHECK_NRPE: Socket timeout after 30 seconds.

Rgds,

Frederic