-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn JDBC id and password into optional parameters #249
Turn JDBC id and password into optional parameters #249
Conversation
Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change for clarity.
rc=8 | ||
ERRMSG=$PGM": [ERROR] DBB database user is required. rc="$rc | ||
echo $ERRMSG | ||
echo $PGM": [WARNING] Db2 JDBC User not set. The usage of the Db2 DBB Metadatastore is recommended." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we rephrase the last sentence to:
For the DBB metadata database, the use of Db2 (z/OS or LUW) is recommended.
rc=8 | ||
ERRMSG=$PGM": [ERROR] DBB database password file is required. rc="$rc | ||
echo $ERRMSG | ||
echo $PGM": [WARNING] Db2 JDBC Password file not set. The usage of the Db2 DBB Metadatastore is recommended." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we rephrase the last sentence to:
For the DBB metadata database, the use of Db2 (z/OS or LUW) is recommended.
Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, thank you @dennis-behm !
This is implementing #248 to allow the Common Backend Scripts to be used with the DBB FileMetadatastore.