Home All Groups Group Topic Archive Search About

what is Xtreme Sample Database

Author
23 Mar 2006 1:03 PM
Allen
Installing VS2005 I received the following.
Do you know what it implies?

Thanks

03/22/06,21:12:08] Microsoft Visual Studio 2005 Professional Edition - ENU:
[2] ERROR:Error 1919.Error configuring ODBC data source: Xtreme Sample
Database 2005, ODBC error 6: Component not found in the registry. Verify
that the file Xtreme Sample Database 2005 exists and that you can access it.
***EndOfSession***

Author
23 Mar 2006 1:44 PM
Carlos J. Quintero [VB MVP]
Hi Allen,

The Xtreme Sample Database 2005 is a sample database (xtreme.mdb) for
Crystal Reports installed by VS 2005 in the folder C:\Program
files\Microsoft Visual Studio 8\Crystal Reports\Samples\en\Databases. After
copying it, the installer tries to create an ODBC System Data Source Name
(DSN) using the Microsoft Access (*.mdb) ODBC Driver, and somehow the DSN
creation has failed. Either the file is missing, or there is something wrong
in the ODBC installation.

You can try to fix the problem by creating the ODBC DSN manually. If it
fails, as expected, fix that problem (maybe reinstalling MDAC), and once
fixed reinstall VS 2005. You can use the Registry Monitor utility from
www.sysinternals.com to monitor the registry activity while you are creating
the DSN by hand, because the error message (as almost always) does not tell
what specific component was not found in the registry.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com



Show quoteHide quote
"Allen" <allen99NOSPAM@a-znet.com> escribió en el mensaje
news:OMwh$onTGHA.424@TK2MSFTNGP12.phx.gbl...
> Installing VS2005 I received the following.
> Do you know what it implies?
>
> Thanks
>
> 03/22/06,21:12:08] Microsoft Visual Studio 2005 Professional Edition -
> ENU: [2] ERROR:Error 1919.Error configuring ODBC data source: Xtreme
> Sample Database 2005, ODBC error 6: Component not found in the registry.
> Verify that the file Xtreme Sample Database 2005 exists and that you can
> access it.
> ***EndOfSession***
>
>
Author
23 Mar 2006 2:06 PM
Allen
Carlos, you are such a great help saying thanks seems inadequate. But thanks
again.

Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message
news:uSkUd$nTGHA.5044@TK2MSFTNGP09.phx.gbl...
> Hi Allen,
>
> The Xtreme Sample Database 2005 is a sample database (xtreme.mdb) for
> Crystal Reports installed by VS 2005 in the folder C:\Program
> files\Microsoft Visual Studio 8\Crystal Reports\Samples\en\Databases.
> After copying it, the installer tries to create an ODBC System Data Source
> Name (DSN) using the Microsoft Access (*.mdb) ODBC Driver, and somehow the
> DSN creation has failed. Either the file is missing, or there is something
> wrong in the ODBC installation.
>
> You can try to fix the problem by creating the ODBC DSN manually. If it
> fails, as expected, fix that problem (maybe reinstalling MDAC), and once
> fixed reinstall VS 2005. You can use the Registry Monitor utility from
> www.sysinternals.com to monitor the registry activity while you are
> creating the DSN by hand, because the error message (as almost always)
> does not tell what specific component was not found in the registry.
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio
> You can code, design and document much faster:
> http://www.mztools.com
>
>
>
> "Allen" <allen99NOSPAM@a-znet.com> escribió en el mensaje
> news:OMwh$onTGHA.424@TK2MSFTNGP12.phx.gbl...
>> Installing VS2005 I received the following.
>> Do you know what it implies?
>>
>> Thanks
>>
>> 03/22/06,21:12:08] Microsoft Visual Studio 2005 Professional Edition -
>> ENU: [2] ERROR:Error 1919.Error configuring ODBC data source: Xtreme
>> Sample Database 2005, ODBC error 6: Component not found in the registry.
>> Verify that the file Xtreme Sample Database 2005 exists and that you can
>> access it.
>> ***EndOfSession***
>>
>>
>
>
Author
3 Apr 2006 12:36 AM
jgstephe
Carlos -

I came across the same problem as Allen on my Windows XP Pro SP2 system.  Running regmon, I found this error:

47.61777878    odbcad32.exe:4260    QueryValue    HKLM\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb)\Setup    NOT FOUND       
I have confirmed that the specified key is missing in my registry.  I tried to install MDAC 2.8 but I got an error saying "MDAC 2.8 RTM is incompatible with this version of Windows. All of its features are currently part of Windows."

What do I do now?
Author
4 Apr 2006 10:38 AM
Carlos J. Quintero [VB MVP]
Hi,

HKLM\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb)\Setup should
point to:

C:\WINDOWS\system32\odbcjt32.dll

You can add that entry manually but likely your whole ODBC Access
installation is broken.

If MDAC does not get installed, you can try to reinstall just the Jet part
since I think that it includes the ODBC Access driver (at least on some
OSs):

http://support.microsoft.com/default.aspx?scid=kb;[LN];829558

http://msdn.microsoft.com/data/downloads/updates/default.aspx

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com




<jgstephe> escribió en el mensaje
Show quoteHide quote
news:%23r7mYarVGHA.812@TK2MSFTNGP10.phx.gbl...
> Carlos -
>
> I came across the same problem as Allen on my Windows XP Pro SP2 system.
> Running regmon, I found this error:
>
> 47.61777878 odbcad32.exe:4260 QueryValue
> HKLM\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb)\Setup NOT
> FOUND
> I have confirmed that the specified key is missing in my registry.  I
> tried to install MDAC 2.8 but I got an error saying "MDAC 2.8 RTM is
> incompatible with this version of Windows. All of its features are
> currently part of Windows."
>
> What do I do now?