3.7.1.2.6 Return Value

Tobj_Servant
The pointer to the newly created servant (instance) for the specified interface. A NULL value should be returned if create_servant() is invoked with an interface name that it does not recognize or if the servant cannot be created for some reason.
The pointer to the newly created servant (instance) for the specified interface. A NULL value should be returned if create_servant() is invoked with an interface name that it does not recognize or if the servant cannot be created for some reason.
"TPFW_CAT:23: ERROR: Activating object - application raised TobjS::CreateServantFailed. Reason = Application's Server::create_servant returned NULL. Interface = interfaceName , OID = oid "
Where interfaceName is the interface ID of the invoked interface and oid is the corresponding object ID.

Note:

The restriction on the length of the ObjectId has been removed in this release.