Skip to content
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

Conversation

dennis-behm
Copy link
Member

This is implementing #248 to allow the Common Backend Scripts to be used with the DBB FileMetadatastore.

Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
@dennis-behm dennis-behm requested a review from M-DLB June 3, 2024 10:55
@dennis-behm dennis-behm linked an issue Jun 3, 2024 that may be closed by this pull request
Copy link
Collaborator

@M-DLB M-DLB left a 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."
Copy link
Collaborator

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."
Copy link
Collaborator

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>
@dennis-behm
Copy link
Member Author

Hi @M-DLB - can you please have a look to the new proposal for the warning message? dad6686

Copy link
Collaborator

@M-DLB M-DLB left a 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 !

@dennis-behm dennis-behm merged commit b494e51 into IBM:main Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CBS Validation of Build parameters too strict
2 participants