Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleEx) When the client's major version is later than the server's major version.
languagebash
# Client server
$ apre -v
Altibase Precompiler2(APRE) Ver.1 6.1.1.3.2 XEON_LINUX_redhat_Enterprise_ES4-64bit-6.1.1.3.2-release-GCC3.4.6 (xeon-redhat-linux-gnu) Aug 28 2013 17:54:46

# Altibase server version
$ altibase -v
version 5.5.1.4.10 XEON_LINUX_redhat_Enterprise_ES4-64bit-5.5.1.4.10-release-GCC3.4.6 (xeon-redhat-linux-gnu) Aug 14 2013 18:09:27, binary db version 5.4.1, meta version 5.9.1, cm protocol version 5.6.3, replication protocol version 5.6.1

# 클라이언트When 버전 6.1.1.3.2 에서 알티베이스 서버connecting to the Altibase server 5.5.1.4.10 from 접속the client version 6.1.1.3.2
$ isql -u sys -p manager -s 127.0.0.1 -port 25514
-----------------------------------------------------------------
     Altibase Client Query utility.
     Release Version 6.1.1.3.2
     Copyright 2000, ALTIBASE Corporation or its subsidiaries.
     All Rights Reserved.
-----------------------------------------------------------------
ISQL_CONNECTION = TCP, SERVER = 127.0.0.1, PORT_NO = 25514
[ERR-4109C : Invalid session property]

...