Repository: incubator-trafodion Updated Branches: refs/heads/master bf6ed1b94 -> 8c2cc27bc
[TRAFODION-2814] Fix error message 2243 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d26e1099 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d26e1099 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/d26e1099 Branch: refs/heads/master Commit: d26e1099db2206039d7c4e01e9a90cf61b756259 Parents: 1568292 Author: Dave Birdsall <[email protected]> Authored: Tue Nov 21 23:48:50 2017 +0000 Committer: Dave Birdsall <[email protected]> Committed: Tue Nov 21 23:48:50 2017 +0000 ---------------------------------------------------------------------- core/sql/bin/SqlciErrors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d26e1099/core/sql/bin/SqlciErrors.txt ---------------------------------------------------------------------- diff --git a/core/sql/bin/SqlciErrors.txt b/core/sql/bin/SqlciErrors.txt index 85bc129..a6f1dae 100644 --- a/core/sql/bin/SqlciErrors.txt +++ b/core/sql/bin/SqlciErrors.txt @@ -669,7 +669,7 @@ 2240 ZZZZZ 99999 BEGINNER MAJOR DBADMIN mxCompileUserModule -g moduleLocal is not supported for SQLJ jar or profile ser files. 2241 ZZZZZ 99999 BEGINNER MAJOR DBADMIN --- unused as of 3/8/2012 --- 2242 ZZZZZ 99999 BEGINNER MINOR LOGONLY Compiler process unable to log its status and health information to the repository. -2243 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Using DISPLAY in hpdci or whiteboard is not supported. +2243 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Using DISPLAY in trafci or DBMgr is not supported. 2244 ZZZZZ 99999 BEGINNER MAJOR DBADMIN ULOG file path invalid : $0~string0. 2900 ZZZZZ 99999 BEGINNER MAJOR DBADMIN in file $0~string0 at line $1~int0: 2980 ZZZZZ 99999 BEGINNER MAJOR DBADMIN ? Option -g requires an argument.
