Re: SQLServer JDBC Driver - maximum number of connections

2014-12-12 Thread Byron Mann
One thing maybe to check is the DSN is set to the "maintain connection", could be the upgrade did not bring this over which might account to a large number of sql connections being made. The only times I have seen a similar error were with session limits on a firewall and a windows OS reaching ou

SQLServer JDBC Driver - maximum number of connections

2014-12-12 Thread Don
How could one determine this limitation on maximum number of connections exceeded? [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset). Please ensure that the server parameters passed to the driver are correct and tha

MS2008 SQL Express Driver versions changes?

2014-12-12 Thread Don
All our currently troubles began with the upgrade to CF11. Under CF9 our application ran perfectly. All kinds of strange errors "GC out memory" / "java.sql.SQLNonTransientConnectionException" Random down times. No pattern or common error that I have yet detected. I have even considered the dr

Re: postParametersLimit in CF11

2014-12-12 Thread Russ Michaels
well you can put it in perspective, the default asp.net setting is 5000, which is obviously a lot higher than CF's 100 you are probably going to be safe putting it up higher, but you should tell your client to make sure they have something in place to stop that form being abused and DOS'ed On Fri

Re: postParametersLimit in CF11

2014-12-12 Thread Chris
Nathan, Russ, thanks for the comments. The application with all the post parameters definitely needs a rewrite. Our involvement is only in hosting it. The current owners want it to run ... and we have to justify why the settings should or should not be modified . best regards, Chris On Thu, De