Forum Discussion

THIAGO_SUBILHA1's avatar
THIAGO_SUBILHA1
Icon for Nimbostratus rankNimbostratus
Nov 23, 2018

iControl 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