Hi dears,
I have a detached OS application and I intend to move the servers to another cloud provider. I am aware of the configuration file that has the credentials for accessing the database. However, they are all encrypted. How do I replace them with the new database credentials?
Best Regards,
Roberto Campos
Hi Bas de Jong,
You are correct. I put the OS Users OSADMIN, OSRUNTIME, OSADMIN_LOG, OSRUNTIME_LOG and OSTATE with all rigths, using the sql command GRANT CONTROL TO and it worked.
Thanks,
Roberto
Hi Roberto,
https://success.outsystems.com/support/licensing/the_detach_process_for_outsystems_11/#use-existing-db
Does this cover your question?
Hi Bas de jong,
Thank you very much. I followed the steps in the document, and I managed to get my application to log in to the database with success. But now this error message comes:
SELECT permission was denied on the object 'ossys_Espace', database 'OUSTYS_MAIN', schema 'dbo'
This database has a backup of the original Outsystems Database where the application is running. Do you have any idea what it is ?
Best regards,
Probably the user to access the database has insufficient rights. You have to set this up in the sql server. However I'm not sure how to do that...