Symptoms

The purpose of prepaid billing model for PACI is exception or minimization of customer’s debt that could appear when using postpaid services.

Resolution

To activate the prepaid billing model for PACI in BA follow the instructions below:

Linux

  1. Log in to PBA database server
  2. Log in to the database under user 'pba', e.g.: psql -Upba pba
  3. Execute the query: update "Features" set "IsActive" = 1 where "FeatureName" = 'FEA_CalculateNip';
  4. Restart PBA:/etc/init.d/pba restart

Windows

  1. Log in to PBA database server
  2. Execute the query: update "Features" set "IsActive" = 1 where "FeatureName" = 'FEA_CalculateNip';
  3. Restart PBA:net stop ssm net start pba

Internal content