Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Functionality already exists
Workspace Spectrum Symphony
Components Version 7.3
Created by Guest
Created on Feb 14, 2025

We need ability to update DB password using command line in non-interactive fashion. (Not interactive shell)

We need to update our database account password regularly and in turn we have to update password in database configuration file datasource.xml .  This will be automated process in Wells Fargo and we need to be able to run dbconfig.sh command to update password without any human interaction.

Due to compliance requirements, we need ability to change DB password automatically and then update datasource.xml file with encrypted password string for update password using dbconsole.sh scritp in -console mode. We need ability to run dbconfig.sh script with password provided as argument and then update password instead of running it in interactive mode. How do we achieve this?

 

We submitted IBM support case TS018494395

Needed By Yesterday (Let's go already!)
  • Admin
    Dennis Xiao
    Reply
    |
    Apr 17, 2025

    HI, Kiran,

    It could be done as steps below, please try it out, and let's know for questions.

    Thanks, Dennis

    1. prepare the input file(input.txt) with new password

    ===

    cat input.txt

    app

    newpassword

    1

    4

    jdbc:derby://jliudev1:1527/app

    30

    2

    ===

    2. dbconfig.sh -edit ReportDB -console < input.txt

    Configure your database connection.Data source name: ReportDBUser ID: [app]

    Password: [**********]

    Cipher:

    0 - DES56

    1 - AES128

    2 - AES256

    To select an item, enter its number:

    [1]

    JDBC driver class name:

    0 - com.microsoft.sqlserver.jdbc.SQLServerDriver

    1 - com.novell.sql.LDAPDriver

    2 - com.informix.jdbc.IfxDriver

    3 - org.axiondb.jdbc.AxionDriver

    4 - org.apache.derby.jdbc.ClientDriver*

    5 - com.mckoi.JDBCDriver

    6 - uk.co.thinksql.ThinkSQLDriver

    7 - weblogic.jdbc.mssqlserver4.Driver

    8 - sun.jdbc.odbc.JdbcOdbcDriver

    9 - com.lutris.instantdb.jdbc.idbDriver

    10 - com.sybase.jdbc2.jdbc.SybDriver

    11 - com.ibm.db2.jcc.DB2Driver

    12 - com.imaginary.sql.msql.MsqlDriver

    13 - interbase.interclient.Driver

    14 - oracle.jdbc.driver.OracleDriver

    15 - org.gjt.mm.mysql.Driver

    16 - org.postgresql.Driver

    17 - org.hsqldb.jdbcDriver*

    To select an item, enter its number. Or press 18 to type a driver not in the list: [4]

    URL of the JDBC connection : [jdbc:derby://jliudev1:1527/app]

    Maximum connections : [30]

    Press 1 to Test connection, 2 to Save and exit, 3 to Redisplay, 4 to Cancel: [1]

    Configuration has been sucessfully saved.