This is a general guide. The Navigator database needs to be installed on the database server in order to access the timeout configuration. You also will need SQL editing software. We are using SQL Server Management Studio (SSMS) in this example. 

 

We need to connect to the Navigator database server and connect via the SSMS program.

 


Open up the Navigator database


Open the Table of 'Core.Configuration'



Right click the 'Core.Configuration' table and select "Edit Top 200 Rows"




Find the value of 'Core.Configuration.Core.SqlCommandTimeout'




Change the value of the number of seconds SQL should wait before timing out on command. 0 indicates SQL should wait indefinitely.


After the change has been saved, relaunch the Navigator application to start using the new timeout settings.