cancel
Showing results for 
Search instead for 
Did you mean: 

524615676 Error Code under LiveState Recovery 3.0

Jean-Louis
Level 2
Hello, i'm getting error code 524615676 with LiveState Recovery 3.0 on a NT4 server when trying to do a v2i file.
 
Does anabody know what mean this code or does a list with error codes exist ?
 
Thank you.
4 REPLIES 4

Bill_Felt
Level 6
Employee Accredited Certified
Hello,
 
The format of the error code you have listed does not seem to match the error code format used by LSR/BESR.
 
Can you give us more details about what exactly is happening at the time the error occurs?  Does a message accompany the error?
 
Thanks.

Jean-Louis
Level 2
Thank you for your response.
 
May be the correct error number is 0x1F44FFFC (value 524615676 ).
 
I don't have other message with this error.
 
"Err.Number" is the issue of the script above :
 
   Call v2iAuto.DoImageJob(oCurrentJob.ID, oCurrentJob.Constants.ImageTypeFull)
    if Err.Number<>0 then
             AfficheErreur ("ERREUR: PROBLEME LORS DE LA CREATION DE L'IMAGE " & Err.Number)
             QuitteProgramme(1) 'genere unretour d'execution en erreur '
   end if
 
Does it mean something for you ?
 
Thanks.

Bill_Felt
Level 6
Employee Accredited Certified
Hello,
 
It sounds like the error is not coming from the product itself, but from a custom VB script written to control the agent, correct?
 
I'm afraid I won't be of much help there.
 
Perhaps there are others on the board who have more scripting experience?
 
Thanks.

Jean-Louis
Level 2
This problem is closed now.
 
It was due to using only "username" in place of "userdomain\username" for the jobs.
 
 
 
 
Thank you for your help, Jean-Louis.