Ticket #263 ( Closed )

Short Description Asp Object Error
Entered By: gaucho When: 1999-03-04 20:54:43 Build: 1.03.28s
Categories Type: Problem   Department: Product   Category: Troubleshooting
Description
I am getting this error when trying to call Screensurfer from an ASP

error 'ASP 0115' Unexpected error

/aspsurfer/joesurfer.asp

A trappable error occurred in an external object. The script cannot continue running.

this is the asp page:

<% Set SS = Server.CreateObject("SSurfer.AspRequest")
ss.SurferAddress="localhost:82" 
ss.Execute "login"
ss.ShowAllRecordSets 
do until ss.eof
%>
<H2>Field values for RecordSet
 <%=ss.RecordSetName%>
 <%=ss.RecordCount%>)</H2>

<%
ss.movenext
Loop
%>
I am calling a transaction called login.
Append By: WindSurfer  When: 1999-03-04 21:28:57  New Status: Pending Customer
Comment Is that with the install ftp://ftp.ieinc2.com/pub/AspSurfer.exe dated Feb 09, 1999?

Also, can you try it with the minimum code, like stop after the ss.Execute and see if you still get the trap?

If you are using the most up-to-date AspSurfer, can you send the .stml file with the "login" transaction to surfer@ieinc.com-- then we can reproduce the error...

Thanks for using the SupporCenter!

Append By: gaucho  When: 1999-03-05 14:45:22  New Status: Closed
Comment Thanks. and yes, it's the Feb 9 version. I did exactly what you suggested with minimizing code up to ss.Execute. After that, it hung my ASP engine. If I call any asp page, it takes forever, not so with html files.

I stopped the web service through SERVICEs in control panel. This seem to have solved the problem. I can call any asp page now with no problem.

ASP with screensurfer was a great idea!

Append By: WindSurfer  When: 1999-03-05 14:51:10  New Status: Pending Customer
Comment Is it all working now with your call to LOGON through the Screensurfer ASP component?

If you experience any more traps, please revisit, and we can get you a debug version...