Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




GEMINI 3.0.4: sql timeout

beta

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. 05/09/2008 10:59:32

What's this error logged into GEMINI System log.
Perhaps a sql command timeout ?

SOURCE: .Net SqlClient Data Provider TARGETSITE: Void OnError(System.Data.SqlClient.SqlException, Boolean) STACKTRACE: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.SetMetaData(_SqlMetaDataSet metaData, Boolean moreInfo) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataRead

lomi
· 1
lomi
Replies (5)
helpful
0
not helpful

Yes, do you know what was being done when this happened?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

With 500 users is impossibile for me !!!


lomi
· 1
lomi
helpful
0
not helpful

How often does it appear in the log?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

10:59
12:15
12:19
12:35
12:38
16:51


lomi
· 1
lomi
helpful
0
not helpful

Try adding the timeout setting to the NHibernate section:

<add key="hibernate.command_timeout" value="0"/>


Mark Wing
· 9108
Mark Wing