Jump to content

Recommended Posts

Posted
We have a user at a secondary school we support that is getting the following error: "Value was either too large or too small for an Int32. : System.OverflowException" when trying to open a student in Curriculum Assignment by Student. Checked Capita for this issue and they inform that the maximum value for the CommandTimeout is 2147483647, but I believe this is for a 32bit workstations (Refer to KB93300). The CommandTimeout in the school's connect.ini is 10000000 and the workstations in the school are all 64bit. Does anyone know what is the maximum value for the CommandTimeout line for a 64bit workstation?
Posted
Doesn't matter if your system is 64bit. The field is 32 bit integer (number), the max is 2147483647. To be honest, you shouldn't be setting timeout, you should be fixing why it's timing out. Pretty sure if you need a timeout of more then 68 years you're doing something seriously wrong :p

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...