Product Bugs
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 ...
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 ...
Enable "Save as Draft" Functionality in Axpert 11.3 Release 18
Ensure the configuration properties and intervals are set properly. Auto Save Draft if tstruct fields are changing after a particular time ,it will save the data in redis at regular intervals which can be set from developer options. To enable this ...
Signature Capture Issue in Axpert Mobile v10.9
The issue is with the signature capture functionality in the latest version of Axpert Mobile (v10.9). There is no default feature to draw signatures on the input field. If it is referred to saving through an image field and using it on fast report, ...
Request to the Steps involved in Arabic Language Enablement for Web Version – Axpert 10.9
Utilize Axpert desktop to define the language via Tools->Define Language. Once a language defined, we will be able to export all menus and options to excel template. We can provide the alternate text for each item in the respective language and ...
Date format is not consistent across all screens and reports in the web application.
Check if the date format is set as "en-us" in developer options and the same to be removed, if not applicable. This setting will show date fields across application in "mm/dd/yyyy".
Error: License Corrupted
It may be due to system locale in regional settings, where it was enabled for "Beta Use Unicode UTF-8 for worldwide language support". This setting to be turned off for license going corrupted.
Error: The application was unable to start correctly (0xc000007b). Click OK to close the application.
This error may popup, if the newly compiled binaries (exes) are used without the latest open SSL dlls (libeay32.dll, ssleay32.dll) on axpert folder. You can download the latest open SSL dlls from here. OPEN SSL DLL 64 Bit ...
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 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)
Error Unable to connect Redis server, when clear In-Memory DB in 11.2.1 Axpert Web
If you experience the below issue when you clear In-Memory DB. It may be due to redis connection not available in axpert configuration. In web config.file, EnableAxpertConfiguration value as "true" For axpert Configuration setting, in web url change ...
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. ...
Oops! there seems to be some problem. Please try later!
This is a generic custom error page to hide any HTTP errors such as a 404 Not Found, or a 500 Server Error related errors to the end users. Below is the setting in web.config to switch on / off custom errors and it will be "On" by default. If ...
Error when sending mail as TLS 1.0 and 1.1 are not supported...
Latest OPEN SSL DLLs for SMTP related issues. OPEN SSL DLL 64 Bit openssl-1.0.2o-x64-VC2017_64Bit.zip OPEN SSL DLL 32 Bit openssl-1.0.2o-x32-VC2017_32Bit.zip (After downloading the file, extract it, then copy ssleay32.dll and libeay32.dll and place ...