Page 1 of 1

Timeout

Posted: Wed 14 Oct 2009 11:44
by Trixz
We have a storeprocedure call that in previous version worked fine (version from june i think), but in the latest version times out.

We use Linq to Sql and tried to set the Timeout parameter on the context with no success. The call runs for about 30 sec before crashing in a ORA-03113: end of communication channel.

We found this, and thats what we tried to do
http://www.devart.com/forums/viewtopic. ... a880ea6f12

This problem did not exist in earlier versions

Posted: Wed 14 Oct 2009 12:18
by Trixz
When I debug I get a "commandTimeout not supported" for the property

Posted: Wed 14 Oct 2009 12:44
by Trixz
Also I tried this

http://stackoverflow.com/questions/1224 ... data-class

But still, property not supported exception. How do I set this??

Posted: Wed 14 Oct 2009 13:34
by Trixz
Ok, found this
http://www.devart.com/forums/viewtopic.php?t=15931

Seems like you have made changes anyway...
But thats the version we're using

But if you look att this
http://www.devart.com/dotconnect/oracle ... story.html

The commandtimeout does not exist in the list. Did you forgot it or isn't it working?

Posted: Fri 16 Oct 2009 09:56
by Trixz
CAN YOU PLEASE COMMENT??

Posted: Fri 16 Oct 2009 12:38
by AndreyR
We have made some changes in the CommandTimeout implementation.
The upcoming build contains this property.