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

DASHDB on Bluemix #22

Open
jesusmah opened this issue Jun 22, 2017 · 0 comments
Open

DASHDB on Bluemix #22

jesusmah opened this issue Jun 22, 2017 · 0 comments
Assignees

Comments

@jesusmah
Copy link
Contributor

This is the second part of issue #20

Problem when using WASaaS and DashDB Service on Bluemix.

We need to add a specific section to explain how to handle application deployment on Cloud.
Key points:

As Bluemix trial account doesn't have permission to create 'DashDB for Transactions'. I used 'DashDB for Analytics', which is available with Free Tier.
User need to create two instances for DashDB (one for ORDERDB and one for INDB), as one instance can have only one DB.
createOrderDB.sql script failed with "DashDB for Analytics", as the default DB is Column Organised. Add key work "ORGANIZE BY ROW" while creating tables.
While installing application, documentation says "Step 12. Customize the environment variables DBUNIT_SCHEMA, DBUNIT_USERNAME, and DBUNIT_PASSWORD fields. Its not very clear, as which DB instance is needed here. In case of two different DB instances, we need to give ORDERDB SCHEMA and user/pw details.
Also there are other Environment Variables, which need to be populated , such as CUSTOMER_ORDER_SERVICES_WEB_ENDPOINT and CUSTOMER_ORDER_SERVICES_TEST_ENDPOINT.

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

2 participants