OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

Appendix D. Details of Definition Checking

Table D-1 shows messages and problem identification codes output during definition checking, and related information such as the file names of the definitions checked, operand names, and definition command names.

The following explains the table headings:

 

Table D-1 Details of definition checking

No. Code ID Type File name Definition Related file name Related definition Conditional expression or judgment basis Remarks
1 ADM-0001 KFCA00268-W E env user_command -- -- The file does not exist.
  • ADM#1
  • ADM#2
2 ADM-0002 KFCA00268-W E env user_command -- -- The file cannot be accessed.
  • ADM#1
  • ADM#2
3 ADM-0003 KFCA00268-W E env user_command -- -- The file path is too long.
  • ADM#1
  • ADM#2
4 ADM-0004 KFCA00268-W E env user_command -- -- The file is not executable.
  • ADM#1
  • ADM#2
  • ADM#3
5 ADM-0005 KFCA00268-W E env user_command -- -- A file was not specified.
  • ADM#1
  • ADM#2
6 ADM-0006 KFCA00268-W E env user_command_online -- -- The file does not exist.
  • ADM#1
  • ADM#2
7 ADM-0007 KFCA00268-W E env user_command_online -- -- The file cannot be accessed.
  • ADM#1
  • ADM#2
8 ADM-0008 KFCA00268-W E env user_command_online -- -- The file path is too long.
  • ADM#1
  • ADM#2
9 ADM-0009 KFCA00268-W E env user_command_online -- -- The file is not executable.
  • ADM#1
  • ADM#2
  • ADM#3
10 ADM-0010 KFCA00268-W E env user_command_online -- -- A file was not specified.
  • ADM#1
  • ADM#2
11 ADM-0011 KFCA00270-W C env user_command_online_tp1mngr_id env user_command_online (user_command_online_tp1mngr_id is specified) && (user_command_online is not specified) The definition is not checked when the OS is Windows.
12 ADM-0012 KFCA00276-W C env user_server_ha sysconf ha_conf (user_server_ha == Y) && (ha_conf != Y) --
13 ADM-0013 KFCA00269-W C betranrc dcstart_wakeup_retry_interval betranrc dcstart_wakeup_retry_count (dcstart_wakeup_retry_interval is specified) && (dcstart_wakeup_retry_count == 0) --
14 ADM-0014 KFCA00270-W C betranrc dcstart_wakeup_retry_interval betranrc dcstart_wakeup_retry_count (dcstart_wakeup_retry_interval is specified) && (dcstart_wakeup_retry_count is not specified) --
15 ADM-0015 KFCA00286-W E betranrc node_id -- -- The betranrc definition file does not exist. --
16 ADM-0016 KFCA00285-W E betranrc node_id -- -- node_id is not specified. --
17 ADM-0017 KFCA01880-W W betranrc dcbindht sysconf ha_conf (ha_conf == Y) && (dcbindht is not specified) --
18 ADM-0018 KFCA00266-W C betranrc prc_port -- -- prc_port is specified. --
19 ADM-0019 KFCA00282-W C betranrc multi_node_option -- -- multi_node_option specified Definition checking is not supported when the OS is Windows or Linux.
20 ADM-0020 KFCA33301-E E sysconf
  • dam_conf
  • tam_conf
  • mrs_conf
  • mqa_conf
  • jar_conf
  • dcsvstart -m
betranrc jnl_fileless_option (jnl_fileless_option==Y && dam_conf==Y) || (jnl_fileless_option==Y && tam_conf==Y) || (jnl_fileless_option==Y && mrs_conf==Y) || (jnl_fileless_option==Y && mqa_conf==Y) || (jnl_fileless_option==Y && jar_conf==Y) || (jnl_fileless_option==Y && dcsvstart -m is specified) --
21 -- KFCA01868-E -- sysconf dcsvstart -- -- The prefix is not _mu. --
22 -- KFCA01866-E -- sysconf dcsvstart -- -- The server name is not unique. --
23 -- KFCA01868-E -- usrconf dcsvstart -- -- The prefix is an underscore (_). --
24 -- KFCA01866-E -- usrconf dcsvstart -- -- The same server name already exists. --
25 CLT-0001 KFCA25160-W C cltsrv
  • clt_trn_conf
  • clt_cup_conf
-- -- (clt_trn_conf == N && clt_cup_conf == N) || (clt_trn_conf == N && clt_cup_conf is not specified) Logic checking is not performed for the client service definition (except clt_port).
26 CLT-0002 KFCA00278-W C cltsrv parallel_count cltsrv clt_trn_conf (parallel_count is specified) && (clt_trn_conf == N) --
27 CLT-0003 KFCA25161-W E cltsrv parallel_count -- -- (clt_trn_conf == Y) && (number of resident processes for parallel_count > maximum number of processes for parallel_count) --
28 CLT-0004 KFCA00262-W E cltsrv parallel_count prc prc_process_count (clt_trn_conf == Y) && (number of resident processes for parallel_count >= prc_process_count value) --
29 CLT-0005 KFCA00262-W W cltsrv parallel_count trn trn_tran_process_count (clt_trn_conf == Y) && (maximum number of processes for parallel_count > trn_tran_process_count value) --
30 CLT-0006 KFCA00278-W C cltsrv balance_count cltsrv clt_trn_conf ((balance_count is specified) && (clt_trn_conf == N)) --
31 CLT-0007 KFCA25162-W C cltsrv balance_count cltsrv parallel_count (clt_trn_conf == Y) && (number of resident processes for parallel_count == maximum number of processes for parallel_count) && (balance_count is specified) --
32 CLT-0008 KFCA00262-W C cltsrv trn_expiration_time cltsrv trn_completion_limit_time (trn_expiration_time > 0) && (trn_completion_limit_time > 0) && (trn_expiration_time > trn_completion_limit_time) --
33 CLT-0009 KFCA00282-W C cltsrv trn_statistics_item -- -- cputime is specified for trn_statistics_item. Definition checking is not supported when the OS is Windows.
34 CLT-0010 KFCA00278-W C cltsrv trn_expiration_time_suspend cltsrv trn_expiration_time (trn_expiration_time == 0) && (trn_expiration_time_suspend is specified) trn_expiration_time (default: 0)
35 CLT-0011 KFCA00282-W C cltsrv trn_cpu_time -- -- trn_cpu_time is specified (only when 0 is specified). Definition checking is not supported when the OS is Windows.
36 CLT-0012 KFCA00264-W C cltsrv clt_inquire_time cltsrv trn_expiration_time (clt_cup_conf == Y) && (trn_expiration_time > 0) && (clt_inquire_time > trn_expiration_time) --
37 CLT-0013 KFCA00264-W C cltsrv clt_inquire_time cltsrv trn_limit_time (clt_cup_conf == Y) && (trn_limit_time > 0) && (clt_inquire_time > trn_limit_time) --
38 CLT-0014 KFCA00264-W C cltsrv clt_inquire_time cltsrv trn_completion_limit_time (clt_cup_conf == Y) && (trn_completion_limit_time > 0) && (clt_inquire_time > trn_completion_limit_time) --
39 CLT-0015 KFCA00266-W C cltsrv clt_port -- -- clt_port is specified. When clt_port is specified, logic checking is performed regardless of whether clt_trn_conf or clt_cup_conf is specified.
40 CLT-0016 KFCA00278-W C cltsrv cup_parallel_count cltsrv clt_cup_conf (cup_parallel_count is specified) && (clt_cup_conf == N) --
41 CLT-0017 KFCA00279-W C cltsrv cup_parallel_count cltsrv clt_cup_conf (cup_parallel_count is specified) && (clt_cup_conf is not specified) --
42 CLT-0018 KFCA00262-W E cltsrv cup_parallel_count prc prc_process_count (clt_cup_conf == Y) && (number of resident processes for cup_parallel_count >= prc_process_count value) --
43 CLT-0019 KFCA00278-W C cltsrv cup_balance_count cltsrv clt_cup_conf (cup_balance_count is specified) && (clt_cup_conf == N) --
44 CLT-0020 KFCA00279-W C cltsrv cup_balance_count cltsrv clt_cup_conf (cup_balance_count is specified) && (clt_cup_conf is not specified) --
45 CLT-0021 KFCA25162-W C cltsrv cup_balance_count cltsrv cup_parallel_count (clt_cup_conf == Y) && (cup_balance_count is specified) && (number of resident processes for cup_parallel_count == maximum number of processes for cup_parallel_count) --
46 CLT-0022 KFCA00278-W C cltsrv clttrn_port cltsrv clt_trn_conf (clttrn_port is specified) && (clt_trn_conf == N) --
47 CLT-0023 KFCA00266-W C cltsrv clttrn_port -- -- (clt_trn_conf == Y) && (clttrn_port is specified) --
48 CLT-0024 KFCA25163-W C cltsrv clttrn_port cltsrv parallel_count (clt_trn_conf == Y) && (clttrn_port + maximum number of processes for parallel_count - 1) > 65535 --
49 CLT-0025 KFCA00278-W C cltsrv cltcon_port cltsrv clt_cup_conf (cltcon_port is specified) && (clt_cup_conf == N) --
50 CLT-0026 KFCA00279-W C cltsrv cltcon_port cltsrv clt_cup_conf (cltcon_port is specified) && (clt_cup_conf is not specified) --
51 CLT-0027 KFCA00266-W C cltsrv cltcon_port -- -- (clt_cup_conf == Y) && (cltcon_port is specified) --
52 CLT-0028 KFCA25163-W C cltsrv cltcon_port cltsrv cup_parallel_count (clt_cup_conf == Y) && (cltcon_port + maximum number of processes for cup_parallel_count - 1) > 65535 --
53 CLT-0029 KFCA00272-W C cltsrv trn_optimum_item -- -- trn_optimum_item != base --
54 CLT-0030 KFCA00262-W C cltsrv trn_watch_time cltsrv trn_limit_time (trn_limit_time > 0) && (trn_watch_time > trn_limit_time) --
55 CLT-0031 KFCA00262-W C cltsrv trn_watch_time cltsrv trn_completion_limit_time (trn_completion_limit_time > 0) && (trn_watch_time > trn_completion_limit_time) --
56 CLT-0032 KFCA00272-W C cltsrv trn_rollback_information_put -- -- trn_rollback_information_put != all --
57 CLT-0033 KFCA00265-W C cltsrv message_store_buflen -- -- message_store_buflen is specified --
58 CLT-0034 KFCA00262-W C cltsrv parallel_count prc prc_process_count (clt_trn_conf == Y) && (number of resident processes for parallel_count < prc_process_count value) && (maximum number of processes for parallel_count >= prc_process_count value) --
59 CLT-0035 KFCA00262-W C cltsrv cup_parallel_count prc prc_process_count (clt_cup_conf == Y) && (number of resident processes for cup_parallel_count < prc_process_count value) && (maximum number of processes for cup_parallel_count >= prc_process_count value) --
60 CLT-0036 KFCA25161-W E cltsrv cup_parallel_count -- -- (clt_cup_conf == Y) && (number of resident processes for cup_parallel_count > maximum number of processes for cup_parallel_count) --
61 CLT-0037 KFCA00261-W C cltsrv trn_expiration_time cltsrv trn_cpu_time (trn_expiration_time > 0) && (trn_cpu_time > 0) && (trn_expiration_time < trn_cpu_time) The definition is not checked when the OS is Windows.
62 CLT-0038 KFCA00262-W C cltsrv trn_cpu_time cltsrv trn_completion_limit_time (trn_cpu_time > 0) && (trn_completion_limit_time > 0) && (trn_cpu_time > trn_completion_limit_time) The definition is not checked when the OS is Windows.
63 CPD-0001 KFCA00286-W E Checkpoint dump service definition All jnl jnldfsv The checkpoint dump service definition file specified in the -c option of jnldfsv does not exist.
  • JNL#1
  • CPD#1
64 CPD-0002 KFCA00285-W E Checkpoint dump service definition jnl_objservername -- -- jnl_objservername is not specified.
  • JNL#1
  • CPD#1
65 CPD-0003 KFCA26030-W E Checkpoint dump service definition jnl_objservername -- -- The server name is either _tjl or _mqa. Alternatively, the file name does not begin with _mu.
  • JNL#1
  • CPD#1
66 CPD-0004 KFCA00272-W C Checkpoint dump service definition jnl_reduced_mode -- -- jnl_reduced_mode != 0
  • JNL#1
  • CPD#1
67 CPD-0005 KFCA26031-I C Checkpoint dump service definition jnl_reserved_file_auto_open Checkpoint dump service definition jnladdfg (jnl_reserved_file_auto_open == Y) && (ONL is specified in all jnladdfg definitions)
  • JNL#1
  • CPD#1
68 CPD-0006 KFCA00278-W C Checkpoint dump service definition jnl_singleoperation Checkpoint dump service definition jnl_dual (jnl_singleoperation == Y) && (jnl_dual == N)
  • JNL#1
  • CPD#1
69 CPD-0007 KFCA00279-W C Checkpoint dump service definition jnl_singleoperation Checkpoint dump service definition jnl_dual (jnl_singleoperation == Y) && (jnl_dual is not specified)
  • JNL#1
  • CPD#1
70 CPD-0008 KFCA26032-W E Checkpoint dump service definition jnladdfg -- -- More than one instance of jnladdfg -j srf has been specified.
  • JNL#1
  • CPD#1
71 CPD-0009 KFCA26033-W E Checkpoint dump service definition jnladdpf -- -- The specified file system is not a character-type special file. Alternatively, the device corresponding to this file system does not exist.
  • JNL#1
  • CPD#1
72 CPD-0010 KFCA26034-W E Checkpoint dump service definition jnladdpf -- -- The specified file has not been initialized for an OpenTP1 file system by using the filmkfs command.
  • JNL#1
  • CPD#1
73 CPD-0011 KFCA26035-W E Checkpoint dump service definition jnladdpf -- -- No checkpoint dump file exists.
  • JNL#1
  • CPD#1
74 CPD-0012 KFCA26036-W E Checkpoint dump service definition jnladdpf -- -- OpenTP1 file system versions do not match.
  • JNL#1
  • CPD#1
75 CPD-0013 KFCA26037-W E Checkpoint dump service definition jnladdpf -- -- An attempt was made to open more checkpoint dump files than the maximum.
  • JNL#1
  • CPD#1
76 CPD-0014 KFCA26038-W E Checkpoint dump service definition jnladdpf -- -- Access permission for the relevant special file has not been granted.
  • JNL#1
  • CPD#1
77 CPD-0015 KFCA26039-W E Checkpoint dump service definition jnladdpf -- -- Access permission for the relevant checkpoint dump file has not been granted.
  • JNL#1
  • CPD#1
78 CPD-0016 KFCA26040-W E Checkpoint dump service definition jnladdpf -- -- An I/O error occurred for a checkpoint dump file.
  • JNL#1
  • CPD#1
79 CPD-0017 KFCA26041-W E Checkpoint dump service definition jnladdpf -- -- Memory was insufficient when a checkpoint dump file was opened.
  • JNL#1
  • CPD#1
80 CPD-0018 KFCA26042-W E Checkpoint dump service definition jnladdpf -- -- The specified file cannot be used as a checkpoint dump file.
  • JNL#1
  • CPD#1
81 CPD-0019 KFCA26043-W E Checkpoint dump service definition jnladdpf -- -- An error occurred while a checkpoint dump file was being loaded.
  • JNL#1
  • CPD#1
82 CPD-0020 KFCA26032-W E Checkpoint dump service definition jnladdpf -- -- More than one instance of jnladdfg -j srf has been specified.
  • JNL#1
  • CPD#1
83 -- KFCA02175-E -- Checkpoint dump service definition jnl_objservername Another checkpoint dump service definition jnl_objservername The specified server name is the same as jnl_objservername specified in another checkpoint dump service definition.
  • JNL#1
  • CPD#1
84 -- KFCA02135-E -- Checkpoint dump service definition jnladdfg -- -- The file group name is also specified for jnladdfg in another checkpoint dump service definition.
  • JNL#1
  • CPD#1
85 -- KFCA02149-E -- Checkpoint dump service definition jnladdfg -- -- The number of specified jnladdfg definitions (ONL is specified && -j srf is not specified) is smaller than (assurance_count value + 1).
  • JNL#1
  • CPD#1
86 -- KFCA02153-E -- Checkpoint dump service definition jnladdfg -- -- The jnladdfg value exceeds the maximum of 60.
  • JNL#1
  • CPD#1
87 -- KFCA02156-E -- Checkpoint dump service definition jnladdfg -- -- jnladdpf for the file group specified in the -g option does not exist.
  • JNL#1
  • CPD#1
88 -- KFCA02190-E -- Checkpoint dump service definition jnladdfg -- -- The number of specified jnladdfg definitions (ONL is specified && -j srf is not specified) exceeds the maximum of 30.
  • JNL#1
  • CPD#1
89 -- KFCA02141-E -- Checkpoint dump service definition jnladdfg -- -- The file group name is also specified for another jnladdfg definition.
  • JNL#1
  • CPD#1
90 -- KFCA02137-E -- Checkpoint dump service definition jnladdpf -- -- The physical file name is also specified for jnladdpf in another checkpoint dump service definition.
  • JNL#1
  • CPD#1
91 -- KFCA02148-E -- Checkpoint dump service definition jnladdpf Checkpoint dump service definition jnladdfg The jnladdfg definition for the file group specified in the -g option does not exist.
  • JNL#1
  • CPD#1
92 -- KFCA02154-E -- Checkpoint dump service definition jnladdpf -- -- The file group name is also specified for another jnladdpf definition.
  • JNL#1
  • CPD#1
93 -- KFCA02155-E -- Checkpoint dump service definition jnladdpf -- -- The number of specified jnladdpf definitions exceeds the maximum of 60.
  • JNL#1
  • CPD#1
94 -- KFCA26004-E -- Checkpoint dump service definition jnladdpf Checkpoint dump service definition jnl_dual (jnl_dual == Y is specified) && ((-a option of jnladdpf is not specified) || (-b option of jnladdpf is not specified))
  • JNL#1
  • CPD#1
95 -- KFCA26005-E -- Checkpoint dump service definition jnladdpf Checkpoint dump service definition jnl_dual (-b option of jnladdpf is specified) && (jnl_dual == N)
  • JNL#1
  • CPD#1
96 -- KFCA26005-E -- Checkpoint dump service definition jnladdpf Checkpoint dump service definition jnl_dual (-b option of jnladdpf is specified) && (jnl_dual is not specified)
  • JNL#1
  • CPD#1
97 DAM-0001 KFCA02751-W W dam dam_update_block -- -- dam_update_block > 5000 --
98 DAM-0002 KFCA02752-W C dam dam_message_level -- -- (dam_message_level is not specified) || (dam_message_level == 1) --
99 DAM-0003 KFCA00264-W C dam dam_tran_process_count trn trn_tran_process_count (dam_tran_process_count is specified) && (dam_tran_process_count > trn_tran_process_count) --
100 DAM-0004 KFCA02753-W C dam dam_cache_size -- -- (dam_cache_size_fix is not specified) && (dam_cache_size < calculation expression used at DAM startup) --
101 DAM-0005 KFCA00277-W C dam dam_cache_size dam dam_cache_size_fix (dam_cache_size_fix is specified) && (dam_cache_size is specified) --
102 DAM-0006 KFCA02754-W C dam dam_cache_size_fix -- -- (dam_cache_size_fix is specified) --
103 DAM-0007 KFCA00282-W C dam dam_cache_attribute -- -- (OS == AIX || OS == Linux) && (dam_cache_attribute == fixed) The definition is checked only when the OS is AIX or Linux.
104 DAM-0008 KFCA00272-W C dam dam_cache_attribute -- -- (OS == HP-UX || OS == Solaris) && (dam_cache_attribute == fixed) The definition is checked only when the OS is HP-UX or Solaris.
105 DAM-0009 KFCA02755-W W dam dam_io_error_occur -- -- dam_io_error_occur == stop --
106 DAM-0010 KFCA00271-W W dam dam_cache_reuse_from -- -- dam_cache_reuse_from == first --
107 DAM-0011 KFCA02756-W W dam damchlmt command -- -- (Number of DAM file blocks > 5000) && (damchlmt is not specified) --
108 DAM-0012 KFCA02757-W W dam damfile command -- -- (Number of specified damfile commands + dam_added_file value) > 3600 --
109 -- KFCA02566-E -- dam damcache command -- -- A DAM file is not specified in damfile. --
110 -- KFCA02566-E -- dam damchlmt command -- -- A DAM file is not specified in damfile. --
111 -- KFCA01636-E -- dam damfile command -- -- The DAM file path name is not specified correctly. --
112 -- KFCA01636-E -- dam damfile command -- -- The machine that contains the OpenTP1 file system has not been initialized. --
113 -- KFCA01636-E -- dam damfile command -- -- The DAM file is missing. --
114 -- KFCA01636-E -- dam damfile command -- -- The number of opened files exceeds the system limit. --
115 -- KFCA01636-E -- dam damfile command -- -- Access permission for the OpenTP1 file system has not been granted. --
116 -- KFCA01636-E -- dam damfile command -- -- Access permission for the OpenTP1 file system has not been granted. --
117 -- KFCA01636-E -- dam damfile command -- -- The DAM file version is incorrect. --
118 -- KFCA01646-E -- dam damfile command -- -- An I/O error occurred in the DAM file. --
119 -- KFCA01627-E -- dam damfile command -- -- Memory was insufficient. --
120 -- KFCA01637-E -- dam damfile command -- -- The specified DAM file is not a correct DAM file. --
121 -- KFCA01617-E -- System journal service definition jnl_max_datasize -- -- (dam_update_block_over == flush) && (jnl_max_datasize < 152 + maximum block length x 2) ||
(dam_update_block_over == error) && (jnl_max_datasize < 152 + maximum block length)

  • JNL#1
  • CPD#1
122 JNL-0001 KFCA00262-W W jnl jnl_arc_terminate_timeout env system_terminate_watch_time !(OS == Windows || OS == Linux) && system_terminate_watch_time <= jnl_arc_terminate_timeout
  • JNL#1
  • CPD#1
123 JNL-0005 KFCA32800-W E jnl jnldfsv -- -- -r option is not specified.
  • JNL#1
  • CPD#1
124 JNL-0006 KFCA32801-W E jnl jnldfsv -- -- No -r option argument is specified.
  • JNL#1
  • CPD#1
125 JNL-0007 KFCA32802-W W jnl jnldfsv -- -- Number of specified jnldfsv definitions > 1
  • JNL#1
  • CPD#1
126 JNL-0010 KFCA00272-W C System journal service definition jnl_cdinterval -- -- jnl_cdinterval < 1000
  • JNL#1
  • CPD#1
127 JNL-0011 KFCA00272-W C System journal service definition jnl_cdinterval -- -- jnl_cdinterval > 1000
  • JNL#1
  • CPD#1
128 JNL-0014 KFCA00269-W C System journal service definition jnl_singleoperation -- jnl_dual (jnl_dual == N) && (jnl_singleoperation==Y)
  • JNL#1
  • CPD#1
129 JNL-0015 KFCA00270-W C System journal service definition jnl_arc_buff_size -- jnl_arc_name !(OS == Windows || OS == Linux) && jnl_arc_name is not specified && jnl_arc_buff_size is specified
  • JNL#1
  • CPD#1
130 JNL-0016 KFCA00273-W E System journal service definition jnl_arc_buff_size -- jnl_arc_max_datasize !(OS == Windows || OS == Linux) && (jnl_arc_buff_size < [Figure](jnl_arc_max_datasize x 1024) / 1048576[Figure] x 3)
  • JNL#1
  • CPD#1
131 JNL-0017 KFCA00270-W C System journal service definition jnl_arc_max_datasize -- jnl_arc_name !(OS == Windows || OS == Linux) && jnl_arc_name is not specified && jnl_arc_max_datasize is specified
  • JNL#1
  • CPD#1
132 JNL-0018 KFCA00273-W E System journal service definition jnl_arc_max_datasize -- jnl_max_datasize !(OS == Windows || OS == Linux) && (jnl_arc_max_datasize < [Figure]([Figure](jnl_max_datasize+336) / 4096[Figure] x 4096) / 1024[Figure])
  • JNL#1
  • CPD#1
133 JNL-0019 KFCA00274-W E System journal service definition jnl_arc_max_datasize betranrc rpc_max_message_size !(OS == Windows || OS == Linux) && (rpc_max_message_size < [Figure](jnl_arc_max_datasize x 1024+4096) / 1048576[Figure])
  • JNL#1
  • CPD#1
134 JNL-0020 KFCA00270-W C System journal service definition jnl_arc_terminate_check -- jnl_arc_name !(OS == Windows || OS == Linux) && jnl_arc_name is not specified && jnl_arc_terminate_check is specified
  • JNL#1
  • CPD#1
135 JNL-0021 KFCA00270-W C System journal service definition jnl_arc_rec_kind -- jnl_arc_name For the following condition, the jnl_arc_rec_kind value has no effect:
!(OS == Windows || OS == Linux) && jnl_arc_name is not specified

  • JNL#1
  • CPD#1
136 JNL-0022 KFCA00270-W C System journal service definition jnl_arc_uj_code -- jnl_arc_name For the following condition, the jnl_arc_uj_code value has no effect:
!(OS == Windows || OS == Linux) && jnl_arc_name is not specified

  • JNL#1
  • CPD#1
137 JNL-0023 KFCA00270-W C System journal service definition jnl_arc_check_level -- jnl_arc_name For the following condition, the jnl_arc_check_level value has no effect:
!(OS == Windows || OS == Linux) && jnl_arc_name is not specified

  • JNL#1
  • CPD#1
138 JNL-0024 KFCA00270-W C System journal service definition jnl_arc_trn_stat -- jnl_arc_name For the following condition, the jnl_arc_trn_stat value has no effect:
!(OS == Windows || OS == Linux) && jnl_arc_name is not specified

  • JNL#1
  • CPD#1
139 JNL-0025 KFCA00269-W C System journal service definition jnl_auto_unload -- jnl_unload_check When jnl_unload_check=N is specified, the jnl_auto_unload=Y specification has no effect.
  • JNL#1
  • CPD#1
140 JNL-0026 KFCA00280-W C System journal service definition jnl_auto_unload_path -- jnl_auto_unload When jnl_auto_unload=N is specified, the jnl_auto_unload_path specification has no effect.
  • JNL#1
  • CPD#1
141 JNL-0027 KFCA32804-W W System journal service definition jnl_auto_unload_path -- -- Access permission for the directory has not been granted.
  • JNL#1
  • CPD#1
142 JNL-0028 KFCA32804-W W System journal service definition jnl_auto_unload_path -- -- The directory does not exist.
  • JNL#1
  • CPD#1
143 JNL-0029 KFCA32804-W W System journal service definition jnl_auto_unload_path -- -- The specified path is not a directory.
  • JNL#1
  • CPD#1
144 JNL-0030 KFCA32805-W W System journal service definition jnl_auto_unload_path -- -- An unload journal file exists in the specified directory.
  • JNL#1
  • CPD#1
145 JNL-0031 KFCA00264-W C System journal service definition jnl_max_file_dispersion -- jnl_min_file_dispersion jnl_min_file_dispersion > jnl_max_file_dispersion
  • JNL#1
  • CPD#1
146 JNL-0050 KFCA32810-W E System journal service definition jnladdfg -- -- -g option is not specified.
  • JNL#1
  • CPD#1
147 JNL-0051 KFCA32811-W E System journal service definition jnladdfg -- -- Argument for the -g option is not specified
  • JNL#1
  • CPD#1
148 JNL-0052 KFCA32812-W E System journal service definition jnladdfg -- -- Number of specified jnladdfg definitions > 256
  • JNL#1
  • CPD#1
149 JNL-0053 KFCA32813-W E System journal service definition jnladdfg -- -- Number of specified jnladdfg definitions < 2
  • JNL#1
  • CPD#1
150 JNL-0054 KFCA32814-W E System journal service definition jnladdfg -- -- Number of jnladdfg definitions with ONL specified < 2
  • JNL#1
  • CPD#1
151 JNL-0055 KFCA32815-W W System journal service definition jnladdfg -- -- Number of specified jnladdfg definitions with the same file group name > 1
  • JNL#1
  • CPD#1
152 JNL-0056 KFCA32816-W E System journal service definition jnladdfg -- jnladdpf A file group for which jnladdpf is not defined exists.
  • JNL#1
  • CPD#1
153 JNL-0057 KFCA32820-W E System journal service definition jnladdpf -- -- -g option is not specified.
  • JNL#1
  • CPD#1
154 JNL-0058 KFCA32821-W E System journal service definition jnladdpf -- -- Argument for the -g option is not specified.
  • JNL#1
  • CPD#1
155 JNL-0059 KFCA32822-W E System journal service definition jnladdpf -- -- -a option is not specified.
  • JNL#1
  • CPD#1
156 JNL-0060 KFCA32823-W E System journal service definition jnladdpf -- -- -a or -b option argument is not specified.
  • JNL#1
  • CPD#1
157 JNL-0061 KFCA32824-W E System journal service definition jnladdpf -- jnl_dual (jnl_dual == Y) && (-b option of jladdpf is not specified)
  • JNL#1
  • CPD#1
158 JNL-0062 KFCA32825-W C System journal service definition jnladdpf -- jnl_dual (jnl_dual == N) && (-b option of jnladdpf is specified)
  • JNL#1
  • CPD#1
159 JNL-0063 KFCA32826-W E System journal service definition jnladdpf -- jnladdfg A file group name not defined by jnladdfg is defined by jnladdpf.
  • JNL#1
  • CPD#1
160 JNL-0064 KFCA32827-W W System journal service definition jnladdpf -- jnl_max_file_dispersion jnl_max_file_dispersion = 1 && number of specified jnladdpf definition commands with the same file group name > jnl_max_file_dispersion
  • JNL#1
  • CPD#1
161 JNL-0065 KFCA32828-W E System journal service definition jnladdpf -- -- Duplicated journal file name
  • JNL#1
  • CPD#1
162 JNL-0066 KFCA32829-W E System journal service definition jnladdpf -- -- The physical file is not a journal file.
  • JNL#1
  • CPD#1
163 JNL-0067 KFCA32830-W W System journal service definition jnladdpf -- -- The journal file is for another node.
  • JNL#1
  • CPD#1
164 JNL-0068 KFCA32831-W E System journal service definition jnladdpf -- -- Number of journal file records < [Figure]((jnl_max_datasize value) + 336) / 4096[Figure] + 12
  • JNL#1
  • CPD#1
165 JNL-0069 KFCA32832-W E System journal service definition jnladdpf -- -- One of the following conditions exists:
  • The specified file system is not a character-type special file.
  • The device corresponding to the specified file system does not exist.

  • JNL#1
  • CPD#1
166 JNL-0070 KFCA32833-W E System journal service definition jnladdpf -- -- The machine with the OpenTP1 file system has not been initialized.
  • JNL#1
  • CPD#1
167 JNL-0071 KFCA32834-W E System journal service definition jnladdpf -- -- OpenTP1 file system versions do not match.
  • JNL#1
  • CPD#1
168 JNL-0072 KFCA32835-W E System journal service definition jnladdpf -- -- Memory was insufficient.
  • JNL#1
  • CPD#1
169 JNL-0073 KFCA32836-W E System journal service definition jnladdpf -- -- The number of open files exceeds the system limit.
  • JNL#1
  • CPD#1
170 JNL-0074 KFCA32837-W E System journal service definition jnladdpf -- -- Access permission for the specified OpenTP1 file system or journal file has not been granted.
  • JNL#1
  • CPD#1
171 JNL-0075 KFCA32838-W E System journal service definition jnladdpf -- -- The file does not exist.
  • JNL#1
  • CPD#1
172 JNL-0076 KFCA32839-W E System journal service definition jnladdpf -- -- Lock segments became insufficient.
  • JNL#1
  • CPD#1
173 JNL-0077 KFCA32840-W E System journal service definition jnladdpf -- -- The specified file cannot be used as a journal file.
  • JNL#1
  • CPD#1
174 JNL-0078 KFCA32841-W E System journal service definition jnladdpf -- -- One of the following conditions exists:
  • Management information for physical files could not be loaded.
  • Management information is damaged.

  • JNL#1
  • CPD#1
175 JNL-0079 KFCA32842-W W System journal service definition jnladdpf -- -- When jnl_unload_check=Y, the file group has not been unloaded.
  • JNL#1
  • CPD#1
176 JNL-0080 KFCA32843-W C System journal service definition jnladdpf -- -- The status for physical files is active.
  • JNL#1
  • CPD#1
177 JNL-0081 KFCA32844-W C System journal service definition jnladdpf -- jnl_max_file_dispersion Number of element files specified for the same file group > jnl_max_file_dispersion
  • JNL#1
  • CPD#1
178 JNL-0082 KFCA32845-W C System journal service definition jnladdpf -- jnl_min_file_dispersion Number of element files specified for the same file group < jnl_min_file_dispersion
  • JNL#1
  • CPD#1
179 JNL-0083 KFCA32846-W C System journal service definition jnladdpf -- jnl_max_file_dispersion jnl_max_file_dispersion > 1 && -e option of jnladdpf is not specified
  • JNL#1
  • CPD#1
180 JNL-0084 KFCA32847-W W System journal service definition jnladdpf -- -- Number of specified jnladdpf definition commands with the same element file name > 1
  • JNL#1
  • CPD#1
181 JNL-0086 KFCA32849-W E System journal service definition jnladdpf -- -- Argument for the -e option is not specified
  • JNL#1
  • CPD#1
182 JNL-0090 KFCA00282-W C jnl jnl_arc_terminate_timeout -- -- (OS == Windows || OS == Linux) && jnl_arc_terminate_timeout is specified
  • JNL#1
  • CPD#1
183 JNL-0090 KFCA00282-W C jnl jnl_arc_ipc_buff_size -- -- (OS == Windows || OS == Linux) && jnl_arc_ipc_buff_size is specified
  • JNL#1
  • CPD#1
184 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_name -- -- (OS == Windows || OS == Linux) && jnl_arc_name is specified
  • JNL#1
  • CPD#1
185 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_buff_size -- -- (OS == Windows || OS == Linux) && jnl_arc_buff_size is specified
  • JNL#1
  • CPD#1
186 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_max_datasize -- -- (OS == Windows || OS == Linux) && jnl_arc_max_datasize is specified
  • JNL#1
  • CPD#1
187 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_terminate_check -- -- (OS == Windows || OS == Linux) && jnl_arc_terminate_check is specified
  • JNL#1
  • CPD#1
188 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_rec_kind -- -- The definition is specified when the OS is Windows or Linux.
  • JNL#1
  • CPD#1
189 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_uj_code -- -- The definition is specified when the OS is Windows or Linux.
  • JNL#1
  • CPD#1
190 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_check_level -- -- The definition is specified when the OS is Windows or Linux.
  • JNL#1
  • CPD#1
191 JNL-0090 KFCA00282-W C System journal service definition jnl_arc_trn_stat -- -- The definition is specified when the OS is Windows or Linux.
  • JNL#1
  • CPD#1
192 JNL-0100 KFCA00285-W E jnl jnldfsv -- -- jnldfsv is not specified.
  • JNL#1
  • CPD#1
193 JNL-0101 KFCA00285-W E System journal service definition jnladdfg -- -- jnladdfg is not specified.
  • JNL#1
  • CPD#1
194 JNL-0102 KFCA00285-W E System journal service definition jnladdpf -- -- jnladdpf is not specified.
  • JNL#1
  • CPD#1
195 JNL-0103 KFCA00286-W E jnl -- betranrc jnl_fileless_option jnl_fileless_option=N && no journal service definition file (jnl)
  • JNL#1
  • CPD#1
196 JNL-0104 KFCA00286-W E System journal service definition -- betranrc jnl_fileless_option jnl_fileless_option=N && no system journal service definition file
  • JNL#1
  • CPD#1
197 JNL-0110 KFCA32850-W E System journal service definition jnl_arc_name -- -- !(OS == Windows || OS == Linux) && (number of characters in the resource group name < 1 || number of characters in the resource group name > 8) || (number of characters in the node identifier != 4)
  • JNL#1
  • CPD#1
198 JNL-0111 KFCA32851-W E System journal service definition jnl_arc_rec_kind -- -- !(OS == Windows || OS == Linux) && ( !(a) || !(c) || !(f) || !(g) || !(i) || !(m) || !(o) || !(s) || !(u))
  • JNL#1
  • CPD#1
199 JNL-0112 KFCA32852-W E System journal service definition jnl_arc_uj_code -- -- !(OS == Windows || OS == Linux) && (uj code < 0) || (uj code > 255)
  • JNL#1
  • CPD#1
200 JNL-0120 KFCA32806-W W System journal service definition jnl_auto_unload_path -- -- The specified directory path is not an absolute path.
  • JNL#1
  • CPD#1
201 JNL-0121 KFCA32807-W W System journal service definition jnl_auto_unload_path -- -- Specified directory path string > 80 bytes
  • JNL#1
  • CPD#1
202 JNL-0122 KFCA32808-W W System journal service definition jnl_auto_unload_path -- -- None of the specified directories are available.
  • JNL#1
  • CPD#1
203 JNL-0123 KFCA00272-W C betranrc jnl_prf_event_trace_level -- -- (jnl_prf_event_trace_level & 00000001) != 00000001
  • JNL#1
204 JNL-0124 KFCA26780-W C _jl prf_file_size -- -- prf_file_size == 1024
  • JNL#1
205 JNL-0125 KFCA00272-W C _jl prf_trace_backup -- -- prf_trace_backup == N
  • JNL#1
206 LCK-0001 KFCA00421-W C lck All lck lck_limt_for* (lck_limit_foruser value + lck_limit_fordam value + lck_limit_fortam value + lck_limit_formqa value) == 0
However, if dam_conf==N, lck_limit_fordam=0, and if tam_conf==N, lck_limit_fortam=0.
Logic checking is not performed for the lock service definition.
207 LCK-0002 KFCA00265-W C lck lck_limit_foruser -- -- lck_limit_foruser is specified. --
208 LCK-0003 KFCA00272-W C lck lck_limit_fordam sysconf dam_conf ((dam_conf == N) || (dam_conf is not specified)) && ((lck_limit_fordam > 0) || (lck_limit_fordam is not specified)) --
209 LCK-0004 KFCA00265-W C lck lck_limit_fordam sysconf dam_conf (dam_conf == Y) && (lck_limit_fordam is specified) --
210 LCK-0005 KFCA00272-W C lck lck_limit_fortam sysconf tam_conf ((tam_conf == N) || (tam_conf is not specified)) && ((lck_limit_fortam > 0) || (lck_limit_fortam is not specified)) --
211 LCK-0006 KFCA00265-W C lck lck_limit_fortam sysconf tam_conf (tam_conf == Y) && (lck_limit_fortam is specified) --
212 LCK-0007 KFCA00278-W C lck lck_limit_formqa sysconf mqa_conf ((mqa_conf == N) || (mqa_conf is not specified)) && (lck_limit_formqa > 0) --
213 LCK-0008 KFCA00265-W C lck lck_limit_formqa sysconf mqa_conf mqa_conf == Y --
214 LCK-0009 KFCA00265-W C lck lck_wait_timeout -- -- lck_wait_timeout is specified. --
215 LCK-0010 KFCA00272-W C lck lck_deadlock_info -- -- (lck_deadlock_info == N) || (lck_deadlock_info is not specified) --
216 LCK-0011 KFCA00278-W C lck lck_deadlock_info_remove lck lck_deadlock_info (lck_deadlock_info_remove is specified) && (lck_deadlock_info == N) --
217 LCK-0012 KFCA00279-W C lck lck_deadlock_info_remove lck lck_deadlock_info (lck_deadlock_info_remove is specified) && (lck_deadlock_info is not specified) --
218 LCK-0013 KFCA00272-W C lck lck_deadlock_info_remove -- -- (lck_deadlock_info == Y) && ((lck_deadlock_info_remove == no) || (lck_deadlock_info_remove is not specified)) --
219 LCK-0014 KFCA00278-W C lck lck_deadlock_info_remove_level lck lck_deadlock_info (lck_deadlock_info_remove_level is specified) && (lck_deadlock_info == N) --
220 LCK-0015 KFCA00279-W C lck lck_deadlock_info_remove_level lck lck_deadlock_info (lck_deadlock_info_remove_level is specified) && (lck_deadlock_info is not specified) --
221 LCK-0016 KFCA00278-W C lck lck_deadlock_info_remove_level lck lck_deadlock_info_remove (lck_deadlock_info_remove_level is specified) && (lck_deadlock_info_remove == no) --
222 LCK-0017 KFCA00279-W C lck lck_deadlock_info_remove_level lck lck_deadlock_info_remove (lck_deadlock_info_remove_level is specified) && (lck_deadlock_info_remove is not specified) --
223 LCK-0018 KFCA00272-W W lck lck_release_detect -- -- (lck_release_detect == interval) --
224 LCK-0019 KFCA00278-W C lck lck_release_detect_interval lck lck_release_detect (lck_release_detect_interval is specified) && (lck_release_detect == pipe) --
225 LCK-0020 KFCA00279-W C lck lck_release_detect_interval lck lck_release_detect (lck_release_detect_interval is specified) && (lck_release_detect is not specified) --
226 LCK-0021 KFCA00422-W C User service definition deadlock_priority lck
  • lck_limit_foruser
  • lck_limit_fordam
  • lck_limit_fortam
  • lck_limit_formqa
(lck_limit_foruser value + lck_limit_fordam value + lck_limit_fortam value + lck_limit_formqa value) == 0
However, if dam_conf==N, lck_limit_fordam=0, and if tam_conf==N, lck_limit_fortam=0.
--
227 LCK-0022 KFCA00422-W C User service definition lck_wait_priority lck
  • lck_limit_foruser
  • lck_limit_fordam
  • lck_limit_fortam
  • lck_limit_formqa
(lck_limit_foruser value +
lck_limit_fordam value +
lck_limit_fortam value +
lck_limit_formqa value) == 0
However, if dam_conf==N, lck_limit_fordam=0, and if tam_conf==N, lck_limit_fortam=0.
--
228 LCK-0023 KFCA00272-W C lck lck_prf_trace_level -- -- (lck_prf_trace_level & 00000001) != 00000001 --
229 LCK-0024 KFCA00423-W C _lk prf_file_size -- -- prf_file_size < default value (5120) --
230 LOG-0001 KFCA00272-W C log log_msg_console log -- log_msg_console == N --
231 LOG-0002 KFCA00278-W C log log_msg_allno log log_msg_console (log_msg_console == N) && (log_msg_allno is specified) && (log_msg_allno == Y) --
232 LOG-0002 KFCA00278-W C log log_msg_prcid log log_msg_console (log_msg_console == N) && (log_msg_prcid is specified) && (log_msg_prcid == Y) --
233 LOG-0002 KFCA00278-W C log log_msg_prcno log log_msg_console (log_msg_console == N) && (log_msg_prcno is specified) && (log_msg_prcno == Y) --
234 LOG-0002 KFCA00278-W C log log_msg_sysid log log_msg_console (log_msg_console == N) && (log_msg_sysid is specified) && (log_msg_sysid == Y) --
235 LOG-0002 KFCA00278-W C log log_msg_date log log_msg_console (log_msg_console == N) && (log_msg_date is specified) && (log_msg_date == Y) --
236 LOG-0002 KFCA00278-W C log log_msg_time log log_msg_console (log_msg_console == N) && (log_msg_time is specified) && (log_msg_time == Y) --
237 LOG-0002 KFCA00278-W C log log_msg_hostname log log_msg_console (log_msg_console == N) && (log_msg_hostname) && (log_msg_hostname == Y) --
238 LOG-0002 KFCA00278-W C log log_msg_pgmid log log_msg_console (log_msg_console == N) && (log_msg_pgmid is specified) && (log_msg_pgmid == Y) --
239 LOG-0003 KFCA00272-W C log log_msg_date log log_msg_console (log_msg_console == Y) && (log_msg_date is specified) && (log_msg_date == N) --
240 LOG-0003 KFCA00272-W C log log_msg_time log log_msg_console (log_msg_console == Y) && (log_msg_time is specified) && (log_msg_time == N) --
241 LOG-0004 KFCA00282-W C log log_netm_out -- -- log_netm_out is specified. The definition is checked only when the OS is Windows or Linux.
242 LOG-0004 KFCA00282-W C log log_netm_allno -- -- log_netm_allno is specified. The definition is checked only when the OS is Windows or Linux.
243 LOG-0004 KFCA00282-W C log log_netm_prcid -- -- log_netm_prcid is specified. The definition is checked only when the OS is Windows or Linux.
244 LOG-0004 KFCA00282-W C log log_netm_prcno -- -- log_netm_prcno is specified. The definition is checked only when the OS is Windows or Linux.
245 LOG-0004 KFCA00282-W C log log_netm_sysid -- -- log_netm_sysid is specified. The definition is checked only when the OS is Windows or Linux.
246 LOG-0004 KFCA00282-W C log log_netm_date -- -- log_netm_date is specified. The definition is checked only when the OS is Windows or Linux.
247 LOG-0004 KFCA00282-W C log log_netm_time -- -- log_netm_time is specified. The definition is checked only when the OS is Windows or Linux.
248 LOG-0004 KFCA00282-W C log log_netm_hostname -- -- log_netm_hostname is specified. The definition is checked only when the OS is Windows or Linux.
249 LOG-0004 KFCA00282-W C log log_netm_pgmid -- -- log_netm_pgmid is specified. The definition is checked only when the OS is Windows or Linux.
250 LOG-0005 KFCA00280-W C log log_netm_allno log log_netm_out (log_netm_out == N) && (log_netm_allno is specified) && (log_netm_allno == Y) The definition is not checked when the OS is Windows or Linux.
251 LOG-0005 KFCA00280-W C log log_netm_prcid log log_netm_out (log_netm_out == N) && (log_netm_prcid is specified) && (log_netm_prcid == Y) The definition is not checked when the OS is Windows or Linux.
252 LOG-0005 KFCA00280-W C log log_netm_prcno log log_netm_out (log_netm_out == N) && (log_netm_prcno is specified) && (log_netm_prcno == Y) The definition is not checked when the OS is Windows or Linux.
253 LOG-0005 KFCA00280-W C log log_netm_sysid log log_netm_out (log_netm_out == N) && (log_netm_sysid is specified) && (log_netm_sysid == Y) The definition is not checked when the OS is Windows or Linux.
254 LOG-0005 KFCA00280-W C log log_netm_date log log_netm_out (log_netm_out == N) && (log_netm_date is specified) && (log_netm_date == Y) The definition is not checked when the OS is Windows or Linux.
255 LOG-0005 KFCA00280-W C log log_netm_time log log_netm_out (log_netm_out == N) && (log_netm_time is specified) && (log_netm_time == Y) The definition is not checked when the OS is Windows or Linux.
256 LOG-0005 KFCA00280-W C log log_netm_hostname log log_netm_out (log_netm_out == N) && (log_netm_hostname is specified) && (log_netm_hostname == Y) The definition is not checked when the OS is Windows or Linux.
257 LOG-0005 KFCA00280-W C log log_netm_pgmid log log_netm_out (log_netm_out == N) && (log_netm_pgmid is specified) && (log_netm_pgmid == Y) The definition is not checked when the OS is Windows or Linux.
258 LOG-0006 KFCA00282-W C log log_jp1_allno -- -- log_jp1_allno is specified. The definition is checked only when the OS is Windows.
259 LOG-0006 KFCA00282-W C log log_jp1_prcid -- -- log_jp1_prcid is specified. The definition is checked only when the OS is Windows.
260 LOG-0006 KFCA00282-W C log log_jp1_prcno -- -- log_jp1_prcno is specified. The definition is checked only when the OS is Windows.
261 LOG-0006 KFCA00282-W C log log_jp1_sysid -- -- log_jp1_sysid is specified. The definition is checked only when the OS is Windows.
262 LOG-0006 KFCA00282-W C log log_jp1_date -- -- log_jp1_date is specified. The definition is checked only when the OS is Windows.
263 LOG-0006 KFCA00282-W C log log_jp1_time -- -- log_jp1_time is specified. The definition is checked only when the OS is Windows.
264 LOG-0006 KFCA00282-W C log log_jp1_hostname -- -- log_jp1_hostname is specified. The definition is checked only when the OS is Windows.
265 LOG-0006 KFCA00282-W C log log_jp1_pgmid -- -- log_jp1_pgmid is specified. The definition is checked only when the OS is Windows.
266 LOG-0006 KFCA00282-W C log log_jerr_rint -- -- log_jerr_rint is specified. The definition is checked only when the OS is Windows.
267 LOG-0007 KFCA00280-W C log log_jp1_allno betranrc jp1_use (jp1_use == N) && (log_jp1_allno is specified) && (log_jp1_allno == Y) The definition is not checked when the OS is Windows.
268 LOG-0007 KFCA00280-W C log log_jp1_prcid betranrc jp1_use (jp1_use == N) && (log_jp1_prcid is specified) && (log_jp1_prcid == Y) The definition is not checked when the OS is Windows.
269 LOG-0007 KFCA00280-W C log log_jp1_prcno betranrc jp1_use (jp1_use == N) && (log_jp1_prcno) && (log_jp1_prcno == Y) The definition is not checked when the OS is Windows.
270 LOG-0007 KFCA00280-W C log log_jp1_sysid betranrc jp1_use (jp1_use == N) && (log_jp1_sysid is specified) && (log_jp1_sysid == Y) The definition is not checked when the OS is Windows.
271 LOG-0007 KFCA00280-W C log log_jp1_date betranrc jp1_use (jp1_use == N) && (log_jp1_date is specified) && (log_jp1_date == Y) The definition is not checked when the OS is Windows.
272 LOG-0007 KFCA00280-W C log log_jp1_time betranrc jp1_use (jp1_use == N) && (log_jp1_time is specified) && (log_jp1_time == Y) The definition is not checked when the OS is Windows.
273 LOG-0007 KFCA00280-W C log log_jp1_hostname betranrc jp1_use (jp1_use == N) && (log_jp1_hostname is specified) && (log_jp1_hostname == Y) The definition is not checked when the OS is Windows.
274 LOG-0007 KFCA00280-W C log log_jp1_pgmid betranrc jp1_use (jp1_use == N) && (log_jp1_pgmid is specified) && (log_jp1_pgmid == Y) The definition is not checked when the OS is Windows.
275 LOG-0007 KFCA00280-W C log log_jerr_rint betranrc jp1_use (jp1_use == N) && (log_jerr_rint is specified) && (log_jerr_rint >= 1) The definition is not checked when the OS is Windows.
276 LOG-0008 KFCA00280-W C log log_notify_allno log log_notify_out (log_notify_out == N) && (log_notify_allno is specified) && (log_notify_allno == Y) The definition is not checked when the OS is Linux.
277 LOG-0008 KFCA00280-W C log log_notify_prcid log log_notify_out (log_notify_out == N) && (log_notify_prcid is specified) && (log_notify_prcid == Y) The definition is not checked when the OS is Linux.
278 LOG-0008 KFCA00280-W C log log_notify_prcno log log_notify_out (log_notify_out == N) && (log_notify_prcno is specified) && (log_notify_prcno == Y) The definition is not checked when the OS is Linux.
279 LOG-0008 KFCA00280-W C log log_notify_sysid log log_notify_out (log_notify_out == N) && (log_notify_sysid is specified) && (log_notify_sysid == Y) The definition is not checked when the OS is Linux.
280 LOG-0008 KFCA00280-W C log log_notify_date log log_notify_out (log_notify_out == N) && (log_notify_date) && (log_notify_date == Y) The definition is not checked when the OS is Linux.
281 LOG-0008 KFCA00280-W C log log_notify_time log log_notify_out (log_notify_out == N) && (log_notify_time is specified) && (log_notify_time == Y) The definition is not checked when the OS is Linux.
282 LOG-0008 KFCA00280-W C log log_notify_hostname log log_notify_out (log_notify_out == N) && (log_notify_hostname is specified) && (log_notify_hostname == Y) The definition is not checked when the OS is Linux.
283 LOG-0008 KFCA00280-W C log log_notify_pgmid log log_notify_out (log_notify_out == N) && (log_notify_pgmid is specified) && (log_notify_pgmid == Y) The definition is not checked when the OS is Linux.
284 LOG-0009 KFCA00282-W C log log_syslog_out -- -- log_syslog_out is specified. The definition is checked only when the OS is Windows.
285 LOG-0009 KFCA00282-W C log log_syslog_allno -- -- log_syslog_allno is specified. The definition is checked only when the OS is Windows.
286 LOG-0009 KFCA00282-W C log log_syslog_prcid -- -- log_syslog_prcid is specified. The definition is checked only when the OS is Windows.
287 LOG-0009 KFCA00282-W C log log_syslog_prcno -- -- log_syslog_prcno is specified. The definition is checked only when the OS is Windows.
288 LOG-0009 KFCA00282-W C log log_syslog_sysid -- -- log_syslog_sysid is specified. The definition is checked only when the OS is Windows.
289 LOG-0009 KFCA00282-W C log log_syslog_date -- -- log_syslog_date is specified. The definition is checked only when the OS is Windows.
290 LOG-0009 KFCA00282-W C log log_syslog_time -- -- log_syslog_time is specified. The definition is checked only when the OS is Windows.
291 LOG-0009 KFCA00282-W C log log_syslog_hostname -- -- log_syslog_hostname is specified. The definition is checked only when the OS is Windows.
292 LOG-0009 KFCA00282-W C log log_syslog_pgmid -- -- log_syslog_pgmid is specified. The definition is checked only when the OS is Windows.
293 LOG-0009 KFCA00282-W C log log_syslog_append_nodeid -- -- log_syslog_append_nodeid is specified. The definition is checked only when the OS is Windows.
294 LOG-0009 KFCA00282-W C log log_syslog_synchro -- -- log_syslog_synchro is specified. The definition is checked only when the OS is Windows.
295 LOG-0009 KFCA00282-W C log log_syslog_elist -- -- log_syslog_elist is specified. The definition is checked only when the OS is Windows.
296 LOG-0009 KFCA00282-W C log log_syslog_elist_rint -- -- log_syslog_elist_rint is specified. The definition is checked only when the OS is Windows.
297 LOG-0010 KFCA00272-W C log log_syslog_out log -- log_syslog_out == 0 The definition is not checked when the OS is Windows.
298 LOG-0011 KFCA00280-W C log log_syslog_out log DCSYSLOGOUT (log_syslog_out >= 1) && (DCSYSLOGOUT ==1 is not specified) The definition is not checked when the OS is Windows.
299 LOG-0011 KFCA00278-W C log log_syslog_allno log log_syslog_out (log_syslog_out == 0) && (log_syslog_allno == Y) The definition is not checked when the OS is Windows.
300 LOG-0011 KFCA00278-W C log log_syslog_prcid log log_syslog_out (log_syslog_out == 0) && (log_syslog_prcid == Y) The definition is not checked when the OS is Windows.
301 LOG-0011 KFCA00278-W C log log_syslog_prcno log log_syslog_out (log_syslog_out == 0) && (log_syslog_prcno == Y) The definition is not checked when the OS is Windows.
302 LOG-0011 KFCA00278-W C log log_syslog_sysid log log_syslog_out (log_syslog_out == 0) && (log_syslog_sysid == Y) The definition is not checked when the OS is Windows.
303 LOG-0011 KFCA00278-W C log log_syslog_date log log_syslog_out (log_syslog_out == 0) && (log_syslog_date == Y) The definition is not checked when the OS is Windows.
304 LOG-0011 KFCA00278-W C log log_syslog_time log log_syslog_out (log_syslog_out == 0) && (log_syslog_time == Y) The definition is not checked when the OS is Windows.
305 LOG-0011 KFCA00278-W C log log_syslog_hostname log log_syslog_out (log_syslog_out == 0) && (log_syslog_hostname == Y) The definition is not checked when the OS is Windows.
306 LOG-0011 KFCA00278-W C log log_syslog_pgmid log log_syslog_out (log_syslog_out == 0) && (log_syslog_pgmid == Y) The definition is not checked when the OS is Windows.
307 LOG-0011 KFCA00278-W C log log_syslog_append_nodeid log log_syslog_out (log_syslog_out == 0) && (log_syslog_append_nodeid == Y) The definition is not checked when the OS is Windows.
308 LOG-0011 KFCA00278-W C log log_syslog_synchro log log_syslog_out (log_syslog_out == 0) && (log_syslog_synchro == Y) The definition is not checked when the OS is Windows.
309 LOG-0011 KFCA00278-W C log log_syslog_elist log log_syslog_out (log_syslog_out == 0) && (log_syslog_elist > 0) The definition is checked only when the OS is AIX or Linux.
310 LOG-0011 KFCA00278-W C log log_syslog_elist log log_syslog_elist_rint (log_syslog_elist_rint == 0) && (log_syslog_elist > 0) The definition is checked only when the OS is AIX or Linux.
311 LOG-0011 KFCA00278-W C log log_syslog_elist_rint log log_syslog_out (log_syslog_out == 0) && (log_syslog_elist_rint > 0) The definition is checked only when the OS is AIX or Linux.
312 LOG-0011 KFCA00278-W C log log_syslog_elist_rint log log_syslog_elist (log_syslog_elist == 0) && (log_syslog_elist_rint > 0) The definition is checked only when the OS is AIX or Linux.
313 LOG-0011 KFCA00278-W C log DCSYSLOGCTYPE log log_syslog_out (log_syslog_out == 0) && (DCSYSLOGCTYPE == sjis) The definition is checked only when the OS is Linux.
314 LOG-0012 KFCA00282-W C log log_notify_out -- -- log_notify_out is specified. The definition is checked only when the OS is Linux.
315 LOG-0012 KFCA00282-W C log log_notify_allno -- -- log_notify_allno is specified. The definition is checked only when the OS is Linux.
316 LOG-0012 KFCA00282-W C log log_notify_prcid -- -- log_notify_prcid is specified. The definition is checked only when the OS is Linux.
317 LOG-0012 KFCA00282-W C log log_notify_prcno -- -- log_notify_prcno is specified. The definition is checked only when the OS is Linux.
318 LOG-0012 KFCA00282-W C log log_notify_sysid -- -- log_notify_sysid is specified. The definition is checked only when the OS is Linux.
319 LOG-0012 KFCA00282-W C log log_notify_date -- -- log_notify_date is specified. The definition is checked only when the OS is Linux.
320 LOG-0012 KFCA00282-W C log log_notify_time -- -- log_notify_time is specified. The definition is checked only when the OS is Linux.
321 LOG-0012 KFCA00282-W C log log_notify_hostname -- -- log_notify_hostname is specified. The definition is checked only when the OS is Linux.
322 LOG-0012 KFCA00282-W C log log_notify_pgmid -- -- log_notify_pgmid is specified. The definition is checked only when the OS is Linux.
323 LOG-0013 KFCA00280-W C log log_audit_path log log_audit_out (log_audit_out == N) && (log_audit_path is specified) --
324 LOG-0013 KFCA00280-W C log log_audit_size log log_audit_out (log_audit_out == N) && (log_audit_size is specified) --
325 LOG-0013 KFCA00280-W C log log_audit_count log log_audit_out (log_audit_out == N) && (log_audit_count is specified) --
326 LOG-0013 KFCA00280-W C
  • log
  • usrrc
  • User service definition
  • RAP-processing listener service definition
  • RAP-processing client manager service definition
log_audit_message log log_audit_out (log_audit_out == N) && (log_audit_message is specified) --
327 LOG-0014 KFCA00267-W W log log_audit_path log log_audit_out (log_audit_out == Y) && (log_audit_path is specified) && (no directory is specified in log_audit_path) --
328 LOG-0014 KFCA00267-W W log log_audit_path log log_audit_out (log_audit_out == Y) && (log_audit_path is specified) && (path specified in log_audit_path is not a directory) --
329 LOG-0014 KFCA00267-W W log log_audit_path log log_audit_out (log_audit_out == Y) && (log_audit_path is specified) && (access permission set for the directory specified in log_audit_path is invalid) The access permission here is different from the access permission attribute created by using the dcauditsetup command.
330 NAM-0001 KFCA00266-W C betranrc name_port -- -- name_port is specified. --
331 NAM-0002 KFCA00692-W C betranrc name_port -- -- name_port is not specified. --
332 NAM-0003 KFCA00699-W E betranrc all_node -- -- (IP address == 127.x.x.x) || (IP address converted from a host name == 127.x.x.x) x: Numeric value from 0 to 255
333 NAM-0004 KFCA00691-W W betranrc all_node -- -- ((host name specified in all_node == local host name) || (IP address specified in all_node == local IP address)) && (port number specified in all_node == name_port) --
334 NAM-0005 KFCA00690-W E betranrc all_node betranrc rpc_multi_tp1_in_same_host (OS != Windows) && ((rpc_multi_tp1_in_same_host != Y) && ((local host name) | (local IP address))) The definition is not checked when the OS is Windows.
335 NAM-0006 KFCA00278-W C betranrc all_node betranrc name_domain_file_use ((name_domain_file_use == Y) && all_node is specified. --
336 NAM-0008 KFCA00693-W C betranrc name_notify -- -- name_notify == Y --
337 NAM-0009 KFCA00694-W E betranrc name_notify -- -- (name_notify == Y) && (same IP address is specified more than once in all_node and all_node_ex) --
338 NAM-0010 KFCA00699-W E betranrc all_node_ex -- -- (IP address == 127.x.x.x) || (IP address converted from a host name == 127.x.x.x) x: Numeric value from 0 to 255
339 NAM-0011 KFCA00691-W W betranrc all_node_ex -- -- ((host name specified in all_node_ex == local host name) || (IP address specified in all_node_ex == local IP)) && (port number specified in all_node_ex == name_port) --
340 NAM-0012 KFCA00690-W E betranrc all_node_ex betranrc rpc_multi_tp1_in_same_host (OS != Windows) && ((rpc_multi_tp1_in_same_host != Y) && ((local host name) | (local IP address))) The definition is not checked when the OS is Windows.
341 NAM-0013 KFCA00278-W C betranrc all_node_ex betranrc name_domain_file_use (name_domain_file_use == Y) && all_node_ex is specified. --
342 NAM-0014 KFCA00265-W C nam name_total_size -- -- name_total_size is specified. --
343 NAM-0015 KFCA00265-W C nam name_cache_size -- -- name_cache_size is specified. --
344 NAM-0016 KFCA00695-W C nam name_global_lookup -- -- name_global_lookup == Y --
345 NAM-0017 KFCA00696-W W nam name_service_extend betranrc all_node ((name_service_extend is not specified) || (name_service_extend == 0)) && (number of nodes specified in all_node > 128) --
346 NAM-0018 KFCA00694-W E nam name_audit_conf -- -- ((name_audit_conf == 1) || (name_audit_conf == 2)) && (same IP address is specified more than once in all_node and all_node_ex) --
347 NAM-0019 KFCA00261-W W nam name_audit_interval
  • nam
  • betranrc

  • name_audit_watch_time
  • ipc_conn_interval
(name_audit_conf == 1) && (ipc_conn_interval > name_audit_interval) || (name_audit_conf == 2) && (name_audit_watch_time > name_audit_interval) --
348 NAM-0020 KFCA00276-W C nam name_audit_interval nam name_audit_conf ((name_audit_conf is not specified) || (name_audit_conf == 0)) && name_audit_interval is specified --
349 NAM-0021 KFCA00276-W C nam name_audit_watch_time nam name_audit_conf (name_audit_conf != 2) && name_audit_watch_time is specified --
350 NAM-0022 KFCA00697-W W nam name_rpc_control_list nam name_audit_conf (name_rpc_control_list == N) && ((name_audit_conf == 0) || (name_audit_conf is not specified)) --
351 NAM-0023 KFCA00698-W C nam name_rpc_control_list nam name_audit_interval ((name_rpc_control_list is not specified) || (name_rpc_control_list != N)) && ((name_audit_conf != 0) && (name_audit_interval <= 180)) --
352 NAM-0024 KFCA00689-W E Domain definition file dcnamnd -- -- (name_domain_file_use == Y) && (IP address == 127.x.x.x) || (IP address converted from a host name == 127.x.x.x) x: Numeric value from 0 to 255
353 NAM-0025 KFCA00688-W W Domain definition file dcnamnd -- -- (name_domain_file_use == Y) && ((specified host name == local host name) || (specified IP address == local IP address)) && (specified port number == name_port) --
354 NAM-0026 KFCA00687-W E Domain definition file dcnamnd betranrc rpc_multi_tp1_in_same_host (name_domain_file_use == Y) && ((OS != Windows) && ((rpc_multi_tp1_in_same_host != Y) && ((local host name) | (local IP address)))) The definition is not checked when the OS is Windows.
355 NAM-0027 KFCA00689-W E Domain definition file dcnamndex -- -- (name_domain_file_use == Y) && (IP address == 127.x.x.x) || (IP address converted from a host name == 127.x.x.x) x: Numeric value from 0 to 255
356 NAM-0028 KFCA00688-W W Domain definition file dcnamndex -- -- (name_domain_file_use == Y) && ((specified host name == local host name) || (specified IP address == local IP address)) && (specified port number == name_port) --
357 NAM-0029 KFCA00687-W E Domain definition file dcnamndex betranrc rpc_multi_tp1_in_same_host (name_domain_file_use == Y) && ((OS != Windows) && ((rpc_multi_tp1_in_same_host != Y) && ((local host name) | (local IP address)))) The definition is not checked when the OS is Windows.
358 NAM-0030 KFCA00282-W C betranrc domain_masters_addr -- -- (OS == Windows) && (domain_masters_addr is specified) Definition checking is not supported when the OS is Windows.
359 NAM-0031 KFCA00282-W C betranrc domain_masters_port -- -- (OS == Windows) && (domain_masters_port is specified) Definition checking is not supported when the OS is Windows.
360 NAM-0032 KFCA00282-W C betranrc domain_use_dns -- -- (OS == Windows) && (domain_use_dns is specified) Definition checking is not supported when the OS is Windows.
361 NAM-0033 KFCA00272-W W nam name_nodeid_check_message -- -- name_nodeid_check_message == N --
362 NAM-0034 KFCA00272-W C betranrc nam_prf_trace_level -- -- ((nam_prf_trace_level & 00000001) != 00000001) && ((nam_prf_trace_level & 00000002) != 00000002) --
363 NAM-0035 KFCA00686-W W Preferred node definition file dcnampr -- -- (name_domain_file_use==Y) && (node not specified in all_node is specified in the preferred node definition file) --
364 NTS-0001 KFCA00277-W W env redirect_file betranrc
  • rpc_port_base
  • prc_port
(redirect_file == Y) && (rpc_port_base is specified || prc_port is specified) Definition checking is supported only when the OS is Windows.
365 NTS-0002 KFCA00280-W C env redirect_file_size env redirect_file (redirect_file != Y) && (redirect_file_size is specified) Definition checking is supported only when the OS is Windows.
366 NTS-0003 KFCA26531-W C env redirect_file_size -- -- redirect_file_size < 1024 Definition checking is supported only when the OS is Windows.
367 NTS-0004 KFCA26532-W C env redirect_file_size -- -- redirect_file_size = 0 Definition checking is supported only when the OS is Windows.
368 NTS-0005 KFCA00280-W C env redirect_file_name env redirect_file (redirect_file != Y) && (redirect_file_name is specified) Definition checking is supported only when the OS is Windows.
369 NTS-0006 KFCA26533-W C env redirect_file_name -- -- Invalid file name Definition checking is supported only when the OS is Windows.
370 NTS-0007 KFCA00269-W W env console_output env redirect_file (redirect_file == Y) && (console_output == Y) && (rpc_port_base is not specified) && (prc_port is not specified) Definition checking is supported only when the OS is Windows.
371 NTS-0008 KFCA26534-W W env console_output -- -- (console_output == Y) && (OpenTP1 service logon account is the user account) && (OS is Windows Server 2003 or earlier) Definition checking is supported only when the OS is Windows.
The message is not output when the condition for problem identification code NTS-0007 is satisfied.
372 NTS-0009 KFCA26535-W W env console_output -- -- (console_output == Y) && (OS is Windows Vista or later) Definition checking is supported only when the OS is Windows.
The message is not output when the condition for problem identification code NTS-0007 is satisfied.
373 NTS-0010 KFCA26536-W W env console_output -- -- (console_output == Y) && (Allow service to interact with desktop check box is not selected) && (OS is Windows Server 2003 or earlier) Definition checking is supported only when the OS is Windows.
The message is not output when the condition for problem identification code NTS-0007 is satisfied.
374 NTS-0020 KFCA26537-W W User service definition process_privilege_name -- -- Invalid privilege name Definition checking is supported only when the OS is Windows.
375 NTS-0021 KFCA00280-E C User service definition process_privilege_name -- process_privilege_restrict (process_privilege_restrict != Y) && (process_privilege_name is specified) Definition checking is supported only when the OS is Windows.
376 OSL-0001 KFCA00265-W C env static_shmpool_size env -- No condition --
377 OSL-0002 KFCA00265-W C env dynamic_shmpool_size env -- No condition --
378 OSL-0003 KFCA00272-W W env shmpool_attribute -- -- ((OS == HP-UX) || (OS == Solaris)) && (shmpool_attribute != free) The definition is checked only when the OS is HP-UX or Solaris.
379 OSL-0004 KFCA00272-W W betranrc thdlock_sleep_time -- -- thdlock_sleep_time != 15 --
380 OSL-0005 KFCA00282-W C
  • usrrc
  • User service definition
core_shm_suppress -- -- ((OS == WINDOWS) || (OS == HP-UX)) && (core_shm_suppress is specified) Definition checking is not supported when the OS is Windows or HP-UX.
381 OSL-0006 KFCA00272-W C
  • usrrc
  • User service definition
core_shm_suppress -- -- ((OS != WINDOWS) && (OS != HP-UX)) && (core_shm_suppress != N) The definition is not checked when the OS is Windows or HP-UX.
382 -- KFCA00122-E -- env dynamic_shmpool_size env static_shmpool_size (1992294400 -- (static_shmpool_size x 1024)) < (dynamic_shmpool_size x 1024) --
383 PRC-0001 KFCA00272-W C prc prc_recovery_resident -- -- prc_recovery_resident == N --
384 PRC-0002 KFCA00269-W C prc term_watch_time prc term_watch_count (term_watch_time is specified) && (term_watch_count == 1 or 2) --
385 PRC-0003 KFCA00278-W C prc prc_prf_trace betranrc prf_trace (prc_prf_trace==Y && prf_trace==N) || (prc_prf_trace is not specified && prf_trace==N) --
386 PRC-0004 KFCA00272-W C prc prc_prf_trace -- -- prc_prf_trace == N --
387 PRC-0005 KFCA00267-W W prc prc_coresave_path -- -- The path does not begin with a slash (/). PRC#1
388 PRC-0006 KFCA00267-W W prc prc_coresave_path -- -- A directory was not specified. --
389 PRC-0007 KFCA00267-W W prc prc_coresave_path -- -- The directory does not exist. --
390 PRC-0008 KFCA00267-W W prc prc_coresave_path -- -- Access is not possible. --
391 PRC-0009 KFCA00267-W W prc prc_coresave_path -- -- The OpenTP1 administrator does not have write permission. --
392 PRC-0010 KFCA00771-W W prc prcsvpath -- -- prcsvpath does not include $DCDIR/bin and $DCDIR/aplib. PRC#3
393 PRC-0011 KFCA00282-W C trn groups -- -- "groups" is specified. Definition checking is not supported when the OS is Windows.
394 PRC-0012 KFCA00267-W W betranrc prc_current_work_path -- -- The path does not begin with a slash (/). PRC#1
395 PRC-0013 KFCA00267-W W betranrc prc_current_work_path -- -- The directory does not exist. --
396 PRC-0014 KFCA00267-W W betranrc prc_current_work_path -- -- A directory was not specified. --
397 PRC-0015 KFCA00267-W W betranrc prc_current_work_path -- -- Access is not possible. --
398 PRC-0016 KFCA00267-W W betranrc prc_current_work_path -- -- The OpenTP1 administrator does not have write permission. --
399 PRC-0017 KFCA00267-W W betranrc prc_current_work_path -- -- prc_current_work_path==OpenTP1 directory in another OpenTP1 environment --
400 PRC-0018 KFCA00267-W W betranrc prc_current_work_path -- -- prc_current_work_path==directory specified in prc_current_work_path in another OpenTP1 environment --
401 PRC-0019 KFCA00285-W E User service definition module -- -- "module" is not specified. --
402 PRC-0020 KFCA00268-W W User service definition module prc prcsvpath The paths specified in prcsvpath were searched for the file specified in module, but the file was not found. PRC#4
403 PRC-0021 KFCA00268-W W User service definition module prc prcsvpath The paths specified in prcsvpath were searched for the file specified in module, but the file path was too long. PRC#4
404 PRC-0022 KFCA00268-W W User service definition module prc prcsvpath The paths specified in prcsvpath were searched for the file specified in module, but the file was not an executable file. PRC#4
405 PRC-0023 KFCA00272-W C User service definition nice -- -- nice != 0 --
406 PRC-0024 KFCA00282-W C User service definition uid -- -- uid is specified. Definition checking is not supported when the OS is Windows.
407 PRC-0025 KFCA00282-W C User service definition groups -- -- groups is specified. Definition checking is not supported when the OS is Windows.
408 PRC-0026 KFCA00267-W W prc prc_coresave_path -- -- The file path was too long. --
409 PRC-0027 KFCA00267-W W betranrc prc_current_work_path -- -- The file path was too long. --
410 --
  • KFCA00756-E
  • KFCA00708-E
-- prc prcsvpath -- -- (path name < 1) || (255 < path name) --
411 --
  • KFCA00756-E
  • KFCA00708-E
-- prc prcsvpath -- -- The specified path name neither begins nor ends with a colon (:). PRC#2
412 --
  • KFCA00757-E
  • KFCA00708-E
-- prc prcsvpath -- -- The directory does not exist. --
413 --
  • KFCA00758-E
  • KFCA00708-E
-- prc prcsvpath -- -- A directory was not specified. --
414 PRF-0001 KFCA26780-W C prf prf_file_size -- -- prf_file_size == 1024 --
415 PRF-0002 KFCA00272-W W betranrc prf_trace -- -- prf_trace == N --
416 PRF-0004 KFCA00272-W C prf prf_trace_backup -- -- prf_trace_backup == N --
417 QUE-0001 KFCA00286-W C que -- sysconf que_conf (que_conf == Y) && (no files defined in que) --
418 QUE-0002 KFCA00264-W C que que_xidnum trn trn_tran_process_count que_xidnum > trn_tran_process_count --
419 QUE-0003 KFCA00264-W C que quegrp que -w option of quegrp Warning cancel percentage > usage warning percentage --
420 -- KFCA01303-E -- que quegrp -- -- Duplicated queue group ID --
421 -- KFCA01304-E -- que quegrp -- -- Duplicated physical file path name --
422 -- KFCA01300-E -- que quegrp -- -- No valid quegrp or quegrp is not specified. --
423 -- KFCA01301-E -- que quegrp -- -- One of the following conditions exists:
  • There is no physical file.
  • The file is not a queue physical file.
  • Access permission for the queue physical file has not been granted.
  • The queue physical file and OpenTP1 versions do not match.
--
424 RPC-0001 KFCA00370-W C
  • betranrc
  • jnl
  • scd
  • trn
  • nam
  • prc
  • usrrc
  • User service definition
max_socket_descriptors -- -- One message is output unconditionally for the system server and user server logic checks.
  • JNL#1
  • CPD#1
  • One of the following character strings is output as defined-file-name in the output message:
    betranrc: Output when a system server logic check is performed
    usrrc: Output when a user server logic check is performed
425 RPC-0002 KFCA00265-W C
  • betranrc
  • jnl
  • scd
  • trn
  • nam
  • prc
  • usrrc
  • User service definition
max_socket_descriptors -- -- max_socket_descriptors is specified.
  • JNL#1
  • CPD#1
426 RPC-0003 KFCA00262-W C
  • betranrc
  • usrrc
  • User service definition
ipc_sockctl_highwater -- -- When ipc_sockctl_highwater=a,b is specified, b > a. --
427 RPC-0004 KFCA00377-W E betranrc my_host -- --
  • The host name cannot be acquired by using the hostname command.
  • Mapping between host names and IP addresses cannot be performed by using the hosts file or DNS.
If the host name cannot be acquired by using the hostname command, ******** might be output as specified-host-name in the output message.
428 RPC-0005 KFCA00372-W E betranrc my_host -- -- IP address converted from a host name == 127.x.x.x x: Numeric value from 0 to 255
429 RPC-0007 KFCA00373-W E betranrc rpc_netmask -- -- The specified value cannot be converted to network address format. --
430 RPC-0008 KFCA00374-W C betranrc rpc_netmask betranrc dcbindht (dcbindht is specified) && (rpc_netmask is not specified) --
431 RPC-0009 KFCA00371-W C betranrc rpc_port_base prc prc_process_count (rpc_port_base + prc_process_count + 128) > 65535 --
432 RPC-0010 KFCA00266-W C betranrc rpc_port_base prc prc_process_count (rpc_port_base + prc_process_count + 128) <= 65535 --
433 RPC-0011 KFCA00280-W C betranrc rpc_retry_count betranrc rpc_retry (rpc_retry == N) && (rpc_retry_count is specified) --
434 RPC-0012 KFCA00280-W C betranrc rpc_retry_interval betranrc rpc_retry (rpc_retry == N) && (rpc_retry_interval is specified) --
435 RPC-0013 KFCA00376-W C betranrc rpc_router_retry_interval -- -- (0 < rpc_router_retry_interval) && (rpc_router_retry_interval < 10) --
436 RPC-0014 KFCA00278-W C betranrc rpc_router_retry_interval betranrc rpc_router_retry_count (rpc_router_retry_count == 0) && (rpc_router_retry_interval is specified) --
437 RPC-0015 KFCA00376-W C
  • betranrc
  • usrrc
  • User service definition
rpc_send_retry_interval -- -- (0 < rpc_send_retry_interval) && (rpc_send_retry_interval <20) --
438 RPC-0016 KFCA00278-W C
  • betranrc
  • usrrc
  • User service definition
rpc_send_retry_interval
  • betranrc
  • usrrc
  • User service definition
rpc_send_retry_count (rpc_send_retry_count == 0) && (rpc_send_retry_interval is specified) RPC#1
439 RPC-0017 KFCA00370-W C
  • usrrc
  • User service definition
max_open_fds -- -- One message is output unconditionally for the user server logic check. When a logic check is performed for the user server, usrrc is output as defined-file-name in the output message.
440 RPC-0018 KFCA00265-W C
  • usrrc
  • User service definition
max_open_fds -- -- max_open_fds is specified. --
441 RPC-0019 KFCA00371-W E
  • usrrc
  • User service definition
max_open_fds
  • betranrc
  • usrrc
  • User service definition
max_socket_descriptors ((OS != Solaris) && (OS != Linux)) && ((max_socket_descriptors + max_open_fds) > 2048) || ((OS == Solaris) || (OS == Linux)) && ((max_socket_descriptors + max_open_fds) > 1024) RPC#1
442 RPC-0020 KFCA00375-W E User service definition service
  • usrrc
  • User service definition
receive_from ( (receive_from == queue) || (receive_from == socket)) && (service is not specified) RPC#1
443 RPC-0021 KFCA00278-W C User service definition service
  • usrrc
  • User service definition
receive_from (receive_from == none) && (service is specified) --
444 RPC-0022 KFCA00275-W E User service definition service -- -- One of the following conditions exists:
  • The UAP shared library name contains white space.
  • The UAP shared library name contains a tab code.
  • The UAP shared library name contains an environment variable at a position other than the beginning of the path name.
--
445 RPC-0024 KFCA00372-W E betranrc dcbindht -- -- IP address converted from the host name specified in the -h option == 127.x.x.x x: Numeric value from 0 to 255
446 RPC-0025 KFCA00378-W C User service definition service -- -- UAP shared library name is specified. --
447 RPC-0026 KFCA00269-W C
  • usrrc
  • User service definition
atomic_update betranrc jnl_fileless_option (jnl_fileless_option == Y) && (atomic_update == Y)
  • RPC#1
  • atomic_update (default: Y)
448 -- KFCA00323-E -- betranrc dcbindht -- -- The host names specified in the -h option cannot be mapped to IP addresses by using the hosts file or DNS. --
449 -- KFCA00324-E -- betranrc dcbindht -- -- The network names specified in the -n option cannot be mapped to network numbers by using the networks file or NIS. --
450 -- KFCA00340-W
(error reason code: 3)
-- usrnet dcsvgdef -- -- The host names specified in the -h option cannot be mapped to IP addresses by using the hosts file or DNS. --
451 -- KFCA00340-W
(error reason code: 7)
-- usrnet dcsvgdef -- -- (-w option is specified) && (-t option is specified) --
452 -- KFCA00340-W
(error reason code: 7)
-- usrnet dcsvgdef -- -- (one of the hosts specified in the -h option) && (-t option is specified) --
453 RTS-0001 KFCA00267-W E rts rts_log_file_name -- -- ( rts_log_file == Y) && (directory in which RTS log files to be created is non-existent) --
454 RTS-0002 KFCA00272-W C rts rts_log_file_count -- -- ( rts_log_file == Y) && ( rts_log_file_count < 3) --
455 RTS-0003 KFCA00280-W C rts rts_log_file_name rts rts_log_file ( rts_log_file == N) && ( rts_log_file_name is specified) --
456 RTS-0004 KFCA00280-W C rts rts_log_file_size rts rts_log_file ( rts_log_file == N) && ( rts_log_file_size is specified) --
457 RTS-0005 KFCA00280-W C rts rts_log_file_count rts rts_log_file ( rts_log_file == N ) && ( rts_log_file_count is specified) --
458 RTS-0006 KFCA00280-W C rts rts_swap_message rts rts_log_file ( rts_log_file == N ) && ( rts_swap_message == Y) --
459 RTS-0007 KFCA32765-W C rts rtsput rts rts_service_max Number of registered items that are to be acquired > rts_service_max --
460 RTS-0008 KFCA00275-W W User service definition type -- -- ( ( type != RTS ) && (definition file name is not RTSSUP) ) || ( ( type != RTS ) && (definition file name is not RTSSPP) ) --
461 RTS-0009 KFCA00275-W W User service definition module -- -- ( ( type != RTS ) && ( module == rtssup ) && (definition file name is not RTSSUP) ) ||
( ( type != RTS ) && ( module == rtsspp ) && (definition file name is not RTSSPP) )
--
462 RTS-0010 KFCA32763-W W User service definition
(RTSSUP or RTSSPP)
type User service definition module ( ( type != RTS ) && ( module == rtssup ) && (definition file name is RTSSUP) ) ||
( ( type != RTS ) && ( module == rtsspp ) && (definition file name is RTSSPP) )
--
463 RTS-0011 KFCA32764-W W User service definition
(RTSSUP or RTSSPP)
-- -- -- The contents of RTSSUP or RTSSPP are different from their contents when they were created by using the rtssetup command. --
464 RTS-0012 KFCA00267-W E rts rts_log_file_name -- -- ( rts_log_file == Y ) && ((OpenTP1 administrator does not have write permission for the directory in which RTS log files to be created) || (OpenTP1 administrator does not have execution permission for the directory in which RTS log files are to be created)) --
465 RTS-0013 KFCA00268-W E rts rts_log_file_name -- -- ( rts_log_file == Y ) && (OpenTP1 administrator does not have execution permission for the RTS log file specified in rts_log_file_name) RTS#1
466 RTS-0014 KFCA00268-W E rts rts_log_file_name -- -- ( rts_log_file == Y ) && (a file was not specified as an RTS log file in rts_log_file_name) RTS#1
467 RTS-0015 KFCA00272-W C rts rts_log_file -- -- rts_log_file == N --
468 RTS-0016 KFCA00280-W C rts rts_log_file_backup -- rts_log_file ( rts_log_file == N ) && ( rts_log_file_backup == Y ) --
469 RTS-0017 KFCA00268-W C rts rts_log_file_backup --
  • rts_log_file
  • rts_log_file_name
( rts_log_file == Y ) && ( rts_log_file_backup == Y ) && (directory with the same name as a backup file exists) RTS#2
470 -- KFCA00242-E -- rts rtsput -- -- ( ( -u srv ) && (-s non-existent user service definition file name ) ) || (-f non-existent real-time acquisition items definition file name) --
471 -- KFCA32710-W -- rts rtsput rts rts_item_max Number of registered items that are to be acquired > rts_item_max --
472 -- KFCA32709-W -- rts rtsput rts rts_service_max Number of registered acquisition targets > rts_service_max --
473 SCD-0001 KFCA00262-W C scd scd_server_count env server_count scd_server_count > server_count --
474 SCD-0002 KFCA00279-W C scd scd_hold_recovery env start_scheduling_timing (scd_hold_recovery is specified) && (start_scheduling_timing is not specified) --
475 SCD-0003 KFCA00278-W C scd scd_hold_recovery env start_scheduling_timing (scd_hold_recovery is specified) && (start_scheduling_timing == AFTER) --
476 SCD-0004 KFCA00278-W C scd scd_hold_recovery scd scd_hold_recovery_count (scd_hold_recovery is specified) && (scd_hold_recovery_count == 0)) --
477 SCD-0005 KFCA33200-W E scd scd_hold_recovery_count betranrc rpc_max_message_size [Figure](scd_hold_recovery_count / 7280)[Figure]
> (rpc_max_message_size value (default: 1))
--
478 SCD-0006 KFCA00266-W C scd scd_port -- -- scd_port is specified. --
479 SCD-0007 KFCA00272-W C scd scd_announce_server_status -- -- scd_announce_server_status == N --
480 SCD-0008 KFCA00278-W C scd scd_advertise_control env start_scheduling_timing (scd_advertise_control == AFTER) && (start_scheduling_timing == BEFORE) --
481 SCD-0009 KFCA00272-W C scd scd_message_level -- -- scd_message_level == 1 --
482 SCD-0010 KFCA00259-W E scd scdbufgrp scd scdbufgrp The schedule buffer group name is also specified in another scdbufgrp definition. --
483 SCD-0011 KFCA00274-W E scd scdbufgrp -- -- (value of the -n option in scdbufgrp x value of the -l option in scdbufgrp) > 31457280
Recommended value: 31457280 / value of the -n option
--
484 SCD-0012 KFCA00259-W E scd scdmulti scd scdmulti The multi-scheduler group name is also specified in another scdmulti definition (when more than one scdmulti definition is specified without the -g option) --
485 SCD-0013 KFCA33201-W E scd scdmulti prc prc_process_count (total of the values of the -m options in all scdmulti definitions) > (prc_process_count value) --
486 SCD-0014 KFCA33201-W E scd scdmulti env server_count (total of the values of the -m options in all scdmulti definitions) > (server_count value) --
487 SCD-0015 KFCA33202-W E scd scdmulti scd scd_port (scd_port is not specified) && (-p option is not specified in the first scdmulti definition) --
488 SCD-0016 KFCA33203-W E scd scdmulti -- -- (value of the -p option in scdmulti + value of the -m option in scdmulti (default: 1) - 1) > 65535) --
489 SCD-0017 KFCA33203-W E scd scdmulti scd scd_port (-p option is not specified in scdmulti) && ((value of the -m option in scdmulti (default: 1) + scd_port value) > 65535) --
490 SCD-0018 KFCA00266-W C scd scdmulti -- -- Logic checking of other scdmulti definitions did not result in an error. --
491 SCD-0019 KFCA00285-W E scd scdbufgrp scd scdbufgrp Schedule buffer group name is not specified in scdbufgrp. --
492 SCD-1001 KFCA00285-W E User service definition service_group User service definition receive_from (receive_from == socket) && (service_group is not specified) --
493 SCD-1002 KFCA00285-W E User service definition service_group User service definition receive_from (receive_from == queue) && (service_group is not specified) --
494 SCD-1003 KFCA33204-W E User service definition parallel_count -- -- (receive_from == queue) && (number of resident processes for parallel_count == 0) && (maximum number of processes for parallel_count == 0)
  • SCD#1
  • Value of parallel_count is either of the following:
    [Figure] set parallel_count = 0,0
    [Figure] set parallel_count = 0
495 SCD-1004 KFCA33205-W E User service definition parallel_count -- -- (receive_from == queue) && (number of resident processes for parallel_count > maximum number of processes for parallel_count) SCD#1
496 SCD-1005 KFCA00262-W E User service definition parallel_count prc prc_process_count (receive_from == queue) && (number of resident processes for parallel_count >= prc_process_count) SCD#1
497 SCD-1006 KFCA00262-W C User service definition parallel_count prc prc_process_count (receive_from == queue) && (number of resident processes for parallel_count < prc_process_count) && (maximum number of processes for parallel_count >= prc_process_count) SCD#1
498 SCD-1007 KFCA00278-W C User service definition hold_recovery scd scd_hold_recovery_count (receive_from == queue) && (type == other) && (hold_recovery is specified) && (hold_recovery == Y) && (scd_hold_recovery_count == 0) SCD#1
499 SCD-1008 KFCA00280-W C User service definition hold_recovery
  • env
  • scd

  • start_scheduling_timing
  • scd_hold_recovery
(receive_from == queue) && (type == other) && (hold_recovery is specified) && (hold_recovery == Y) && (start_scheduling_timing == BEFORE) && (scd_hold_recovery != F) SCD#1
500 SCD-1009 KFCA00281-W C User service definition message_store_buflen User service definition scdbufgrp (receive_from == queue) && (message_store_buflen is specified) && (scdbufgrp is specified) SCD#1
501 SCD-1010 KFCA00265-W C User service definition message_store_buflen User service definition type (receive_from == queue) && (type == other) && (scdbufgrp is not specified) SCD#1
502 0
  • KFCA00273-W
  • KFCA00265-W
C User service definition message_store_buflen User service definition type (receive_from == queue) && (type == MHP) && ((number of resident processes for parallel_count == maximum number of processes) || balance_count == 0) && (message_store_buflen value < (512 x maximum number of processes for parallel_count))
  • SCD#1
  • SCD#2
503 SCD-1012
  • KFCA00273-W
  • KFCA00265-W
C User service definition message_store_buflen User service definition type (receive_from == queue) && (type == MHP) && ((number of resident processes for parallel_count != maximum number of processes) && balance_count > 0) && (message_store_buflen value < (512 x maximum number of processes for parallel_count x balance_count value))
  • SCD#1
  • SCD#2
504 SCD-1013 KFCA33209-W C User service definition balance_count User service definition parallel_count (receive_from == queue) && (balance_count is specified) && (number of resident processes for parallel_count == maximum number of processes) SCD#1
505 SCD-1014 KFCA00281-W C User service definition message_cell_size User service definition scdbufgrp (receive_from == queue) && (message_cell_size is specified) && (scdbufgrp is specified) SCD#1
506 SCD-1015 KFCA33206-W C User service definition message_cell_size User service definition
  • service_priority_control
  • service_hold
(receive_from == queue) && (type == other) && (message_cell_size is specified) && ((service_priority_control == N) && (service_hold == N)) SCD#1
507 SCD-1016 KFCA33207-W C User service definition purge_msgget User service definition parallel_count (receive_from == queue) && (purge_msgget is specified) && (number of resident processes for parallel_count > 0) SCD#1
508 SCD-1017 KFCA00278-W C User service definition service_term_watch_time User service definition hold (receive_from == queue) && (type == other) && (service_term_watch_time > 0) && (hold == Y) SCD#1
509 SCD-1018 KFCA00279-W C User service definition service_term_watch_time User service definition hold (receive_from == queue) && (type == other) && (service_term_watch_time > 0) && (hold is not specified) SCD#1
510 SCD-1019 KFCA00278-W C User service definition service_term_watch_time User service definition service_hold (receive_from == queue) && (type == other) && (service_term_watch_time > 0) && (service_hold is specified) && (service_hold == N) SCD#1
511 SCD-1020 KFCA00279-W C User service definition service_term_watch_time User service definition service_hold (receive_from == queue) && (type == other) && (service_term_watch_time > 0) && (service_hold is not specified) SCD#1
512 SCD-1021 KFCA33209-W C User service definition termed_after_service User service definition parallel_count (receive_from == queue) && (number of resident processes for parallel_count == maximum number of processes) && (termed_after_service == Y) SCD#1
513 SCD-1023 KFCA00282-W C User service definition schedule_method -- -- schedule_method is specified. SCD#1
514 SCD-1024 KFCA00282-W C User service definition service_wait_time -- -- service_wait_time is specified. SCD#1
515 SCD-1027 KFCA00278-W C User service definition make_queue_on_starting User service definition purge_msgget (receive_from == queue) && (make_queue_on_starting == Y) && (purge_msgget == Y) SCD#1
516 SCD-1028 KFCA33207-W C User service definition make_queue_on_starting User service definition parallel_count (receive_from == queue) && (make_queue_on_starting == Y) && (number of resident processes for parallel_count > 0) SCD#1
517 SCD-1029 KFCA00278-W C User service definition scd_poolfull_check_count User service definition scd_poolfull_check_interval (receive_from == queue) && (scd_poolfull_check_count is specified) && (scd_poolfull_check_interval == 0) SCD#1
518 SCD-1030 KFCA00279-W C User service definition scd_poolfull_check_count User service definition scd_poolfull_check_interval (receive_from == queue) && (scd_poolfull_check_count is specified) && (scd_poolfull_check_interval is not specified) SCD#1
519 SCD-1031 KFCA00278-W C User service definition loadcheck_interval scd scd_announce_server_status (receive_from == queue) && (type == other) && (loadcheck_interval > 0) && (scd_announce_server_status == N) SCD#1
520 SCD-1032 KFCA00278-W C User service definition levelup_queue_count scd scd_announce_server_status (receive_from == queue) && (type == other) && (levelup_queue_count is specified) && (scd_announce_server_status == N)
  • SCD#1
  • Make sure that both the levelup_queue_count value and the leveldown_queue_count value satisfy the following condition:
    0 [Figure] D0 < U1 [Figure] D1 < U2
521 SCD-1033 KFCA00261-W E User service definition levelup_queue_count User service definition leveldown_queue_count (receive_from == queue) && (type == other) && (levelup_queue_count is specified) && ((scd_announce_server_status == Y) ||(scd_announce_server_status is not specified)) && (U1 < 1)
  • SCD#1
  • Make sure that both the levelup_queue_count value and the leveldown_queue_count value satisfy the following condition:
    0 [Figure] D0 < U1 [Figure] D1 < U2
522 SCD-1034 KFCA00262-W E User service definition levelup_queue_count -- -- (receive_from == queue) && (type == other) && (levelup_queue_count is specified) && ((scd_announce_server_status == Y) ||(scd_announce_server_status is not specified)) && (U1 > 0) && (U2 [Figure] U1) SCD#1
523 SCD-1035 KFCA00279-W C User service definition leveldown_queue_count User service definition levelup_queue_count (receive_from == queue) && (type == other) && (leveldown_queue_count is specified) && (levelup_queue_count is not specified)
  • SCD#1
  • Make sure that both the levelup_queue_count value and the leveldown_queue_count value satisfy the following condition:
    0 [Figure] D0 < U1 [Figure] D1 < U2
524 SCD-1036 KFCA00262-W E User service definition leveldown_queue_count User service definition levelup_queue_count (receive_from == queue) && (type == other) && (leveldown_queue_count is specified) && (levelup_queue_count is specified) && ((scd_announce_server_status == Y) || (scd_announce_server_status is not specified)) && (D0 [Figure] U1)
  • SCD#1
  • Make sure that both the levelup_queue_count value and the leveldown_queue_count value satisfy the following condition:
    0 [Figure] D0 < U1 [Figure] D1 < U2
525 SCD-1037 KFCA00262-W E User service definition leveldown_queue_count User service definition levelup_queue_count (receive_from == queue) && (type == other) && (leveldown_queue_count is specified) && (levelup_queue_count is specified) && ((scd_announce_server_status == Y) || (scd_announce_server_status is not specified)) && (D1 [Figure] U2) SCD#1
526 SCD-1038 KFCA00278-W C User service definition schedule_delay_abort User service definition schedule_delay_limit (receive_from == queue) && (type == other) && schedule_delay_abort is specified && (schedule_delay_limit == 0) SCD#1
527 SCD-1039 KFCA00279-W C User service definition schedule_delay_abort User service definition schedule_delay_limit (receive_from == queue) && (type == other) && schedule_delay_abort is specified && (schedule_delay_limit is not specified) SCD#1
528 SCD-1040 KFCA00278-W C User service definition scd_pool_warning_interval User service definition scd_pool_warning_use_rate (receive_from == queue) && (type == other) && (scd_pool_warning_interval > 0) && (scd_pool_warning_use_rate == 0) SCD#1
529 SCD-1041 KFCA00279-W C User service definition scd_pool_warning_interval User service definition scd_pool_warning_use_rate (receive_from == queue) && (type == other) && (scd_pool_warning_interval > 0) && (scd_pool_warning_use_rate is not specified) SCD#1
530 SCD-1042 KFCA00278-W C User service definition stay_watch_check_rate User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_queue_count == 0) && (stay_watch_check_rate is specified) SCD#1
531 SCD-1043 KFCA00279-W C User service definition stay_watch_check_rate User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_queue_count is not specified) && (stay_watch_check_rate is specified) SCD#1
532 SCD-1044 KFCA00278-W C User service definition stay_watch_abort User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_abort is specified) && (stay_watch_queue_count == 0) SCD#1
533 SCD-1045 KFCA00279-W C User service definition stay_watch_abort User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_abort is specified) && (stay_watch_queue_count is not specified) SCD#1
534 SCD-1046 KFCA00278-W C User service definition stay_watch_start_interval User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_start_interval is specified) && (stay_watch_queue_count == 0) SCD#1
535 SCD-1047 KFCA00279-W C User service definition stay_watch_start_interval User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_start_interval is specified) && (stay_watch_queue_count is not specified) SCD#1
536 SCD-1048 KFCA00278-W C User service definition stay_watch_check_interval User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_check_interval is specified) && (stay_watch_queue_count == 0) SCD#1
537 SCD-1049 KFCA00279-W C User service definition stay_watch_check_interval User service definition stay_watch_queue_count (receive_from == queue) && (type == other) && (stay_watch_check_interval is specified) && (stay_watch_queue_count is not specified) SCD#1
538 SCD-1050 KFCA00276-W E User service definition scdbufgrp scd scdbufgrp The specified buffer group is not specified in the schedule service definition. --
539 SCD-1051 KFCA33208-W E User service definition scdmulti User service definition scdmulti More than one scdmulti is specified in one user service definition. --
540 SCD-1052 KFCA00276-W E User service definition scdmulti scd scdmulti The specified multi-schedule group is not specified for scdmulti in the schedule service definition. --
541 SCD-1053 KFCA00281-W C User service definition termed_after_service User service definition service_wait_time (receive_from == queue) && (termed_after_service == Y) && (schedule_method == namedpipe) && (service_wait_time is specified) The definition is not checked when the OS is Windows.
542 SCD-1054 KFCA00278-W C User service definition service_wait_time User service definition schedule_method (receive_from == queue) && ((schedule_method == msgque) || (schedule_method is not specified)) && (service_wait_time is specified)
  • SCD#1
  • The definition is not checked when the OS is Windows.
543 SCD-1055 KFCA00259-W W User service definition scdsvcdef User service definition scdsvcdef One of the following conditions exists:
  • The specified service name is specified in another scdsvcdef definition command.
  • More than one scdsvcdef definition command is specified without a service name specified.
--
544 SCD-1056 KFCA00276-W W User service definition scdsvcdef User service definition service The specified service name is not specified in the service definition command. --
545 SCD-1057 KFCA00262-W W User service definition scdsvcdef User service definition message_store_buflen (receive_from == queue) && (type == other) && (scdbufgrp is not specified) && (scdsvcdef -l value >= message_store_bufflen) SCD#1
546 SCD-1058 KFCA00262-W W User service definition scdsvcdef User service definition scdbufgrp (receive_from == queue) && (type == other) && (scdbufgrp is specified) && (scdsvcdef -l value >= (scdbufgrp -n value x scdbufgrp -l value)) --
547 SCD-1059 KFCA00262-W W User service definition scdsvcdef User service definition parallel_count (receive_from == queue) && (type == other) && (scdsvcdef -p value >= parallel_count) SCD#1
548 SCS-0001 KFCA27770-W C User service definition for the RAP-processing listener rap_client_manager_node -- -- (rap_client_manager_node == my_host value) || (host name of rap_client_manager_node == local loopback address) --
549 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener rap_client_manager_node -- -- rap_client_manager_node != "host-name:port" --
550 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener module -- -- (DCSCSLNAME value == definition file name) && (module != raplisnr) --
551 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener atomic_update -- -- atomic_update != N --
552 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener receive_from -- -- receive_from != none --
553 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener auto_restart -- -- auto_restart != Y --
554 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener critical -- -- critical != N --
555 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener trf_put -- -- trf_put != N --
556 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener node_down_restart -- -- node_down_restart != Y --
557 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener term_watch_time -- -- term_watch_time != 0 --
558 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener max_open_fds -- -- max_open_fds != value generated by rapdfgen --
559 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener rpc_destination_mode -- -- rpc_destination_mode != namdonly --
560 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener status_change_when_terming -- -- status_change_when_terming != N --
561 SCS-0002 KFCA27772-W E User service definition for the RAP-processing listener DCSCSPARA
(rap_parallel_server)
Any
(RAP-processing server)
parallel_count DCSCSPARA value != parallel_count --
562 SCS-0003 KFCA00266-W C User service definition for the RAP-processing listener rap_client_manager_node -- -- rap_client_manager_node is specified. --
563 SCS-0004 KFCA27771-W E User service definition for the RAP-processing listener module -- -- (type != RAP) && (module == raplisnr) --
564 SCS-0005 KFCA00278-W C User service definition for the RAP-processing listener rap_client_manager_node -- -- (rap_notify == N) && (rap_client_manager_node is specified) --
565 SCS-0006 KFCA00266-W C User service definition for the RAP-processing listener DCSCSPORT
(rap_listen_port)
-- -- DCSCSPORT is specified. --
566 SCS-0007 KFCA27777-W W User service definition for the RAP-processing listener max_socket_descriptors
  • betranrc
  • usrrc
max_open_fds ((OS != Solaris) && (OS != Linux)) && ( (max_socket_descriptors + max_open_fds ) > 2048) ||((OS == Solaris) || (OS == Linux)) && ( (max_socket_descriptors + max_open_fds ) > 1024) --
567 SCS-0008 KFCA27778-W E User service definition for the RAP-processing listener -- Any
(RAP-processing server)
-- No RAP-processing server definition file --
568 SCS-0009 KFCA27775-W E User service definition for the RAP-processing listener rap_client_manager_node -- -- The host name cannot be resolved into an address. --
569 SCS-0010 KFCA00279-W C User service definition for the RAP-processing listener rap_client_manager_node -- -- (rap_notify == Y) && (rap_client_manager_node is not specified) --
570 SCS-0011 KFCA00262-W C User service definition for the RAP-processing listener rap_term_disconnect_time env system_terminate_watch_time (system_terminate_watch_time != 0) && ((rap_term_disconnect_time == 0) || (rap_term_disconnect_time >= system_terminate_watch_time)) --
571 SCS-0012 KFCA00274-W C User service definition for the RAP-processing listener rap_stay_watch_time -- -- rap_stay_watch_time > 30 --
572 SCS-0013 KFCA00278-W C User service definition for the RAP-processing listener rap_stay_warning_interval User service definition for the RAP-processing listener rap_stay_watch_time (rap_stay_watch_time == 0) && rap_stay_warning_interval is specified --
573 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server service_group -- -- (type == RAP) && (service_group != definition file name) --
574 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server module -- -- (type == RAP) && (module != rapservr) --
575 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server atomic_update -- -- atomic_update != Y --
576 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server hold -- -- hold != N --
577 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server hold_recovery -- -- hold_recovery != N --
578 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server service -- -- service != "rapexec=scs_service_exec" --
579 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server balance_count -- -- balance_count != 0 --
580 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server auto_restart -- -- auto_restart != Y --
581 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server critical -- -- critical != N --
582 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server service_hold -- -- service_hold != N --
583 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server service_priority_control -- -- service_priority_control != N --
584 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server node_down_restart -- -- node_down_restart != N --
585 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server server_type -- -- server_type != betran --
586 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server term_watch_time -- -- term_watch_time != 0 --
587 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server max_open_fds -- -- max_open_fds != value generated by rapdfgen --
588 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server server_security -- -- server_security != N --
589 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server message_store_buflen -- -- message_store_buflen != value generated by rapdfgen --
590 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server schedule_delay_limit -- -- schedule_delay_limit != 0 --
591 SCS-0101 KFCA27772-W E User service definition for the RAP-processing server schedule_delay_abort -- -- schedule_delay_abort != N --
592 SCS-0102 KFCA27777-W W User service definition for the RAP-processing server max_socket_descriptors
  • betranrc
  • usrrc
max_open_fds ((OS != Solaris) && (OS != Linux)) && ( (max_socket_descriptors + max_open_fds ) > 2048) ||
((OS = Solaris) || (OS = Linux)) && ( (max_socket_descriptors + max_open_fds ) > 1024)
--
593 SCS-0103 KFCA27771-W E User service definition for the RAP-processing server module -- -- (type != RAP) && (module == rapservr) --
594 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager module -- -- (type == RAP) && (module != rapclman) --
595 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager atomic_update -- -- atomic_update != N --
596 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager receive_from -- -- receive_from != none --
597 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager auto_restart -- -- auto_restart != Y --
598 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager critical -- -- critical != N --
599 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager trf_put -- -- trf_put != N --
600 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager node_down_restart -- -- node_down_restart != Y --
601 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager term_watch_time -- -- term_watch_time != 0 --
602 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager max_open_fds -- -- max_open_fds != value generated by rapdfgen --
603 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager rpc_destination_mode -- -- rpc_destination_mode != namdonly --
604 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager status_change_when_terming -- -- status_change_when_terming != N --
605 SCS-0201 KFCA27772-W E User service definition for the RAP-processing client manager rap_listen_inf -- -- rap_listen_inf != "node-name:port=host-name:port" --
606 SCS-0202 KFCA00266-W C User service definition for the RAP-processing client manager rap_client_manager_port -- -- rap_client_manager_port is specified. --
607 SCS-0203 KFCA27777-W W User service definition for the RAP-processing client manager max_socket_descriptors
  • betranrc
  • usrrc
max_open_fds ((OS != Solaris) && (OS != Linux)) && ( (max_socket_descriptors + max_open_fds ) > 2048) ||
((OS == Solaris) || (OS == Linux)) && ( (max_socket_descriptors + max_open_fds ) > 1024)
--
608 SCS-0204 KFCA27771-W E User service definition for the RAP-processing client manager module -- -- (type!=RAP) && (module==rapclman) --
609 SCS-0205 KFCA27770-W C User service definition for the RAP-processing client manager rap_listen_inf -- -- (rap_listen_inf == my_host value) || (rap_listen_inf == local loopback address) --
610 SCS-0206 KFCA27775-W E User service definition for the RAP-processing client manager rap_listen_inf -- -- The host name cannot be resolved into an address. --
611 SCS-0501 KFCA00260-W C usrnet dcsvgdef -- -- One of the following conditions exists:
  • Host name specified in -h == my_host value
  • Host name specified in -h == local loopback address
--
612 STS-0001 KFCA00286-W E sts All -- -- No status service definition file (sts) --
613 STS-0002 KFCA00285-W E sts sts_file_name_1 to sts_file_name_7 -- -- sts_file_name_1 is not specified. --
614 STS-0003 KFCA01020-W E sts sts_file_name_1 to sts_file_name_7 -- -- One of the following conditions exists:
  • The specified file system is not a character-type special file.
  • The device corresponding to this file system does not exist.
--
615 STS-0004 KFCA01021-W E sts sts_file_name_1 to sts_file_name_7 -- -- The specified file has not been initialized for an OpenTP1 file system by using the filmkfs command. --
616 STS-0005 KFCA01022-W E sts sts_file_name_1 to sts_file_name_7 -- -- The status file does not exist. --
617 STS-0006 KFCA01023-W E sts sts_file_name_1 to sts_file_name_7 -- -- OpenTP1 file system versions do not match. --
618 STS-0007 KFCA01024-W E sts sts_file_name_1 to sts_file_name_7 -- -- An attempt was made to open more status files than the maximum. --
619 STS-0008 KFCA01025-W E sts sts_file_name_1 to sts_file_name_7 -- -- Access permission for the relevant special file has not been granted. --
620 STS-0009 KFCA01026-W E sts sts_file_name_1 to sts_file_name_7 -- -- Access permission for the relevant status file has not been granted. --
621 STS-0010 KFCA01027-W E sts sts_file_name_1 to sts_file_name_7 -- -- An I/O error occurred for a status file. --
622 STS-0011 KFCA01028-W E sts sts_file_name_1 to sts_file_name_7 -- -- Memory was insufficient when a status file was opened. --
623 STS-0012 KFCA01029-W E sts sts_file_name_1 to sts_file_name_7 -- -- The specified file cannot be used as a status file. --
624 STS-0013 KFCA01030-W E sts sts_file_name_1 to sts_file_name_7 -- -- The record lengths of physical files in system A and in system B are different. --
625 STS-0014 KFCA01031-W E sts sts_file_name_1 to sts_file_name_7 -- -- The number of physical files in system A and the number in system B are different. --
626 STS-0015 KFCA01032-W E sts sts_file_name_1 to sts_file_name_7 sts sts_file_name_1 to sts_file_name_7 The same logical file name and physical file name are specified more than once in sts_file_name_1 to sts_file_name_7. --
627 STS-0016 KFCA01033-W W sts sts_last_active_file -- -- sts_last_active_file is specified. --
628 STS-0017 KFCA01034-W C sts sts_last_active_file sts sts_file_name_1 to sts_file_name_7 The specified logical file does not exist in sts_file_name_1 to sts_file_name_7. --
629 STS-0018 KFCA00278-W C sts sts_last_active_file sts sts_initial_error_switch (sts_last_active_file is specified) && (sts_initial_error_switch == stop) --
630 STS-0019 KFCA00279-W C sts sts_last_active_file sts sts_initial_error_switch (sts_last_active_file is specified) && (sts_initial_error_switch is not specified) --
631 STS-0020 KFCA01033-W W sts sts_last_active_side -- -- sts_last_active_side is specified. --
632 STS-0021 KFCA00278-W C sts sts_last_active_side sts sts_single_operation_switch (sts_last_active_side is specified) && (sts_single_operation_switch != continue) --
633 STS-0022 KFCA00279-W C sts sts_last_active_side sts sts_single_operation_switch (sts_last_active_side is specified) && (sts_single_operation_switch is not specified) --
634 STS-0023 KFCA00278-W C sts sts_last_active_side sts sts_initial_error_switch (sts_last_active_side is specified) && (sts_initial_error_switch == stop) --
635 STS-0024 KFCA00279-W C sts sts_last_active_side sts sts_initial_error_switch (sts_last_active_side is specified) && (sts_initial_error_switch is not specified) --
636 TAM-0001 KFCA00285-W E tam tam_max_tblnum -- -- tam_max_tblnum is not specified. --
637 TAM-0002 KFCA26208-W E tam tam_max_tblnum tam tamtable tam_max_tblnum < tamtable value --
638 TAM-0003 KFCA00285-W E -- tam_max_recsize -- -- tam_max_recsize is not specified. --
639 TAM-0004 KFCA00285-W E -- tam_max_filesize -- -- tam_max_filesize is not specified. --
640 TAM-0005 KFCA00264-W C tam tam_max_trnnum trn trn_tran_process_count tam_max_trnnum > trn_tran_process_count --
641 TAM-0006 KFCA00264-W C tam tam_max_trnfilnum tam tam_max_tblnum tam_max_tblnum < tam_max_trnfilnum --
642 TAM-0007 KFCA00286-W E tam -- -- -- (TAM set up) && (TAM service definition missing) --
643 -- KFCA01719-E -- tam tam_max_recsize System journal service definition jnl_max_datasize (tam_max_recsize value rounded up to the nearest multiple of 4) x 2 + 96 < jnl_max_datasize
  • JNL#1
  • When the OS is Linux (IPF), the value is rounded up to the nearest multiple of 8.
644 -- KFCA01734-E -- tam tamtable -- -- The same table name is specified more than once. --
645 -- KFCA01733-E -- tam tamtable -- -- The same file name is specified more than once. --
646 -- KFCA01740-E -- tam tamtable -- -- The TAM file specified in the definition file is not a special file name. --
647 -- KFCA01741-E -- tam tamtable -- -- The disk partition to which the TAM file specified in the definition file is to be allocated has not been initialized as an OpenTP1 file system. --
648 -- KFCA01742-E -- tam tamtable -- -- The file specified in the definition file does not exist. --
649 -- KFCA01743-E -- tam tamtable -- -- The TAM file specified in the definition file is unavailable because it is already being used by another process. --
650 -- KFCA01747-E -- tam tamtable -- -- The system reported an error because an attempt was made to open too many character-type special files for the TAM files specified in the definition file. --
651 -- KFCA01744-E -- tam tamtable -- -- Access permission for the special file for a TAM file specified in the definition file has not been granted. --
652 -- KFCA01745-E -- tam tamtable -- -- Access permission for the TAM file specified in the definition file has not been granted. --
653 -- KFCA01701-E -- tam tamtable -- -- The system cannot continue processing because memory is insufficient. --
654 -- KFCA01736-E -- tam tamtable -- -- An I/O error occurred in a TAM file specified in the definition file. --
655 -- KFCA01746-E -- tam tamtable -- -- For a TAM file specified in the definition file, the version of the system used when the file system is executed is different from the version of the system used when the file system was created. --
656 -- KFCA01786-E -- tam tamtable -- -- TAM file size > 1000000000 --
657 -- KFCA01787-E -- tam tamtable -- -- The TAM file was not created by using the tamcre command. --
658 -- KFCA01764-E -- tam tamtable -- -- The TAM file in use is not compatible with the currently used TAM. --
659 -- KFCA01786-E -- tam tamtable tam tam_max_filesize TAM file size > tam_max_filesize --
660 -- KFCA02883-E -- tam tamtable tam tam_max_recsize TAM file record size > tam_max_recsize --
661 TIM-0001 KFCA00265-W C tim tim_watch_count -- -- tim_watch_count is specified. --
662 TRN-0001 KFCA00285-W E trn trn_tran_process_count -- -- trn_tran_process_count is not specified. --
663 TRN-0002 KFCA00265-W C trn trn_tran_process_count trn trn_recovery_process_count trn_tran_process_count is specified. --
664 TRN-0003 KFCA00262-W C trn trn_recovery_process_count trn trn_tran_process_count trn_recovery_process_count value > trn_tran_process_count value --
665 TRN-0004 KFCA00262-W E trn trn_recovery_process_count prc prc_process_count trn_recovery_process_count value > prc_process_count value --
666 TRN-0005 KFCA32523-W C
  • trn
  • User service definition
trn_expiration_time trn trn_completion_limit_time (trn_expiration_time > 0) && (trn_completion_limit_time > 0) && (trn_expiration_time value > trn_completion_limit_time value) --
667 TRN-0006 KFCA00282-W C
  • trn
  • User service definition
trn_statistics_item -- -- cputime is specified in trn_statistics_item. Definition checking is not supported when the OS is Windows.
668 TRN-0007 KFCA00278-W C
  • trn
  • User service definition
trn_expiration_time_suspend trn trn_expiration_time (trn_expiration_time_suspend is specified) && (trn_expiration_time == 0) --
669 TRN-0008 KFCA00279-W C
  • trn
  • User service definition
trn_expiration_time_suspend trn trn_expiration_time (trn_expiration_time_suspend is specified) && (trn_expiration_time is not specified) --
670 TRN-0009 KFCA00272-W C trn trn_tran_recovery_list -- -- trn_tran_recovery_list != Y --
671 TRN-0010 KFCA00282-W C
  • trn
  • User service definition
trn_cpu_time -- -- trn_cpu_time is specified (only when 0 is specified) Definition checking is not supported when the OS is Windows.
672 TRN-0011 KFCA00265-W C trn trn_max_subordinate_count -- -- trn_max_subordinate_count is specified. --
673 TRN-0012 KFCA00272-W C
  • trn
  • User service definition
trn_rm_open_close_scope -- -- trn_rm_open_close_scope != process --
674 TRN-0013 KFCA00272-W C
  • trn
  • User service definition
trn_optimum_item -- -- base is not specified in trn_optimum_item. --
675 TRN-0014 KFCA00272-W C trn trn_processing_in_rm_error -- -- (trn_processing_in_rm_error != down) && (trn_processing_in_rm_error != retry) --
676 TRN-0015 KFCA00278-W C trn trn_recovery_list_remove trn trn_tran_recovery_list (trn_recovery_list_remove is specified) && (trn_tran_recovery_list == N) --
677 TRN-0016 KFCA00279-W C trn trn_recovery_list_remove trn trn_tran_recovery_list (trn_recovery_list_remove is specified) && (trn_tran_recovery_list is not specified) --
678 TRN-0017 KFCA00272-W C trn trn_recovery_list_remove trn trn_tran_recovery_list (trn_tran_recovery_list == Y) && ((trn_recovery_list_remove == no) || (trn_recovery_list_remove is not specified)) --
679 TRN-0018 KFCA00278-W C trn trn_recovery_list_remove_level trn trn_tran_recovery_list (trn_recovery_list_remove_level is specified) && (trn_tran_recovery_list == N) --
680 TRN-0019 KFCA00279-W C trn trn_recovery_list_remove_level trn trn_tran_recovery_list (trn_recovery_list_remove_level is specified) && (trn_tran_recovery_list is not specified) --
681 TRN-0020 KFCA00282-W C trn trn_crm_use -- -- trn_crm_use is specified. --
682 TRN-0021 KFCA00282-W C trn trn_max_crm_subordinate_count -- -- trn_max_crm_subordinate_count is specified. --
683 TRN-0022 KFCA00262-W C
  • trn
  • User service definition
trn_watch_time trn trn_limit_time (trn_limit_time != 0) && (trn_watch_time value > trn_limit_time value)
  • TRN#1
  • If trn_watch_time is omitted in all definitions, the watch_time value is used. If watch_time is 0, 120 is used as the default for trn_watch_time.
684 TRN-0023 KFCA00262-W C
  • trn
  • User service definition
trn_watch_time trn trn_completion_limit_time (trn_completion_limit_time != 0) && ((trn_watch_time value > trn_completion_limit_time value))
  • TRN#1
  • If trn_watch_time is omitted in all definitions, the watch_time value is used. If watch_time is 0, 120 is used as the default for trn_watch_time.
685 TRN-0024 KFCA00272-W C
  • trn
  • User service definition
trn_rollback_information_put -- -- trn_rollback_information_put != all || trn_rollback_information_put is not specified --
686 TRN-0025 KFCA00272-W C trn trn_recovery_failmsg_interval -- -- trn_recovery_failmsg_interval == 0 --
687 TRN-0026 KFCA00278-W C trn trn_retry_interval_rm_open trn trn_wait_rm_open (trn_retry_interval_rm_open is specified) && (trn_wait_rm_open != retry_continue) && (trn_wait_rm_open != retry_stop) --
688 TRN-0027 KFCA00278-W C trn trn_retry_count_rm_open trn trn_wait_rm_open (trn_retry_count_rm_open is specified) && (trn_wait_rm_open != retry_continue) && (trn_wait_rm_open != retry_stop) --
689 TRN-0028 KFCA32521-W C trn thread_stack_size -- -- thread_stack_size is specified. --
690 TRN-0029 KFCA00279-W C trn trn_start_recovery_mode trn trnstring (trn_start_recovery_mode is specified) && (trnstring is not specified) --
691 TRN-0030 KFCA00279-W C trn trn_start_recovery_mode trn trnstring (trn_start_recovery_mode is specified) && (-m option is not specified in trnstring) --
692 TRN-0031 KFCA00279-W C trn trn_start_recovery_watch_time trn trnstring (trn_start_recovery_watch_time is specified) && (trnstring is not specified) --
693 TRN-0032 KFCA00279-W C trn trn_start_recovery_watch_time trn trnstring (trn_start_recovery_watch_time is specified) && (-m option is not specified in trnstring) --
694 TRN-0033 KFCA00279-W C trn trn_start_recovery_interval trn trnstring (trn_start_recovery_interval is specified) && (trnstring is not specified) --
695 TRN-0034 KFCA00279-W C trn trn_start_recovery_interval trn trnstring (trn_start_recovery_interval is specified) && (-m option is not specified in trnstring) --
696 TRN-0035 KFCA00278-W C trn trn_start_recovery_interval trn trn_start_recovery_watch_time (trn_start_recovery_interval is specified) && (-m option is specified in trnstring) && (trn_start_recovery_watch_time == 0) --
697 TRN-0036 KFCA00272-W C trn trn_xa_commit_error -- -- trn_xa_commit_error != down --
698 TRN-0037 KFCA00272-W C trn trn_prf_event_trace_level -- -- (trn_prf_event_trace_level & 00000007) != 00000007 --
699 TRN-0038 KFCA00272-W C trn trn_prf_event_trace_condition -- -- xafunc is not specified. --
700 TRN-0039 KFCA00259-W C trn trnstring trn trnstring The specified value is the same as the value of the -n option in another trnstring definition. Alternatively, the specified value is the same as the resource manager name when both the -n and -i options are specified. --
701 TRN-0040 KFCA32524-W E User service definition trnrmid trn trnstring The combination of the -n and -i options for trnrmid has not been specified in trnstring. --
702 TRN-0041 KFCA32522-W C _tr prf_file_size -- -- prf_file_size < default value (10240) --
703 TRN-0043 KFCA00286-W E trn All -- -- The transaction service definition file (trn) does not exist. --
704 TRN-0044 KFCA00261-W C
  • trn
  • User service definition
trn_expiration_time
  • trn
  • User service definition
trn_cpu_time (trn_expiration_time > 0) && (trn_cpu_time > 0) && (trn_expiration_time < trn_cpu_time) The definition is not checked when the OS is Windows.
705 TRN-0045 KFCA00262-W C
  • trn
  • User service definition
trn_cpu_time
  • trn
  • User service definition
trn_completion_limit_time (trn_cpu_time > 0) && (trn_completion_limit_time > 0) && (trn_cpu_time > trn_completion_limit_time) The definition is not checked when the OS is Windows.
706 TRN-0046 KFCA00278-W C trn trn_max_crm_subordinate_count trn trn_crm_use (trn_max_crm_subordinate_count is specified) && (trn_crm_use == N) The definition is not checked when the OS is Windows.
707 TRN-0047 KFCA00279-W C trn trn_max_crm_subordinate_count trn trn_crm_use (trn_max_crm_subordinate_count is specified) && (trn_crm_use is omitted) The definition is not checked when the OS is Windows.
708 TRN-0048 KFCA00265-W C trn trn_max_crm_subordinate_count trn trn_crm_use trn_max_crm_subordinate_count is specified && (trn_crm_use == Y) The definition is not checked when the OS is Windows.
709 UTL-0001 KFCA00271-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace -- -- rpc_trace == Y --
710 UTL-0002 KFCA00268-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && (RPC trace file specified in rpc_trace_name is not a file)
  • UTL#1
  • UTL#2
711 UTL-0003 KFCA00268-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && (write permission is not granted for the RPC trace file specified in rpc_trace_name)
  • UTL#1
  • UTL#2
712 UTL-0004 KFCA00268-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (OS == Windows) && ((rpc_trace_name is specified) && (rpc_trace_name value > 259)) || (OS != Windows) && ((rpc_trace_name is specified) && (rpc_trace_name value > 1023))
  • UTL#1
  • UTL#3
713 UTL-0005 KFCA00267-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && (no directory for output of RPC trace files) UTL#1
714 UTL-0006 KFCA00267-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && (the directory to which RPC trace files are to be output is not a directory) UTL#1
715 UTL-0007 KFCA00267-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && ((write permission not granted for the directory to which RPC trace files are to be output) || (execution permission not granted for the directory to which RPC trace files are to be output)) UTL#1
716 UTL-0008 KFCA00287-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name is specified) && (length of the file specified in rpc_tarce_name > 13 bytes) If the file name specified in rpc_trace_name to be output in the message is too long, the file name is cut off after the 371st byte.
717 UTL-0009 KFCA00276-W C
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name User service definition rpc_trace (rpc_trace != Y) && (rpc_trace_name is specified)
  • UTL#4
  • If the file path name specified in rpc_trace_name to be output in the message is too long, the path name is cut off after the 346th byte.
718 UTL-0010 KFCA00276-W C
  • betranrc
  • usrrc
  • User service definition
rpc_trace_size User service definition rpc_trace (rpc_trace != Y) && (rpc_trace_size is specified) UTL#4
719 UTL-0011 KFCA00272-W W
  • usrrc
  • User service definition
uap_trace_max -- -- (uap_trace_max < 32) --
720 UTL-0012 KFCA00288-W W
  • betranrc
  • usrrc
  • User service definition
rpc_trace_name -- -- (rpc_trace_name value contains $) && (the $ is not at the beginning of the value) --
721 XAR-0001 KFCA00271-W W xar xar_eventtrace_level -- -- xar_eventtrace_level != ERR --
722 XAR-0002 KFCA32164-W W xar xarfile xar xar_msdtc_use (xar_msdtc_use == Y) && (XAR file record length < 1024) --
723 XAR-0003 KFCA00286-W E xar -- trn trn_xar_use (trn_xar_use == Y) && (XA resource service definition is not specified) --
724 XAR-0004 KFCA32172-W E -- --
  • trn
  • betranrc

  • trn_xar_use
  • jnl_fileless_option
(trn_xar_use == Y ) && (jnl_fileless_option == Y) --
725 XAR-0005 KFCA00272-W C xar xar_prf_trace_level -- -- (xar_prf_trace_level & 00000003) != 00000003 --
726 XAR-0006 KFCA32163-W C _xr prf_file_size -- -- prf_file_size < default value (10240) --
727 -- KFCA32019-E -- xar xarfile -- -- The specification is not a combination of xarfile -t online -a XAR-file and xarfile -t backup -a XAR-file. --
728 -- KFCA32025-E -- xar xarfile -- -- The XAR file path name is incorrect. --
729 -- KFCA32026-E -- xar xarfile -- -- Access permission for the OpenTP1 file system has not been granted. --
730 -- KFCA32027-E -- xar xarfile -- -- The number of open files exceeds the system limit. --
731 -- KFCA32028-E -- xar xarfile -- -- An I/O error occurred in the XAR file. --
732 -- KFCA32029-E -- xar xarfile -- -- Memory was insufficient. --
733 -- KFCA32030-E -- xar xarfile -- -- The XAR file version is incorrect. --
734 -- KFCA32031-E -- xar xarfile -- -- The machine with the OpenTP1 file system has not been initialized. --
735 -- KFCA32032-E -- xar xarfile -- -- The XAR file name is incorrect. --
736 -- KFCA32036-E -- xar xarfile -- -- The XAR file does not exist. --
737 -- KFCA32038-E -- xar xarfile -- -- Access permission for the XAR file has not been granted. --
738 -- KFCA32111-E -- xar xarfile -- -- The file specified in the definition is not an XAR file. --
739 -- KFCA32044-E -- xar xarfile -- -- The version of the XAR file specified in the definition is incorrect. --
740 --
  • KFCA32021-E
  • KFCA32024-E
-- xar xarfile trn trn_tran_process_count Number of records in the XAR file < trn_tran_process_count --
741 -- KFCA32014-W -- xar xarfile -- -- The XAR file specified in the definition cannot be closed. --
742 --
  • KFCA32022-E
  • KFCA32024-E
-- xar xarfile -- -- Number of records in the online XAR file != number of records in the backup XAR file --
743 --
  • KFCA32023-E
  • KFCA32024-E
-- xar xarfile -- -- Record length of the online XAR file != record length of the backup XAR file --
744 -- KFCA32048-E -- xar xarfile -- -- Name of the online XAR file == name of the backup XAR file --

Legend:
--: Not applicable
[Figure] [Figure]: The calculation result between these symbols is rounded up to the nearest whole number.
ADM#1: The definition is checked only when an absolute path is specified.
ADM#2: When the OS is Windows and no extension is specified, extensions .bat, .exe, and .com are automatically added during checking.
ADM#3: An attempt is made to check whether the file itself is an executable file.
CPD#1: The definition is not checked when Y is specified for the jnl_fileless_option operand in the system common definition.
JNL#1: The definition is not checked when Y is specified for the jnl_fileless_option operand in the system common definition.
PRC#1: When the OS is Windows, whether the path uses a backslash (\) is checked, as well as the drive letters.
PRC#2: When the OS is Windows, semicolons (;) are checked instead of colons (:).
PRC#3: When the OS is Windows, $DCDIR/bin is not checked.
PRC#4: When the OS is Windows, the extension .exe is added to the specified name during checking. $DCDIR/bin is automatically checked regardless of the prcsvpath specification.
RPC#1: If none of the definition files that can be specified are specified, ******** might be output as definition-file-name in the output message.
RTS#1: File path names are checked by adding a value in the range from 1 to rts_log_file_count to the rts_log_file_name value.
RTS#2: File path names are checked by adding the extension .bk to RTS log file path names.
SCD#1: If none of the definition files that can be specified are specified, ******** might be output as definition-file-name in the output message.
SCD#2: If the KFCA00265-W message is output, review all user service definitions for the programs started as MHPs.
TRN: If none of the definition files that can be specified are specified, ******** might be output as definition-file-name in the output message.
UTL#1: The definition is checked only when an absolute path is specified.
UTL#2: 1,2 and 1 are added to the file path names specified in rpc_trace_name during checking.
UTL#3: The length of the rpc_trace_name value is checked.
UTL#4: If none of the definition files that can be specified are specified, ******** might be output as definition-file-name in the output message.

Note:
If ******** is output as definition-file-name in the output message, review all definition files in which the checked definition can be specified.