|
Sorry. The Endoscopy server has to be re-booted as it has become unresponsive (can't even be ping-ed) Once the Endoscopy server is responsive, then CF works again.
CF is on a different server but has to link to the Endoscopy server to get results.
-----Original Message-----
I have narrowed the problem down to another server that I retrieve patient endoscopy results from, stored in SQLServer7. Sometimes this server becomes completely unresponsive and has to be re-booted, and somehow this in turn causes my CF server to stop processing .cfm pages. I know this is an on-going problem, so I put some error trapping in my program, such that: <CFSET db_endoscopy_error
= false>
<CFCATCH TYPE="Database"> <CFIF
db_endoscopy_error> The settings I have in CF5 for Endoscopy are: Login timeout: 5 does this mean timeout if can't login in 5 seconds? Limit connections: not ticked Maintain database connections: ticked Connection timeout: 20 minutes I'm also a bit unsure as to whether these settings are optimum. Basically, the server only get's about 100 queries a day, and each only ever returns 1 or 2 records. So any advice on ODBC setup in CF would be appreciated. Thanks Karl O'Sullivan |
RE: [ cf-dev ] CF ODBC to unresponsive SQLServer, and fine-tuning ODBC data-sour ces
Osullivan Karl (RKB) Senior Analyst/Programmer Wed, 07 Apr 2004 03:59:04 -0700
- RE: [ cf-dev ] CF ODBC to u... Osullivan Karl (RKB) Senior Analyst/Programmer
- RE: [ cf-dev ] CF ODBC... Snake Hollywood
