Tagged Questions
The disconnected-session tag has no wiki summary.
1
vote
2answers
570 views
How to prevent <session disconnected> errors while running Intersystems Caché terminal scritps?
I'm developing a system that needs to execute Intersystems Cache Terminal Scripts.
When I run a routine inside the regular Caché terminal or a telnet terminal, Cache executes the routine until the ...
0
votes
3answers
46 views
How can I run my application when windows session is disconnected?
I have made a simple application in C# and WHITE, which click on a button to clear the logs.
I use to connect to my test machine using Remote Desktop Connection and execute that application. It ...
0
votes
1answer
188 views
Best practice for updating a excel or xml data-source in a disconnected environment?
I have a application that will be run offline so there is no database connection.
My options for the data-source are Excel Spreedsheet, CSV, or XML files.
The application needs to be able to search ...
0
votes
1answer
693 views
NHibernate without a session
We are building a translation application which reads data from one database and translates it into a completely different format. We will be using NHibernate to read from the source database which ...
0
votes
3answers
601 views
Client Disconnected
I am often getting a Client Disconnected message. I don't use load balancing - only a single IIS server. I need to know what is causing this and how to fix it.
Here is the exception info:
Type: ...
0
votes
2answers
585 views
Disconnected Recordset
Someone I know wants to use diconnected recordsets in an application. To me it sounds like if I have a ORM tool there would really be no need to even touch disconnected recordsets. The way I ...