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

📄 errmsg(en).txt

📁 informix数据库中出错信息的文档(包含中英文对照说明哦!)
💻 TXT
📖 第 1 页 / 共 5 页
字号:
32703	Licensed number of users already reached. Check the daemon log.

Check the network-licensing activities by using lmstat or by 
checking the license-daemon log file to decide whether more user 
capacity should be purchased from Informix.

32704	No such feature exists.

The feature could not be found in the license file. Be sure that the 
license file contains the feature line for the product you are trying to 
use and the product is properly licensed.

32705	No TCP/IP license service exists.

Check the license file in use to ensure that there is a valid TCP/IP 
port number on the server line or lines. If the TCP/IP port number is 
not valid, modify the license file to use a valid one.

32706	No socket connection to license manager server.

This error indicates that an internal error occurred during sending 
or receiving of the message. Note all observed behavior and any 
other error message. Check with the system administrator to ensure 
that the system is functioning properly.

32707	Encryption code in license file is inconsistent.

This error indicates that the code in a license-file line does not match 
the other data in the license file. This usually occurs when all the 
software components are not built with the same encryption code. 
Check create_license.c, ls_vendor.c, and your application code 
carefully to make sure that they have the same vendor code. The 
encryption code in the license file should not be modified after it has 
been generated during installation.

32708	Invalid host.

This error occurs when the host ID specified in the license file does 
not match the node on which the software is running.

32709	Feature has expired.

This message means that the present date exceeds the expiration 
date of the feature in the license file. Decide if you want to change 
from an evaluation version to a regular version of this Informix 
product, and contact Informix to get the procedure you need.

32710	Invalid date format in license file.

Check that the date field in the license file is of the format 
dd-mmm-yyyy where dd is the two digits for the day, mmm is the 
three letters for the month, and yyyy is the four digits for the year. 
These dates are generated by the installation procedure. If you did 
not modify the license file on those fields, report this problem to the 
Informix Technical Support Department with the output of the 
license file.

32711	Invalid returned data from license daemon server.

Be sure  that the port numbers on the server lines are not used by any 
other services. Check with your system administrator to ensure that 
the network is functioning properly. Check the 
license-daemon-server log for all error messages.

32712	No server lines in license file.

There is no server line in the license file. All non-zero license-count 
features need at least one server line.

32713	Cannot find SERVER hostname in network database.

Check all relevant system files, such as /etc/hosts, to ensure that the 
server hostname is known across the network.

32714	Cannot read data from license daemon server.

Be sure that the daemons in all license servers are running. Check 
the daemon log for any error message.

32715	Cannot write data to license daemon server.

Check with your system administrator to ensure that the network is 
functioning properly. Also check the daemon log for other error 
messages.

32716	License daemon server does not support this feature.

This error occurs when the features have expired, have not yet 
started, or the version of the product you are attempting to use is not 
the licensed version. Make sure that the license files in both the 
license-daemon servers and the machine running this 
Informix-licensed product are set up properly.

32717	License daemon server busy (no majority)

This error indicates that the license-daemon server is busy 
establishing a quorum of server nodes so that licensing can start. 
Retry this operation later.

32718	License file does not support this version.

Be sure that the version of the product you are attempting to use is 
licensed. Check the license file to ensure that the version of the 
desired product on the feature line is the same as or later than the 
version that you want to use.

32719	Feature checkin failure detected at license daemon server.

The check-in request did not receive a proper reply from the vendor 
daemon. (The license might still be considered in use.) Check the 
daemon log output to see if there are any more error messages. If the 
error recurs, please note all circumstances and contact the Informix 
Technical Support Department.

32720	License daemon server temporarily busy (new server connecting).

The vendor daemon is busy establishing a quorum condition. New 
requests from clients are deferred during this period. Retry this 
operation later.

32721	License daemon server does not support this version of this feature.

The version you are attempting to use is more recent than the 
version for which you are licensed. Check the feature line in the 
license file to ensure that the version of the desired product is the 
same as or later than the version you are trying to use.

32722	Request for more licenses than this feature supports.

A check-out request was made for more licenses than are supported 
in the license file. Be sure that you did not make a change to the 
license check-out request to check out more licenses than it is 
capable of handling. Only one license should be checked out for 
each request.

32723	Cannot read license file.

Be sure that the license file has the correct read permission.

32724	Bad encryption handshake with daemon.

The client performs an encryption handshake operation with the 
daemon before any licensing operations can occur. This handshake 
operation failed. Check with the system administrator to ensure that 
the system and the network are working properly. If the error recurs, 
please note all circumstances and contact the Informix Technical 
Support Department.

32725	Feature database corrupted in daemon.

The daemon's run-time feature data structures are corrupt. This is 
an internal daemon error, and it indicates that a serious problem 
exists. If the error recurs, please note all circumstances and contact 
the Informix Technical Support Department.

32726	Cannot allocate dynamic memory.

The malloc() call failed to return sufficient memory. This can happen 
while reading the features from the license file (especially if the user 
has set an extremely long LM_LICENSE_FILE path). Check with your 
system administrator to ensure that the system is working properly.

32727	Feature was never checked out.

This message is for the user's information only. It is not an error.

32728	Clock setting check not available in daemon.

This message is for the user's information only. It is not an error.

32766	Unknown error message number.

The program you have started cannot locate the Informix error 
message file. The most likely cause of this error is that the 
INFORMIXDIR environment variable is not set properly. Message 
files are stored in the msg directory contained within the directory 
pointed to by INFORMIXDIR.

35201	SQLCODE used in SQL statement or declared as IN parameter

Remove SQLCODE from the SQL statement and/or remove 'IN' from 
the parameter list. SQLCODE is an "out" parameter only.

35202	SQLCODE parameter must be declared with type SQLCODE_TYPE

Only declare SQLCODE as an SQLCODE_TYPE parameter.

38002	Unknown event mnemonic '%s'.

An unknown event mnemonic or code was encountered in the audit 
trail. Check the event mnemonic or code, correct the command line 
or the load file, and try again.

38005	Invalid path name, pathname (errcode = number).

You have specified an invalid pathname. Check your entry and try 
again.

38006	Invalid file name, filename (errcode = number).

You have specified an invalid file-name. Check your entry and try 
again.

38007	No read permission on file filename.

You do not have read permission on the specified file. Check the 
permissions and try again.

38008	Cannot create file filename (errcode = number).

The specified file cannot be created. Check the path and directory 
permissions and try again.

38010	Internal error: Illegal use of set_msg (bounds exceeded).

This is an internal error. The set_msg function has exceeded the 
allocated storage in the error buffer. If the error recurs, please note 
all circumstances and contact the Informix Technical Support 
Department.

38047	Invalid serial number. Please consult the Installation Instructions.

You have entered a serial number that is not valid. Check the 
installation instructions for your product and try again.

38053	Bad option usage: -u required for add.

Your "add" command for onaudit is incomplete; no user name is 
specified. Check the usage information and try again.

38054	Bad option usage: -u required for modify.

Your "modify" command for onaudit is incomplete; no user name is 
specified. Check the usage information and try again.

38055	Unknown option `-x'.

Your command line for onaudit has incorrect or incomplete syntax. 
You have specified an unknown option. Check the usage 
information and try again.

38060	Badly formatted mask/role/event definition at line line-number.

The database server failed to parse the mask/role/event definition 
in a load file. Edit the load file and try again.

38061 	Actions must be the first argument to onaudit.

Your command line for onaudit has incorrect or incomplete syntax. 
Actions must be the first argument. Check the usage information 
and try again.

38062	Option without required argument found.

Your command line for onaudit has incorrect or incomplete syntax. 
You have not included a required argument with an option. Check 
the usage information and try again.

38064	No more than two events sets may be defined.

Your command line for onaudit has incorrect or incomplete syntax. 
You have specified more than two event sets. Check the usage 
information and try again.

38065	Unable to connect to shared memory.

Confirm that the INFORMIX-OnLine Dynamic Server is up, and try 
again.

38083	Masks cannot be modified during a bulk operation (line 
line-number).

The mask defined in a load file already exists. Either edit the load file 
or delete the existing definition.

38084	OS mode auditing not supported for this platform.

The "-O" option is not implemented for this platform. Delete it from 
the command and try again.

38085	Cannot locate ONCONFIG file.

The database server could not locate the 
$INFORMIXDIR/etc/$ONCONFIG file, and/or the ADTPATH and/or 
DBSERVERNAME is not defined.

38086	Badly formatted audit record found.

There is a parsing error in the audit trail traversal. Check the path 
and directory permissions and try again.

38088	Failed to action user user-name -- error number occurred.

This is a general onaudit failure message. For example, there could 
be an incorrect or incomplete command, or the database is 
inaccessible, or the user is not informix. Check the permissions, id, 
and command-line syntax and try again.

38089 	Failed to action -- error number occurred.

This is a general onaudit failure message. For example, there could 
be an incorrect or incomplete command, or the database is 
inaccessible, or the user is not informix. Check the permissions, id, 
and command- line syntax and try again.

38090	Skipped existing audit trail filename.

The database server could not overwrite an existing audit trail file. 
This message may appear when the INFORMIX-OnLine Dynamic 
Server comes up and ADTPATH holds old audit data. Remove all old 
audit trails.

38091	Audit trail creation failed for filename.

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.

38092	Could not open next audit file.

⌨️ 快捷键说明

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