Issue with Grid Not Loading for Users
Issue is 380 items are loading correctly in the grid when accessed through the Admin Developer . However, on the same system, the item grid is not loading for users.
If ORA-01460 occurs only for end users but not for the admin, it likely points to a user specific data.
Related Articles
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 ...
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, ...
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 ...
Issue while generating unique table id
Detail TableId is getting duplicated while saving. When increase the tablename+id ( primary key column ) column width from 15 to 25 it shows the error. There was an increment of 2000 set in the sequence named ConnectNoSeq. The option is removed and ...
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. ...