on 2022 Aug 09 6:14 PM
I add the table to allowlist in b1s_sqltable.conf file and the table is newly created
I try this:
https://service_layer_IP:50000/b1s/v1/SQLQueries
with this body:
{
"SqlCode": "getSyncItems",
"SqlName": "GetItems",
"SqlText": "select ItemCode, ItemName from SYNC"
}
And receive this response:
"error": { "code": 402, "message": { "lang": "en-us", "value": "Bad configuration in file 'b1s_sqltable.conf'" } }<br>
Request clarification before answering.
We had the same problem after updating from fp2110 to sp2402. We did this (from troubleshooting note 3064927 - this part is same both on linux and windows, different folders):
After that b1s/v1/SQLQueries worked well, but we had to manually edit the b1s_sqltable.conf file and add some tables that we needed for our queries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
60 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.