Files or images attached in a transaction can be viewed through iview hyperlink It uses two columns to achieve the functionality. Column1 - display the hyperlink ( it’s the regular iview column. Eg: Attachment as column name) Column2 - have path and ...
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. ...
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 ...
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.
Define your own aggregate to do binary concatenation and use it sql. https://stackoverflow.com/questions/10194117/append-binary-content-to-bytea-column-in-postgresql-database eg. CREATE AGGREGATE bytea_add(bytea) ( sfunc = byteacat, stype = bytea, ...