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,
Post an idea
Upvote ideas that matter most to you
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
HI, Kiran,
It could be done as steps below, please try it out, and let's know for questions.
Thanks, Dennis
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.