⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errmsg(en).txt

📁 informix数据库中出错信息的文档(包含中英文对照说明哦!)
💻 TXT
📖 第 1 页 / 共 5 页
字号:
The database server could not open the next audit file because the 
call to aio_fopen() failed. Make sure the ADTPATH points to a valid 
directory which is writable by user or group informix.

38093	Informix level audit write failure (errcode = number).

The database server could not write the current audit record to the 
audit trail file. Make sure the ADTPATH points to a valid directory 
which is writable by user or group informix and that space is 
available. Also, check the directory and audit-trail file permissions.

38094	string is invalid setting for ADTERR.

There is a bad parameter in the onconfig file. Fix the onconfig file so 
that the parameter is 0/1.

38095	string is invalid setting for ADTMODE.

There is a bad parameter in the onconfig file. Fix the onconfig file so 
that the parameter is 0/1.

-1	Not owner.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Check the ownership 
and permissions of files and directories used in the current 
operation. Look for operating system error messages that may give 
more information.

-2	No such file or directory.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information.

-3	No such process.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-4	Interrupted system call.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This may result from 
your pressing the interrupt key at a crucial moment, or from some 
software-generated interrupt signal such as the UNIX command kill. 
Look for operating system error messages that may give more 
information. If the error recurs, please note all circumstances and 
contact the Informix Technical Support Department.

-5	I/O error.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. In 
particular, try to determine what device produced the error, and 
whether it held the database or some other kind of file.

-6	No such device or address.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This probably reflects 
some error in configuring the database software, or possibly an error 
in the REPORT TO clause of a report. Look for operating system error 
messages that may give more information.

-7	Arg list too long.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-8	Exec format error.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-9	Bad file number.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-10	No children.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-11	No more processes.

Your application was unable to start a database server process, or 
was unable to create a process needed for some subordinate function 
such as a REPORT TO pipe or a network-access program. This error 
probably reflects a limit configured in your operating system. Look 
for operating-system error messages that might give more 
information.

-12	Not enough core.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. "Core" probably 
refers to data space in memory needed for an operating system 
function. Look for operating system error messages that may give 
more information.

-13	Permission denied.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This usually follows 
an attempt to execute a file which is not a program or shell script; it 
may reflect an error in a REPORT TO specification in a report. Look 
for operating system error messages that may give more 
information.

-14	Bad address.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-15	Block device required.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This may reflect an 
error in the configuration of the database software, for example, an 
incorrect address in the chunk-device or tape-device parameters 
given to OnLine. Look for operating system error messages that may 
give more information.

-16	Mount device busy.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-17	File exists.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This may reflect an 
attempt in a REPORT TO specification to replace an existing file. Look 
for operating system error messages that may give more 
information.

-18	Cross-device link.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department.

-19	No such device.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This may reflect an 
error in the configuration of the database software, for example, an 
incorrect address in the chunk-device or tape-device parameters 
given to OnLine. Or, it may reflect an error in a REPORT TO 
specification in a report. Look for operating system error messages 
that may give more information.

-20	Not a directory.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. Note that 
some database servers store databases as directories named 
database.dbs. If you place a file (not a directory) with the .dbs suffix 
in your DBPATH, this error might result.

-21	Is a directory.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. A file-type operation 
has been directed to a directory. Some database servers store tables, 
indexes, and lock files as files with particular suffixes in the database 
directory. If such a file was replaced with a directory, this error might 
result. Look for operating system error messages that may give more 
information.

-22	Invalid argument.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information. If the error 
recurs, please note all circumstances and contact the Informix 
Technical Support Department.

-23	File table overflow.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This error probably 
reflects a limit configured in your operating system. Look for 
operating system error messages that may give more information.

-24	Too many open files.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This error probably 
reflects a limit configured in your operating system. Look for 
operating system error messages that may give more information.

-25	Not a typewriter.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This may reflect an 
error in the configuration of the database software, for example, an 
incorrect address in the log-device parameter given to OnLine. Look 
for operating system error messages that may give more 
information. If the error recurs, please note all circumstances and 
contact the Informix Technical Support Department.

-26	Text file busy.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the current 
operation requires the use of a text file (for example, the input file to 
LOAD or to a PRINT FILE statement in a report) then retry the 
operation at a later time. Look for operating system error messages 
that may give more information.

-27	File too large.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Check the 
documentation for your operating system to find out what "too 
large" might mean in the context of the current operation.

-28	No space left on device.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. This probably reflects 
either a database table or an ASCII output file that has filled the 
available disk space. Look for operating system error messages that 
may give more information.

-29	Illegal seek.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information, for 
example, the device on which the error occurred. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department.

-30	Read-only file system.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. An entire file system 
(a disk or disk partition) has been made read-only. Contact your 
system administrator to find out why.

-31	Too many links.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. Look for operating 
system error messages that may give more information, especially 
which file or files are involved. If the error recurs, please note all 
circumstances and contact the Informix Technical Support 
Department.

-32	Broken pipe.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. A "pipe" is a data 
path between two processes; a pipe is "broken" if one of the 
processes has unexpectedly quit while the other is waiting for data. 
Look for operating system error messages that may give more 
information, in particular, which processes were involved. If the 
error recurs, please note all circumstances and contact the Informix 
Technical Support Department. 

-33	Argument too large.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department. 

-34	Result too large.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department. 

-35	Operation would block.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department. 

-36	Operation now in progress.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department. 

-37	Operation already in progress.

An operating system error code with the meaning shown was 
unexpectedly returned to the database server. If the error recurs, 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -