Search the web
Sign In
New User? Sign Up
trialdb
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 94 - 123 of 564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
94
I created two patients in the Web client, and then selected Reports. Crash report below: Server Error in '/TRIALDB/ReportsNew' Application. ... Error in...
mikejonathan77
Offline Send Email
Dec 3, 2005
12:08 am
95
I have gotten this when my asp session timed out, then I tried to go to asp.net. ... From: mikejonathan77 <mike.dean@...> Date: Friday, December 2,...
THOMAS HOEN
hoenth
Online Now Send Email
Dec 3, 2005
1:06 am
96
This has possibly happened because the communication between ASP and ASP.NET (session info) is managed through Microsoft Message Queue. (The queue messages are...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 3, 2005
6:41 pm
97
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...
mikejonathan77
Offline Send Email
Dec 3, 2005
7:33 pm
98
The other location is in the adminvar table. The webeav folder goes beside the trialdb folder ... Sent from my BlackBerry Wireless Handheld ... From:...
Matt Skelton
dbpromskelton
Offline Send Email
Dec 3, 2005
7:39 pm
99
Later this eveing, I can send screenshots of iis structur and asp apps. Will be after 6 ... Sent from my BlackBerry Wireless Handheld ... From:...
Matt Skelton
dbpromskelton
Offline Send Email
Dec 3, 2005
7:50 pm
100
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 3, 2005
8:45 pm
101
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...
Thomas Hoen
hoenth
Online Now Send Email
Dec 4, 2005
4:54 pm
102
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...
mikejonathan77
Offline Send Email
Dec 4, 2005
5:41 pm
103
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:...
mikejonathan77
Offline Send Email
Dec 4, 2005
5:53 pm
104
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...
mikejonathan77
Offline Send Email
Dec 4, 2005
6:03 pm
105
Forgot to mention that these directories have been made virtual directories in IIS named \TrialDB so I think the adminvar matches these. ... other ... been ......
mikejonathan77
Offline Send Email
Dec 4, 2005
6:31 pm
106
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...
mikejonathan77
Offline Send Email
Dec 4, 2005
7:29 pm
107
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...
mikejonathan77
Offline Send Email
Dec 4, 2005
8:28 pm
108
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
Send Email
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
3:37 pm
110
I am using the original SQL Server distribution from Tom. I also could not find any obvious problem with the patient deletion code, etc....
mikejonathan77
Offline Send Email
Dec 5, 2005
4:43 pm
111
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
4:51 pm
112
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...
mikejonathan77
Offline Send Email
Dec 5, 2005
5:47 pm
113
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...
mikejonathan77
Offline Send Email
Dec 5, 2005
6:09 pm
114
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...
mikejonathan77
Offline Send Email
Dec 5, 2005
6:30 pm
115
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
6:52 pm
116
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....
mikejonathan77
Offline Send Email
Dec 5, 2005
9:35 pm
117
Searching source and wondering if Session and Application objects are same?? Have verified that the Access client closes its SQL Server connections upon exit,...
mikejonathan77
Offline Send Email
Dec 5, 2005
10:05 pm
118
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
10:14 pm
119
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
10:17 pm
120
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...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
10:21 pm
121
The code below is more robust and doesn't sweep an error under the rug. I realized that the Connectn variable was local and un-initialized. sub...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Dec 5, 2005
10:31 pm
122
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...
mikejonathan77
Offline Send Email
Dec 5, 2005
11:44 pm
123
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...
mikejonathan77
Offline Send Email
Dec 5, 2005
11:56 pm
Messages 94 - 123 of 564   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help