Greetings!
I have a project that has been in production for a couple years now. It's a v1.1 ASP.NET web farm hitting a SQL database. The last couple weeks, the website has been erroring out on various pages for about 1-2 hours at a time twice a week. While the error messages are occurring, I cannot reproduce the errors myself.
Here are some of the error messages I recieve:
I come to a dead end when I follow the Stack Trace to find a programmatic error. I'm able to hit the same page with all the same form fields at the error occured on and I cannot reproduce.
The only consistentcy in these errors is that they come all at once and they are database related.
Anyone have an issue like this before?
Are you saying you can't replicate the problem "later" or on the same webserver at the same time as other users are having the problem?
|||I cannot replicate the problem at either time.
I have the error messages emailed to me as they occur with information about the error and a link with URL parameters to the page. During the last incident, I was hitting pages where the error just occured moments before.
Any help is greatly appreciated... even if it's another question.
josh
You must use column name from the ASP.net, not from Database.
For example, in my database, the column is [Closed Num]. But asp.net create the name [Closed_Num] for me. When you use filter expression, use [Close_Num] no problem. If you use the column name in the database, you will get the similar error!
Hope it is helpful.
MSVSBoy
No comments:
Post a Comment