Results 1 to 2 of 2

Thread: powerbuilder 6.5 with DB2 8.1 on AIX

  1. #1
    Join Date
    Oct 2005
    Posts
    1

    powerbuilder 6.5 with DB2 8.1 on AIX

    hi,
    we are maintaining a powerbuilder 6.5 application which uses IBM DB2 8.1 as backend. The database is currently on Solaris server. We are moving this to AIX box. Could someone guide me regarding the settings to be given in pbodb60.ini file for AIX to support remote procedure calls?

    The current entry for the SUN OS is as follows:

    ; IBM DB2/SUN 2.1 DB2CLI
    [DB2/SUN]
    PBCatalogOwner='PBCATOWN'
    PBSyntax='DB2CS_SYNTAX'
    PBDateTime='ISO_DATETIME'
    PBFunctions='DB2CS_FUNCTIONS'
    DelimitIdentifier='YES'
    PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
    IdentifierCase=3
    PBSupportBindSelect='NO'
    PBSupportBindUpdate='NO'
    PBSupportDBBind='YES'
    PBTrimCharColumns='YES'
    BlobSegmentSize=32767
    ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
    TableListType='ALIAS'

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You should post it in DB2 forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •