HPDAC0901E The Authorization service is already initialized. (0x1005b385)

Explanation

You cannot reinitialize the authorization service once it has been initialized. The azn_shutdown() interface must be called before the aznAPI client can be initialized again.

Administrator response

Review your aznAPI application and ensure that the azn_initialize() interface is called only once during the execution of the program.