Book a Demo

Author Topic: Cloud Service database configuration storage  (Read 4186 times)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Cloud Service database configuration storage
« on: August 18, 2016, 11:27:03 pm »
Hi all,


I'm setting up a cloud service installation for a client, who wants the setup process to be automated to the greatest extent possible. We would like to be able to automate not only installation of the service, but configuration of database managers as well (normally done by "Add"ing them in the cloud server management client).

The problem is that I can't find where the cloud service stores this information. It's not in the config file (where it stores the password), it's not in the installation directory and it's not in the registry.

So where is it, and in what format?

Cheers,


/Uffe
My theories are always correct, just apply them to the right reality.

Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Re: Cloud Service database configuration storage
« Reply #1 on: August 19, 2016, 10:51:48 pm »
It is in the registry!
Have a look at this: http://sparxsystems.com/forums/smf/index.php/topic,26830.0.html

If you find a "solution" for the hashed connection string please inform me :).

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Cloud Service database configuration storage
« Reply #2 on: August 20, 2016, 01:05:23 am »
Ah yes, of course!

I was looking under HKCU, but logged in to my own account, not the one running the service.

Thanks!


/U
My theories are always correct, just apply them to the right reality.