Home > Archive > Cobol > August 2006 > Problem running an ACUBOL v 6.2.0.1 program on AIX 5.2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem running an ACUBOL v 6.2.0.1 program on AIX 5.2
|
|
| Andres Tarallo 2006-08-08, 6:55 pm |
| 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
| |
| sgbojo@gmail.com 2006-08-08, 6:55 pm |
| What 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
| |
| Lothar Krauss 2006-08-09, 6:55 pm |
| 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
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
|
|
|
|
|