Recent Articles
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 ...
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 ...
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 ...
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 ...