Product Documentation

V11.5 Update Guide

Previous Topic

Next Topic

COMPATIBILITY SQLIMPORT_ADMIN_PASSWORD

A new compatibility keyword has been added to instruct the Sqlize process in c-treeRTG (and ctSQLImportTable and the ctsqlimp utility) to verify the admin password (if any):

COMPATIBILITY SQLIMPORT_ADMIN_PASSWORD

At this time this keyword affects only c-treeRTG or Server SDK compiles calling ctSQLImportTable on the server-side reusing the current session.

This server configuration option can be changed at runtime using the ctadmn utility or the ctSETCFG() API function.

  • To enable this option using ctadmn:
    Choose option 10, then option 10, then enter:
    COMPATIBILITY SQLIMPORT_ADMIN_PASSWORD
  • To disable this option using ctadmn:
    Choose option 10, then option 10, then enter: COMPATIBILITY ~SQLIMPORT_ADMIN_PASSWORD

See also:

TOCIndex