2017-09-15 13 views
1

github에서 프로젝트를 복제하고 MixerP 설명서의 지침을 따랐습니다. 성공적으로 Visual Studio에 프로젝트를 구축하고 PostgreSQL 버전 9.6을 설치했습니다. 내가 프로젝트를 실행하면MixerP 데이터베이스 구성 오류

은 우리가 PgAdmin4을 VS2015를 사용하는 나에게 오류

relation config.mixerp not exist

했다.

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.

답변

0

동일한 버전의 VS 및 pgAdmin을 실행하고있었습니다. 데이터베이스 스크립트를 실행해도 데이터베이스에 테이블이나 뷰가 생성되지 않는다는 것을 알았습니다. 믹서가 아직 PostgreSQL 9.6과 완벽하게 호환되지 않는다는 것이 나의 의구심입니다. DbServer.config를 보면 개발 중에 PostgreSQL 9.4가 사용되었습니다.

PostgreSQL을 v9.4로 다운 그레이드하면 문제가 해결됩니다. 나는 PostgreSQL 9.6을 완전히 제거하고 대신 PostgreSQL 9.4를 설치 한 다음 설치 문서를 다시 따르는 것이 좋습니다.