473,770 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is Xtreme Sample Database

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 ***
Mar 23 '06 #1
4 6304
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" <al***********@ a-znet.com> escribió en el mensaje
news:OM******** *****@TK2MSFTNG P12.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 ***

Mar 23 '06 #2
Carlos, you are such a great help saying thanks seems inadequate. But thanks
again.

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAM sogecable.com> wrote in message
news:uS******** ******@TK2MSFTN GP09.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" <al***********@ a-znet.com> escribió en el mensaje
news:OM******** *****@TK2MSFTNG P12.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 ***


Mar 23 '06 #3
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:42 60 QueryValue HKLM\SOFTWARE\O DBC\ODBCINST.IN I\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?
Apr 3 '06 #4
Hi,

HKLM\SOFTWARE\O DBC\ODBCINST.IN I\Microsoft Access Driver (*.mdb)\Setup should
point to:

C:\WINDOWS\syst em32\odbcjt32.d ll

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/downl...s/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
news:%2******** *******@TK2MSFT NGP10.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:42 60 QueryValue
HKLM\SOFTWARE\O DBC\ODBCINST.IN I\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?

Apr 4 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
362
by: Eliezer Figueroa | last post by:
Full Database System Sample? I want to know if there any good windows forms based database sample application that can be downloaded.I searched the MS site but most of the database samples are for ASP or are not full application but istead sample of a particular feature. I am looking for something like the northwind sample in Access but in C#. Something than I can use as a sample not only in how to conect to database but also on how...
5
7945
by: Ale | last post by:
Ciao a tutti. Ho eliminato il database di esempio SAMPLE(non cancellato). Ora lo voglio reinstallare ma durante l'installazione mi da il seguente errore: nella finestra con scritto SQL1005N c'è scritto : "Gli alias "SAMPLE" del database già esistono nel catalogo database locale o di sistema. SQL1013N Il nome alias di un database o il nome del database "SAMPLE" non è stato trovato. SQLSTATE=42705.
7
3837
by: John Blair | last post by:
Hi, I am trying to get the datacache1 sample working on my PC. I have downloaded the MSDE 2000 sample SQL Server database and the pubs sample database and installed it. I can view the contents of the pubs database. However, i have trouble connecting to this database from VB.Net The connection string is:
11
2552
by: z | last post by:
How can validation testing on DBMSs such as DB2 and Oracle be performed? Is there a quick commonly used publicly available DBMS test that can be used? Could TPC-C be used? If so, where can TPC-C be obtained? (Is is publicly available?) Thanks.
0
1176
by: **Developer** | last post by:
vs70uimgr: DisplayMessage_START: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. Does anyone know what caused this error during VS2005 install?? Thanks
15
3507
by: (PeteCresswell) | last post by:
Got a sample of MS's "Advisor Guide To Microsoft Access" in the mail today - accompanied by a sample "Advisor Guide To Microsoft SharePoint". I skimmed both, but the SharePoint explanation is too abstract - it's going right over my head. Can somebody explain, in simple/concrete terms what MS SharePoint is? -- PeteCresswell
2
2444
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is installed but can't find the site now. Is there a problem? Would reinstalling vs2008 fix any problem that may occur because of uninstalling vs2005.
0
4543
by: okonita | last post by:
Hi all, I am having a DB2 connectivity problem that I hope someone can help me resolve. I need this to test Replication and such other things. What am I doing wrong here? Any help that I can get will be highly appreciated. First, the error that I am getting when I try to connect to the remote host after performing NODE and database catalog is the following: SQL1336N The remote host "WINSVR2008R2-2" was not found. SQLSTATE=08001. I...
2
1323
by: sarahms2201974 | last post by:
Hi, I'm attempting to create a database that holds a simple typing test and I'm having some trouble setting it up. I've created a table that holds 5 test samples. The thought is when someone takes the test they will be given a printout of one of the five samples. They will enter the test sample # in the test form and then complete the test by typing what's on their printout. I need to figure out a way to compare what's typed in a...
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9910
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.