Skip to main content

***Resolved**** Unable to Connect to specified Schema using the Connection

Comments

1 comment

  • Prashant Gade

    Were able to get the fix working for connecting to Custom Schema in _Settings.lgx file.
    The updated connection:

    <Connection
    CommandTimeOut="600"
    ID="sessionDB"
    PostgreSQLDatabase="<DB_NAME>?currentSchema=<DB_SCHEMA>"
    PostgreSQLPassword="<DB_PW>"
    PostgreSQLServer="<DB_HOST>"
    PostgreSQLUser="<DB_USER>"
    Type="PostgreSQL"
    />
    0

Please sign in to leave a comment.