Skip to content

3D000: database DATABASE NAME does not exist

David Schöne edited this page Aug 29, 2018 · 2 revisions

Issue

The application is not able to find the database with the name "DATABASE-NAME"

Solutions

  1. Update the connectionstring in the web.config

<add name="ApplicationServices" connectionString="Server=SERVER;Port=5432;Database=DATABASENAME;Userid=postgres;Password=PASSWORD;Pooling=true;MinPoolSize=2;MaxPoolSize=100;ConnectionIdleLifetime=3600;" />

Clone this wiki locally