I created two patients in the Web client, and then selected Reports. Crash report below: Server Error in '/TRIALDB/ReportsNew' Application. ... Error in...
This has possibly happened because the communication between ASP and ASP.NET (session info) is managed through Microsoft Message Queue. (The queue messages are...
I fear that I have not installed the trial web client correctly. We moved all the contents of the TrialDB folder in the TrialDB_Soln folder INTO the wwwroot...
The other location is in the adminvar table. The webeav folder goes beside the trialdb folder ... Sent from my BlackBerry Wireless Handheld ... From:...
If you can hold off until Monday, I am reorganizing the .NET part of the project so that there will be a single folder to install everything in. (There were...
To run the app, you should not need the WebEav file on your web server. The code produced by the source in this folder is referenced and should be included in...
Tom - I uploaded a screenshot that shows matches to C:\Projects\JHPepperCenter and it is called HopkinsReferences.tiff in the files section. You will see that...
I have a local IIS on my own machine, and we have a test IIS in our network, and the locations of the TrialDB folder are a little different: Network:...
As we accumulate test patients, natural desire comes to erase them, and Tom directed me to the Access client option to manage patients. After deleting all...
Forgot to mention that these directories have been made virtual directories in IIS named \TrialDB so I think the adminvar matches these. ... other ... been ......
Here is an error message that refers to a Hopkins site. I got this trying to get reports. [ApplicationException: Error in Routine:MapASPSessionID: Unable to...
Trying to track down intermittent problem with "firehose" mode that is solved by killing act_prod processes direclty in SQL Server, and found that if a user...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the trialdb group. File :...
trialdb@yahoogroups.com
Dec 4, 2005 8:32 pm
109
One thing to check - make sure that your foreign-key relationships are set up correctly. There should be no reason why a patient should be left behind, unless...
Can you post the text of the SQL Server "firehose error"? There are several gotchas about using Access as a front end to SQL Server (for one, the use of float...
This is not a SQL Server log out problem. I am uploading a screenshot of the error - called firehose.tiff, in the files section of this Yahoo group. I was...
In follow up of the firehose, after logging everyone out of the system, there are still two ACT_PROD processes; the more interesting on is locked on a TSQL...
I tried eliminating the begin and commit transaction statements around line 1021 in EAV_to_Flatfile.asp, restarted the web server, and then I get a different...
I noticed that this view had a SELECT DISTINCT, which was killing performance, because of the way the joins were set up; I've rebuilt it to do a star-join...
We moved the database to a different server, started from scratch. Logged in from web client, and logged out. Connection still persists in the SQL Server....
Searching source and wondering if Session and Application objects are same?? Have verified that the Access client closes its SQL Server connections upon exit,...
They are used the same way, but aren't the same. There is one Session variable with a given key/name for each currently logged on user, while there is one...
RE: transaction- It appears that your version of this file is slightly out of date. We were having the same problem on one of our machines, couldn't fix it no...
Try the following fix to the routine - basically, just comment out the lines beginning with if application... and ...end if. It appears that the test for the...
This substitution leads to a crash later in the same file, and the forms are not displayed. I returned to previous version (Tom Hoen had last modified this...
I made this change but it does not change the leak. Isn't PageExit.asp the routine through which the log out occurs? I don't see anything that will end the...