PC Review


Reply
Thread Tools Rate Thread

Data link properties / ODBC Excel driver login failed

 
 
=?Utf-8?B?SmFycm9k?=
Guest
Posts: n/a
 
      20th Oct 2004
When trying to perform a mail merge, after selecting my excel spreadsheet for
names and addresses, I get a Data Link Properties window that opens. It has
provider, connection, advanced, and all tabs. When I click OK I get ODBC
Excel driver login failed. Could not find installable ISAM. Clicking OK does
nothing clicking cancel tries to bring up the spreadsheet. This only happens
on this workstation. All workstations are XP with Office XP with latest
service packs.
 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      20th Oct 2004
hi.
ISAM (Indexed Sequential Access Method) is a file
management system developed at IBM that allows records to
be accessed either sequentially (in the order they were
entered) or randomly (with an index).
where as i knew what ISAM was, i didn't know it was an
installable device. you are apparently missing this. How
to get it?
don't know. sorry.

>-----Original Message-----
>When trying to perform a mail merge, after selecting my

excel spreadsheet for
>names and addresses, I get a Data Link Properties window

that opens. It has
>provider, connection, advanced, and all tabs. When I

click OK I get ODBC
>Excel driver login failed. Could not find installable

ISAM. Clicking OK does
>nothing clicking cancel tries to bring up the

spreadsheet. This only happens
>on this workstation. All workstations are XP with Office

XP with latest
>service packs.
>.
>

 
Reply With Quote
 
Jamie Collins
Guest
Posts: n/a
 
      21st Oct 2004
Jarrod <(E-Mail Removed)> wrote ...

> When trying to perform a mail merge, after selecting my excel spreadsheet for
> names and addresses, I get a Data Link Properties window that opens. It has
> provider, connection, advanced, and all tabs. When I click OK I get ODBC
> Excel driver login failed. Could not find installable ISAM. Clicking OK does
> nothing clicking cancel tries to bring up the spreadsheet. This only happens
> on this workstation. All workstations are XP with Office XP with latest
> service packs.


I sometime see the 'Could not find installable ISAM' message when my
connection string contains a typo.

The Data Link Properties window may be used to generate an OLE DB
connection string e.g. try this:

Sub Test()
Dim oDLink As Object
Set oDLink = CreateObject("DataLinks")
On Error Resume Next
MsgBox oDLink.PromptNew
End Sub

Are you entering any details? You mention odbc so presumably you are
selecting the OLEDB provider for odbc. Perhaps you are entering some
details incorrectly.

Another thing to check would be that the registry settings are present
and correct e.g. if I rename this key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Excel

to xxxExcel, then my subsequent Jet 4.0 queries to Excel data sources
fail with the 'Could not find installable ISAM' message.

What all this has to do with a mail merge, I don't know <g>.

Jamie.

--
 
Reply With Quote
 
New Member
Join Date: Dec 2007
Posts: 1
 
      14th Dec 2007
I am getting this error as well and I'm thinking it has to do with drivers of some sort because the connection string works on other PC's. Anyone find out what drivers in particular I'd be looking for or would have to update?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ODBC Microsoft Access Driver Login Failed - Excel 2003 Neil Holden Microsoft Excel Misc 0 6th Oct 2008 08:54 AM
ODBC Driver Login Failed =?Utf-8?B?YXF1YTQ3OA==?= Microsoft Access VBA Modules 2 26th Oct 2006 11:46 PM
ODBC Excel Driver Login Failed. Could not find installable ISAM JustMe@Yahoo Microsoft Excel Misc 1 16th Jul 2006 06:47 PM
ODBC Excel Driver Login Failed dsimms Windows XP 0 29th Dec 2005 05:16 PM
Re: Excel ODBC driver login failed Arvi Laanemets Microsoft Excel Misc 0 25th Aug 2003 02:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 AM.