The error log is not terribly informative. It's trying to list the filenames in the data directory, so I'd suggest taking a look in the data locations for that database. (Infodb will tell you what the directories are.) Make sure the directory permission is OK, make sure that there are no bizarre filenames in the directory. Valid data location filenames look something like aaaabcde.t00 or occasionally ppppabcd.t00.
You can also try enabling the DBMS log if it's not enabled already. In a command prompt, type "ingprenv" and see if you have II_DBMS_LOG defined. If not, ingsetenv II_DBMS_LOG 'full-path' where full-path is a directory + filename where Ingres will put the DBMS log. Sometimes the DBMS log has more information than the error log.
|