Query table throws error upon execute query - Linux - 4400 and above

Query table throws error upon execute query - Linux - 4400 and above

Issue: Query table's 'execute query' will throw an error as shown below. 



Even when executing 'select 1', we might get this error.


Build affected: 4400, 4410 and 4420
Only on Linux installations

Cause: It is due to internal code changes and will be handled in the upcoming releases.

Solution: Please add the below property in app.properties and restart the service.
disable.fallback.adapter.failure=false


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Error: Invalid object name "Table name" when connecting to database

                        Issue: One database connects and executes with the same credentials when the other one throws an error with the same credentials when executing/selecting a table from the list. Error: Invalid object name "Table name" The issue was, The working DB's ...
                      • Formula createdtime() function throws error

                        Issue: When we create a formula column using the 'createdtime()' function, it throws unexpected error occurred. Analytics Plus Builds affected : 4300 & 4310 This is found as an issue within Analytics Plus and found happening on build 4300 and 4310. ...
                      • Unexpected error prompted for while accessing reports for Servicedesk Plus MSP integrated setup

                        Issue : Unexpected error prompt while accessing reports Analysis: The exception caused is due to a syntax problem faced in the query formed while the user filter drop down is used on the SLA deviation report. The logs shared helped us to find the ...
                      • FAILURE :Exception in creating table in Analytics. JSON Out of Range error

                        When synchronizing from Servicedesk Plus to Advanced Analytics fresh installation of build 3100 we get the error: FAILURE :Exception in creating table in Analytics. The issue seems with the synchronization of request additional fields. Here is the ...
                      • Auto start Analytics Plus in Linux

                        Steps to auto start Analytics Plus in Linux environment:     1. Open "StartServer.sh" present in <AnalyticsPlus\bin> Add  '#!/bin/sh' as the first line of the code. Add  'cd <location to Analytics/bin>' before the line 'sh run.sh'  ex : ...