Skip to content

3D000: database DATABASE NAME does not exist

Sven Thiel edited this page Sep 12, 2018 · 2 revisions

Issue

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

Solutions

  1. Update the connection string 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