Maximo Open Forum

 View Only
  • 1.  How can we specify  multiple lines for a given property in maximo.properties file.

    Posted 02-22-2022 05:18
    Hello,

    How can we specify  multiple lines for a given property in maximo.properties file.

    I tried with "+"  but  got  NL exception.

    say for example for db URL i will specify property value as we define in tnsnames.ora file.

    regards
    #Customizations

    ------------------------------
    syed mehdi
    kng
    ------------------------------


  • 2.  RE: How can we specify  multiple lines for a given property in maximo.properties file.

    Posted 02-22-2022 08:41
    You shouldn't have multiline JDBC URLs. Have you looked at how to define the JDBC URL for Oracle to provide the arguments you want?

    I haven't tried this but this states you can simply use what you have verbatim in your TNS names file in the JDBC URL (https://stackoverflow.com/questions/14194750/java-jdbc-how-to-connect-to-oracle-using-tnsnames-ora). So if you don't want to define it using JDBC syntax you might be able to do it like you would in the TNS names. But you wouldn't need multiple lines for this either (this is all on a single line).

    ------------------------------
    Steven Shull
    IBM
    ------------------------------



  • 3.  RE: How can we specify  multiple lines for a given property in maximo.properties file.

    Posted 02-22-2022 23:05
    Hello Steven,

    Thanks.

    ------------------------------
    syed mehdi
    kng
    ------------------------------