Forum Discussion

Sylvain_Q's avatar
Sylvain_Q
Icon for Nimbostratus rankNimbostratus
Nov 22, 2012

Trying to delete iApp

Hi,

 

 

I'm trying to delete an iApp that I created. Everytime, it tells me that it cannot be deleted because it is not empty...

 

I tried removing each component and I still have this error.

 

Is there a way to remove it?

 

 

Thanks

 

10 Replies

  • 010713f9:3 The Folder x cannot be deleted because it is not empty

     

  • Was the iApp associated with a custom administrative partition, traffic group or device group?
  • OK, I'm stabbing in the dark a bit here but was the AP just for this iApp? Can it be deleted?

     

     

    Can you look through the device configuration at the command line/CLI and check there's nothing else associated with the iApp in the config files?
  • Greg_Crosby_319's avatar
    Greg_Crosby_319
    Historic F5 Account
    Hi Sylvain,

     

     

    I would search your configuration file for any remaining items from your iApp and delete those items. Remember to make a copy of your configuration file prior to making changes in case you need to restore. Their are a few free SCP utilities out their, including winscp, if you happen to be using windows. The file you will need to edit is bigip_conf and is located in /config/.

     

     

    You can also use grep at the cli to make sure all your iApp objects have been removed. Something like tmsh list sys recursive | grep "iApp" where iApp is the name of your iApp.
  • Hi I have the same issues as well.

     

    I have vim /config/bigip.conf and remove all the relate /Common/iapp.app/ configuration and redo a "tmsh load sys config verify" however, it failed. I also need to remove iapp.app configuration in /config/bigip_base.conf to make it work

     

  • I am also having this problem. I can't find anything when searching the bigip.conf that is in the iApp folder (other than the iApp itself). I turned off strict updates and deleted every single object, so I'm just not sure what else could be preventing it from deleting.