When using Service Layer sometimes you can get an error message like this.

One case is when saving transaction logs to database.

702 - "Table '@ARGNS_ATX_LOG' not accessible"


This means some database tables required by the solution are not accessible by the Service Layer service.

You need to grant access to Service Layer to this tables. This is detailes in the Service Layer documentation, below is a screenshot of a section detailing that.

For using Avatax logs with service layer, you need to add the Avatax log tables in the configuration file b1s_sqltable.conf

Required tables to be added to the TableList node in the file are:

    "@ARGNS_ATX_LOG",
    "@ARGNS_ATX_LOG1",
    "@ARGNS_ATX_LOG2"

You final file should like: