In this post, you’ll learn about the DB2 error 17433-invalid arguments in call and the reason why you are receiving the error message and how to fix it
How does this Error Message Looks like
17433 – invalid arguments in call
Reason for the Error & Solution
The Oracle JDBC driver throws this exception when a null username or password are specified. A username and password was not specified in the Kodo configuration, nor was it specified in the database configuration mechanism, nor was it specified in the PersistenceManager.getPersistenceManager invocation.
Leave a Reply