If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-05-02, 09:10
Xenon54 Xenon54 is offline
Registered User
 
Join Date: Sep 2002
Posts: 1
Question Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

I tried to make one with following options in enterprise manager:

Server type: Other data source
Provider name: test
Product name: Access 2000
Data source: c:\db\test.mdb
Provider string: Microsoft.Jet.OLEDB.4.0

When I try to access the linked server tables I receive following error:
Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

When I try to make a view (select * from linkedserver1...table) I receive following error:
[Microsoft][ODBC SQL Server Driver][SQL Server][OLE/DB provider returned message: Disk or network error.]

Can anyone help me? the only thing I want to do is link an access table to SQL Server (NOT sql server table in access but access table in sql server!)
Reply With Quote
  #2 (permalink)  
Old 09-05-02, 09:13
terabyte terabyte is offline
Registered User
 
Join Date: Sep 2002
Posts: 4
Re: Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

Have you definately got the paths setup right?

'c:\db\test.mdb' needs to be on the SQL Server machine itself and has the system got the correct permissions to access the mdb file.

If you check this and this is all OK then is it not a possibility to import your table into SQL Server?
Reply With Quote
  #3 (permalink)  
Old 12-04-02, 06:58
alamir alamir is offline
Registered User
 
Join Date: Dec 2002
Posts: 3
Re: Error 7399: OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

make sure that u are connected to you Domain Server.
and that u make a System DSN (best solution in DSN) correctly to your SQL Server.

hope this will help u
bye
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On