2017-09-15 6 views
1

Ich habe das Projekt von Github geklont und die Anweisungen aus der MixERP-Dokumentation befolgt. Erbaut das Projekt in Visual Studio erfolgreich installiert PostgreSQL Version 9.6.MixERP Datenbankkonfigurationsfehler

Als ich das Projekt lief es gab mir Fehler

relation config.mixerp not exist

Wir sind mit VS2015, PgAdmin4.

ERROR: 42P01: relation "config.mixerp" does not exist Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Npgsql.NpgsqlException: ERROR: 42P01: relation "config.mixerp" does not exist

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Antwort

0

Ich habe die gleiche Version von VS und pgAdmin ausgeführt. Ich habe bemerkt, dass beim Ausführen der Db-Skripte keine Tabellen oder Sichten in der Datenbank erstellt werden. Mein Verdacht ist, dass Mixerp noch nicht vollständig kompatibel mit PostgreSQL 9.6 ist. Betrachtet man die DbServer.config, wurde PostgreSQL 9.4 während der Entwicklung verwendet.

Eine Herabstufung von PostgreSQL auf Version 9.4 wird das Problem beheben, das bei Ihnen auftritt. Ich schlage vor, PostgreSQL 9.6 vollständig zu deinstallieren und stattdessen PostgreSQL 9.4 zu installieren und danach dem Setup-Dokument erneut zu folgen.