Hi There. I am having the same problem with a small variation: I had a
to list the files.
is. Your help would be greatly appreciated.
Parvez wrote:
> *Hi Thomas,
>
> Try this.
>
> Delete the COM from DCOM application.
>
> Try to manually registering your dll and test your apps.
>
> regsrv32 "e:\test.dll"
>
> See if it works.
>
>
>
>
>
>
>
>
>
> "Thomas Stensitzki" wrote:
>
> > Ken:
> >
> >
> > I 've checked the MDAC installation using the ComCheck Tool. The
> tool found
> > MDAC 2.8 RTM. This version comes with Windows Server 2003.
> > The ComCheck tool found 3 files which mismatch the regular
> installation. I
> > think that those files were replaced during a Security Patch
> installation.
> >
> > <group name="MISMATCH" count="3"><file
> > xmlns="
http://tempuri.org/CCFilestream_template.xsd" > name="ODBCBCP.DLL"
> > dir="%SYSTEMDIR%\">
> > <release name="MDAC 2.8 RTM" version="2000.85.1022.0"/>
> > <found xmlns="" Description="Microsoft BCP for ODBC"
> date="12/12/2003"
> > fileVersion="2000.085.1025.00 built by: (_sqlbld)" size="24576"
> > version="2000.85.1025.0"/><result xmlns=""
> > mismatch_fields="version"/></file>
> > <file xmlns="
http://tempuri.org/CCFilestream_template.xsd" > > name="SQLSRV32.DLL" dir="%SYSTEMDIR%\" CoreFile="Yes">
> > <release name="MDAC 2.8 RTM" version="2000.85.1022.0"/>
> > <found xmlns="" Description="Microsoft SQL Server ODBC Driver"
> > date="11/18/2003" fileVersion="2000.085.1025.00 built by:
> (_sqlbld)"
> > size="401408" version="2000.85.1025.0"/><result xmlns=""
> > mismatch_fields="version"/></file>
> > <file xmlns="
http://tempuri.org/CCFilestream_template.xsd" > name="msxml3.dll"
> > dir="%SYSTEMDIR%">
> > <release name="MDAC 2.8 RTM" version="8.40.9419.0"/>
> > <found xmlns="" Description="MSXML 3.0 SP 5" date="09/22/2004"
> > fileVersion="8.50.2162.0" size="1380352"
> version="8.50.2162.0"/><result
> > xmlns="" mismatch_fields="version"/></file>
> > </group>
> >
> >
> > I did a check using FileMon. But I do not see any permission
> probelms.
> > Therefore I am somewhat lost in space :-(
> >
> > 15:20:50 w3wp.exe:5396 IRP_MJ_CREATE
> D:\InetPub\SF-Tools\forum\Default.asp
> > SUCCESS Options: Open Access: All
> > 15:20:50 w3wp.exe:5396 IRP_MJ_QUERY_VOLUME_INFORMATION
> > D:\InetPub\SF-Tools\forum\Default.asp BUFFER OVERFLOW
> > FileFsVolumeInformation
> > 15:20:50 w3wp.exe:5396 IRP_MJ_QUERY_INFORMATION
> > D:\InetPub\SF-Tools\forum\Default.asp BUFFER OVERFLOW
> FileAllInformation
> > 15:20:50 w3wp.exe:5396 IRP_MJ_CLEANUP
> D:\InetPub\SF-Tools\forum\Default.asp
> > SUCCESS
> > 15:20:50 w3wp.exe:5396 IRP_MJ_CLOSE
> D:\InetPub\SF-Tools\forum\Default.asp
> > SUCCESS
> >
> > Do you have any other ideas how to drill that down?
> >
> > Regards,
> > Thomas
> >
> >
> > *