![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an ASP that has been working fine for several months, but it suddenly broke. I wonder if windows update has installed some security patch that is causing it. The problem is that I am calling a stored procedure via an ASP (classic, not .NET) , but nothing happens. The procedure doesn't work, and I don't get any error messages. I've tried dropping and re-creating the user and permissions, to no avail. If it was a permissions problem, there would be an error message. I trace the calls in Profiler, and it has no complaints. The database is getting the stored proc call. I finally got it to work again, but this is not a viable solution for our production environment: 1. response.write the SQL call to the stored procedure from the ASP and copy the text to the clipboard. 2. log in to QueryAnalyzer using the same user as used by the ASP. 3. paste and run the SQL call to the stored proc in query analyzer. After I have done this, it not only works in Query Analyzer, but then the ASP works too. It continues to work, even after I reboot the machine. This is truly bizzare and has us stumped. My hunch is that windows update installed something that has created this issue, but I have not been able to track it down. |
![]() |
| Thread Tools | |
| Display Modes | |
| |