General
Setting Landing Structure through developer options is not working
It may be due to Oracle.DataAccess.dll compatibility issue. To replace the same from local oracle client folder (to "{axpert web code}/bin" folder) and update the respective web.config reference, if applicable.
How to activate offline license
First, you activate as offline using the below mentioned option. A Reg file will generate in your axpert folder. Share that "Reg" file to License team, They will provide you ".lic file", you paste that .lic file in your axpert folder.
Fill on post genmap
Using this both grid or nongrid data can be filled in the target tstruct on posting through Genmap. While filling from sql, sql node is mandatory in xml and sql fieldname and tstruct fieldname(to be filled) should be same. While filling from another ...
Enable / Disable grid rows dynamically
To enable / disable grid rows conditionally, use a savevalue false field named "axpvalid+ {dc number}" with an expression to return a character between [a-d] eg. if the grid dc is dc2 then the field name should be defined as axpvalid2. Following are ...
Hide columns in a Fillgrid
To hide any query column in fillgrid, set the caption with prefix "hide_" when mapping. This can be used, if we have a scenario to fill the hidden fields in the grid through fillgrid.
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 ...
Unable to use regional language (Tamil/Kannada) in Fastreport and not showing output
Please try with below options Font used in Fast Report component should support TAMIL (Recommended : Arial Unicode MS / any other Tamil fonts) In AxFastLink Table , EFONT field value should be updated as 'T' for the report, which uses embedded fonts. ...
ADR: Schema Getting Locked Due to "Ora-01017 Invalid user name/password"
ADR: Schema Getting Locked Due to "Ora-01017 Invalid user name/password" Issue: ADR sometimes keep connecting, though there is an error code ORA-01017, which makes the user schema getting locked after x no of tries. You can download the latest ...
Install PostgreSQL
Refer to the attached document for details on how to setup PostgresSQL.
Migrating dashboard pages from 10.x to Axpert 11
Page builder and Widget builder interfaces are no longer available in Axpert 11 and instead Axpert cards are introduced to display them as widgets in application main page. This article will explain the ways of retaining and maintaining the old ...
Setting up AxScript to run axpert jobs
You need to install Axscript using command prompt. Here are the steps... Place the attached .ini file inside scripts folder (or the folder where Axscript is placed). Define redis host and pwd in the file as shown below.. redishost=127.0.0.1:6379 ...
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