Code Comments
Programming Forum and web based access to our favorite programming groups.Hi I have an application made in ACUBOL v 6.2.0.1, running on AIX 5.2. This application takes same files that can be on a local Filesystem or a remote one, usually exported via NFS or CIFS (Samba on Linux Servers). When this application is runned and the files are in a local filesystem or a filesystem exported via NFS it works fine. However when the files are in a remopte filesystem exported via CIFS (Samba Server on Linux) we get an error. We have no problems creating and reading files in the exported filesystems with shell programs or programs developed by us in C. Any idea to debug this problem or solve it is appreciated. Andres Tarallo
Post Follow-up to this messageWhat error are you receiveing and what value have you assigned to the FILE-PREFIX runtime configuration variable? Andres Tarallo wrote: > Hi > > I have an application made in ACUBOL v 6.2.0.1, running on AIX 5.2. > This application takes same files that can be on a local Filesystem or > a remote one, usually exported via NFS or CIFS (Samba on Linux > Servers). > > When this application is runned and the files are in a local filesystem > or a filesystem exported via NFS it works fine. However when the files > are in a remopte filesystem exported via CIFS (Samba Server on Linux) > we get an error. We have no problems creating and reading files in the > exported filesystems with shell programs or programs developed by us in > C. > > Any idea to debug this problem or solve it is appreciated. > > Andres Tarallo
Post Follow-up to this messageAndres Tarallo wrote: > Hi > > I have an application made in ACUBOL v 6.2.0.1, running on AIX 5.2. > This application takes same files that can be on a local Filesystem or > a remote one, usually exported via NFS or CIFS (Samba on Linux > Servers). > > When this application is runned and the files are in a local filesystem > or a filesystem exported via NFS it works fine. However when the files > are in a remopte filesystem exported via CIFS (Samba Server on Linux) > we get an error. We have no problems creating and reading files in the > exported filesystems with shell programs or programs developed by us in > C. > > Any idea to debug this problem or solve it is appreciated. > > Andres Tarallo Are you using sequential files or are you using AcuCobol Vision files? With Vision files you may have the problem that locking bytes in a file will produce a problem using the Samba protocol. Lothar
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.