473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Wierd error

Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.
Jul 22 '05 #1
11 2491
you're going to have to show some code and give more background information.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:3B******************@fe2.columbus.rr.com...
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.

Jul 22 '05 #2
Wish I could. I have no I dea where in the code this occures. I believe
its while opening the database but not sure.

Jon

"Mark Schupp" <no******@email.net> wrote in message
news:ur**************@TK2MSFTNGP09.phx.gbl...
you're going to have to show some code and give more background
information.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:3B******************@fe2.columbus.rr.com...
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.


Jul 22 '05 #3
On Wed, 24 Nov 2004 15:16:15 GMT, "Jon Glazer"
<jg***************@adconn.com> wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.


Try the FAQ:

Why do I get ASP 0101 errors?
http://www.aspfaq.com/show.asp?id=2383

Jeff
Jul 22 '05 #4
Hi

People seem to neglect my favourite tools in SQL, profiler.
I find profiler very usefull in large OLTP system where you don't have
downtime and need to get minor glitches in code that you didn't write.

Start up profiler, execute you asp till you get the error and have a look at
the text in profiler, it has almost always for me.

Hope it help

"Jon Glazer" wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.

Jul 22 '05 #5
A person after my own heart. I have been known as a hero more than once,
after using this valuable too.

Jeff

"Mal .mu**********@hotmail.com>" <<removethis> wrote in message
news:33**********************************@microsof t.com...
Hi

People seem to neglect my favourite tools in SQL, profiler.
I find profiler very usefull in large OLTP system where you don't have
downtime and need to get minor glitches in code that you didn't write.

Start up profiler, execute you asp till you get the error and have a look at the text in profiler, it has almost always for me.

Hope it help

"Jon Glazer" wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.

Jul 22 '05 #6
In your ASP code? Comment out code and/or put in response.write statements
to debug the problem.

Jeff

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:dN*******************@fe2.columbus.rr.com...
Wish I could. I have no I dea where in the code this occures. I believe
its while opening the database but not sure.

Jon

"Mark Schupp" <no******@email.net> wrote in message
news:ur**************@TK2MSFTNGP09.phx.gbl...
you're going to have to show some code and give more background
information.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:3B******************@fe2.columbus.rr.com...
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.



Jul 22 '05 #7
This is a rare thing (I guess I should have mentioned this). The system is
used by, perhaps, 2000 users before I get an error like this. And it occurs
once, then everything is fine for a while again.

So kinda hard to put in comments. I just hoped that the error itself would
jog some ideas.

Jon

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
In your ASP code? Comment out code and/or put in response.write
statements
to debug the problem.

Jeff

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:dN*******************@fe2.columbus.rr.com...
Wish I could. I have no I dea where in the code this occures. I believe
its while opening the database but not sure.

Jon

"Mark Schupp" <no******@email.net> wrote in message
news:ur**************@TK2MSFTNGP09.phx.gbl...
> you're going to have to show some code and give more background
> information.
>
> --
> --Mark Schupp
> Head of Development
> Integrity eLearning
> www.ielearning.com
>
> "Jon Glazer" <jg***************@adconn.com> wrote in message
> news:3B******************@fe2.columbus.rr.com...
>> Has anyone seen an error like this before? If so, what could it be?
>> I
>> don't use any stored procedures. (SQL2000 and ASP).
>>
>> 007~ASP 0101~Unexpected error~The function returned |.
>>
>>
>
>



Jul 22 '05 #8
Nope no upload issues. That's not when its happening.

Jon
"Jeff Cochran" <je*********@zina.com> wrote in message
news:41*****************@msnews.microsoft.com...
On Wed, 24 Nov 2004 15:16:15 GMT, "Jon Glazer"
<jg***************@adconn.com> wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.


Try the FAQ:

Why do I get ASP 0101 errors?
http://www.aspfaq.com/show.asp?id=2383

Jeff

Jul 22 '05 #9
Unfortunately it seems theses errors occur way late in the evening and by
morning thousands of SQL statements would have been processed.

Jon
"Mal .mu**********@hotmail.com>" <<removethis> wrote in message
news:33**********************************@microsof t.com...
Hi

People seem to neglect my favourite tools in SQL, profiler.
I find profiler very usefull in large OLTP system where you don't have
downtime and need to get minor glitches in code that you didn't write.

Start up profiler, execute you asp till you get the error and have a look
at
the text in profiler, it has almost always for me.

Hope it help

"Jon Glazer" wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.

Jul 22 '05 #10
Microsoft does have post-mortem debugger tools that you can attach to your
IIS service, and then send them the log files. Cost us $100 to open up an
incident, and get the debugger installed. We found the problem in an older
imager resizer dll.

Jeff

"Jon Glazer" <jg***************@adconn.com> wrote in message
news:85*******************@fe2.columbus.rr.com...
Unfortunately it seems theses errors occur way late in the evening and by
morning thousands of SQL statements would have been processed.

Jon
"Mal .mu**********@hotmail.com>" <<removethis> wrote in message
news:33**********************************@microsof t.com...
Hi

People seem to neglect my favourite tools in SQL, profiler.
I find profiler very usefull in large OLTP system where you don't have
downtime and need to get minor glitches in code that you didn't write.

Start up profiler, execute you asp till you get the error and have a look at
the text in profiler, it has almost always for me.

Hope it help

"Jon Glazer" wrote:
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.


Jul 22 '05 #11
http://www.aspfaq.com/2383

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Jon Glazer" <jg***************@adconn.com> wrote in message
news:3B******************@fe2.columbus.rr.com...
Has anyone seen an error like this before? If so, what could it be? I
don't use any stored procedures. (SQL2000 and ASP).

007~ASP 0101~Unexpected error~The function returned |.

Jul 22 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1986
by: vool | last post by:
Hi all, I've got a really wierd problem here. When I access a web page that adds information to a database on a PC running XP Pro it works as it should. When I access the same page from a...
0
1288
by: Niranjan | last post by:
Access XP Windows XP This code has been working for over 5 years with no problems and all of a sudden I am running into these wierd problems. I have this code to delete a record....
1
6798
by: paul reed | last post by:
Hello, I am having some weird behavior between two machines...one which is running the 1.1 framework and one which is running 1.0. After opening a child form from a parent...I update the...
7
2337
by: Shane Bishop | last post by:
I've been fighting with the Page_Load event firing twice. I looked through this user group and saw several other people having similar problems. There were various reasons for it:...
1
935
by: Shaman | last post by:
ok i got this wierd problem which took me 4 hours already and im still stuck :/ anybody know what is wrong here ------Code----- Public Class guildnod Private node() As TreeNod Private tot As...
1
1204
by: YourAverageJoe | last post by:
To whom it may concern: I'm running Fedora Core 4 on a rather low-spec system (considered good cirkabout '99), this one program I'm trying to run is dependant on Python, so I downloaded the RPM,...
3
1527
by: Tom | last post by:
We are experiencing some wierd debugging behavior. What happens is that, during debugging with VS 2003, the debugger seems to 'skip' statements that are associated with database operations. For...
8
3275
by: John Nagle | last post by:
Here's a wierd problem: I have a little test case for M2Crypto, which just opens up SSL connections to web servers and reads their certificates. This works fine. But if I execute ...
5
1706
by: desktop | last post by:
I am confused about the use of the template parameter "E" in the below class. Since when is it allowed to use these parameters like "E(1)" and what does it mean (where can I read more about this...
1
1483
by: samneil | last post by:
I have 1 Database( MS Access) with 9 tables and 6 queries, Now I'm trying to view my 2 different tables on my VB6.0 using 2 Datagrids and 2"adodc".... here are the names of my two tables:...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7084
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7458
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5013
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.