Forum Discussion
set_active_partition not getting reset
I am trying to set the active partition to '[All]' and then once my read operations are done, I am trying to reset this to previously active partition. Sometimes, partition still remains in '[All]' and it gives error on write operations. Any idea why this happens?
2 Replies
- Lee_Payne_53457
Cirrostratus
How are you trying to set the partition back to the previous value? if you post your code we may be able to find something.
- Srivignesh_1217
Nimbostratus
Java code: final String currentActivePartition = boxInterface.getManagementPartition().get_active_partition(); boxInterface.getManagementPartition().set_active_partition("[All]");
/* Read operations */boxInterface.getManagementPartition().set_active_partition(currentActivePartition);
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com