Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Class: BcObjectException

Meaning:

An object necessary for this function cannot be found or the specified object cannot be used.

Possible causes:

  • The Management Console session has not been started or has already been terminated.

  • In all functions in which the parameter proxy_object was specified:

    • The specified proxy object is invalid.
      Reason: incorrect object type (BcObjectType) or the session in which the object was generated has terminated.

      Or:

    • The proxy object requires an authentication which has not yet been conducted or was conducted unsuccessfully.

  • In all functions in which the parameter object_name/bc_object has to be specified: The configuration does not contain an object of the required type with the specified name or an invalid object was specified.

Message text:

"object not given" or

"no object <type> <object_name> given"

or similar.

Solution:

Depending on the message text, you should check

  • whether a Management Console session has been started,

  • whether the object belongs to the current session,

  • whether authentication has been performed for the associated proxy object,

  • whether the object is of the right type (BcObject with correct BcObjectType) or

  • whether the specified object is present in the configuration.