ISAM stands for Indexed Sequential Access Method, a method for indexing data for fast retrieval, originally developed by IBM.
Questions tagged [isam]
69 questions
0
votes
1 answer
Excel Connection String
I am trying to read Excel, the code I am using runs in one project and is giving error "External table is not in the expected format." for same Excel Input in another project. What may be the issue for code to fail?- My connection string is "…

Pratik
- 11
- 2
- 10
0
votes
2 answers
XSL Transformation rule for ISAM/WebSEAL
I am looking to create an http transformation rule for ISAM/WebSEAL written in XSL, The script simply needs to read in a couple of querystring attributes and convert them to request headers of the same name, but then also remove the query strings…

Rudigga
- 1
- 1
0
votes
3 answers
Trying to link table between Access DBs using VBA. Getting ISAM not found error
I have a split database where both the front end and back end are accdb files. Because one of my tables uses the AppendOnly = Yes property, I cannot use the link table manager or the refreshlink property when I move the backend. The backend moves…

Mike V
- 3
- 2
0
votes
1 answer
"Cannot find installable ISAM" error when trying to pull data into C#
I'm currently working on an import from excel to c#, but this is the first time doing so, I thought I had the connection working after solving a number of other issues, but I am now receiving the above error.
The code builds absolutely fine, and I…

Joshua Cameron-Mackintosh
- 259
- 1
- 2
- 14
0
votes
0 answers
Use Openrowset to import data into SQL Server 2014 Express from an Access database
I see similar topics already posted but none gives me an answer. I am trying to import data from an Access database, not Excel.
Here is my query:
SELECT *
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Driver={Microsoft Access Driver…

Todd181
- 31
- 1
- 4
0
votes
2 answers
How to manage Certificate Authority(CA) with IBM Security Access Manager for Web 8.0.1
Hi I am referring the following link to
1. create a Certificate Authority (CA),
2. Issuing a server certificate with a CA, and
3. Distributing the CA root certificate to clients in IBM Security Access…

Kishor Jadhav
- 196
- 2
- 16
0
votes
1 answer
Reading ISAM COBOL files using Pentaho DI
We have multiple very old ISAM COBOL files on mainframe containing historical data. I have to build an ETL process to read/migrate this data (stored in the ISAM files) with Pentaho DI and load the same to PostgreSQL database with little or no…

Raj Aryan
- 59
- 3
- 12
0
votes
1 answer
ASP.NET: "Could not find installable ISAM" exception when trying to read dBASE IV file
I need to open and read a Dbase file in my ASP.NET application. When I try to open the connection, I am getting the exception "Could not find installable ISAM." I have tried the solutions in the top answer in this question, but they did not work for…

Jeremy
- 3,221
- 7
- 27
- 31
0
votes
0 answers
How to read the I-sam files created bu Sungard's Omniplus system usning java. Omni Script is slow
I am working on Sungard's Omniplus- Omni Web solution OWS 8.0, that's using OmniScript services to read/write the data in the I-sam files in Unix-AIX.
Since it's COBOL based old processing system it's processing is too slow.
Is there any way I can…

OmniPlus Sungard
- 1
- 2
0
votes
1 answer
differences between "MYISAM" database storage engine and "ISAM" index
what is the differences between "MYISAM" database storage engine and "ISAM" index? What is the relation between these two concepts? any reading resources? TNX.

Am-Hos63
- 1
- 1
0
votes
1 answer
could not find installable isam [vb.net]
I have the following problem, by using the connection string:
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filename +
";Extended Properties=Excel 12.0 Xml;"
Then, I can execute the open-task. Nevertheless, if I want to use the following…

Claude G
- 23
- 6
0
votes
3 answers
Could not find available ISAM
OleDbConnection connect = new OleDbConnection ("Provider=Microsoft.ACE.OLEDB.12.0;Data source:C:\\Users\\PC\\Documents\\Visual Studio 2013\\Projects\\WindowsFormsApplication1\\WindowsFormsApplication1\\Firebird damagem0.accdb;Persist Security…

James B
- 1
- 1
0
votes
0 answers
LTPA using IBM Security Access Manager and MobileFirst 6.3 throwing exception
Here is the setup for LTPA token based authentication between ISAM and MobileFirst 6.3:
ISAM appliance is hosting Login page and generating LTPA token using the ltpa.keys from MobileFirst 6.3 server. ISAM also connects to LDAP to authenticate user…

msobhani
- 1
- 2
0
votes
1 answer
How to integrate ISAM and MobileFirst Foundation
I need use ISAM for sso, Do you have any detail instruction for that?
I have read information in KnowledgeCenter, redbooks, but I still not know how to do the integration. Thank you in advance.

Shengwang
- 35
- 6
0
votes
1 answer
How to implement SSO between App Center Client and MobileFirst common apps?
We want to deploy App Center Client (maybe to customize one based on App Center API) as other apps developed based on MobileFirst platform. The current environment has LDAP (TDS) and ISAM (TAM), how to implement the SSO between them?
I know we can…

Shengwang
- 35
- 6