LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  DB Execute Node

    Employee
    Posted 09-16-2014 11:32

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mw9286

    Converted from LAE 4.6 to LAE 5.0 today. Receive the following error when executing the node. Unable to open library 'libclntsh.so': libclntsh.so: cannot open shared object file: No such file or directory.

    This is what I have on the general tab:

    sqlSelect(1,
    "{{^query^}}",
    EPIC_BAN.trim())

    Parameter 1:

    select
    *
    where

    org.s_org_id = :1


  • 2.  RE: DB Execute Node

    Employee
    Posted 09-16-2014 19:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    The unix environment variable LD_LIBRARY_PATH does not properly point to you Oracle installation.

    Compare LD_LIBRARY_PATH in 4.6 to what you have in 5.0... you'll find something missing.