6.3 UNIX Only
6.3.1: When I try to run EMME/2 on my UNIX workstation I only get the following message. Why?
e001: exit status=33
You are trying to run EMME/2 on a UNIX computer for which you do not have a licence. See Question 3.0.1.
6.3.2: Why do I get the message:
/.../etc/exmod: /.../bin/exyy : too big
emme2: module xyy exit status = 1
The binary of the module you are trying to start is probably corrupt. See Question 3.0.4.
6.3.3: When I try to start EMME/2 I get the following BDISK error message. Why?
yy-mm-dd hh:mm:ss dw n=1065 m=0.00 v8.03 p=1 -1 0 0 0 BDISK
STOP: 4000
Error message number 1065 appears when EMME/2 is not able to access the data bank in READ-WRITE mode. This may happen when the data bank is accessed by different users who do not belong to the same group and have a file-creation mode mask which does not give access to everyone. Verify that you have access to the emme2bank file by using the following command in the directory where your data bank is located:
ls -l emme2bank
If the file is accessible (READ/WRITE) for everyone, the result should be:
-rw-rw-rw- 1 user group size MMM DD HH:MM emme2bank
If the file is not writable for everyone, the permissions must be changed using the following command:
chmod +rw emme2bank
This command can only be used by the owner of the file or by the system administrator.
Note that files errors, plots, reports and batchout should also have READ-WRITE access.
6.3.4: Why do I get the message:
write sfe: [13] Permission denied
logical unit 7, named file
...
Abort - core dumped
emme2: module xyy exit status = 134
This message appears on SUN computers if file is not writable (where file can be usemacro, errors, reports, plots, batchout or a file name specified via the flexible file naming feature).
6.3.5: Why do I get the message:
*** FORTRAN I/O ERROR 956: FILE SYSTEM ERROR
FILE: file, UNIT: 7
...
emme2: module xyy exit status = 1
This message appears on HP-UX computers if file is not writable (where file can be usemacro, errors, reports, plots, batchout or a file name specified via the flexible file naming feature).
6.3.6: Why do I get the message:
013 The sequential WRITE request cannot be completed because an AIX
errno value of 9 was received while writing the sequential file file.
The program will continue if ERR= or IOSTAT= was coded in the WRITE statement.
This message appears under AIX if file is not writable (where file can be usemacro, reports, plots, batchout or a file name specified via the flexible file naming feature).
6.3.7: Why do I get the message:
525-099 Program is stopping because errors have occurred in an I/O
request and ERR= or IOSTAT= was not coded in the I/O statement.
emme2: module xyy exit status = 232
This message appears under AIX if the file errors is not writable. This file is created by EMME/2 and the protection is set according to the user's umask.
6.3.8: Why do I get the message:
.../etc/emme2: netxmod: cannot create
This message appears if the file nextmod is not writable. This file is created by EMME/2 and the protection is set according to the user's umask.
6.3.9: Why do I get the message:
Data bank already in use!
Only one user at a time can access an EMME/2 data bank and a lock file in the application environment is used to ensure this. At the beginning of an EMME/2 session, EMME/2 tests for the existence of a lock file (locki, bank being used interactively; lockb, bank being used in batch mode) in the application environment. If one is found, the procedure exits with the message: Data bank already in use! If no lock file is found, one is created at the beginning of the session and is deleted when EMME/2 terminates (user name, terminal ID, and session start time are recorded in the lock file). If an EMME/2 session terminates abnormally, the lock file may not always be deleted. In this case, delete the lock file before calling emme2. Check that no EMME/2 session is in progress before deleting a lock file.