We have some customers that have been reporting "phantom users". When they look at connected users they see people that have not only closed the software app, but have also shut down their computer. We are using SQLA version 11.01 We start the ddsrv11.exe with the following parameters... -x tcpip -ti 0 -tl 0 Could these parameters cause connections to remain open even when people have shut down their computer? TIA, Mike |
Yes, I believe this is certainly a possibility. If you do not explicitly close the database connection (e.g. the network drops off, do not explicitly 'close' a connection in your program, etc.), then this could be the behaviour you're seeing. You should be able to drop the connections using the We have also had previous problems with " Thanks for the reply. We will change these values.
(04 Apr '13, 10:20)
ksitech
|