Customer Portal

Cannot have Database Connection for a project

Comments 4

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    how do you try to open the connection?
    See External (Shared) Database Connections part of manual for using the same connection with various graphs.
  • Avatar
    evergreen
    0
    Comment actions Permalink
    Hi ,

    Creating External (Shared) Database Connections: I have followed the same steps as listed under this heading from the manual.
    This is when I am faced with the error screen I had attached previosly.
    Is there any other way I can handle this problem?

    Thanks,
    Evergreen
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi,
    try to create internal connection and then externalize it. If it doesn't help, you can create the cfg file manually an then linked such connection to your graph.
    name=shirisha
    threadSafeConnection=true
    dbDriver=oracle.jdbc.driver.OracleDriver
    dbURL=jdbc:oracle:thin:@10.253.150.225:1521:luminis
    user=system
    driverLibrary=file:${your_path}/ojdbc14.jar
    password=test
    jdbcSpecific=ORACLE
  • Avatar
    evergreen
    0
    Comment actions Permalink
    Hi,

    Creating a .cfg file and then linking the Externalized DB connection solved my problem.
    Thanks very much for the suggestion.
    Regards,
    Vinutha

Please sign in to leave a comment.