31
Views
2
Comments
Solved
Database endpoint change and module republish

Hi!

The database endpoint of an outsystems environment is changing and configuration tool is forcing a republish of all my factory.

Is there any other option? Database is the same, only the endpoint is changing.

Trying to save a few hours republishing everything.

2015-07-28 10-59-28
Francisco Silva
Solution

We have a working solution!

Meaning we are able to change the database endpoint without needing to redeploy all the modules.

Solution was around changing the appSettings.config file for each app and using the configuration tool command line version to apply settings.

Reach out for more details via LinkedIn (https://www.linkedin.com/in/fmfcs/)


2015-07-28 10-59-28
Francisco Silva

Here's what we're going to test:

Inside each deployed module there's a appSettings.config - "C:\Program Files\OutSystems\Platform Server\running\MyModule.936943614"

In this config file we have the encrypted connection string to the database, let's try to change it to the correct endpoint, reset IIS and see what happens :)  

2015-07-28 10-59-28
Francisco Silva
Solution

We have a working solution!

Meaning we are able to change the database endpoint without needing to redeploy all the modules.

Solution was around changing the appSettings.config file for each app and using the configuration tool command line version to apply settings.

Reach out for more details via LinkedIn (https://www.linkedin.com/in/fmfcs/)


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.