Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS6 and ADO

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  POSTing Chinese characters  
Author Message
user2270

External


Since: Oct 12, 2004
Posts: 4



(Msg. 1) Posted: Wed Oct 13, 2004 11:19 am
Post subject: IIS6 and ADO
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi!

I am aware of the problem using Access databases on IIS6.0, is there anyway
to work around the locking issues that occur sometime? Take a look at a
piece of the iisstate log below, is an app-recycle the only thing that helps
here. Can I write the ADO code differently to avoid this type of locking.
I've talked to Microsoft dev support about this and they recommend
converting to msde instead, but today that isn't possible the way that this
system is build. It's not one database, but about 200 and they are build
dynamically depending on how the user adds components.

Thanks
/Johan


*************************************************************
Thread ID: 65
System Thread ID: 11c8
Kernel Time: 0:0:3.875
User Time: 0:0:5.125
Other information: Thread is waiting for a lock to be released. Looking for
lock owner.
Owning thread System ID: 1628
Thread Type: Jet DB Query. Possible ASP Page
Executing Page: <the physical path>

# ChildEBP RetAddr
00 1148ed7c 77f43741 SharedUserData!SystemCallStub+0x4
01 1148ed80 77f5d64e ntdll!ZwWaitForSingleObject+0xc
02 1148edbc 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
03 1148edc4 1b005784 ntdll!RtlEnterCriticalSection+0x46
04 1148ee40 0a4d4602 msjet40!WZSchemaChangesReceived+0x1c
05 00000001 00000000 oledb32!CDBInitialize::DoInitialize+0x32

*************************************************************
Thread ID: 39
System Thread ID: 1628
Kernel Time: 0:0:7.875
User Time: 0:0:12.93
Other information: Thread is waiting for a lock to be released. Looking for
lock owner.
Owning thread System ID: 11c8
Thread Type: Jet DB Query. Possible ASP Page
Executing Page: <the physical path>

# ChildEBP RetAddr
00 1076dc94 77f43741 SharedUserData!SystemCallStub+0x4
01 1076dc98 77f5d64e ntdll!ZwWaitForSingleObject+0xc
02 1076dcd4 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
03 1076dcdc 1b812ee4 ntdll!RtlEnterCriticalSection+0x46
04 1076dcec 1b812ec4 msjtes40!`string'
05 1076dcf8 1b8131f6 msjtes40!`string'
06 1076dd1c 771752f4 msjtes40!`string'+0x2
07 1076dd3c 771751a0 ole32!CreateInprocInstanceHelper+0x1a
08 1076de18 77175231 ole32!ICoCreateInstanceEx+0x89
09 1076de40 77175202 ole32!CComActivator::DoCreateInstance+0x26
0a 1076de64 77175271 ole32!CoCreateInstanceEx+0x21
0b 1076de94 1b039dcf ole32!CoCreateInstance+0x3a
0c a0007687 00000000 msjet40!UtilRegQueryValueW+0x1f

 >> Stay informed about: IIS6 and ADO 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 2) Posted: Wed Oct 13, 2004 5:57 pm
Post subject: Re: IIS6 and ADO [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try this -
FIX: Web applications that use the Jet database engine may stop responding
under heavy load
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=838306" target="_blank">http://support.microsoft.com/?id=838306</a>

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>



"Johan Karlsson" <johan.karlsson*no-/(/spam*@adnome.se> wrote in message
news:Oo4DPyOsEHA.1988@TK2MSFTNGP11.phx.gbl...
 > Hi!
 >
 > I am aware of the problem using Access databases on IIS6.0, is there
anyway
 > to work around the locking issues that occur sometime? Take a look at a
 > piece of the iisstate log below, is an app-recycle the only thing that
helps
 > here. Can I write the ADO code differently to avoid this type of locking.
 > I've talked to Microsoft dev support about this and they recommend
 > converting to msde instead, but today that isn't possible the way that
this
 > system is build. It's not one database, but about 200 and they are build
 > dynamically depending on how the user adds components.
 >
 > Thanks
 > /Johan
 >
 >
 > *************************************************************
 > Thread ID: 65
 > System Thread ID: 11c8
 > Kernel Time: 0:0:3.875
 > User Time: 0:0:5.125
 > Other information: Thread is waiting for a lock to be released. Looking
for
 > lock owner.
 > Owning thread System ID: 1628
 > Thread Type: Jet DB Query. Possible ASP Page
 > Executing Page: <the physical path>
 >
 > # ChildEBP RetAddr
 > 00 1148ed7c 77f43741 SharedUserData!SystemCallStub+0x4
 > 01 1148ed80 77f5d64e ntdll!ZwWaitForSingleObject+0xc
 > 02 1148edbc 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
 > 03 1148edc4 1b005784 ntdll!RtlEnterCriticalSection+0x46
 > 04 1148ee40 0a4d4602 msjet40!WZSchemaChangesReceived+0x1c
 > 05 00000001 00000000 oledb32!CDBInitialize::DoInitialize+0x32
 >
 > *************************************************************
 > Thread ID: 39
 > System Thread ID: 1628
 > Kernel Time: 0:0:7.875
 > User Time: 0:0:12.93
 > Other information: Thread is waiting for a lock to be released. Looking
for
 > lock owner.
 > Owning thread System ID: 11c8
 > Thread Type: Jet DB Query. Possible ASP Page
 > Executing Page: <the physical path>
 >
 > # ChildEBP RetAddr
 > 00 1076dc94 77f43741 SharedUserData!SystemCallStub+0x4
 > 01 1076dc98 77f5d64e ntdll!ZwWaitForSingleObject+0xc
 > 02 1076dcd4 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
 > 03 1076dcdc 1b812ee4 ntdll!RtlEnterCriticalSection+0x46
 > 04 1076dcec 1b812ec4 msjtes40!`string'
 > 05 1076dcf8 1b8131f6 msjtes40!`string'
 > 06 1076dd1c 771752f4 msjtes40!`string'+0x2
 > 07 1076dd3c 771751a0 ole32!CreateInprocInstanceHelper+0x1a
 > 08 1076de18 77175231 ole32!ICoCreateInstanceEx+0x89
 > 09 1076de40 77175202 ole32!CComActivator::DoCreateInstance+0x26
 > 0a 1076de64 77175271 ole32!CoCreateInstanceEx+0x21
 > 0b 1076de94 1b039dcf ole32!CoCreateInstance+0x3a
 > 0c a0007687 00000000 msjet40!UtilRegQueryValueW+0x1f
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS6 and ADO 
Back to top
Login to vote
user2270

External


Since: Oct 12, 2004
Posts: 4



(Msg. 3) Posted: Wed Oct 13, 2004 5:58 pm
Post subject: Re: IIS6 and ADO [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you!!!

/Johan

"Bernard" <qbernard DeleteThis @hotmail.com.discuss> wrote in message
news:%232nX7HPsEHA.376@TK2MSFTNGP09.phx.gbl...
 > Try this -
 > FIX: Web applications that use the Jet database engine may stop responding
 > under heavy load
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=838306</font" target="_blank">http://support.microsoft.com/?id=838306</font</a>>
 >
 > --
 > Regards,
 > Bernard Cheah
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com/</font" target="_blank">http://www.tryiis.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/</font" target="_blank">http://www.msmvps.com/bernard/</font</a>>
 >
 >
 >
 > "Johan Karlsson" <johan.karlsson*no-/(/spam*@adnome.se> wrote in message
 > news:Oo4DPyOsEHA.1988@TK2MSFTNGP11.phx.gbl...
  >> Hi!
  >>
  >> I am aware of the problem using Access databases on IIS6.0, is there
 > anyway
  >> to work around the locking issues that occur sometime? Take a look at a
  >> piece of the iisstate log below, is an app-recycle the only thing that
 > helps
  >> here. Can I write the ADO code differently to avoid this type of locking.
  >> I've talked to Microsoft dev support about this and they recommend
  >> converting to msde instead, but today that isn't possible the way that
 > this
  >> system is build. It's not one database, but about 200 and they are build
  >> dynamically depending on how the user adds components.
  >>
  >> Thanks
  >> /Johan
  >>
  >>
  >> *************************************************************
  >> Thread ID: 65
  >> System Thread ID: 11c8
  >> Kernel Time: 0:0:3.875
  >> User Time: 0:0:5.125
  >> Other information: Thread is waiting for a lock to be released. Looking
 > for
  >> lock owner.
  >> Owning thread System ID: 1628
  >> Thread Type: Jet DB Query. Possible ASP Page
  >> Executing Page: <the physical path>
  >>
  >> # ChildEBP RetAddr
  >> 00 1148ed7c 77f43741 SharedUserData!SystemCallStub+0x4
  >> 01 1148ed80 77f5d64e ntdll!ZwWaitForSingleObject+0xc
  >> 02 1148edbc 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
  >> 03 1148edc4 1b005784 ntdll!RtlEnterCriticalSection+0x46
  >> 04 1148ee40 0a4d4602 msjet40!WZSchemaChangesReceived+0x1c
  >> 05 00000001 00000000 oledb32!CDBInitialize::DoInitialize+0x32
  >>
  >> *************************************************************
  >> Thread ID: 39
  >> System Thread ID: 1628
  >> Kernel Time: 0:0:7.875
  >> User Time: 0:0:12.93
  >> Other information: Thread is waiting for a lock to be released. Looking
 > for
  >> lock owner.
  >> Owning thread System ID: 11c8
  >> Thread Type: Jet DB Query. Possible ASP Page
  >> Executing Page: <the physical path>
  >>
  >> # ChildEBP RetAddr
  >> 00 1076dc94 77f43741 SharedUserData!SystemCallStub+0x4
  >> 01 1076dc98 77f5d64e ntdll!ZwWaitForSingleObject+0xc
  >> 02 1076dcd4 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
  >> 03 1076dcdc 1b812ee4 ntdll!RtlEnterCriticalSection+0x46
  >> 04 1076dcec 1b812ec4 msjtes40!`string'
  >> 05 1076dcf8 1b8131f6 msjtes40!`string'
  >> 06 1076dd1c 771752f4 msjtes40!`string'+0x2
  >> 07 1076dd3c 771751a0 ole32!CreateInprocInstanceHelper+0x1a
  >> 08 1076de18 77175231 ole32!ICoCreateInstanceEx+0x89
  >> 09 1076de40 77175202 ole32!CComActivator::DoCreateInstance+0x26
  >> 0a 1076de64 77175271 ole32!CoCreateInstanceEx+0x21
  >> 0b 1076de94 1b039dcf ole32!CoCreateInstance+0x3a
  >> 0c a0007687 00000000 msjet40!UtilRegQueryValueW+0x1f
  >>
  >>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 and ADO 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS6/JET Bug - Has anyone else had problems getting the beta patch for the IIS6/JET bug from UK Microsoft support? I have had no joy and I'm getting desperate! At first they denied it existed. Now they won't proceed without a credit card number which we don't have ...

IIS6 and PHP - hi, I installed PHP as ISAPI and it works fine (i can see the phpinfo()) but i can't load extension module (php_oci8.dll). I have an error message : the file c:\php\extension\php_oci8.dll can't be found (where c:\php\extension is my extension..

New to IIS6 - I have created a website and virtual directory. When I try to reach the virtual directory I receive a HTTP 404 error. I have gone back through and checked the folder locations and all that is correct. Any idea what could be causing this?

IIS6.0, ASP & ASP.NET - Hello All Currently we are having some problems with running an ASP application using .NET Framework 1.0 on our Windows 2003 Server. All of our other applications are working fine however this application generates the following error when using .NET..

Using IIS6 with UNC - Just installed a few IIS6 (2k3 Web Edition) Servers and looking to get them up and running with our NAS. While all documentation says it should be easy as pie, it never is when you try to work with it. So far I think I've tried every possible combination...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]