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

Step 1 of "On a Db2 Warehouse on Cloud machine being used as a federation source" missing SSL parameter #26

Open
jakedepstein13 opened this issue Aug 14, 2023 · 1 comment

Comments

@jakedepstein13
Copy link

Step 1 of the On a Db2 Warehouse on Cloud machine being used as a federation source instructions is missing the SSL parameter . It currently reads:

create server <server_name> type dashdb version 11 wrapper drda authorization "<admin_user_on_target>" password "<admin_password_on_target>" options (host '<target_host_name>', port '50000', dbname 'bludb')

For example:
create server db2server type dashdb version 11 wrapper drda authorization "admin2" password "YYYY" options (host 'targetdotcom', port '50000', dbname 'bludb')

and should read:

create server <server_name> type dashdb version 11 wrapper drda authorization "<admin_user_on_target>" password "<admin_password_on_target>" options (host '<target_host_name>', port '50001', dbname 'bludb', security 'SSL')

For example:
create server db2server type dashdb version 11 wrapper drda authorization "admin2" password "YYYY" options (host 'targetdotcom', port '50001', dbname 'bludb', security 'SSL')

Please adjust the documentation accordingly as the command does not work without this parameter

@jakedepstein13
Copy link
Author

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

No branches or pull requests

1 participant