Default Properties

The following lists the default properties contained in the Relational Design Center properties file:

 
      #rdc.properties file
 
      defaultPortnumber = 2012
      portnumber=2012
      #font
      #syntax:
      #fontfamilyname[-style][-pointsize] or
      #fontfamilyname [style] [pointsize]
      # in which style is one of the three case-insensitive strings:
      # "BOLD", "BOLDITALIC", or "ITALIC", and pointsize is a decimal
      representation of the point size.
      # For example, if you want a font that is Arial, bold, and a 
      point size of 12,
      # you would call this method with: "Arial-BOLD-12".
      #font=Courier
      #1.4.font is the font to use when using jre 1.4.x=
      #1.4.font=Batang-12
 
      #authentication and encryption attributes
      #  authentication: 0=ClearPath MCP 1=Kerberos
      #  encryption:     0=None  1=Kerberos
      #authType                = 0
      #encryptType             = 0
 
      # For Authentication and Encryption dropdown menu items.
      authType0                = ClearPath MCP
      authType1                = Kerberos
      encType0                 = None
      encType1                 = Kerberos
 
      #service name attributes
      #  servicename:       default service principle name
      #  service<HOSTNAME>: hostname service principle name. 
                            <hostname> must be all upper case
      #                     There can be multiple service<HOSTNAME> - one
                            per hostname.
      #                     For example, if hostname is mcpserver then the
                            service name will be serviceMCPSERVER
      #  If 'service<HOSTNAME>' is not defined, 'servicename' will be used.
      #servicename=
      #service<HOSTNAME>=

      #end of user properties
Note: The rowlimit property affects all calls sent to the Query Processor. Queries and catalog calls are affected by this limit.