Skip to main content
chrisg0006
October 27, 2022
Question

New Application to new Schema/Database

  • October 27, 2022
  • 6 replies
  • 0 views

I created a new Schema/Database in our cloud database. .

However, when I try to connect to the database in my new application (Data Store), it does not show up.

6 replies

csteward
October 27, 2022

Do you have the database registered in the Admin Console?

chrisg0006
October 27, 2022

Under Data Source Management?

No.

stefanhelzle0001
Brainy
October 27, 2022

You need to set up a new connected system as described in the schema management documentation.

chrisg0006
October 27, 2022

I got it!!! Thanks guys!

shukurs0001
January 30, 2023

May I know how to create a schema in DB?

chrisg0006
February 8, 2023

Required role: Database Administrator

Inputs: Schema name, in this example InventoryApp

In SQL: call AppianProcess.createNewSchema('InventoryApp')