msSQLQuerytimeout settings
Hi Folks,
We are on JDE 9.0 with TR 9.1.5.5, SQL database 12.0.2x. We are facing issue where users are creating orders in JDE and it is not reflecting in database. In JDE logs we found that SQL query running with NOLOCK option, which means it is getting timeout and after trying for the third time it will run with NOLOCK option. Current settings msSQLQueryTimeout=10000 and msSQLQueryAttempts=3 but as per my knowledge NOLOCK option doesn't work with Update, insert, delete but in case of if update, insert, delete query takes long time than msSQLQueryTimeout then how it will behave, will it get timed out after 10000 milliseconds?