Sponsored Content
Full Discussion: Help with ISAM data access
Top Forums Programming Help with ISAM data access Post 302777903 by KathyB148 on Friday 8th of March 2013 04:09:13 PM
Old 03-08-2013
Have you used any of these products? I was looking at EasySoft earlier as well. The problem is that the database is actually not just one file system...for example, we have many clients and each client has, for instance, a database containing their employee information. That database is stored in that client's directory on the Unix server...but, if I can get ODBC working, and even different instances of a connection string, I'm not sure I would know how to have windows (i.e. my own windows program developed via visual studio) access the Unix directory structure. Like I said, I'm a bit of a dummy here - just got out of school and know all the new stuff, but not how to integrate new with old, if you know what I mean.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ISAM FILE CONVERSION TO TEXT

I am having a problem. There is one ISAM file available in SCO UNIX environment. I want to convert it to simple comma delimited text file. Actual problem is with the size of the file. For the time being, size is 1.3 GB and I have to grab the subset of the data after every five minutes e.g. in... (3 Replies)
Discussion started by: a.waqar
3 Replies

2. UNIX for Advanced & Expert Users

Data Access Error

Dear Reader, My Sun Machine comes to halt with a message 'Data Access Error'. What / Where could be wrong..?? Thanks in Advance.... (5 Replies)
Discussion started by: joseph_shibu
5 Replies

3. Programming

Looking for C-ISAM libsiam.a for C compiler on AIX 5

I am coding a small C program to read CISAM database and need the ISAM library (libisam.a) for the C compiler on AIX 5. I do not know my solution works or not currently and do research/test only. Does someone have such a library and borrow it to me for testing? Thanks a lot. (0 Replies)
Discussion started by: hxm1303
0 Replies

4. AIX

Looking for C-ISAM libsiam.a for C compiler on AIX 5

I am coding a small C program to read CISAM database and need the ISAM library (libisam.a) for the C compiler on AIX 5. I do not know my solution works or not currently and do research/test only. Does someone have such a library and borrow it to me for testing? Thanks a lot. (0 Replies)
Discussion started by: hxm1303
0 Replies

5. SCO

C-ISAM 5.0

I am trying to locate a copy of C-ISAM 5.0 for SCO UNIX 5.x I have a valid licence but the install disc is corrupt and I cannot read bcheck, brand or libisam.a I am quite willing to buy a copy - but I cant see it at IBM. The only version is 7.26 which wont install on 5.x systems. Any help... (0 Replies)
Discussion started by: farmacy
0 Replies

6. Ubuntu

fast data access mmu miss

hello, before i have install solaris 9, is good. I would like to install Ubuntu 10.04 on a Sun Blade 150 blade. I create cdrom iso burning with a 10x was open I made a boot ok: boot cdrom I get the following error: fast data access mmu miss i do probe-ide all reset-all always ... (2 Replies)
Discussion started by: philo_71
2 Replies

7. SCO

C-ISAM in sco unix

Hi every body I'm trying to call transaction function (isbegin() , iscommit() , isrollback() ) in C-ISAM 3.26 in sco unix 5.0.6 : isbegin(); fd = isopen(filename,mode) iswrite(fd, record); isrollback(); in C-ISAM 7.2 documentation mode must be plus by 4 in... (0 Replies)
Discussion started by: javad1_maroofi
0 Replies

8. Shell Programming and Scripting

How to extract data from indexed files (ISAM files) maintained in an unix server.

Hi, Could someone please assist on a quick way of How to extract data from indexed files (ISAM files) maintained in an UNIX(AIX) server.The file data needs to be extracted in flat text file or CSV or excel format . Usually we have programs in microfocus COBOL to extract data, but would like... (2 Replies)
Discussion started by: devina
2 Replies

9. AIX

access data from a new disk was assigned another rootvg

Hello, I try to access to data after connect a new disk (hdisk1) to a AIX 7.1 system This new disk was assigned to a rootvg from another AIX 6.1 system. It seem not assigned to any vg but if I tried to assigned hdisk1 to rootvg i get : Data seem to be always here ... ouf ;-)... (4 Replies)
Discussion started by: Voran
4 Replies

10. Linux

Permissions and access to data

Hi Operating system Red Hat Enterprise 5.8, Data access Mac/PC environment on various OS levels. Access via smb I am trying to set up a data shared area where a user group can read and write to its own directory, but can only write to another groups directory. Example: I have set up two... (1 Reply)
Discussion started by: treds
1 Replies
NFSDCLTRACK(8)															    NFSDCLTRACK(8)

NAME
nfsdcltrack - NFSv4 Client Tracking Callout Program SYNOPSIS
nfsdcltrack [-d] [-f] [-s stable storage dir] <command> <args...> DESCRIPTION
nfsdcltack is the NFSv4 client tracking callout program. It is not necessary to install this daemon on machines that are not acting as NFSv4 servers. When a network partition is combined with a server reboot, there are edge conditions that can cause the server to grant lock reclaims when other clients have taken conflicting locks in the interim. A more detailed explanation of this issue is described in RFC 3530, section 8.6.3. In order to prevent these problems, the server must track a small amount of per-client information on stable storage. This program provides the userspace piece of that functionality. When the kernel needs to manipulate the database that stores this info, it will execute this program to handle it. OPTIONS
-d, --debug Enable debug level logging. -f, --foreground Log to stderr instead of syslog. -s storagedir, --storagedir=storage_dir Directory where stable storage information should be kept. The default value is /var/lib/nfs/nfsdcltrack. COMMANDS
nfsdcltrack requires a command for each invocation. Supported commands are: init Initialize the database. This command requires no argument. create Create a new client record (or update the timestamp on an existing one). This command requires a hex-encoded nfs_client_id4 as an argument. remove Remove a client record from the database. This command requires a hex-encoded nfs_client_id4 as an argument. check Check to see if a nfs_client_id4 is allowed to reclaim. This command requires a hex-encoded nfs_client_id4 as an argument. gracedone Remove any unreclaimed client records from the database. This command requires a epoch boot time as an argument. LEGACY TRANSITION MECHANISM
The Linux kernel NFSv4 server has historically tracked this information on stable storage by manipulating information on the filesystem directly, in the directory to which /proc/fs/nfsd/nfsv4recoverydir points. If the kernel passes the correct information, then nfsdcltrack can use it to allow a seamless transition from the old client tracking scheme to the new one. On a check operation, if there is no record of the client in the database, nfsdcltrack will look to see if the NFSDCLTRACK_LEGACY_RECDIR environment variable is set. If it is, then it will fetch that value and see if a directory exists by that name. If it does, then the check operation will succeed and the directory will be removed. On a gracedone operation, nfsdcltrack will look to see if the NFSDCLTRACK_LEGACY_TOPDIR environment variable is set. If it is, then it will attempt to clean out that directory prior to exiting. Note that this transition is one-way. If the machine subsequently reboots back into an older kernel that does not support the nfsdcltrack upcall then the clients will not be able to recover their state. NOTES
This program requires a kernel that supports the nfsdcltrack usermodehelper upcall. This support was first added to mainline kernels in 3.8. AUTHORS
nfsdcltrack was developed by Jeff Layton <jlayton@redhat.com>. 2012-10-24 NFSDCLTRACK(8)
All times are GMT -4. The time now is 01:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy