Facing error while saving the tstruct design

Facing error while saving the tstruct design

This is due to Bin/Oracle.dataaccess.dll not compatible.
If it is for an oracle schema, then take it from the oracle client folder and replace. Also check in web.config for the reference of version number of this dll to correct if needed.
If it is for a postgres schema, then comment the line from web.config.

Screenshot 2025-05-19 142222.png

    • Related Articles

    • Error when saving the card configuration from home page.

      To check if "carddetails" (clob) field available in axusers table and add it manually, if missing.
    • 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 ...
    • Error Activation Failed, Try later

      If you experience the below issue, when activating license or refreshing license. It may be due to agile' license server not reachable. You may check by using the below url over browser to see, if it opens without any error. Sometimes local network ...
    • 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 ...
    • Error while doing user mapping in MSSQL: Create failed for User (Microsoft.SqlServer.Smo)

      Issue: After restoring the axpert database in mssql, there is an error as shown below when mapping the db user login with the default database. Steps to resolve: Run the below command on the restored database using SA login. ...