Forum Discussion
THIAGO_SUBILHA1
Nimbostratus
Nov 23, 2018iControl exception 16908342 (0x01020036)
Hi,
I'm using the icontrol API to create an integration.
I'm running the following code:
Interfaces interfaces = new Interfaces("controller","account","password");
String[] server = interfaces.getGlobalLBServer().get_list();
try {
interfaces.getGlobalLBServer().get_monitor_association(server);
}
catch(Exception e)
{
System.out.println(e.getMessage());
}
And I'm receiving the following error:
Exception caught in GlobalLB::urn:iControl:GlobalLB/Server::get_monitor_association()
Exception: Common::OperationFailed
primary_error_code : 16908342 (0x01020036)
secondary_error_code : 0
error_string : 01020036:3: The requested monitor rule (foo) was not found.
It seems that this error is being returned for one of the items in my server collection but due to this exception, I'm not able to get the results for the remaining servers. Is there any workaround for this? (besides checking one by one)
Thanks
No RepliesBe the first to reply
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects