Error Object reference not set to an instance of an object, when login through axpert developer connecting to postgres
If you experience the below issue when establishing login through axpert developer over browser, it may be due to run schema connection details not available in developer scripts connections. (i.e. axapps.xml)
Related Articles
Axpert Licensing
10.x (9.8 - 10.8) Following are different type of license editions available to use for Axpert versions between 9.8 to 10.8. Evaluation Edition– Allows users to develop and use an app. The app will allow entry of only 500 records in any form in the ...
Error: Please try later... when login from specific IPs
It may be possible that the source IP may be lengthier than 20 characters and axpert will fail to insert in connections, axaudit tables. The login trace in such scenarios would show up something like below and to resolve this, the IP field width has ...
Axpert Generic APIs
This document is intended for users who want to consume the restful services provided by Axpert for projects that uses the Axpert as back end. Axpert provides the below services. Login GetIView SaveData. Reference document: AxpertGenericAPI
Error - REPOSTGENMAP
Got an error when copy and run new latest 10.9 desktop exe on installed axpert folder. Please run this script oracle ALTER TABLE AXUSERS ADD REPOSTGENMAP VARCHAR2(1) mysql ALTER TABLE AXUSERS ADD COLUMN REPOSTGENMAP VARCHAR(1) mssql ALTER TABLE ...
Postgres 14 version has an issue in establishing connection from Axpert
PostgresSQL 14 uses “scram-sha-256” method for authentication by default (as per pg_hba.conf file), which is causing the connectivity issues in Axpert. Solution for the issue : The method “scram-sha-256” needs to be replaced as “trust” in pg_hba.conf ...