Ask a Question related to ASP Components, Design and Development.
-
Raul Rodriguez #1
Problem with ASP and error in pm.asp line 192
Can someone please help me with an ASP problem?
We have a "legacy" ASP application that is showing a strange behaviour. You
can go to a page 20, 30 or 50 times and it works. But then it shows an error
"800a0005 Invalid procedure call or argument /_ScriptLibrary/pm.asp, line
192". When this error comes then the page enters a strange loop. When you go
the next time it works, if you go to the page again it doesn't work, the next
time it works and so on. After some time without working it seems to "repair"
itself. Maybe the IIS process is being recycled or something like this and
now it works again till 50 times before starting the loop again.
As it seems it has something to do with the "Interdev Extensions".
The environment is a Windows XP machine with SP2 installed. We have been
able to reproduce it in two different machines and accessing Oracle 9 and MS
SQL 2000. In many other machines it's working with no problems.
Thank you in advance
Raul
Raul Rodriguez Guest
-
T_ARRAY error on line 133 don't know why
The following code: $kounter = 0; $fsArray = array('farge', 'storrelse'); for ($i = 0; $i < sizeof($fsArray); $i++) { // POPULATE CONTENT FOR... -
Get number of line with error
Hi all. I want ask you it exist some way how to get number of line in script producing error. for example: .... .... 100 ... -
How to get Line no. when error occurs?
Hi all! I have a problem in my VB6 component that is hard to understand.... Im using on error goto printErrReport In printErrReport i just... -
At a loss here - error/no error same line same request
OK, I would do this: $sql = " SELECT price FROM orders_changed WHERE order_id = '$order_no' AND productnumber = '$productId' "; -
Error line number
Hi Newsgroup, A very short question: If have a try/catch structure. In the catch part I would like to get the line number where the exception...



Reply With Quote

