Dear Tech-experts!
Im having a really hard time to figure out the reason, why a particular cisco router running CatOS will produce a weird error message at kiwi backup. When the daily backup will run automatically, kiwi keeps sending me (mail) the report with this error: Failed to receive 'Begin' line in device config file. Furthermore it seems to be unable to identify any changes in the configuration but the configuration is properly taken as i checked, however each time the schedule runs it will mail me this message:
Error with Schedule: Backup Configuration
2011-09-08 "Cisco 6500" "Failed to receive 'Begin' line in device config file"
I already tried the following: From a little research i did on this message, i figured out that has something to do with the time it takes to receive a response from the switch (unless im wrong).
Therefore i went inside the scripts: C:\Program Files\CatTools2\Scripts and edited the following txt file Cisco.Switch.CatOS.txt
I changed the time integer from 5 that it was previously to 30 since i thought that needed more time to get a response from the switch:
RetVal = cl.WaitForMultData(Mult, Choices, cl.RecDataTimeOut * 30)
Select Case RetVal
Case 0
BackupRunningConfig = "Failed to receive 'Begin' line in device config file"
cl.Log 1, BackupRunningConfig
Exit Function
As you can guess it didnt work! Nothing happened and i still receive that error message.
My appologies if this thread has been here before but i couldnt find anything by googling.
Your help will be really appreciated...