Forum Discussion

Andy_Herrman_22's avatar
Andy_Herrman_22
Icon for Nimbostratus rankNimbostratus
Jun 21, 2006

Error when saving

Whenever I try to save an iRule for the first time I get the following error (typed in manually so there may be some typos):

 

 

Exception caught in System::COnfigSync::save_configuration()

 

Exception: Common::OperationFailed

 

primary_error_code : 16908289 (0x01020001)

 

secondary_error_code: 0

 

error_string : Error Saving configuration

 

 

 

The iRule itself saves fine, and later saves don't produce that error. Any ideas what might be the problem?

2 Replies

  • No clue on this one. The editor first attempts to save the iRule to the working configuration set. If that succeeds it attempts to save the configuration set to disk so that it will persist across reboots. It seems it's the saving to disk that's the issue.

     

     

    If it's not erroring out later on, then that is indeed bizarre as the calls are exactly the same each time you click the save button.

     

     

    I'll throw some exception handling in to catch that error and print out a nicer error message asking to save again.

     

     

    Thanks for the feedback.

     

     

    -Joe
  • In later tests I have gotten the error after the first time. It tends to happen the first time I try to save after a long time of not saving (leaving the editor open but idle for a while while I test, then changing something and saving).

     

     

    I'd be happy to do any tests you can think of that might be helpful.