IBM Sterling: Configurando o DB2 como Serviço na IBM Cloud

From Wiki
Revision as of 18:46, 22 May 2021 by Ebasso (talk | contribs) (Criou a página com " = Create DB2 on IBM Cloud = 1) click on '''Catalog''' (top menu) 2) In search catalog, type: '''DB2''' and choose '''DB2''' box 3) Inform: * Select a location: '''Dalla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create DB2 on IBM Cloud

1) click on Catalog (top menu)

2) In search catalog, type: DB2 and choose DB2 box

3) Inform:

  • Select a location: Dallas
  • Select a pricing plan: Lite
  • Service name: ebasso-db2-demo-sb2bi
  • Select a resource group: Default
  • Tags: env:demo, owner:ebasso, project: sb2bi-on-cloud
  • Email: your email

4) Click on Create button

Create Credentials

1) After create go to Resource List -> Services -> ebasso-db2-demo-sb2bi

2) click on Service credentials

3) click on New credential

4) Name:

  • Name: ebasso-db2-svccred-demo-sb2bi
  • Role: Manager

and click Add.

5) Check your new created credential and take note

{
  ...
  "jdbcurl": "jdbc:db2://dashdb-txn-sbox-yp-dal21-99.services.dal.bluemix.net:50000/BLUDB",
  ...
  "password": "1234567",
  ...
  "username": "wwj12345"
}

See Also