Configuring and Using QXtend Inbound > QDoc Response Data > Get Locked User ID
  
Get Locked User ID
When processing a QDoc, if the database record is locked by another user for a certain duration, the transaction fails and an error message is displayed to indicate the locking. However, when ODBC security is activated on the database, user name is not included in the error message. getLockedUserName is provided in qxtendconfig.xml for QXtend to retrieve the user name in this situation. In the qxtendconfig.xml file located in TOMCAT_HOME/webapps//WEB-INF/conf, locate the node containing:
getLockedUserName = “false”
To allow the system to get the locked user ID if the user ID is blank, change it to:
getLockedUserName = “true”