Toumash / webcon-oneline-server

Vagrant webcon provisioning template
0 stars 1 forks source link

Start WorkFlow Service #6

Open Toumash opened 2 years ago

Toumash commented 2 years ago

When starting the service it throws an error that the configuration is missing.

The stacktrace shows that the app is looking for a database connection string in that file. I havent yet run the setup.exe silent install

Proposal

We need to actually install the webcon, and then create this file manually if the setup silent install wont do it

image

Toumash commented 2 years ago

Unfortunately the file contains some encoded data

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <DBConfig>*randombase64*</DBConfig>
</Configuration>
Toumash commented 2 years ago

File from manual installation

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <DBConfig>QXFthUQASdFeENOD4j2o3Sg4OAQlFeF84aFMP0IgOxUKtgdgyI5uoyrTsqqU2rkkuBvOrlADiNgbhfHqE5W3AThORrH3xQGBaqbVPSV9G1NaCEeL9Tnp1BV0vw8kFU3I</DBConfig>
</Configuration>