I want to move Entities specific to an application from "Outsystems" catalog to "Application" Catalog
I have created the Database Catalog in Service Center
I have changed the catalogs for the modules from Operations Tab of the required modules at Service Center
I have redeployed the modules.
But the entities remain in the same Outsystems Catalog.
Am I missing anything to move the entities to the Application Catalog
Hi Dhiviya,
please apply below step 3 from out system documentation.
https://success.outsystems.com/support/enterprise_customers/maintenance_and_operations/multiple_database_catalogs_and_schemas/
For SQL Server
Moving a module to a different database catalog
To move a module to a different Catalog execute the following steps:
Backup the source and destination databases
Mark the module to be moved.
Open Service Center.
Open the edit screen of the module, select the Operation tab, and in the Catalog drop down select the Catalog where the module is to be moved to.
Click Apply.
The module won't be moved right away but marked for to be moved, therefore, it will still be operating with its old Catalog.
Copy the database data.
Finish the module move
In Service Center, publish the module.
The Platform Server first checks that all tables of the module are created in the destination Catalog. Then it displays a Use Matching Tables option that is to be selected, and continue with the publishing process.
If the module has Consumer modules, republish them, or build a solution with all referenced modules and publish it in a single step.
Bring the module online using the Bring Online button on the module details screen.
The module is now using the new Catalog.
thanks
cv