Forum Discussion

wayney_128269's avatar
wayney_128269
Icon for Nimbostratus rankNimbostratus
Aug 19, 2005

configsync 401 error

 

 

Hi,

 

 

When I try to a configsync save from a client to a BIGIP box, I get 401 access denied errors. However, I am am able do other calls such as Enable\Disable and UP\DOWN. Does anyone know why I am getting 401 errors when trying to call a configsync?

 

 

thanks

 

 

 

f5Query.lb9ConfigSync.save_configuration(configFileName, ITCMSystem.ConfigSync.ITCMSystemConfigSyncSaveMode.SAVE_HIGH_LEVEL_CONFIG);

 

f5Query.lb9ConfigSync.save_configuration(configFileName, ITCMSystem.ConfigSync.ITCMSystemConfigSyncSaveMode.SAVE_BASE_LEVEL_CONFIG);

 

 

  • Silly question, but have you set the credentials on the ConfigSync object?

    f5Query.lb9ConfigSync.Credentials = creds;

    A 401 error is an authentication error between the client and the webserver. If one interface is working for you and another is returning a 401 then that tells me that the bad interface isn't configured properly.

    -Joe