Ask a Question related to ASP Database, Design and Development.
-
sam #1
ms access freezes iis
once in a while, we get an access db that has a .ldb file
that can not be deleted. This either creates or is the
result of iis not being able to serve anymore asp pages.
Only solution is to restart either server or iis. any idea
what would cause this? win2k3, iis 6, pached, access 2000.
sam Guest
-
flv player freezes
hi, i have an flv player from proxus.com and it has a lister function and since their forum is down (for a very long time). well, the first two... -
Computer freezes up
Whenever I try to play videos on flashplayer my comp freezes up and won't even begin to play the video. Anyone have a solution to this problem? -
CHCHART - FREEZES
I am total confused! :confused; I am using coldfusion 6.1 and my charts where working until now. Now when you want to look at a chart the server... -
IE 6 freezes when using FW Pop-Up - HELP
Was there ever a solution found to this problem? We are experiencing the same thing. If anybody knows a solution, please let me know. Thanks. -
Photoshop freezes up
I have a Win2k Pro station with 256MB RAM, 733Mhz Intel processor. When I am using Photoshop 7.0 to use the History Brush to bring back natural color... -
Aaron Bertrand [MVP] #2
Re: ms access freezes iis
Make sure you always close your recordsets and set them to nothing, and
close your connection objects and set them to nothing. Grab all of your
files that use ADODB.Connection and make sure that all objects created using
set are also set = nothing.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"sam" <sshilo@hotmail.com> wrote in message
news:13d8b01c3c2c9$38658c20$a601280a@phx.gbl...> once in a while, we get an access db that has a .ldb file
> that can not be deleted. This either creates or is the
> result of iis not being able to serve anymore asp pages.
> Only solution is to restart either server or iis. any idea
> what would cause this? win2k3, iis 6, pached, access 2000.
Aaron Bertrand [MVP] Guest
-
sam #3
Re: ms access freezes iis
Thanks Aaron, (I will make sure to do that).
Another bit of info. This happens randomly, so it can
happen twice within an hour, or twice a week. It the cause
was connections not being closed, wouldn't it take a while
for the limit to be reached before crashing again?
to nothing, and>-----Original Message-----
>Make sure you always close your recordsets and set themGrab all of your>close your connection objects and set them to nothing.objects created using>files that use ADODB.Connection and make sure that allfile>set are also set = nothing.
>
>--
>Aaron Bertrand
>SQL Server MVP
>[url]http://www.aspfaq.com/[/url]
>
>
>
>
>"sam" <sshilo@hotmail.com> wrote in message
>news:13d8b01c3c2c9$38658c20$a601280a@phx.gbl...>> once in a while, we get an access db that has a .ldbidea>> that can not be deleted. This either creates or is the
>> result of iis not being able to serve anymore asp pages.
>> Only solution is to restart either server or iis. any2000.>> what would cause this? win2k3, iis 6, pached, access>
>
>.
>sam Guest
-
Meelis Lilbok #4
Re: ms access freezes iis
Maybe too many connections?
Move to SQL Server or MSDE ;o)
Mex
"sam" <sshilo@hotmail.com> wrote in message
news:13daf01c3c2cf$8ec32b80$a601280a@phx.gbl...> Thanks Aaron, (I will make sure to do that).
> Another bit of info. This happens randomly, so it can
> happen twice within an hour, or twice a week. It the cause
> was connections not being closed, wouldn't it take a while
> for the limit to be reached before crashing again?
>
>
>> to nothing, and> >-----Original Message-----
> >Make sure you always close your recordsets and set them> Grab all of your> >close your connection objects and set them to nothing.> objects created using> >files that use ADODB.Connection and make sure that all> file> >set are also set = nothing.
> >
> >--
> >Aaron Bertrand
> >SQL Server MVP
> >[url]http://www.aspfaq.com/[/url]
> >
> >
> >
> >
> >"sam" <sshilo@hotmail.com> wrote in message
> >news:13d8b01c3c2c9$38658c20$a601280a@phx.gbl...> >> once in a while, we get an access db that has a .ldb> idea> >> that can not be deleted. This either creates or is the
> >> result of iis not being able to serve anymore asp pages.
> >> Only solution is to restart either server or iis. any> 2000.> >> what would cause this? win2k3, iis 6, pached, access> >
> >
> >.
> >
Meelis Lilbok Guest
-
Aaron Bertrand [MVP] #5
Re: ms access freezes iis
> Another bit of info. This happens randomly, so it can
It could be as simple as two users "colliding" rather than a progressive> happen twice within an hour, or twice a week. It the cause
> was connections not being closed, wouldn't it take a while
> for the limit to be reached before crashing again?
buildup...
Anyway, you know more about your app than I do... but this is certainly a
known issue with Access.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand [MVP] Guest
-
sam #6
Re: ms access freezes iis
"but this is certainly a known issue with Access."
would moving to sql server solve the problem? or is making
sure all connections, recordsets, etc. are closed enough?
cause>-----Original Message----->> Another bit of info. This happens randomly, so it can
>> happen twice within an hour, or twice a week. It thewhile>> was connections not being closed, wouldn't it take athan a progressive>>> for the limit to be reached before crashing again?
>It could be as simple as two users "colliding" ratherthis is certainly a>buildup...
>
>Anyway, you know more about your app than I do... but>known issue with Access.
>
>--
>Aaron Bertrand
>SQL Server MVP
>[url]http://www.aspfaq.com/[/url]
>
>
>.
>sam Guest
-
Aaron Bertrand [MVP] #7
Re: ms access freezes iis
Moving to SQL Server will solve (or at least reduce) this issue. You will
also get many other benefits, such as performance, security, scalability,
etc.
[url]http://www.aspfaq.com/2195[/url]
[url]http://www.aspfaq.com/2214[/url]
If you have the ability to move, all the power to you. (Many people are
stuck with Access, without the money for SQL Server or the ability to
install the free MSDE on their server.)
However, regardless of which RDBMS you use, ALWAYS close your objects and
set them to nothing. This shouldn't be something you consider only because
it may be causing a problem; it is purely good programming practice.
[url]http://www.aspfaq.com/2435[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"sam" <sshilo@hotmail.com> wrote in message
news:030301c3c2d3$4e633b80$a501280a@phx.gbl...> "but this is certainly a known issue with Access."
>
> would moving to sql server solve the problem? or is making
> sure all connections, recordsets, etc. are closed enough?
>
>
>> cause> >-----Original Message-----> >> Another bit of info. This happens randomly, so it can
> >> happen twice within an hour, or twice a week. It the> while> >> was connections not being closed, wouldn't it take a> than a progressive> >> >> for the limit to be reached before crashing again?
> >It could be as simple as two users "colliding" rather> this is certainly a> >buildup...
> >
> >Anyway, you know more about your app than I do... but> >known issue with Access.
> >
> >--
> >Aaron Bertrand
> >SQL Server MVP
> >[url]http://www.aspfaq.com/[/url]
> >
> >
> >.
> >
Aaron Bertrand [MVP] Guest
-
sam #8
Re: ms access freezes iis
Since we have taken over the project, it is taking some
time cleaning up old code. We will do so and and then go
to SQL. One other question, is there a reason why this
problem would happen so much more with win2k3/iis6 than
win2k/iis5?
issue. You will>-----Original Message-----
>Moving to SQL Server will solve (or at least reduce) thissecurity, scalability,>also get many other benefits, such as performance,(Many people are>etc.
>
>[url]http://www.aspfaq.com/2195[/url]
>[url]http://www.aspfaq.com/2214[/url]
>
>If you have the ability to move, all the power to you.the ability to>stuck with Access, without the money for SQL Server oryour objects and>install the free MSDE on their server.)
>
>However, regardless of which RDBMS you use, ALWAYS closeconsider only because>set them to nothing. This shouldn't be something youprogramming practice.>it may be causing a problem; it is purely goodmaking>
>[url]http://www.aspfaq.com/2435[/url]
>
>--
>Aaron Bertrand
>SQL Server MVP
>[url]http://www.aspfaq.com/[/url]
>
>
>
>
>"sam" <sshilo@hotmail.com> wrote in message
>news:030301c3c2d3$4e633b80$a501280a@phx.gbl...>> "but this is certainly a known issue with Access."
>>
>> would moving to sql server solve the problem? or isenough?>> sure all connections, recordsets, etc. are closed>>>
>>
>>>> cause>> >-----Original Message-----
>> >> Another bit of info. This happens randomly, so it can
>> >> happen twice within an hour, or twice a week. It the>> while>> >> was connections not being closed, wouldn't it take a>> than a progressive>> >> for the limit to be reached before crashing again?
>> >
>> >It could be as simple as two users "colliding" rather>> this is certainly a>> >buildup...
>> >
>> >Anyway, you know more about your app than I do... but>> >known issue with Access.
>> >
>> >--
>> >Aaron Bertrand
>> >SQL Server MVP
>> >[url]http://www.aspfaq.com/[/url]
>> >
>> >
>> >.
>> >
>
>.
>sam Guest
-
Jimmy e #9
Re: ms access freezes iis
I have the same problems, there is an bug in iis6 on win2003 with the
jet pack sp8!
Try to read the following urls:
[url]http://www.developersdex.com/asp/message.asp?p=592&r=3625064[/url]
[url]http://www.matrixreseller.com/forum/archive/index.php/t-6117[/url]
Jimmy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Jimmy e Guest



Reply With Quote

