Symptoms

Attempt to call AccountUpdateEx_API even under admin user results in the error

System Error No access rights granted to method

Cause

The issue is caused by the bug with id #PBA-67497 ("AccountUpdateEx_API is not assigned to any privilege").

Resolution

Until the bug is fixed, apply the workaround:

  1. Add the line to file /usr/local/bm/conf/BM.methods.list

    BM Account AccountUpdateEx_API ACCOUNTS_CREATE_MODIFY
    
  2. Run configure.pl:

    /usr/local/bm/tools/configure.pl
    
  3. Restart BA:

    /etc/init.d/pba restart
    

Note that until the bug is fixed, the worakound is to be reapplied with each BA update installation.

Internal content