Exact phrase. Searching.

TheMSsForum.com: The Microsoft Software Forum

  • The MSS Forum ‹ IIS
    • Archive
      • Biz
      • MCSE
      • CRM
      • Drivers
      • Framework
      • ADO
      • ASP
      • Compact
      • Forms
      • Dotnet
      • C#
      • VB
      • FontpageGen
      • Excel
      • WorkSheet
      • Exchange
      • Setup
      • Fox
      • Fontpage
      • ASP
      • IIS
      • Entourage
      • Money
      • Messanger
      • PocketPC
      • Powerpoint
      • Project
      • Publisher
      • Excel
      • VB
      • Security
      • Portal
      • Services
      • SQLServerDev
      • SVCS
      • SQLServer
      • VB
      • VC
      • MFC
      • ExcelGen
    • Previous
      • 1
        • OT- getting setup with a domain name & email address Sorry, but I don't know where to ask this one: I'm looking at registering a domain name, like jules.com. I then want to receive and send email from, say jules@jules.com. I'd like all incoming and outgoing emails to goto Outlook on my home PC, who's email addres is currently with my ISP, say jdmils@datafast.net.au I'm looking for the best deal (lowest cost) and want to know which companies can provide this service. How is it all setup? Will all outgoing emails be from jules@jules.com eventhough they are funnelled into/out of my datafast email account? TIA -- Julian Milano Tag: Exact phrase. Searching. Tag: 302478
      • 2
        • ISAPI filter problem Hi everyone, I am trying to create ISAPI filter that will intercept incoming header from the client and modify it. When I create ISAPI filter using VC++ wizard (wizard with options: use MFC, create filter only, no server extension objects, notification priority low, filter connection type secured and non secured and notification for incoming raw data and headers... and nothing else) I build the DLL without any modifications to the code, add it the website, restart server, but the filter is still down (red arrow pointing down) This is only the case when I use notification for incoming raw data ( SF_NOTIFY_READ_RAW_DATA) ... if I use SF_NOTIFY_URL_MAP filter is up and running. I know that sometimes filters stay down until they are first used so I checked the IIS log (with IISDebug tools) and it says that there was an Win32Error="87" I tried on two IIS. So what is the problem? configuration? bad wizard or what? Thanks, Bob Tag: Exact phrase. Searching. Tag: 302466
      • 3
        • active component cant create object..... Hi, i have installed my asp applictaion on IIS 4.0 windows nt is the os.. 2>I have using a active dll made in vb and has trnsaction property "uses transaction" which installed under MTS. 3>In my asp pages i am calling the com object The website works fine for most of all the time. but suddenly when the website is stops working and gives the error message active component cant create object..... it means the dll cant be found. in iis for the application security is anayomous.... and more strange thing happends if the user opens pcanwhere session to the web server and opens the websites form his own pc it works fine .... how this works what is tehe problem is realted to any security... or some bug in windows nt 4.0 which causing the application to behave strangely. please advise me how to tacle this problem regds, Navin Mahindroo Tag: Exact phrase. Searching. Tag: 302458
      • 4
        • IIS serving blank *.aspx pages?? Please help! I have been using VS.Net for sometime now, and have recently had to have my PC hardrive reimaged. I have installed the components to allow me to continue work on my web app (Windows 2000-SP3, VS.Net Framework v1.0.3705, IIS v5.0). I have followed the steps to repair IIS mapping (KNowelegde base: 306005) just in case. VS works fine, my web app was successfully retrieved from MS SourceSafe and builds successfully on the local machine. I can start the app in debug mode and actually debug through the code fine. However, following code execution, something crazy seems to be happening when the page is being sent to the browser (IE6) resulting in a blank page displayed in IE. Sometimes, some HTTP header crap is displayed (e.g. "Content-Type: text/html; charset=utf-8 Content-Length: 5081 "). That is the problem - I cannot run my app locally. Infact, I have tried browsing my localhost from other PCs and have the same problem leading me to think this is solely an IIS issue. Steps I have tried to cure this problem: * Obviously, restarted IIS x number of times. * Repaired IIS mapping. * Monitored the aspnet.exe process during compilation of the aspx page to be displayed in the browser and it seems to behave as normal (i.e. builds a cache, increases memory whilst building). Still the page is blank. * Ensured the aspx mapping for my web app is pointing to the right framework (well there is only 1) but also that it was mapped correctly which it is. * My IE connection settings are all correct (i.e. proxy, exceptions, etc.) * IIS Admin tool runs correctly. I can see my apps in the directory structure. I can browse localhost .html or .asp files fine from IE but it cannot render localhost .aspx pages at all! Any help would be much appreciated, as completely starting from scratch will be the only available option very shortly. Thanks in advance. Daniel. Tag: Exact phrase. Searching. Tag: 302396
      • 5
        • Want to start web hosting I am entertaining the idea of starting a web hosting business. Could anyone suggest newsgroups, books, sites that could answer my many questions? My questions include hardware, software and connectivity options. Chris Courson, Tampa, FL Tag: Exact phrase. Searching. Tag: 302385
      • 6
        • XP and IIs 5.1 Further to my earlier post, here is some more info: IIS installed on XP Professional - just used the add/remove programs method and all seemed fine. Then I attempted to get to http://localhost and the following happened: 1) a cookie got set 2) I was prompted for a username & password (I entered my XP ones) 3) page displayed error '8002801c' Error accessing the OLE registry. /iisHelp/common/500-100.asp, line 17 4) in the address line of the browser, display has changed to http://localhost/localstart.asp the doc tree looks like this: c:\inetpub\wwwroot\ I seem to have two files called localstart.asp -one in the above directory and one in the subdirectory _vti_cnf - the content of these files when examined using a text editor is vastly different. I created a new virtual directory called fred mapped to a physical directory c:\inetpub\wwwroot\fred in which I placed a file index.htm (containing just a 'hello' line plus obligatory <html> and </html>. http://localhost/fred/index.htm then retrives this file just great. I renamed the file to index.asp and visited http://localhost/fred/index.asp and again the file displayed quite fine. With this evidence, can anyone sugest where I might look next? -- jeremy Tag: Exact phrase. Searching. Tag: 302380
      • 7
        • System message number 997: Overlapped I/O operation is in progress Inside an ISAPI extension, I make a call to LPEXTENSION_CONTROL_BLOCK->ServerSupportFunction with a a dwHSERRequest value of HSE_REQ_SEND_RESPONSE_HEADER_EX This works fine for a long time, even several days, then the Web service will crash with the error "System message number 997: Overlapped I/O operation is in progress" being reported by my application at the same time of the crash (consistently). I cannot find anything on Microsoft's website that points to that error in that particular call. Any ideas? Tag: Exact phrase. Searching. Tag: 302376
      • 8
        • ASP Pages not serving Hi, I have got a problem with ASP pages not serving on IIS6. I am not sure what I have done, but when I try to load an ASP page I get a 404 Not Found Error. The error itself seem to be a proper 404 not found. I have changed the custom error pages so that the 404.1 .2 & .3 pages are used, but it still just displays the standard one. I have checked the mapping and they seem OK (pointing to asp.dll) and the web service extension is OK. I have tried numerous combinations of things, but I still cannot get the pages to load. Any help would really be appreciated as my head is kno starting to hurt (not true actually, it started hurting about two days ago!). Thanks, Paul Oh yes, and the page is there (I checked!) Tag: Exact phrase. Searching. Tag: 302375
      • 9
        • Virtual Directories in XP Pro With Subst Drives . Reply (E-mail) Forward (E-mail) Subject: IIS Subst Drives Virtual Directories From: "Jim C" <clearstead@hotmail.com> Sent: 9/10/2003 11:35:01 AM Our company recently upgraded from Windows 2000 to Win XP Pro. We our a software development company. ON Win 2000 we had our different softare releases on physical drives like the following: d:\release1 d:\release2 d:\release3 And whatever release we are currently working on / debugging we would do the following: subst x: d:\release1 And then register all of our com objects from x:\ and map our IIS virtual directories to x: This worked great in 2000. Now that we are in XP this process seems to break. We cannot map virtual directories to the x: subst drive. I can understand that, it is unfortunate, but to get around we started creating the vitual directory to d:\release1. But the com objects are still registered x: So in this configuration any web pages in d:\release1 fail because they are registered in x:. Have others seen this? Is there a workaround? I have tried to run IIS as my user thinking that the subst drives are only visible to my user, but that also fails (can bring up any hosted pages). Thanks, Jim . Tag: Exact phrase. Searching. Tag: 302374
      • 10
        • IIS Option Pack 4.0 I cannot restart the IIS service. If I restart the exchange, it works fine, but I cannot restart the IIS Tag: Exact phrase. Searching. Tag: 302366
      • 11
        • FTP Folders Exposed to public Hi all, I am running windows 2000 server with sp4. I am also running the FTP server. It all works good, however, when my clients use their ftp client and they log into their folder they can also move up in the directory to the point they can see everyone's folder. I have the permissions set to only myself and the client. Is there a way I can block the other folders in the main ftp folder from the non file owner? Michael. PS If you need more information pls email me directly or through the group. Tag: Exact phrase. Searching. Tag: 302362
      • 12
        • API to set execute privileges on IIS virtual directories? Hi All, I'm writing an application that, amoung other things, should create IIS virtual directories and set execute privileges on them. Is there a C++/VB/whatever API to do it? Regards, Dmitry Tag: Exact phrase. Searching. Tag: 302359
      • 13
        • FTP Folders displayed to everyone. Hi all, I am running windows 2000 server with sp4. I am also running the FTP server. It all works good, however, when my clients use their ftp client and they log into their folder they can also move up in the directory to the point they can see everyone's folder. I have the permissions set to only myself and the client. Is there a way I can block the other folders in the main ftp folder from the non file owner? Michael. PS If you need more information pls email me directly or through the group. Tag: Exact phrase. Searching. Tag: 302355
      • 14
        • IIS6 slow connection from network Hi, I have to following problem: On a new installed Windows 2003 Server with IIS6, both with default configuration. I've installed a ASP web application with DB access. If I try to connect to this web application, the response is slow, but if i try connect from the server directly the application is very fast. What is wrong in my configuration, or what I have to change? Thanks in advance Thomas Trageser Tag: Exact phrase. Searching. Tag: 302347
      • 15
        • XP Professional / IIS 5 / Getting started - or not! I have XP Professional and just enabled IIS. Tried geting to http://127.0.0.1 and got asked for a username & password - so I entered my XP username and password - and then got a page saying simply error '8002801c' Error accessing the OLE registry. /iisHelp/common/500-100.asp, line 17 Not a great start - not much info I can find so far on google and MS sites - any clooz? -- jeremy Tag: Exact phrase. Searching. Tag: 302346
      • 16
        • IIS 6.0 asp Session problem Hi, i have a problem with asp sessions : they expire after 120 seconds even if i have 20 minutes in my settings. I know i could use aspnet_state, but it doesn't solve the problem for normal asp pages. http://62.149.130.111/sessione.asp I have a recycle every 120 minutes, http connection timeout 900 seconds, session timeout 20 minutes. The problem is the same on several servers. Any idea? Stefano Tag: Exact phrase. Searching. Tag: 302333
      • 17
        • IIS5 hangs on returning .asp Hi, Recently, IIS5 has stopped retuning files of type .asp In the browser, the progress bar just edges its way up and stops about half way. The page never opens. Everything works fine when an .htm is requested. I have toggled Script Blocking in Norton AV, deleted & re- uploaded the subweb and even removed & reinstalled IIS. The pages still hang. So I think it must be something outside the IIS environment on the machine. The same web runs fine on another machine with identical OS and IIS. Please, can anyone give me a clue as to what to do next. TIA, Simon Tag: Exact phrase. Searching. Tag: 302331
      • 18
        • SSL - Page cannot be displayed Hi...I've got a website that I need to secure. I've applied my certificate, and when I try to access the site, I get a page cannot be displayed error. The site is not using any host headers, and has its own IP address. I think I've downloaded every KB article that Microsoft has, and nothing. I'm about ready to pull my hair out. One thing that strikes me as odd, is that when I run a netstat -an on my web server, I see a local address entry for 0.0.0.0:443, but not one for my website, which is 10.0.0.5:443. That's telling me that my website is not listening on port443 (BTW I do see an entry for 10.0.0.5:80, and the site works fine over standard HTTP). I've run through the KB article that tells me to add and remove a certificate from the default website, and this doesn't seem to have changed anything. I'm desperate. I need to get this secure site up and running. I've opened a case with Microsoft, they've been sitting on it for over a week. Does anyone have any ideas? If you could email me at adenhollander@gardengraphics.com I'd be much obliged. Thanks. Arie Tag: Exact phrase. Searching. Tag: 302330
      • 19
        • Using UPN logon for usernames which exceed 20 characters Hi, We're looking for a way to allow the UPN login to be used in order to login to MS FTP without having to specify the domain. We've followed the following article: http://support.microsoft.com/default.aspx?scid=kb;en- us;313820 Which works fine with usernames =< 20 characters, but with usernames > 20 characters the UPN login doesn't work... For example, take the following user: Username: 1234567890123456789012345678901234567890 Post-2k Username: 12345678901234567890 Using the username: 1234567890123456789012345678901234567890 Doesn't work, the username: 12345678901234567890 Works fine, and the username: 1234567890123456789012345678901234567890@domain Works fine... I seems to only require the "@domain" if the username exceeds 20 characters... Is anyone aware of a way to make larger logins work on MS FTP without specifying the domain? Thanks Dave Tag: Exact phrase. Searching. Tag: 302329
      • 20
        • Global.asa not firing - IIS 5.1 Win XP Pro I am a newbie with IIS. I am having trouble with a Global.asa file in a FrontPage web using IIS 5.1 with Win XP Pro. The website has a form that sends results to an .mdb database. ASP scripts will run if I remove the global.asa file, but it won't fire with the Global.asa file. I have been reading about the virtual directory having to be an "application". When I access the properties of the web folder in the MMC the application name is blank. That's the way FrontPage created it. Does anyone know if there is a fix for this? TIA Tag: Exact phrase. Searching. Tag: 302319
      • 21
        • rpcproxy.dll and iis5 Hello I have two win2k server with iis5. On one of them, as an isapi filter, I have rpcproxy.dll. On the other server I don't have it. Since I don't remember to have put this isapi filter, can I delete it safely? what is it used for? Thanks Tag: Exact phrase. Searching. Tag: 302317
      • 22
        • IIS 6.0, FTP and possible bug in MS Windows 2003 FTP Metabase programmatic interface! This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C377C9.FFA0B580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Possible bug in MS Windows 2003 FTP Metabase programmatic interface! Keywords(Errors types): The IIS Admin scripts only support IIS 6.0, ErrNumber: -2146646000 = (0x800CC810), Error Trying To GET the Object (GetObject Failed): Hello Just because at this time there are no info on the web (or MS) about = this type of error, I've decided to clarify why you might get any of the = above errors: I installed a Windows 2003 standard server for use as a file server. = Pretty plain, with updates up to 2. sept. 2003. I afterwards installed = the FTP IIS 6.0 component, ...only! When trying to configure the = Metabase programmatically I got the above type of errors. I.e. using the = %windir%\system32\iisftp.vbs /query command I got: 'The IIS Admin scripts only support IIS 6.0' !!! ... Nice!!! Trying to get an object and I got: ErrNumber: -2146646000 (0x800CC810) Error Trying To GET the Object (GetObject Failed): XXXXXXXXX - As this error means MD_ERROR_IISAO_INVALID_SCHEMA = (http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;246575) and = related to = http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;262739 I = finally figured out that if you install the FTP component of IIS 6.0 = (might also be present on earlier versions!) only, there might be = missing some important schema 'properties' in the Metabase. So, I = installed the Web component (World Wide Web Publishing Service) as well, = and all my problems disappered! I think this is a bug in the current setup/implementation of IIS 6.0 as = the FTP component is NOT depending of the web component, while = installing. Well, the management interface works, but not the = programmatically interface! As I don't have time to figured out the right newsgroups to post this in = or the right method of bug reporting MS, someone might have time to do = it! The real purpose of this letter/input is to get it googled! Regards Christian Hedegaard Sys-adm, IHK, Denmark ------=_NextPart_000_0010_01C377C9.FFA0B580 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR> <STYLE></STYLE> </HEAD><FONT face=3DArial><FONT size=3D2> <BODY> <DIV>Possible bug in MS Windows 2003 FTP Metabase programmatic = interface!</DIV> <DIV>&nbsp;</DIV> <DIV>Keywords(Errors types):<BR>The IIS Admin scripts only support IIS = 6.0,=20 ErrNumber: -2146646000 (0x800CC810), Error Trying To GET the Object = (GetObject=20 Failed):</DIV> <DIV>&nbsp;</DIV> <DIV>Hello</DIV> <DIV>&nbsp;</DIV> <DIV>Just because at this time there are no info on the web (or MS) = about this=20 type of error, I've decided to clarify why you might get any of the = above=20 errors:</DIV> <DIV>&nbsp;</DIV> <DIV>I installed a Windows 2003 standard server for use as a file = server. Pretty=20 plain, with updates up to 2. sept. 2003. I afterwards installed the FTP = IIS 6.0=20 component, ...only! When trying to configure the Metabase = programmatically I got=20 the above type of errors. I.e. using the %windir%\system32\iisftp.vbs = /query=20 command I got:</DIV> <DIV>&nbsp;</DIV> <DIV>'The IIS Admin scripts only support IIS 6.0'</DIV> <DIV>&nbsp;</DIV> <DIV>!!! ... Nice!!!</DIV> <DIV>&nbsp;</DIV> <DIV>Trying to get an object and I got:</DIV> <DIV>&nbsp;</DIV> <DIV>ErrNumber: -2146646000 (0x800CC810)<BR>Error Trying To GET the = Object=20 (GetObject Failed): XXXXXXXXX</DIV> <DIV>&nbsp;</DIV> <DIV><BR>- As this error means MD_ERROR_IISAO_INVALID_SCHEMA (<A=20 href=3D"http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;246575"= >http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;246575</A>)=20 and&nbsp;related to <A=20 href=3D"http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;262739"= >http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;262739</A>=20 I finally figured out that if you install the FTP component of IIS 6.0 = (might=20 also be present on earlier versions!) only, there might be missing some=20 important schema 'properties' in the Metabase. So, I installed the Web = component=20 (World Wide Web Publishing Service) as well, and all my problems=20 disappered!</DIV> <DIV>&nbsp;</DIV> <DIV>I think this is a bug in the current setup/implementation of IIS = 6.0 as the=20 FTP component is NOT depending of the web component, while installing. = Well, the=20 management interface works, but not the programmatically = interface!</DIV> <DIV>&nbsp;</DIV> <DIV>As I don't have time to figured out the right newsgroups to post = this in or=20 the right method of bug reporting MS, someone might have time to do = it!</DIV> <DIV>The real purpose of this letter/input&nbsp;is to get it = googled!</DIV> <DIV>&nbsp;</DIV> <DIV>Regards<BR>Christian Hedegaard<BR>Sys-adm, IHK,=20 Denmark<BR></DIV></BODY></HTML></FONT></FONT> ------=_NextPart_000_0010_01C377C9.FFA0B580-- Tag: Exact phrase. Searching. Tag: 302316
      • 23
        • SSL Renewal ?? Recently I renewed my Server certificate using the Web Server Certificate wizard and creating a new cert.cer file to provice Verisign to renew my SSL key. I did the normal renewal process on Verisign's web site got the new cert.cer file from them and tried to apply it. Now here is my problem. When I remove the current certificate from the server ( which expires today ) and try and add the new one in, it wouldn't let me. It keeps putting back in the one I removed. How do I make IIS ask for the location of the new certificate I got from Verisign? Thanks for any replies ... Rick Tag: Exact phrase. Searching. Tag: 302314
      • 24
        • Install IIS on WinXP Pro SP1? I tried the install on my WinXP Pro PC logged in as an admin. I started with Add/Remove Programs | Add/Remove Windows Components | selected IIS | clicked Next | request for "Windows XP Professional Service Pack 1 CD" | Some files on Windows XP Professional Service Pack 1 CD are needed | Click browse and the file it is looking for is "infocomm.dll". I've already installed SP1 on WinXP Pro. So what do I need to do to install IIS? TIA! Regards, Greg Strong Tag: Exact phrase. Searching. Tag: 302312
      • 25
        • Personal Web Server Hi....very new to all this: Question: How do I set up a personal web server on my PC. I'm running Windows ME...is it possible. I want to create the 'Inetpub' and 'Wwwroot' folders plus the rest. Can anyone help or advise please? Many thanks Sam Tag: Exact phrase. Searching. Tag: 302306
    • Next
      • 1
        • ADODB.Fields error '800a0bb9' in a script Im getting the error ADODB.Fields error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. In the following script to copy and rename the latest file in a webcam folder. Any ideas why this is failing? <% Dim objFSO, rsFSO, objFolder, File, varFileName Set rsFSO = Server.CreateObject("ADODB.Recordset") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder("C:\Documents and Settings\Administrator\My Documents\My Pictures\ImageStudio\Album\Motion Images\") rsFSO.Fields.Append "Name", adVarChar, 200 -----Error occurs on this line. rsFSO.Fields.Append "Type", adVarChar, 200 rsFSO.Fields.Append "DateCreated", adDate rsFSO.Fields.Append "DateLastAccessed", adDate rsFSO.Fields.Append "DateLastModified", adDate rsFSO.Fields.Append "Size", adInteger rsFSO.Fields.Append "TotalFileCount", adInteger rsFSO.Open For Each File In objFolder.Files 'hide any file that begins with the character to exclude If (Left(File.Name, 1)) <> Exclude Then rsFSO.AddNew rsFSO("Name") = File.Name rsFSO("Type") = File.Type rsFSO("DateCreated") = File.DateCreated rsFSO("DateLastAccessed") = File.DateLastAccessed rsFSO("DateLastModified") = File.DateLastModified rsFSO("Size") = File.Size rsFSO.Update End If Next rsFSO.Sort = "DateLastModified" Set objFolder = Nothing rsFSO.MoveFirst() set varFileName = rsFSO("Name").Value objFSO.CopyFile "C:\Documents and Settings\Administrator\My Documents\My Pictures\ImageStudio\Album\Motion Images\" & varFileName, "C:\Inetpub\Scripts\Webcam\Images\CurrentImage.jpg" %> <img src="\images\CurrentImage.jpg"> Thanks in advance. -- _______________________________________________ DC "You can not reason a man out of a position he did not reach through reason" "Don't use a big word where a diminutive one will suffice." "A man with a watch knows what time it is. A man with two watches is never sure." Segal's Law Tag: Exact phrase. Searching. Tag: 302305
      • 2
        • Need IISState log help Hi, My web site seems to hang. Can anyone help me with this log. Thank's Glenn Prigent Cap Gemini Ernst & Young Division Ouest ZI Kerscao 29480 LE RELECQ-KERHUON Tel : 02 98 30 46 30 gprigent@capgemini.fr Opened log file 'C:\temp\iisstate\output\IISState-2576.log' *********************** Starting new log output IISState version 3.1 Tue Sep 09 18:37:45 2003 OS = Windows 2000 Executable: dllhost.exe PID = 2576 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: a30 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0006fd28 77e99b35 ntdll!NtWaitForSingleObject+0xb 01 0006fd50 77e7b32b KERNEL32!WaitForSingleObjectEx+0x71 02 0006fd60 77a9a473 KERNEL32!WaitForSingleObject+0xf 03 0006fd80 77a99c81 ole32!CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f 04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169 05 0006ff24 010014c6 dllhost!WinMain+0xb0 06 0006ffc0 77e9847c dllhost!WinMainCRTStartup+0x156 07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d Thread ID: 1 System Thread ID: 844 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 008fff30 77aaaf9f USER32!NtUserGetMessage+0xb 01 008fff70 77aaaeed ole32!CDllHost::STAWorkerLoop+0x40 02 008fff8c 77aaae28 ole32!CDllHost::WorkerThread+0xc2 03 008fff90 77aa4710 ole32!DLLHostThreadEntry+0x9 04 008fffa8 77aa4668 ole32!CRpcThread::WorkerLoop+0x22 05 008fffb4 77e7b2d8 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 008fffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 2 System Thread ID: 858 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00a0fc6c 77e85244 ntdll!NtRemoveIoCompletion+0xb 01 00a0fc98 7410b953 KERNEL32!GetQueuedCompletionStatus+0x27 02 00a0fd94 7410b8a8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00a0ffb4 77e7b2d8 TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00a0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 3 System Thread ID: 850 Kernel Time: 0:0:0.31 User Time: 0:0:0.15 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00bef604 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 00bef678 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 00bef680 6b3ef171 ntdll!RtlEnterCriticalSection+0x46 03 00bef68c 749ad0a7 COMSVCS!CAsyncCall::AsyncCall+0x61 04 00bef6a4 7498d4e0 asp!CViperActivity::PostAsyncRequest+0x5b 05 00bef6b8 7498c200 asp!CHitObj::PostViperAsyncCall+0x8a 06 00bef6dc 749841bd asp!CHitObj::NewBrowserRequest+0xda 07 00bef710 749851b6 asp!HandleHit+0x128 08 00bef728 65b32188 asp!HttpExtensionProc+0x3d 09 00bef73c 65b32119 wam!HSE_APPDLL::ExecuteRequest+0x93 0a 00bef770 65b31af8 wam!WAM::InvokeExtension+0x35 0b 00bef7b4 77107f50 wam!WAM::ProcessRequest+0x240 0c 00bef7dc 77125ad7 RPCRT4!Invoke+0x30 0d 00befa54 7711f77e RPCRT4!NdrStubCall2+0x655 0e 00befab8 77b12546 RPCRT4!CStdStubBuffer_Invoke+0xc8 0f 00befafc 77b12821 ole32!SyncStubInvoke+0x61 10 00befb44 77aa6eb4 ole32!StubInvoke+0xa8 11 00befba8 77a99a01 ole32!CCtxComChnl::ContextInvoke+0xbb 12 00befbc4 77b1242b ole32!MTAInvoke+0x18 13 00befbf4 77b12b56 ole32!AppInvoke+0xb5 14 00befcb4 77b10360 ole32!ComInvokeWithLockAndIPID+0x29e 15 00befcf4 770e2116 ole32!ThreadInvoke+0x1b7 16 00befd2c 770c7ee1 RPCRT4!DispatchToStubInC+0x32 17 00befd84 770c7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 18 00befda4 770c8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 19 00befdd4 770e8b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 1a 00befe10 770e713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 1b 00befe28 770e7649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 1c 00beff74 770e6d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 1d 00beff78 770c9ad0 RPCRT4!RecvLotsaCallsWrapper+0x9 1e 00beffa8 770d1c6d RPCRT4!BaseCachedThreadRoutine+0x11f 1f 00beffb4 77e7b2d8 RPCRT4!ThreadStartRoutine+0x18 20 00beffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 4 System Thread ID: 2dc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00c2ff08 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 00c2ff58 77e99c13 KERNEL32!WaitForMultipleObjectsEx+0xea 02 00c2ff70 6b4221d4 KERNEL32!WaitForMultipleObjects+0x17 03 00c2ffb4 77e7b2d8 COMSVCS!CEventDispatcher::PushEvents+0x44 04 00c2ffc0 00000008 KERNEL32!BaseThreadStart+0x52 Thread ID: 5 System Thread ID: 2a0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: Unable to locate ASP page Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 2560 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 00c6fb68 770dec37 ntdll!NtRequestWaitReplyPort+0xb 01 00c6fb94 770ca2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 00c6fba0 77b13b2a RPCRT4!I_RpcSendReceive+0x2c 03 00c6fbc0 77b139f5 ole32!ThreadSendReceive+0xef 04 00c6fbd8 77b10aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 00c6fc18 77b1386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 00c6fc28 77a5c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 00c6fc88 77aa6af6 ole32!CAptRpcChnl::SendReceive+0xa9 08 00c6fce0 77120328 ole32!CCtxComChnl::SendReceive+0x124 09 00c6fcfc 77122b3f RPCRT4!NdrProxySendReceive+0x4c 0a 00c6ff44 77125f85 RPCRT4!NdrClientCall2+0x4f5 0b 00c6ff60 77107f6b RPCRT4!ObjectStublessClient+0x76 0c 00c6ff70 6b42212e RPCRT4!ObjectStubless+0xf 0d 00c6ffb4 77e7b2d8 COMSVCS!CEventDispatcher::GetEventServerInfoThread+0x10e 0e 00c6ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 6 System Thread ID: 508 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00cafee4 77e99d94 ntdll!NtDelayExecution+0xb 01 00caff04 77e99d5f KERNEL32!SleepEx+0x32 02 00caff10 6b3ff77a KERNEL32!Sleep+0xb 03 00caff80 780060ce COMSVCS!PostData+0xf2 04 00caffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 05 00caffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 7 System Thread ID: a48 Kernel Time: 0:0:7.734 User Time: 0:0:4.15 Thread Type: Other # ChildEBP RetAddr 00 00f2fe60 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 00f2feb0 77e0e97b KERNEL32!WaitForMultipleObjectsEx+0xea 02 00f2ff0c 77e0e9c8 USER32!MsgWaitForMultipleObjectsEx+0x153 03 00f2ff28 6e4dbc1d USER32!MsgWaitForMultipleObjects+0x1d 04 00f2ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7 05 00f2ffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 06 00f2ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 8 System Thread ID: a58 Kernel Time: 0:0:1.500 User Time: 0:0:1.31 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00f6fdfc 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 00f6fe70 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 00f6fe78 6b3ef171 ntdll!RtlEnterCriticalSection+0x46 03 00f6fe84 749ad0a7 COMSVCS!CAsyncCall::AsyncCall+0x61 04 00f6fe9c 7498d4e0 asp!CViperActivity::PostAsyncRequest+0x5b 05 00f6feb0 749a0ef4 asp!CHitObj::PostViperAsyncCall+0x8a 06 00f6ff08 749a109d asp!CSessionMgr::DeleteSession+0xb4 07 00f6ff28 749a11e5 asp!CSessionMgr::DeleteExpiredSessions+0xeb 08 00f6ff38 6e4dbddb asp!CSessionMgr::SessionKillerSchedulerCallback+0x22 09 00f6ff80 780060ce IisRTL!SchedulerWorkerThread+0x265 0a 00f6ffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 0b 00f6ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 9 System Thread ID: 9b4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0108ff50 77e85244 ntdll!NtRemoveIoCompletion+0xb 01 0108ff7c 6d5988db KERNEL32!GetQueuedCompletionStatus+0x27 02 0108ffb4 77e7b2d8 ISATQ!AtqPoolThread+0x40 03 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 10 System Thread ID: 9a0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 010cff50 77e85244 ntdll!NtRemoveIoCompletion+0xb 01 010cff7c 6d5988db KERNEL32!GetQueuedCompletionStatus+0x27 02 010cffb4 77e7b2d8 ISATQ!AtqPoolThread+0x40 03 010cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 11 System Thread ID: 548 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: Unable to locate ASP page No remote call being made # ChildEBP RetAddr 00 0124feb8 77e85244 ntdll!NtRemoveIoCompletion+0xb 01 0124fee4 77110976 KERNEL32!GetQueuedCompletionStatus+0x27 02 0124ff20 770e0e9e RPCRT4!COMMON_ProcessCalls+0x9e 03 0124ff74 770e0cd7 RPCRT4!LOADABLE_TRANSPORT::ProcessIOEvents+0x99 04 0124ff78 770c9a00 RPCRT4!ProcessIOEventsWrapper+0x9 05 0124ffa8 770d1c6d RPCRT4!BaseCachedThreadRoutine+0x4f 06 0124ffb4 77e7b2d8 RPCRT4!ThreadStartRoutine+0x18 07 0124ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 12 System Thread ID: 634 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 01e2fe74 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 01e2fec4 77e0e97b KERNEL32!WaitForMultipleObjectsEx+0xea 02 01e2ff20 77e0e9c8 USER32!MsgWaitForMultipleObjectsEx+0x153 03 01e2ff3c 74991086 USER32!MsgWaitForMultipleObjects+0x1d 04 01e2ff80 7800c9eb asp!CMTACallbackThread::Thread+0x42 05 01e2ffb4 77e7b2d8 MSVCRT!_beginthread+0xce 06 01e2ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 13 System Thread ID: 9b0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols or - Thread Type: PDM (Debugger) Thread. # ChildEBP RetAddr 00 01eafddc 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 01eafe2c 77e0e97b KERNEL32!WaitForMultipleObjectsEx+0xea 02 01eafe88 77e0e9c8 USER32!MsgWaitForMultipleObjectsEx+0x153 03 01eafea4 4a00886c USER32!MsgWaitForMultipleObjects+0x1d 04 01eaff88 4a008a85 pdm+0x886c 05 01eaffb0 4a008a09 pdm+0x8a85 06 01eaffb4 77e7b2d8 pdm+0x8a09 07 01eaffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 14 System Thread ID: 194 Kernel Time: 0:0:0.140 User Time: 0:0:0.421 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 01eefea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 01eeff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 01eeff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 01eeffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 01eeffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 15 System Thread ID: 9e4 Kernel Time: 0:0:0.93 User Time: 0:0:0.515 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 01fefe4c 77e99b35 ntdll!NtWaitForSingleObject+0xb 01 01fefe74 6b3f1b2f KERNEL32!WaitForSingleObjectEx+0x71 02 01fefea8 6b3f0b8d COMSVCS!STAThread::CreateApartment+0x151 03 01fefec8 6b3f2db5 COMSVCS!STAThread::BindToThisApartment+0x6d 04 01fefef0 6b3eef57 COMSVCS!AptReference::GetApartmentInfo+0x10f 05 01feff00 6b3f2008 COMSVCS!STAActivityWork::ChooseLocale+0x17 06 01feff18 6b3f1057 COMSVCS!STAThread::ChooseLocaleForWork+0x18 07 01feffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x30f 08 01feffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 16 System Thread ID: 9a4 Kernel Time: 0:0:0.109 User Time: 0:0:1.109 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\msxml4.dll - Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: ASP Executing Page: E:\INETPUB\CORIOLIS\CDC\FLOATS\CDCFLOATS.ASP # ChildEBP RetAddr 00 020adc5c 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 020adcd0 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 020adcd8 7846d161 ntdll!RtlEnterCriticalSection+0x46 03 020adf70 78465aad ntdll!LdrpLoadDll+0x64 04 020adf88 77e9042b ntdll!LdrLoadDll+0x17 05 020ae018 77aac32b KERNEL32!LoadLibraryExW+0x21b 06 020ae03c 77aac178 ole32!CClassCache::CDllPathEntry::LoadDll+0x6a 07 020ae06c 77aab8b8 ole32!CClassCache::CDllPathEntry::Create_rl+0x35 08 020ae2ac 77aad6b6 ole32!CClassCache::CClassEntry::CreateDllClassEntry_rl+0xbc 09 020ae2f0 77aad4ff ole32!CClassCache::GetClassObjectActivator+0x18c 0a 020ae31c 77aae83c ole32!CClassCache::GetClassObject+0x21 0b 020ae324 77aaf1cd ole32!CCGetClassObject+0x17 0c 020ae388 77afdfd1 ole32!CServerContextActivator::CreateInstance+0x178 0d 020ae3a4 77aaf9d7 ole32!ActivationPropertiesIn::DelegateCreateInstance+0x4a 0e 020ae3c8 77aaf5be ole32!CApartmentActivator::CreateInstance+0x3a 0f 020ae3e4 77aaf526 ole32!CProcessActivator::CCICallback+0x59 10 020ae404 77aaf435 ole32!CProcessActivator::AttemptActivation+0x2a 11 020ae448 77aaf3e6 ole32!CProcessActivator::ActivateByContext+0x4a 12 020ae470 77afdfd1 ole32!CProcessActivator::CreateInstance+0x32 13 020ae48c 77aaee9d ole32!ActivationPropertiesIn::DelegateCreateInstance+0x4a 14 020ae6d8 77afdfd1 ole32!CClientContextActivator::CreateInstance+0x80 15 020ae6f4 77ab071b ole32!ActivationPropertiesIn::DelegateCreateInstance+0x4a 16 020aee6c 77a5be6c ole32!ICoCreateInstanceEx+0x2df 17 020aee94 77a5be37 ole32!CoCreateInstanceEx+0x2b 18 020aeec4 749ad36f ole32!CoCreateInstance+0x35 19 020aeedc 7497f218 asp!ViperCreateInstance+0x16 1a 020aef00 7497f13a asp!CComponentObject::TryInstantiate+0x76 1b 020aef48 74980681 asp!CComponentObject::Instantiate+0x42 1c 020aef60 749ab5c7 asp!CPageComponentManager::AddScopedUnnamedInstantiated+0x58 1d 020aefa8 7499ec0d asp!CTypelibCache::CreateComponent+0x15a 1e 020aefdc 779c7b9d asp!CServer::CreateObject+0x5c 1f 020aeffc 77a12c42 OLEAUT32!DispCallFunc+0x15d 20 020af08c 7499f633 OLEAUT32!CTypeInfo2::Invoke+0x244 21 020af0b4 759ec29c asp!CDispatchImpl<IServer>::Invoke+0x4b 22 020af11c 759ef45c vbscript!CatchIDispatchInvoke+0x56 23 020af228 759d3c22 vbscript!InvokeDispatch+0x302 24 020af270 759d28d7 vbscript!GetDispatchDispID+0x1e0 25 020af2a0 69b23f85 vbscript!CScriptRuntime::Run+0x3106 WARNING: Stack unwind information not available. Following frames may be wrong. 26 020af354 00000001 msxml4!DllGetClassObject+0xaed Thread ID: 17 System Thread ID: 920 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0214fc58 78482896 ntdll!RtlAllocateHeap+0x69 01 0214fc74 784817c5 ntdll!RtlpForceAllocateTPHeap+0x1c 02 0214fc94 78482066 ntdll!RtlpFireTimers+0xaf 03 0214fcc0 78471a63 ntdll!RtlpServiceTimer+0x1bb 04 0214ffb4 77e7b2d8 ntdll!KiUserApcDispatcher+0x7 05 0214ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 18 System Thread ID: 998 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0298ff20 784807b7 ntdll!NtRemoveIoCompletion+0xb 01 0298ffb4 77e7b2d8 ntdll!RtlpWorkerThread+0x6b 02 0298ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 19 System Thread ID: 144 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 035cff5c 77e99b35 ntdll!NtWaitForSingleObject+0xb 01 035cff84 77e7b32b KERNEL32!WaitForSingleObjectEx+0x71 02 035cff94 1f9cbbce KERNEL32!WaitForSingleObject+0xf 03 035cffb4 77e7b2d8 oledb32!ReleaseResourceThread+0x57 04 035cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 20 System Thread ID: 988 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0360ff58 77e99b35 ntdll!NtWaitForSingleObject+0xb 01 0360ff80 77e7b32b KERNEL32!WaitForSingleObjectEx+0x71 02 0360ff90 1f9cbecb KERNEL32!WaitForSingleObject+0xf 03 0360ffb4 77e7b2d8 oledb32!ResetResourceThread+0x85 04 0360ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 21 System Thread ID: a14 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols or - Thread Status: Thread is in a WAIT state. Thread Type: Oracle Query. Possible ASP Page. Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0364fb30 77e99b35 ntdll!NtWaitForSingleObject+0xb 01 0364fb58 77e7b32b KERNEL32!WaitForSingleObjectEx+0x71 02 0364fb68 1f78b346 KERNEL32!WaitForSingleObject+0xf 03 0364fb84 1f785bec msorcl32!TermOCIWorkerThread+0x4e 04 0364fbc0 1f785b15 msorcl32!SQLInternalDisconnect+0xa3 05 0364fbd8 1f7caca7 msorcl32!SQLDisconnect+0x59 WARNING: Stack unwind information not available. Following frames may be wrong. 06 0364fbf8 1f6bb961 ODBC32!SQLDisconnect+0x8e 07 1f7f0000 00000000 msdasql!CODBCHandle::OHDisconnect+0x30 Thread ID: 22 System Thread ID: 348 Kernel Time: 0:0:0.15 User Time: 0:0:0.15 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0419f604 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0419f678 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0419f680 6b3ef171 ntdll!RtlEnterCriticalSection+0x46 03 0419f68c 749ad0a7 COMSVCS!CAsyncCall::AsyncCall+0x61 04 0419f6a4 7498d4e0 asp!CViperActivity::PostAsyncRequest+0x5b 05 0419f6b8 7498c200 asp!CHitObj::PostViperAsyncCall+0x8a 06 0419f6dc 749841bd asp!CHitObj::NewBrowserRequest+0xda 07 0419f710 749851b6 asp!HandleHit+0x128 08 0419f728 65b32188 asp!HttpExtensionProc+0x3d 09 0419f73c 65b32119 wam!HSE_APPDLL::ExecuteRequest+0x93 0a 0419f770 65b31af8 wam!WAM::InvokeExtension+0x35 0b 0419f7b4 77107f50 wam!WAM::ProcessRequest+0x240 0c 0419f7dc 77125ad7 RPCRT4!Invoke+0x30 0d 0419fa54 7711f77e RPCRT4!NdrStubCall2+0x655 0e 0419fab8 77b12546 RPCRT4!CStdStubBuffer_Invoke+0xc8 0f 0419fafc 77b12821 ole32!SyncStubInvoke+0x61 10 0419fb44 77aa6eb4 ole32!StubInvoke+0xa8 11 0419fba8 77a99a01 ole32!CCtxComChnl::ContextInvoke+0xbb 12 0419fbc4 77b1242b ole32!MTAInvoke+0x18 13 0419fbf4 77b12b56 ole32!AppInvoke+0xb5 14 0419fcb4 77b10360 ole32!ComInvokeWithLockAndIPID+0x29e 15 0419fcf4 770e2116 ole32!ThreadInvoke+0x1b7 16 0419fd2c 770c7ee1 RPCRT4!DispatchToStubInC+0x32 17 0419fd84 770c7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 18 0419fda4 770c8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 19 0419fdd4 770e8b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 1a 0419fe10 770e713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 1b 0419fe28 770e7649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 1c 0419ff74 770e6d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 1d 0419ff78 770c9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 1e 0419ffa8 770d1c6d RPCRT4!BaseCachedThreadRoutine+0x4f 1f 0419ffb4 77e7b2d8 RPCRT4!ThreadStartRoutine+0x18 20 0419ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 23 System Thread ID: 8f0 Kernel Time: 0:0:0.78 User Time: 0:0:0.421 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 7a4 Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0743fb84 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0743fbf8 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0743fc00 6601760b ntdll!RtlEnterCriticalSection+0x46 03 0743fe78 66016fef MSVBVM60!TipUnloadProject+0x30 04 0743fe8c 66016d2e MSVBVM60!ProjFDeleteThread+0x6e 05 0743fea8 66088589 MSVBVM60!CVBThreadAction::CleanupProjData+0x6c 06 0743feb8 6603f88e MSVBVM60!CThreadPool::CleanupAtDllDetach+0x14 07 0743fed0 78467fcc MSVBVM60!UserDllMain_38+0x39 08 0743fef8 7846a9c7 ntdll!LdrpCallInitRoutine+0x14 09 0743ff4c 77e9b0ed ntdll!LdrShutdownThread+0xa3 0a 0743ffb4 77e7b307 KERNEL32!ExitThread+0x53 0b 0743ffec 00000000 KERNEL32!BaseThreadStart+0x81 Thread ID: 24 System Thread ID: 630 Kernel Time: 0:0:0.125 User Time: 0:0:0.578 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 07d1fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 07d1ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 07d1ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 07d1ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 07d1ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 25 System Thread ID: 7a4 Kernel Time: 0:0:0.62 User Time: 0:0:0.406 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 082af70c 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 082af780 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 082af788 7846d595 ntdll!RtlEnterCriticalSection+0x46 03 082af82c 77e90537 ntdll!LdrUnloadDll+0x5f 04 082af83c 6601b4cf KERNEL32!FreeLibrary+0x3b 05 082af844 660de08e MSVBVM60!ReleaseLibrary+0x11 06 082af854 6601389d MSVBVM60!FreeProjExecContext_245+0x4c 07 082af874 66044fa7 MSVBVM60!epiExeRoot::VisitExeRes+0x27 08 082afaf0 66017996 MSVBVM60!FreeProjExecContext_33+0x8f 09 082afb00 66017652 MSVBVM60!DestroyProjExecContext+0x59 0a 082afd78 66016fef MSVBVM60!TipUnloadProject+0x77 0b 082afd8c 66016d2e MSVBVM60!ProjFDeleteThread+0x6e 0c 082afda8 6602c7d0 MSVBVM60!CVBThreadAction::CleanupProjData+0x6c 0d 082afdc8 6602c772 MSVBVM60!CThreadPool::CheckForProjectUnload+0x39 0e 082afdd8 6602c72b MSVBVM60!VBDllCanUnloadNow+0x3d 0f 082afe00 660103e2 MSVBVM60!CThreadPool::CheckDllTermination+0x85 10 082afe3c 660101fe MSVBVM60!FnwpMainFilter+0x1c6 11 082afe5c 77e2a244 MSVBVM60!FnwpMain+0x19 12 082afe7c 77e045e5 USER32!UserCallWinProc+0x18 13 082aff08 77e0a792 USER32!DispatchMessageWorker+0x2e4 14 082aff14 6b3f14c5 USER32!DispatchMessageW+0xb 15 082aff24 6b3f11ad COMSVCS!STAMessageWork::DoWork+0x15 16 082affb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x465 17 082affec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 26 System Thread ID: 628 Kernel Time: 0:0:0.46 User Time: 0:0:0.171 *** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\components\coriolis\bin\cdcmaps.dll - Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: ASP Executing Page: E:\INETPUB\CORIOLIS\CDC\PROJECTS\CDCFLOSTRALFLOATSMAPS.ASP # ChildEBP RetAddr 00 08e4e14c 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 08e4e1c0 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 08e4e1c8 77e90642 ntdll!RtlEnterCriticalSection+0x46 03 08e4e22c 77e90751 KERNEL32!GetModuleFileNameW+0xad 04 08e4e258 660d5454 KERNEL32!GetModuleFileNameA+0x44 05 08e4e580 660d5abd MSVBVM60!LoadExeTypelib+0x2a 06 08e4e594 660e2f59 MSVBVM60!BASIC_CLASS::PRIVATE_UNKNOWN::GetClassInfoA+0x32 07 08e4e5c4 04d01f29 MSVBVM60!rtcTypeName+0x207 WARNING: Stack unwind information not available. Following frames may be wrong. 08 08e4e6dc 779c7b9d cdcmaps!DllCanUnloadNow+0xa1ef 09 08e4e6fc 6602a34b OLEAUT32!DispCallFunc+0x15d 0a 08e4f058 6602a144 MSVBVM60!EpiInvokeMethod+0x1e1 0b 08e4f0b4 759ec29c MSVBVM60!BASIC_CLASS_Invoke+0x52 0c 08e4f11c 759ef45c vbscript!CatchIDispatchInvoke+0x56 0d 08e4f228 759d3c22 vbscript!InvokeDispatch+0x302 0e 08e4f270 759d28d7 vbscript!GetDispatchDispID+0x1e0 0f 08e4f29c 69b8ee0a vbscript!CScriptRuntime::Run+0x3106 10 00000001 00000000 msxml4!DllUnregisterServer+0xcc1a Thread ID: 27 System Thread ID: a8c Kernel Time: 0:0:0.31 User Time: 0:0:0.328 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 08f6fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 08f6ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 08f6ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 08f6ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 08f6ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 28 System Thread ID: 8f8 Kernel Time: 0:0:0.31 User Time: 0:0:0.78 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0906fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0906ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0906ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 0906ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 0906ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 29 System Thread ID: a94 Kernel Time: 0:0:0.109 User Time: 0:0:0.453 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0924f62c 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0924f6a0 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0924f6a8 77e90642 ntdll!RtlEnterCriticalSection+0x46 03 0924f70c 77e90751 KERNEL32!GetModuleFileNameW+0xad 04 0924f738 6601e97e KERNEL32!GetModuleFileNameA+0x44 05 0924f850 6601e912 MSVBVM60!LoadIntlDLL+0x21 06 0924f864 6601e8d9 MSVBVM60!_GlobalFontsFromIntlData+0x28 07 0924f880 6601e867 MSVBVM60!_GetGlobalFontsForProject+0x5d 08 0924f88c 6601e84e MSVBVM60!PfontForm+0x17 09 0924f89c 6601e2d5 MSVBVM60!CCreErrAssignFont+0x62 0a 0924f8c4 6601e104 MSVBVM60!_CCreErrCreateCtlStructHxmod+0x183 0b 0924f8f0 6602d007 MSVBVM60!CCreErrCreateCtlStruct+0x36 0c 0924f924 660d45bb MSVBVM60!CCreErrCreateCtl+0x29 0d 0924f95c 660d4673 MSVBVM60!ErrCreatePrinterObjects+0x32 0e 0924f968 6603b71c MSVBVM60!CVBApplication::hctlPrint+0xf 0f 0924f9a4 660101fe MSVBVM60!FnwpMainFilter_32+0x253 10 0924f9c4 77e2a244 MSVBVM60!FnwpMain+0x19 11 0924f9e4 77e04730 USER32!UserCallWinProc+0x18 12 0924fa00 77e1d92d USER32!DispatchClientMessage+0x4b 13 0924fa30 78471a7f USER32!__fnINSTRING+0x35 14 0924fa80 77e047ef ntdll!KiUserCallbackDispatcher+0x13 15 0924faa8 77e0a84f USER32!_PeekMessage+0x72 16 0924fad4 77a65fc4 USER32!PeekMessageW+0xba 17 0924fb00 77a661d1 ole32!CCliModalLoop::MyPeekMessage+0x24 18 0924fb40 77a66282 ole32!CCliModalLoop::PeekRPCAndDDEMessage+0x2d 19 0924fb74 77a66031 ole32!CCliModalLoop::FindMessage+0x34 1a 0924fbac 77a997c1 ole32!CCliModalLoop::HandleWakeForMsg+0x30 1b 0924fbc0 77a9a902 ole32!CCliModalLoop::BlockFn+0xaa 1c 0924fc24 77a9c4a1 ole32!CoWaitForMultipleHandles+0xee 1d 0924fc74 65b35fdf ole32!CGIPTable::RevokeInterfaceFromGlobal+0xb3 1e 0924fc80 65b35f79 wam!WAM_EXEC_BASE::RevokeIWamRequest+0x11 1f 0924fc94 65b31210 wam!WAM_EXEC_BASE::CleanupWamExecBase+0x33 20 0924fca4 65b36e47 wam!WAM_EXEC_INFO::Release+0x96 21 0924fcb0 749acf70 wam!WAM_EXEC_INFO::ISAThreadNotify+0x85 22 0924fcc8 6b3f214a asp!CViperAsyncRequest::OnCall+0x8c 23 0924fcd0 77a91df2 COMSVCS!STAActivityWorkHelper+0xa 24 0924fd14 77a91c16 ole32!EnterForCallback+0x6a 25 0924fe40 77a91ad9 ole32!SwitchForCallback+0x12b 26 0924fe68 77a96533 ole32!PerformCallback+0x50 27 0924fed4 77a9638c ole32!CObjectContext::InternalContextCallback+0x10d 28 0924fef4 6b3eeff3 ole32!CObjectContext::DoCallback+0x1a 29 0924ff24 6b3f11ad COMSVCS!STAActivityWork::DoWork+0x73 2a 0924ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x465 2b 0924ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 30 System Thread ID: 620 Kernel Time: 0:0:0.46 User Time: 0:0:0.140 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0944fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0944ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0944ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 0944ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 0944ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 31 System Thread ID: 618 Kernel Time: 0:0:0.31 User Time: 0:0:0.234 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 09d4fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 09d4ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 09d4ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 09d4ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 09d4ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 32 System Thread ID: 5f0 Kernel Time: 0:0:0.15 User Time: 0:0:0.156 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 09e8fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 09e8ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 09e8ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 09e8ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 09e8ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 33 System Thread ID: 854 Kernel Time: 0:0:0.46 User Time: 0:0:0.234 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 9e4 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0a57fea4 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0a57ff18 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0a57ff20 6b3f0f35 ntdll!RtlEnterCriticalSection+0x46 03 0a57ffb4 77e7b2d8 COMSVCS!STAThread::STAThreadWorker+0x1ed 04 0a57ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 34 System Thread ID: 5a8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Other # ChildEBP RetAddr 00 0a7dfe78 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0a7dfeec 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0a7dfef4 7846d595 ntdll!RtlEnterCriticalSection+0x46 03 0a7dff98 77e9056a ntdll!LdrUnloadDll+0x5f 04 0a7dffa0 77aa4682 KERNEL32!FreeLibraryAndExitThread+0x1b 05 0a7dffb4 77e7b2d8 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x34 06 0a7dffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 35 System Thread ID: 9c8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Oracle Query. Possible ASP Page. Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0ac1fe14 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0ac1fe88 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0ac1fe90 7846a95c ntdll!RtlEnterCriticalSection+0x46 03 0ac1fed8 77e9b0ed ntdll!LdrShutdownThread+0x38 04 0ac1ff40 780061c4 KERNEL32!ExitThread+0x53 05 0ac1ff4c 1f78b225 MSVCRT!_endthreadex+0x30 06 0ac1ff80 780060ce msorcl32!OCIWorkerThreadFunc+0x9c 07 0ac1ffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 08 0ac1ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 36 System Thread ID: acc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Other # ChildEBP RetAddr 00 0ae9fe78 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0ae9feec 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0ae9fef4 7846d595 ntdll!RtlEnterCriticalSection+0x46 03 0ae9ff98 77e9056a ntdll!LdrUnloadDll+0x5f 04 0ae9ffa0 77aa4682 KERNEL32!FreeLibraryAndExitThread+0x1b 05 0ae9ffb4 77e7b2d8 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x34 06 0ae9ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 37 System Thread ID: 9cc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Oracle Query. Possible ASP Page. Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0af1fe74 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 0af1fec4 77e0e97b KERNEL32!WaitForMultipleObjectsEx+0xea 02 0af1ff20 77e0e9c8 USER32!MsgWaitForMultipleObjectsEx+0x153 03 0af1ff3c 1f78b1c6 USER32!MsgWaitForMultipleObjects+0x1d 04 0af1ff80 780060ce msorcl32!OCIWorkerThreadFunc+0x3d 05 0af1ffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 06 0af1ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 38 System Thread ID: 9bc Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Oracle Query. Possible ASP Page. Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0af9fe74 77e99d00 ntdll!ZwWaitForMultipleObjects+0xb 01 0af9fec4 77e0e97b KERNEL32!WaitForMultipleObjectsEx+0xea 02 0af9ff20 77e0e9c8 USER32!MsgWaitForMultipleObjectsEx+0x153 03 0af9ff3c 1f78b1c6 USER32!MsgWaitForMultipleObjects+0x1d 04 0af9ff80 780060ce msorcl32!OCIWorkerThreadFunc+0x3d 05 0af9ffb4 77e7b2d8 MSVCRT!_beginthreadex+0xca 06 0af9ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 39 System Thread ID: a90 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Other # ChildEBP RetAddr 00 0b02fc24 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0b02fc98 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0b02fca0 78463911 ntdll!RtlEnterCriticalSection+0x46 03 0b02fd1c 78471a63 ntdll!LdrpInitialize+0x1a7 04 00000000 00000000 ntdll!KiUserApcDispatcher+0x7 Thread ID: 40 System Thread ID: 5f8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Other # ChildEBP RetAddr 00 0b06fc24 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0b06fc98 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0b06fca0 78463911 ntdll!RtlEnterCriticalSection+0x46 03 0b06fd1c 78471a63 ntdll!LdrpInitialize+0x1a7 04 00000000 00000000 ntdll!KiUserApcDispatcher+0x7 Thread ID: 41 System Thread ID: 3a4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 8f0 Thread Type: Other # ChildEBP RetAddr 00 0b0afc24 7846f1e5 ntdll!NtWaitForSingleObject+0xb 01 0b0afc98 78467e86 ntdll!RtlpWaitForCriticalSection+0x9e 02 0b0afca0 78463911 ntdll!RtlEnterCriticalSection+0x46 03 0b0afd1c 78471a63 ntdll!LdrpInitialize+0x1a7 04 00000000 00000000 ntdll!KiUserApcDispatcher+0x7 *****SUMMARY***** IISState has detected that the process is most likely in a hung state. This is most likely the result of VB COM objects not being compiled with both Unattended Execution and Retain in Memory set. This is documented in MS KB article: Q241896. To address this problem please perform the following steps: 1. Recompile all VB COM objects with both Unattended Execution and Retain in Memory set in the Project Settings. 2. Download and install the latest VB runtime (MSVBVM60.dll). Please see http://www.microsoft.com/downloads for more information. This will not prevent the hang but may prevent other issues. 3. <OPTIONAL> It is strongly recommended that when the DLL(s) are recompiled that the symbols be compiled as well. This will make them available should other issues occur in the future. Closing open log file C:\temp\iisstate\output\IISState-2576.log -- Tag: Exact phrase. Searching. Tag: 302303
      • 3
        • IIS 5 (anonymous user) access to Novell Netware (5.1) fileserver? Hi, Have one problem: In IIS 5 and one virtual directory there that I have created there I have choosen to use a local user on the Win 2000 Server. This Win 2000 server is logged on Novell Netware (Novell Client 4.83 is in use). This user that we use in Windows 2000 Server account is also in Novell Netware (5.1) with same password as in Windows 2000 server. All permissions on the folder in Novell Netware file server is OK (the Novell Administrator has done that part) but the IIS user can not "see" the files on the Novell file server. There is no problem to access the Novell file server folder via File manager (Explorer) from Win 2000 server. The problem is IIS -> Novell file server. I'm not quite sure how the local user that IIS use in the Win 200 Server can be granted access to the Novell file server since the log on to Novell Netware is a separate thing. Win 2000 Server: local user ->IIS-> Novell file server This does not work... There is abosolutely no problem when Novell is not involved, for example in an NT domain or AD and access to a folder on a file server ther -that is tested. Does it matter what user we are logged in locally on the Win 2000 server? (we are no logged in as the user we use in IIS and this user is member ofl ocal Administrators group on the Win 2000 server). /Bo Tag: Exact phrase. Searching. Tag: 302295
      • 4
        • Access to winnt\system32 outside of my document-root Hi! I'm a totally IIS Newbie: I have a Python-CGI Script installed, which needs to execute a "diff" command. This is done by the Python-Call popen(...). Unforunatly Python uses internally always the string "C:\\WINNT\\system32\\cmd.exe /c diff -u <file_1> <file_2>". If I execute the python-Script from command-line, everything works fine. Diff is installed. My Problem now is, that i always get the error: "access denied (5)" as the return of my python script. Can it be, that the IIS is not allowed to execute programs outside of the webroot in its default configuration? If yes, how can I configure the IIS in order to have access to winnt\system32? IF no, why can't i execute cmd.exe? IIS-Version: 5.0 Thanks, Leo Tag: Exact phrase. Searching. Tag: 302293
      • 5
        • accessing data Hi all, Please bear with me as this may seem like an obvious question. Essentially we are looking to produce a small web site, that will allow users to post data to a database and recieve data from a database. Whilst I have been able to do this as an intranet. I am concerned and this is where my knowledge fails me, as to how this would work if it was published on the web server that sits outside of our firewall (our public server). Essentially, what I am looking for is information (idiots guide on how this works) essentially as far as I can see we need the clients to log on to the site from the internet and interract with a database that sits behind our firewall. Hope this doesnt sound to confusing, but i guess im a little confused myself. Appreciate any help with this matter. Regards Ian Tag: Exact phrase. Searching. Tag: 302280
      • 6
        • Problems with FTP server. Hi, For reasons I have been unable to determine, sometimes people are unable to log onto my virtual FTP server with a GUI FTP client. But at the same time they can via command line clients? This is reproducible on the server and since this strange behavior happens to many people I think it is a WIN2k server thing? Any ideas ? Thanks, S Tag: Exact phrase. Searching. Tag: 302277
      • 7
        • IIS log interpretation Hello! I have had problems for a long time with IIS hanging now and then. Have tried with rebooting the server every morning, installed IIS recycle tool, and a lot of other stuff but nothing seems to do the trick. Finally, I installed IISState and captured a dump file the last time it hung up... and now I put my last hope to you guys in this group that you can help me interpret the log file. I would appreciate any help!!!! Regards, Pär Andreasson Opened log file 'C:\iisstate\output\IISState-1656.log' *********************** Starting new log output IISState version 3.1 Tue Sep 09 09:21:07 2003 OS = Windows 2000 Executable: inetinfo.exe PID = 1656 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 674 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\ntdll.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\ADVAPI32.dll - *** ERROR: Module load completed but symbols could not be loaded for C:\WINNT\System32\inetsrv\inetinfo.exe Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0006f910 77db2252 ntdll!NtReadFile+0xb 01 0006f93c 77db20f2 ADVAPI32!StartServiceCtrlDispatcherW+0x4ad 02 0006f9b8 77db27a0 ADVAPI32!StartServiceCtrlDispatcherW+0x34d 03 0006fbf4 01002884 ADVAPI32!StartServiceCtrlDispatcherA+0x72 04 0006fd30 01001e94 inetinfo+0x2884 05 77e19da5 2474ff50 inetinfo+0x1e94 06 0c24448d 00000000 0x2474ff50 Thread ID: 1 System Thread ID: 68c Kernel Time: 0:0:0.31 User Time: 0:0:0.31 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\KERNEL32.dll - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 005dfd44 77e87837 ntdll!NtWaitForSingleObject+0xb 01 00000001 00000000 KERNEL32!WaitForSingleObject+0xf Thread ID: 2 System Thread ID: 6a8 Kernel Time: 0:3:6.515 User Time: 0:1:23.359 Opened log file 'C:\iisstate\output\IISState-1656.log' *********************** Starting new log output IISState version 3.1 Tue Sep 09 09:22:58 2003 OS = Windows 2000 Executable: inetinfo.exe PID = 1656 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 674 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\ntdll.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\ADVAPI32.dll - *** ERROR: Module load completed but symbols could not be loaded for C:\WINNT\System32\inetsrv\inetinfo.exe Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0006f910 77db2252 ntdll!NtReadFile+0xb 01 0006f93c 77db20f2 ADVAPI32!StartServiceCtrlDispatcherW+0x4ad 02 0006f9b8 77db27a0 ADVAPI32!StartServiceCtrlDispatcherW+0x34d 03 0006fbf4 01002884 ADVAPI32!StartServiceCtrlDispatcherA+0x72 04 0006fd30 01001e94 inetinfo+0x2884 05 77e19da5 2474ff50 inetinfo+0x1e94 06 0c24448d 00000000 0x2474ff50 Thread ID: 1 System Thread ID: 68c Kernel Time: 0:0:0.31 User Time: 0:0:0.31 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\KERNEL32.dll - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 005dfd44 77e87837 ntdll!NtWaitForSingleObject+0xb 01 00000001 00000000 KERNEL32!WaitForSingleObject+0xf Thread ID: 2 System Thread ID: 6a8 Kernel Time: 0:3:6.515 User Time: 0:1:23.359 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\USER32.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\IisRTL.DLL - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0076feb0 77e12a00 ntdll!NtWaitForMultipleObjects+0xb 01 0076ff0c 77e12a77 USER32!MsgWaitForMultipleObjectsEx+0xe4 02 0076ff28 6e5a2399 USER32!MsgWaitForMultipleObjects+0x1d 03 00233b70 000003e9 IisRTL!ScheduleAdjustTime+0xe6 Thread ID: 3 System Thread ID: 6ac Kernel Time: 0:3:24.437 User Time: 0:1:17.15 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 007afeb0 77e12a00 ntdll!NtWaitForMultipleObjects+0xb 01 007aff0c 77e12a77 USER32!MsgWaitForMultipleObjectsEx+0xe4 02 007aff28 6e5a2399 USER32!MsgWaitForMultipleObjects+0x1d 03 00233c20 000003ea IisRTL!ScheduleAdjustTime+0xe6 Thread ID: 4 System Thread ID: 6e8 Kernel Time: 0:0:0.62 User Time: 0:0:0.31 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\INFOCOMM.DLL - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 00e6fc6c 77e12a00 ntdll!NtWaitForMultipleObjects+0xb 01 00e6fcc8 77e12a77 USER32!MsgWaitForMultipleObjectsEx+0xe4 02 00e6fce4 769c7673 USER32!MsgWaitForMultipleObjects+0x1d 03 00c6b654 00000000 INFOCOMM!IIS_SERVICE::StartServiceOperation+0x209 Thread ID: 5 System Thread ID: 55c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\ISATQ.DLL - Thread Type: HTTP Listener # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 00faff88 6d70b6fd ntdll!NtRemoveIoCompletion+0xb 01 00faffb4 77e887dd ISATQ!AtqStopAndCloseEndpoint+0x11ed 02 00faffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 6 System Thread ID: 6ec Kernel Time: 0:0:0.531 User Time: 0:0:0.31 Thread Type: HTTP Listener # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 00feff7c 6d7021b4 ntdll!NtRemoveIoCompletion+0xb 01 77deec86 ece868ff ISATQ!AtqWriteSocket+0x446 02 6aec8b55 00000000 0xece868ff Thread ID: 7 System Thread ID: 6f0 Kernel Time: 0:0:0.687 User Time: 0:0:0.125 Thread Type: HTTP Listener # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0104ff7c 6d7021b4 ntdll!NtRemoveIoCompletion+0xb 01 77deec86 ece868ff ISATQ!AtqWriteSocket+0x446 02 6aec8b55 00000000 0xece868ff Thread ID: 8 System Thread ID: 70c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0140fd70 77e8a31d ntdll!NtWaitForMultipleObjects+0xb 01 0140ffb4 77e887dd KERNEL32!WaitForMultipleObjects+0x17 02 0140ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 9 System Thread ID: 710 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\RPCRT4.DLL - Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\ole32.dll - OLE32.dll Symbols not found. Unable to proceed with DCOM check. Continuing other analysis. # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0145fee4 77d40090 ntdll!NtRemoveIoCompletion+0xb 01 0145ff20 77d48565 RPCRT4!PerformRpcInitialization+0xc9c 02 0145ff74 77d48444 RPCRT4!NdrClientContextUnmarshall+0x163 03 0145ffa8 77d424da RPCRT4!NdrClientContextUnmarshall+0x42 04 0145ffb4 77e887dd RPCRT4!NdrConformantArrayMemorySize+0x6a0 05 0145ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 10 System Thread ID: 230 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0149ff84 77e87837 ntdll!NtWaitForSingleObject+0xb 01 77f8313c 8b000000 KERNEL32!WaitForSingleObject+0xf 02 180d8b64 00000000 0x8b000000 Thread ID: 11 System Thread ID: 784 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\w3svc.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0150fec4 77e12a00 ntdll!NtWaitForMultipleObjects+0xb 01 0150ff20 77e12a77 USER32!MsgWaitForMultipleObjectsEx+0xe4 02 0150ff3c 65f38404 USER32!MsgWaitForMultipleObjects+0x1d 03 0150ff80 7800c9eb w3svc!WamDictatorDumpInfo+0x5076 04 0150ffb4 77e887dd MSVCRT!beginthread+0xce 05 0150ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 12 System Thread ID: 788 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0154fef8 77e12a00 ntdll!NtWaitForMultipleObjects+0xb 01 0154ff54 77e12a77 USER32!MsgWaitForMultipleObjectsEx+0xe4 02 0154ff70 65f2f9a8 USER32!MsgWaitForMultipleObjects+0x1d 03 0154ffb4 77e887dd w3svc!ServiceEntry+0xf1b 04 0154ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 13 System Thread ID: 7b0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\msafd.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\WS2_32.DLL - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\inetsloc.dll - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0168fd1c 74fd7ee6 ntdll!NtWaitForSingleObject+0xb 01 0168fe08 75031da9 msafd!WSPSetSockOpt+0x59bb 02 0168fe6c 6e2b3b6e WS2_32!select+0xcb 03 0168ffb4 77e887dd inetsloc!TerminateSvcLocator+0xbe8 04 0168ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 14 System Thread ID: 510 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Listener # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 016cfe38 74fd7ee6 ntdll!NtWaitForSingleObject+0xb 01 016cff24 75031da9 msafd!WSPSetSockOpt+0x59bb 02 016cff88 6d707203 WS2_32!select+0xcb 03 00c8cd74 000004b8 ISATQ!SetIISCapTraceFlag+0x1cdb Thread ID: 15 System Thread ID: 518 Kernel Time: 0:0:0.156 User Time: 0:0:0.46 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. OLE32.dll Symbols not found. Unable to proceed with DCOM check. Continuing other analysis. # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0806ff74 77d420d9 ntdll!NtReplyWaitReceivePortEx+0xb 01 0806ffa8 77d424da RPCRT4!NdrConformantArrayMemorySize+0x29f 02 0806ffb4 77e887dd RPCRT4!NdrConformantArrayMemorySize+0x6a0 03 0806ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 16 System Thread ID: 4bc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. OLE32.dll Symbols not found. Unable to proceed with DCOM check. Continuing other analysis. # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 09a5ff74 77d420d9 ntdll!NtReplyWaitReceivePortEx+0xb 01 09a5ffa8 77d424da RPCRT4!NdrConformantArrayMemorySize+0x29f 02 09a5ffb4 77e887dd RPCRT4!NdrConformantArrayMemorySize+0x6a0 03 09a5ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Thread ID: 17 System Thread ID: 40c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. OLE32.dll Symbols not found. Unable to proceed with DCOM check. Continuing other analysis. # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 09b1ff74 77d420d9 ntdll!NtReplyWaitReceivePortEx+0xb 01 09b1ffa8 77d424da RPCRT4!NdrConformantArrayMemorySize+0x29f 02 09b1ffb4 77e887dd RPCRT4!NdrConformantArrayMemorySize+0x6a0 03 09b1ffec 00000000 KERNEL32!GetModuleFileNameA+0x1d1 Closing open log file C:\iisstate\output\IISState-1656.log Tag: Exact phrase. Searching. Tag: 302261
      • 8
        • IISState Analysis what's wrong the perl in this log ? -- Opened log file 'C:\iisstate\output\IISState-1072.log' *********************** Starting new log output IISState version 3.1 Wed Sep 10 15:06:59 2003 OS = Windows 2000 Executable: dllhost.exe PID = 1072 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 51c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0006fd28 77e7c4c2 ntdll!NtWaitForSingleObject+0xb 01 0006fd50 77e71b1b KERNEL32!WaitForSingleObjectEx+0x71 02 0006fd60 77a8a473 KERNEL32!WaitForSingleObject+0xf 03 0006fd80 77a89c81 ole32!CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f 04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169 05 0006ff24 010014c6 dllhost!WinMain+0xb0 06 0006ffc0 77e687f5 dllhost!WinMainCRTStartup+0x156 07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d Thread ID: 1 System Thread ID: 710 Kernel Time: 0:0:9.468 User Time: 0:0:5.359 *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols or - *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols or - Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 008fe130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 008fe15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 008fe168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 008fe188 77b039f5 ole32!ThreadSendReceive+0xef 04 008fe1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 008fe1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 008fe1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 008fe250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 008fe2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 008fe2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 008fe50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 008fe528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 008fe538 65448459 RPCRT4!ObjectStubless+0xf 0d 008fe570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 008fe590 281a2bed perlis+0x17b0 0f 008fe5b0 281a22ea perlis+0x2bed 10 008fe5e4 280878f4 perlis+0x22ea 11 008fe624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 008fe640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 008fe65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 008fe680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 008fe6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 008fe6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 008fe76c 281a2863 Perl58!Perl_runops_standard+0xc 18 008fe79c 281a38d6 perlis+0x2863 19 008febc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 008ff728 65441f30 perlis!HttpExtensionProc+0x173 1b 008ff73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 008ff770 65441b06 wam!WAM::InvokeExtension+0x35 1d 008ff7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 008ff7dc 78755ad7 RPCRT4!Invoke+0x30 1f 008ffa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 008ffab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 008ffafc 77b02821 ole32!SyncStubInvoke+0x61 22 008ffb44 77a96eb4 ole32!StubInvoke+0xa8 23 008ffba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 008ffbc4 77b0242b ole32!MTAInvoke+0x18 25 008ffbf4 77b02b56 ole32!AppInvoke+0xb5 26 008ffcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 008ffcf4 78712116 ole32!ThreadInvoke+0x1b7 28 008ffd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 008ffd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 008ffda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 008ffdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 008ffe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 008ffe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 008fff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 008fff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 008fffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 008fffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 2 System Thread ID: 2e8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0093ff5c 77e7aca5 ntdll!NtDelayExecution+0xb 01 0093ff7c 77e7ac79 KERNEL32!SleepEx+0x32 02 0093ff88 77a9862f KERNEL32!Sleep+0xb 03 0093ff90 77a94710 ole32!CROIDTable::WorkerThreadLoop+0xc 04 0093ffa8 77a94668 ole32!CRpcThread::WorkerLoop+0x22 05 0093ffb4 77e6987c ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 0093ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 3 System Thread ID: 7fc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0097ff30 77a9af9f USER32!NtUserGetMessage+0xb 01 0097ff70 77a9aeed ole32!CDllHost::STAWorkerLoop+0x40 02 0097ff8c 77a9ae28 ole32!CDllHost::WorkerThread+0xc2 03 0097ff90 77a94710 ole32!DLLHostThreadEntry+0x9 04 0097ffa8 77a94668 ole32!CRpcThread::WorkerLoop+0x22 05 0097ffb4 77e6987c ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 0097ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 4 System Thread ID: 72c Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Type: Other # ChildEBP RetAddr 00 00a4fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00a4fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00a4fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00a4ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00a4ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 5 System Thread ID: 648 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Type: Other # ChildEBP RetAddr 00 00a8fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00a8fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00a8fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00a8ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00a8ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 6 System Thread ID: 644 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00acfc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00acfc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00acfd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00acffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00acffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 7 System Thread ID: 660 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00b0fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00b0fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00b0fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00b0ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00b0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 8 System Thread ID: 74c Kernel Time: 0:0:24.703 User Time: 0:0:13.968 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 00b4e130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 00b4e15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 00b4e168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 00b4e188 77b039f5 ole32!ThreadSendReceive+0xef 04 00b4e1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 00b4e1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 00b4e1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 00b4e250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 00b4e2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 00b4e2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 00b4e50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 00b4e528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 00b4e538 65448459 RPCRT4!ObjectStubless+0xf 0d 00b4e570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 00b4e590 281a2bed perlis+0x17b0 0f 00b4e5b0 281a22ea perlis+0x2bed 10 00b4e5e4 280878f4 perlis+0x22ea 11 00b4e624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 00b4e640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 00b4e65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 00b4e680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 00b4e6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 00b4e6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 00b4e76c 281a2863 Perl58!Perl_runops_standard+0xc 18 00b4e79c 281a38d6 perlis+0x2863 19 00b4ebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 00b4f728 65441f30 perlis!HttpExtensionProc+0x173 1b 00b4f73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 00b4f770 65441b06 wam!WAM::InvokeExtension+0x35 1d 00b4f7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 00b4f7dc 78755ad7 RPCRT4!Invoke+0x30 1f 00b4fa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 00b4fab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 00b4fafc 77b02821 ole32!SyncStubInvoke+0x61 22 00b4fb44 77a96eb4 ole32!StubInvoke+0xa8 23 00b4fba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 00b4fbc4 77b0242b ole32!MTAInvoke+0x18 25 00b4fbf4 77b02b56 ole32!AppInvoke+0xb5 26 00b4fcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 00b4fcf4 78712116 ole32!ThreadInvoke+0x1b7 28 00b4fd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 00b4fd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 00b4fda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 00b4fdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 00b4fe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 00b4fe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 00b4ff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 00b4ff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 00b4ffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 00b4ffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 9 System Thread ID: 65c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00d8ff08 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 00d8ff58 77e7abfb KERNEL32!WaitForMultipleObjectsEx+0xea 02 00d8ff70 6aea37d4 KERNEL32!WaitForMultipleObjects+0x17 03 00d8ffb4 77e6987c COMSVCS!CEventDispatcher::PushEvents+0x44 04 00d8ffc0 00000008 KERNEL32!BaseThreadStart+0x52 Thread ID: 10 System Thread ID: 690 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1404 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 00dcfb68 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 00dcfb94 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 00dcfba0 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 00dcfbc0 77b039f5 ole32!ThreadSendReceive+0xef 04 00dcfbd8 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 00dcfc18 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 00dcfc28 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 00dcfc88 77a96af6 ole32!CAptRpcChnl::SendReceive+0xa9 08 00dcfce0 78750328 ole32!CCtxComChnl::SendReceive+0x124 09 00dcfcfc 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 00dcff44 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 00dcff60 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 00dcff70 6aea372e RPCRT4!ObjectStubless+0xf 0d 00dcffb4 77e6987c COMSVCS!CEventDispatcher::GetEventServerInfoThread+0x10e 0e 00dcffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 11 System Thread ID: 760 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00e0fee0 77e7aca5 ntdll!NtDelayExecution+0xb 01 00e0ff00 77e7ac79 KERNEL32!SleepEx+0x32 02 00e0ff0c 6ae8011a KERNEL32!Sleep+0xb 03 00e0ff7c 780085bc COMSVCS!PostData+0xf2 04 00e0ffb4 77e6987c MSVCRT!_endthreadex+0xc1 05 00e0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 12 System Thread ID: 818 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Opened log file 'C:\iisstate\output\IISState-1072.log' *********************** Starting new log output IISState version 3.1 Wed Sep 10 15:12:06 2003 OS = Windows 2000 Executable: dllhost.exe PID = 1072 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 51c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0006fd28 77e7c4c2 ntdll!NtWaitForSingleObject+0xb 01 0006fd50 77e71b1b KERNEL32!WaitForSingleObjectEx+0x71 02 0006fd60 77a8a473 KERNEL32!WaitForSingleObject+0xf 03 0006fd80 77a89c81 ole32!CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f 04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169 05 0006ff24 010014c6 dllhost!WinMain+0xb0 06 0006ffc0 77e687f5 dllhost!WinMainCRTStartup+0x156 07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d Thread ID: 1 System Thread ID: 710 Kernel Time: 0:0:9.468 User Time: 0:0:5.359 *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols or - *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols or - Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 008fe130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 008fe15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 008fe168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 008fe188 77b039f5 ole32!ThreadSendReceive+0xef 04 008fe1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 008fe1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 008fe1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 008fe250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 008fe2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 008fe2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 008fe50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 008fe528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 008fe538 65448459 RPCRT4!ObjectStubless+0xf 0d 008fe570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 008fe590 281a2bed perlis+0x17b0 0f 008fe5b0 281a22ea perlis+0x2bed 10 008fe5e4 280878f4 perlis+0x22ea 11 008fe624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 008fe640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 008fe65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 008fe680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 008fe6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 008fe6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 008fe76c 281a2863 Perl58!Perl_runops_standard+0xc 18 008fe79c 281a38d6 perlis+0x2863 19 008febc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 008ff728 65441f30 perlis!HttpExtensionProc+0x173 1b 008ff73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 008ff770 65441b06 wam!WAM::InvokeExtension+0x35 1d 008ff7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 008ff7dc 78755ad7 RPCRT4!Invoke+0x30 1f 008ffa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 008ffab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 008ffafc 77b02821 ole32!SyncStubInvoke+0x61 22 008ffb44 77a96eb4 ole32!StubInvoke+0xa8 23 008ffba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 008ffbc4 77b0242b ole32!MTAInvoke+0x18 25 008ffbf4 77b02b56 ole32!AppInvoke+0xb5 26 008ffcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 008ffcf4 78712116 ole32!ThreadInvoke+0x1b7 28 008ffd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 008ffd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 008ffda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 008ffdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 008ffe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 008ffe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 008fff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 008fff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 008fffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 008fffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 2 System Thread ID: 2e8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0093ff5c 77e7aca5 ntdll!NtDelayExecution+0xb 01 0093ff7c 77e7ac79 KERNEL32!SleepEx+0x32 02 0093ff88 77a9862f KERNEL32!Sleep+0xb 03 0093ff90 77a94710 ole32!CROIDTable::WorkerThreadLoop+0xc 04 0093ffa8 77a94668 ole32!CRpcThread::WorkerLoop+0x22 05 0093ffb4 77e6987c ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 0093ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 3 System Thread ID: 7fc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0097ff30 77a9af9f USER32!NtUserGetMessage+0xb 01 0097ff70 77a9aeed ole32!CDllHost::STAWorkerLoop+0x40 02 0097ff8c 77a9ae28 ole32!CDllHost::WorkerThread+0xc2 03 0097ff90 77a94710 ole32!DLLHostThreadEntry+0x9 04 0097ffa8 77a94668 ole32!CRpcThread::WorkerLoop+0x22 05 0097ffb4 77e6987c ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 0097ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 4 System Thread ID: 72c Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Type: Other # ChildEBP RetAddr 00 00a4fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00a4fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00a4fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00a4ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00a4ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 5 System Thread ID: 648 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Type: Other # ChildEBP RetAddr 00 00a8fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00a8fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00a8fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00a8ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00a8ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 6 System Thread ID: 644 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00acfc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00acfc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00acfd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00acffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00acffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 7 System Thread ID: 660 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00b0fc6c 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 00b0fc98 784ab983 KERNEL32!GetQueuedCompletionStatus+0x27 02 00b0fd94 784ab8d8 TxfAux!WORK_QUEUE::WorkerLoop+0x83 03 00b0ffb4 77e6987c TxfAux!WORK_QUEUE::ThreadLoop+0x58 04 00b0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 8 System Thread ID: 74c Kernel Time: 0:0:24.703 User Time: 0:0:13.968 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 00b4e130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 00b4e15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 00b4e168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 00b4e188 77b039f5 ole32!ThreadSendReceive+0xef 04 00b4e1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 00b4e1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 00b4e1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 00b4e250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 00b4e2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 00b4e2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 00b4e50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 00b4e528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 00b4e538 65448459 RPCRT4!ObjectStubless+0xf 0d 00b4e570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 00b4e590 281a2bed perlis+0x17b0 0f 00b4e5b0 281a22ea perlis+0x2bed 10 00b4e5e4 280878f4 perlis+0x22ea 11 00b4e624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 00b4e640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 00b4e65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 00b4e680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 00b4e6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 00b4e6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 00b4e76c 281a2863 Perl58!Perl_runops_standard+0xc 18 00b4e79c 281a38d6 perlis+0x2863 19 00b4ebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 00b4f728 65441f30 perlis!HttpExtensionProc+0x173 1b 00b4f73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 00b4f770 65441b06 wam!WAM::InvokeExtension+0x35 1d 00b4f7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 00b4f7dc 78755ad7 RPCRT4!Invoke+0x30 1f 00b4fa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 00b4fab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 00b4fafc 77b02821 ole32!SyncStubInvoke+0x61 22 00b4fb44 77a96eb4 ole32!StubInvoke+0xa8 23 00b4fba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 00b4fbc4 77b0242b ole32!MTAInvoke+0x18 25 00b4fbf4 77b02b56 ole32!AppInvoke+0xb5 26 00b4fcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 00b4fcf4 78712116 ole32!ThreadInvoke+0x1b7 28 00b4fd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 00b4fd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 00b4fda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 00b4fdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 00b4fe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 00b4fe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 00b4ff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 00b4ff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 00b4ffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 00b4ffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 9 System Thread ID: 65c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00d8ff08 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 00d8ff58 77e7abfb KERNEL32!WaitForMultipleObjectsEx+0xea 02 00d8ff70 6aea37d4 KERNEL32!WaitForMultipleObjects+0x17 03 00d8ffb4 77e6987c COMSVCS!CEventDispatcher::PushEvents+0x44 04 00d8ffc0 00000008 KERNEL32!BaseThreadStart+0x52 Thread ID: 10 System Thread ID: 690 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1404 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 00dcfb68 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 00dcfb94 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 00dcfba0 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 00dcfbc0 77b039f5 ole32!ThreadSendReceive+0xef 04 00dcfbd8 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 00dcfc18 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 00dcfc28 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 00dcfc88 77a96af6 ole32!CAptRpcChnl::SendReceive+0xa9 08 00dcfce0 78750328 ole32!CCtxComChnl::SendReceive+0x124 09 00dcfcfc 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 00dcff44 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 00dcff60 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 00dcff70 6aea372e RPCRT4!ObjectStubless+0xf 0d 00dcffb4 77e6987c COMSVCS!CEventDispatcher::GetEventServerInfoThread+0x10e 0e 00dcffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 11 System Thread ID: 760 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 00e0fee0 77e7aca5 ntdll!NtDelayExecution+0xb 01 00e0ff00 77e7ac79 KERNEL32!SleepEx+0x32 02 00e0ff0c 6ae8011a KERNEL32!Sleep+0xb 03 00e0ff7c 780085bc COMSVCS!PostData+0xf2 04 00e0ffb4 77e6987c MSVCRT!_endthreadex+0xc1 05 00e0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 12 System Thread ID: 818 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0108fe5c 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 0108feac 77df3990 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0108ff08 77df3a5c USER32!MsgWaitForMultipleObjectsEx+0x153 03 0108ff24 6df05a7c USER32!MsgWaitForMultipleObjects+0x1d 04 0108ff7c 780085bc IISRTL!SchedulerWorkerThread+0xa7 05 0108ffb4 77e6987c MSVCRT!_endthreadex+0xc1 06 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 13 System Thread ID: 81c Kernel Time: 0:0:0.78 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 010cfe5c 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 010cfeac 77df3990 KERNEL32!WaitForMultipleObjectsEx+0xea 02 010cff08 77df3a5c USER32!MsgWaitForMultipleObjectsEx+0x153 03 010cff24 6df05a7c USER32!MsgWaitForMultipleObjects+0x1d 04 010cff7c 780085bc IISRTL!SchedulerWorkerThread+0xa7 05 010cffb4 77e6987c MSVCRT!_endthreadex+0xc1 06 010cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 14 System Thread ID: 820 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0110fe5c 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 0110feac 77df3990 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0110ff08 77df3a5c USER32!MsgWaitForMultipleObjectsEx+0x153 03 0110ff24 6df05a7c USER32!MsgWaitForMultipleObjects+0x1d 04 0110ff7c 780085bc IISRTL!SchedulerWorkerThread+0xa7 05 0110ffb4 77e6987c MSVCRT!_endthreadex+0xc1 06 0110ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 15 System Thread ID: 824 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0114fe5c 77e6bdd7 ntdll!ZwWaitForMultipleObjects+0xb 01 0114feac 77df3990 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0114ff08 77df3a5c USER32!MsgWaitForMultipleObjectsEx+0x153 03 0114ff24 6df05a7c USER32!MsgWaitForMultipleObjects+0x1d 04 0114ff7c 780085bc IISRTL!SchedulerWorkerThread+0xa7 05 0114ffb4 77e6987c MSVCRT!_endthreadex+0xc1 06 0114ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 16 System Thread ID: 828 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0128ff50 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 0128ff7c 6cfe2957 KERNEL32!GetQueuedCompletionStatus+0x27 02 0128ffb4 77e6987c ISATQ!AtqPoolThread+0x40 03 0128ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 17 System Thread ID: 82c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 012cff50 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 012cff7c 6cfe2957 KERNEL32!GetQueuedCompletionStatus+0x27 02 012cffb4 77e6987c ISATQ!AtqPoolThread+0x40 03 012cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 18 System Thread ID: 834 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 0144feb8 77e6fea1 ntdll!NtRemoveIoCompletion+0xb 01 0144fee4 78740976 KERNEL32!GetQueuedCompletionStatus+0x27 02 0144ff20 78710e9e RPCRT4!COMMON_ProcessCalls+0x9e 03 0144ff74 78710cd7 RPCRT4!LOADABLE_TRANSPORT::ProcessIOEvents+0x99 04 0144ff78 786f9a00 RPCRT4!ProcessIOEventsWrapper+0x9 05 0144ffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 06 0144ffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 07 0144ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 19 System Thread ID: 7ac Kernel Time: 0:0:8.62 User Time: 0:0:3.937 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 01bae130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 01bae15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 01bae168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 01bae188 77b039f5 ole32!ThreadSendReceive+0xef 04 01bae1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 01bae1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 01bae1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 01bae250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 01bae2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 01bae2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 01bae50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 01bae528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 01bae538 65448459 RPCRT4!ObjectStubless+0xf 0d 01bae570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 01bae590 281a2bed perlis+0x17b0 0f 01bae5b0 281a22ea perlis+0x2bed 10 01bae5e4 280878f4 perlis+0x22ea 11 01bae624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 01bae640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 01bae65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 01bae680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 01bae6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 01bae6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 01bae76c 281a2863 Perl58!Perl_runops_standard+0xc 18 01bae79c 281a38d6 perlis+0x2863 19 01baebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 01baf728 65441f30 perlis!HttpExtensionProc+0x173 1b 01baf73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 01baf770 65441b06 wam!WAM::InvokeExtension+0x35 1d 01baf7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 01baf7dc 78755ad7 RPCRT4!Invoke+0x30 1f 01bafa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 01bafab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 01bafafc 77b02821 ole32!SyncStubInvoke+0x61 22 01bafb44 77a96eb4 ole32!StubInvoke+0xa8 23 01bafba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 01bafbc4 77b0242b ole32!MTAInvoke+0x18 25 01bafbf4 77b02b56 ole32!AppInvoke+0xb5 26 01bafcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 01bafcf4 78712116 ole32!ThreadInvoke+0x1b7 28 01bafd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 01bafd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 01bafda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 01bafdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 01bafe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 01bafe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 01baff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 01baff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 01baffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 01baffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 20 System Thread ID: 7d8 Kernel Time: 0:0:8.234 User Time: 0:0:3.78 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 01bee130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 01bee15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 01bee168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 01bee188 77b039f5 ole32!ThreadSendReceive+0xef 04 01bee1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 01bee1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 01bee1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 01bee250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 01bee2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 01bee2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 01bee50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 01bee528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 01bee538 65448459 RPCRT4!ObjectStubless+0xf 0d 01bee570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 01bee590 281a2bed perlis+0x17b0 0f 01bee5b0 281a22ea perlis+0x2bed 10 01bee5e4 280878f4 perlis+0x22ea 11 01bee624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 01bee640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 01bee65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 01bee680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 01bee6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 01bee6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 01bee76c 281a2863 Perl58!Perl_runops_standard+0xc 18 01bee79c 281a38d6 perlis+0x2863 19 01beebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 01bef728 65441f30 perlis!HttpExtensionProc+0x173 1b 01bef73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 01bef770 65441b06 wam!WAM::InvokeExtension+0x35 1d 01bef7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 01bef7dc 78755ad7 RPCRT4!Invoke+0x30 1f 01befa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 01befab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 01befafc 77b02821 ole32!SyncStubInvoke+0x61 22 01befb44 77a96eb4 ole32!StubInvoke+0xa8 23 01befba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 01befbc4 77b0242b ole32!MTAInvoke+0x18 25 01befbf4 77b02b56 ole32!AppInvoke+0xb5 26 01befcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 01befcf4 78712116 ole32!ThreadInvoke+0x1b7 28 01befd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 01befd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 01befda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 01befdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 01befe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 01befe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 01beff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 01beff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 01beffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 01beffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 21 System Thread ID: 7ec Kernel Time: 0:0:7.609 User Time: 0:0:3.437 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 0242e130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 0242e15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 0242e168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 0242e188 77b039f5 ole32!ThreadSendReceive+0xef 04 0242e1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 0242e1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 0242e1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 0242e250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 0242e2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 0242e2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 0242e50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 0242e528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 0242e538 65448459 RPCRT4!ObjectStubless+0xf 0d 0242e570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 0242e590 281a2bed perlis+0x17b0 0f 0242e5b0 281a22ea perlis+0x2bed 10 0242e5e4 280878f4 perlis+0x22ea 11 0242e624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 0242e640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 0242e65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 0242e680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 0242e6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 0242e6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 0242e76c 281a2863 Perl58!Perl_runops_standard+0xc 18 0242e79c 281a38d6 perlis+0x2863 19 0242ebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 0242f728 65441f30 perlis!HttpExtensionProc+0x173 1b 0242f73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 0242f770 65441b06 wam!WAM::InvokeExtension+0x35 1d 0242f7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 0242f7dc 78755ad7 RPCRT4!Invoke+0x30 1f 0242fa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 0242fab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 0242fafc 77b02821 ole32!SyncStubInvoke+0x61 22 0242fb44 77a96eb4 ole32!StubInvoke+0xa8 23 0242fba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 0242fbc4 77b0242b ole32!MTAInvoke+0x18 25 0242fbf4 77b02b56 ole32!AppInvoke+0xb5 26 0242fcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 0242fcf4 78712116 ole32!ThreadInvoke+0x1b7 28 0242fd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 0242fd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 0242fda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 0242fdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 0242fe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 0242fe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 0242ff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 0242ff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 0242ffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 0242ffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 22 System Thread ID: 418 Kernel Time: 0:0:7.343 User Time: 0:0:3.125 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 0246e130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 0246e15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 0246e168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 0246e188 77b039f5 ole32!ThreadSendReceive+0xef 04 0246e1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 0246e1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 0246e1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 0246e250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 0246e2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 0246e2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 0246e50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 0246e528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 0246e538 65448459 RPCRT4!ObjectStubless+0xf 0d 0246e570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 0246e590 281a2bed perlis+0x17b0 0f 0246e5b0 281a22ea perlis+0x2bed 10 0246e5e4 280878f4 perlis+0x22ea 11 0246e624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 0246e640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 0246e65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 0246e680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 0246e6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 0246e6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 0246e76c 281a2863 Perl58!Perl_runops_standard+0xc 18 0246e79c 281a38d6 perlis+0x2863 19 0246ebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 0246f728 65441f30 perlis!HttpExtensionProc+0x173 1b 0246f73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 0246f770 65441b06 wam!WAM::InvokeExtension+0x35 1d 0246f7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 0246f7dc 78755ad7 RPCRT4!Invoke+0x30 1f 0246fa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 0246fab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 0246fafc 77b02821 ole32!SyncStubInvoke+0x61 22 0246fb44 77a96eb4 ole32!StubInvoke+0xa8 23 0246fba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 0246fbc4 77b0242b ole32!MTAInvoke+0x18 25 0246fbf4 77b02b56 ole32!AppInvoke+0xb5 26 0246fcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 0246fcf4 78712116 ole32!ThreadInvoke+0x1b7 28 0246fd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 0246fd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 0246fda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 0246fdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 0246fe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 0246fe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 0246ff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 0246ff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 0246ffa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 0246ffb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 23 System Thread ID: 684 Kernel Time: 0:0:4.437 User Time: 0:0:2.578 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 024ae138 7870e218 ntdll!_wcsicmp+0x1d 01 024ae148 7870ccb0 RPCRT4!LRPC_CASSOCIATION::IsSupportedAuthInfo+0x62 02 024ae194 7870c706 RPCRT4!LRPC_BINDING_HANDLE::AllocateCCall+0x151 03 024ae1c0 787019e3 RPCRT4!LRPC_BINDING_HANDLE::GetBuffer+0x2b 04 024ae1d8 77b0084d RPCRT4!I_RpcGetBufferWithObject+0x6e 05 024ae21c 77b003e1 ole32!CRpcChannelBuffer::ClientGetBuffer+0x2d5 06 024ae22c 77a4c6d6 ole32!CRpcChannelBuffer::GetBuffer+0x17 07 024ae24c 77a96945 ole32!CAptRpcChnl::GetBuffer+0x11d 08 024ae2ac 787502b9 ole32!CCtxComChnl::GetBuffer+0x1a2 09 024ae2c4 78752a19 RPCRT4!NdrProxyGetBuffer+0x43 0a 024ae50c 78755f85 RPCRT4!NdrClientCall2+0x3cf 0b 024ae528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 024ae538 65448459 RPCRT4!ObjectStubless+0xf 0d 024ae570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 024ae590 281a2bed perlis+0x17b0 0f 024ae5b0 281a22ea perlis+0x2bed 10 024ae5e4 280878f4 perlis+0x22ea 11 024ae624 28089d48 Perl58!Perl_PerlIO_write+0x21 12 024ae640 2808961a Perl58!PerlIOBuf_set_ptrcnt+0x4d4 13 024ae65c 28089c68 Perl58!PerlIOBuf_write+0x9b 14 024ae680 280878f4 Perl58!PerlIOBuf_set_ptrcnt+0x3f4 15 024ae6b8 2803b74e Perl58!Perl_PerlIO_write+0x21 16 024ae6e4 2805d784 Perl58!Perl_sv_compile_2op+0x37df 17 024ae76c 281a2863 Perl58!Perl_runops_standard+0xc 18 024ae79c 281a38d6 perlis+0x2863 19 024aebc4 281a2fb2 perlis!GetExtensionVersion+0x880 1a 024af728 65441f30 perlis!HttpExtensionProc+0x173 1b 024af73c 65441ec1 wam!HSE_APPDLL::ExecuteRequest+0x93 1c 024af770 65441b06 wam!WAM::InvokeExtension+0x35 1d 024af7b4 78737f50 wam!WAM::ProcessRequest+0x240 1e 024af7dc 78755ad7 RPCRT4!Invoke+0x30 1f 024afa54 7874f77e RPCRT4!NdrStubCall2+0x655 20 024afab8 77b02546 RPCRT4!CStdStubBuffer_Invoke+0xc8 21 024afafc 77b02821 ole32!SyncStubInvoke+0x61 22 024afb44 77a96eb4 ole32!StubInvoke+0xa8 23 024afba8 77a89a01 ole32!CCtxComChnl::ContextInvoke+0xbb 24 024afbc4 77b0242b ole32!MTAInvoke+0x18 25 024afbf4 77b02b56 ole32!AppInvoke+0xb5 26 024afcb4 77b00360 ole32!ComInvokeWithLockAndIPID+0x29e 27 024afcf4 78712116 ole32!ThreadInvoke+0x1b7 28 024afd2c 786f7ee1 RPCRT4!DispatchToStubInC+0x32 29 024afd84 786f7db5 RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x100 2a 024afda4 786f8081 RPCRT4!RPC_INTERFACE::DispatchToStub+0x5e 2b 024afdd4 78718b9a RPCRT4!RPC_INTERFACE::DispatchToStubWithObject+0xa9 2c 024afe10 7871713a RPCRT4!LRPC_SCALL::DealWithRequestMessage+0x1cd 2d 024afe28 78717649 RPCRT4!LRPC_ADDRESS::DealWithLRPCRequest+0x10c 2e 024aff74 78716d5e RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x229 2f 024aff78 786f9a00 RPCRT4!RecvLotsaCallsWrapper+0x9 30 024affa8 78701c6d RPCRT4!BaseCachedThreadRoutine+0x4f 31 024affb4 77e6987c RPCRT4!ThreadStartRoutine+0x18 Thread ID: 24 System Thread ID: 694 Kernel Time: 0:0:4.296 User Time: 0:0:1.734 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 1028 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 024ee130 7870ec37 ntdll!NtRequestWaitReplyPort+0xb 01 024ee15c 786fa2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 024ee168 77b03b2a RPCRT4!I_RpcSendReceive+0x2c 03 024ee188 77b039f5 ole32!ThreadSendReceive+0xef 04 024ee1a0 77b00aa5 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a 05 024ee1e0 77b0386e ole32!CRpcChannelBuffer::SendReceive2+0x96 06 024ee1f0 77a4c78a ole32!CRpcChannelBuffer::SendReceive+0x11 07 024ee250 77a96a6a ole32!CAptRpcChnl::SendReceive+0xa9 08 024ee2a8 78750328 ole32!CCtxComChnl::SendReceive+0x98 09 024ee2c4 78752b3f RPCRT4!NdrProxySendReceive+0x4c 0a 024ee50c 78755f85 RPCRT4!NdrClientCall2+0x4f5 0b 024ee528 78737f6b RPCRT4!ObjectStublessClient+0x76 0c 024ee538 65448459 RPCRT4!ObjectStubless+0xf 0d 024ee570 281a17b0 wam!WriteClient+0x164 WARNING: Stack unwind information not available. Following frames may be wrong. 0e 024ee590 281a2bed perlis+0x17b0 0f 024ee5b0 281a22ea perlis+0x2bed 10 02