473,397 Members | 2,077 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

jdbc connection problem unable to connect

Hi, I am getting this error when we are running a job called Post load scripts In datastage. From routines we are calling the shellscripts then the Shells scripts calling thejavaclass followed by stored procedures SPs.

[03:29:43,221] Property 'backupdb.name' could not be found in any of the property files
[03:29:43,432] DAOException caught
com.ibm.nl.openweb.dao.DAOException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:366)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.call(C allableDBUtils.java:171)
at com.ibm.services.tools.citrus.tech.db.DbUtilsProxy .call(DbUtilsProxy.java:165)
at com.ibm.services.tools.citrus.tech.common.BatchDB2 DAOImpl.getSupportCentersForBatchNr(BatchDB2DAOImp l.java:92)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:149)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.processBatchApplication(POSta teControlBatch.java:221)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:299)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:255)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.main(POStateControlBatch.java :344)
Caused by: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_S QLException(SQLExceptionGenerator.java:192)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_r eturn_code(SQLExceptionGenerator.java:423)
at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Conn ection.java:545)
at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Conne ction.java:428)
at COM.ibm.db2.jdbc.app.DB2Driver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager .java:559)
at java.sql.DriverManager.getConnection(DriverManager .java:158)
at com.ibm.nl.openweb.dao.jdbc.JDBCConnectionProvider .getConnection(JDBCConnectionProvider.java:69)
at com.ibm.nl.openweb.dao.jdbc.NamedParameterConnecti onProvider.getConnection(NamedParameterConnectionP rovider.java:36)
at com.ibm.nl.openweb.dao.jdbc.DBUtils.getConnection( DBUtils.java:75)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.getCon nection(CallableDBUtils.java:874)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:240)
... 8 more
[03:29:43,443] AGREEMENTMANAGER_ERROR
com.ibm.services.tools.citrus.tech.exceptions.Citr usFatalException: AGREEMENTMANAGER_ERROR
at com.ibm.services.tools.citrus.tech.common.CitrusEx ceptionHandlerImpl.handleDAOException(CitrusExcept ionHandlerImpl.java:103)
at com.ibm.services.tools.citrus.tech.common.CitrusEx ceptionHandlerImpl.handleDAOException(CitrusExcept ionHandlerImpl.java:280)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:154)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.processBatchApplication(POSta teControlBatch.java:221)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:299)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:255)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.main(POStateControlBatch.java :344)
Caused by: com.ibm.nl.openweb.dao.DAOException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:366)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.call(C allableDBUtils.java:171)
at com.ibm.services.tools.citrus.tech.db.DbUtilsProxy .call(DbUtilsProxy.java:165)
at com.ibm.services.tools.citrus.tech.common.BatchDB2 DAOImpl.getSupportCentersForBatchNr(BatchDB2DAOImp l.java:92)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:149)
... 4 more
Caused by: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_S QLException(SQLExceptionGenerator.java:192)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_r eturn_code(SQLExceptionGenerator.java:423)
at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Conn ection.java:545)
at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Conne ction.java:428)
at COM.ibm.db2.jdbc.app.DB2Driver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager .java:559)
at java.sql.DriverManager.getConnection(DriverManager .java:158)
at com.ibm.nl.openweb.dao.jdbc.JDBCConnectionProvider .getConnection(JDBCConnectionProvider.java:69)
at com.ibm.nl.openweb.dao.jdbc.NamedParameterConnecti onProvider.getConnection(NamedParameterConnectionP rovider.java:36)
at com.ibm.nl.openweb.dao.jdbc.DBUtils.getConnection( DBUtils.java:75)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.getCon nection(CallableDBUtils.java:874)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:240)
... 8 more
[03:29:43,621] AGREEMENTMANAGER_ERROR
[03:29:44,236] Property 'backupdb.name' could not be found in any of the property files
[03:29:44,401] DAOException caught
com.ibm.nl.openweb.dao.DAOException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:366)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.call(C allableDBUtils.java:171)
at com.ibm.services.tools.citrus.tech.db.DbUtilsProxy .call(DbUtilsProxy.java:165)
at com.ibm.services.tools.citrus.tech.common.BatchDB2 DAOImpl.getSupportCentersForBatchNr(BatchDB2DAOImp l.java:92)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:149)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.processBatchApplication(POSta teControlBatch.java:221)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:299)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:255)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.main(POStateControlBatch.java :344)
Caused by: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_S QLException(SQLExceptionGenerator.java:192)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_r eturn_code(SQLExceptionGenerator.java:423)
at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Conn ection.java:545)
at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Conne ction.java:428)
at COM.ibm.db2.jdbc.app.DB2Driver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager .java:559)
at java.sql.DriverManager.getConnection(DriverManager .java:158)
at com.ibm.nl.openweb.dao.jdbc.JDBCConnectionProvider .getConnection(JDBCConnectionProvider.java:69)
at com.ibm.nl.openweb.dao.jdbc.NamedParameterConnecti onProvider.getConnection(NamedParameterConnectionP rovider.java:36)
at com.ibm.nl.openweb.dao.jdbc.DBUtils.getConnection( DBUtils.java:75)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.getCon nection(CallableDBUtils.java:874)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:240)
... 8 more
[03:29:44,412] AGREEMENTMANAGER_ERROR
com.ibm.services.tools.citrus.tech.exceptions.Citr usFatalException: AGREEMENTMANAGER_ERROR
at com.ibm.services.tools.citrus.tech.common.CitrusEx ceptionHandlerImpl.handleDAOException(CitrusExcept ionHandlerImpl.java:103)
at com.ibm.services.tools.citrus.tech.common.CitrusEx ceptionHandlerImpl.handleDAOException(CitrusExcept ionHandlerImpl.java:280)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:154)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.processBatchApplication(POSta teControlBatch.java:221)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:299)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.start(POStateControlBatch.jav a:255)
at com.ibm.services.tools.citrus.buss.agreement.batch .POStateControlBatch.main(POStateControlBatch.java :344)
Caused by: com.ibm.nl.openweb.dao.DAOException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:366)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.call(C allableDBUtils.java:171)
at com.ibm.services.tools.citrus.tech.db.DbUtilsProxy .call(DbUtilsProxy.java:165)
at com.ibm.services.tools.citrus.tech.common.BatchDB2 DAOImpl.getSupportCentersForBatchNr(BatchDB2DAOImp l.java:92)
at com.ibm.services.tools.citrus.buss.agreement.bs.Ag reementManagerBS.getCSCsForBatchNumber(AgreementMa nagerBS.java:149)
... 4 more
Caused by: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_S QLException(SQLExceptionGenerator.java:192)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_r eturn_code(SQLExceptionGenerator.java:423)
at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Conn ection.java:545)
at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Conne ction.java:428)
at COM.ibm.db2.jdbc.app.DB2Driver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager .java:559)
at java.sql.DriverManager.getConnection(DriverManager .java:158)
at com.ibm.nl.openweb.dao.jdbc.JDBCConnectionProvider .getConnection(JDBCConnectionProvider.java:69)
at com.ibm.nl.openweb.dao.jdbc.NamedParameterConnecti onProvider.getConnection(NamedParameterConnectionP rovider.java:36)
at com.ibm.nl.openweb.dao.jdbc.DBUtils.getConnection( DBUtils.java:75)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.getCon nection(CallableDBUtils.java:874)
at com.ibm.nl.openweb.dao.jdbc.CallableDBUtils.proces sCall(CallableDBUtils.java:240)
... 8 more
[03:29:44,576] AGREEMENTMANAGER_ERROR

i am unable to find the username and password used by this scripts.please help me
Jun 23 '16 #1
0 1883

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Sugapablo | last post by:
I have someone who has a proprietary database. They said that the only way to access the DB is via a JDBC connection. Now, does this mean I HAVE to use JAVA or JSP to connect to the DB? Does...
1
by: Kona | last post by:
Hello, I'm new with Oracle JDBC connection. Is it a way to crypt, hide the password string into a Oracle JDBC connection string ? The goal is to hide the password within script file. Thank's...
5
by: Steffen | last post by:
hi there, i have a problem connecting to a db2 database 7.2.4 on AIX using java when running the javacode on AIX using jdk1.3.1. The classpath is correctly set to java12/... on windows the...
1
by: Andrea | last post by:
Hello, I spent now several hours searching the google groups without finding an solution. I am kind of Newbie to DB2 and JSP and therefore working with JSP4Dummies (not sure whether I should...
2
by: Phil Campaigne | last post by:
Hi All, I am seting up my web app with a tomcat/postgresql hosting service. From my psql client I type psql and then I am asked for my password. This logs me into my hosted database just fine. ...
2
by: apattin | last post by:
Hi all, Does anyone know how to get the schema name given a JDBC Connection object? I see that I can do "toString" and pick the "User=" substring, but smells of a hack. :) Thanks, ...
1
by: doniravi | last post by:
hello sir... i m using sql server 2000 database and usig jsp to access it when accessig i am getting followig error java.sql.SQLException: Unable to connect. Invalid URL. i installed...
3
by: %NAME% | last post by:
When using embedded SQL for db2 under solaris, you do not need to give username and password since the system will use your unix-login as default credential. However, with JDBC seems I always need...
2
by: gollamudi | last post by:
1.what is the connectionpool in jdbc connection? 2.diffrence between normal jdbc connection and connectionpool jdbc connection?
0
by: glhernandez | last post by:
Is it possible to connect my C++ to my DB2 (which is my database) with the use of JDBC Connection? If possible what procedures should I do to connect this two? and what codes should I use? Thank...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.