Replies: 1 comment 1 reply
-
|
Duplicate of 3dcitydb/3dcitydb#263. Follow one of the three options outlined here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I encountered the following issue while setting up 3DCityDB.
When I execute the create-db.bat script, the process starts normally but eventually stops with the following error message:
Checking spatial reference system for SRID 2326 ...
SET
DO
CREATE SCHEMA
SET
Setting up database schema of 3DCityDB instance ...
CREATE SEQUENCE
CREATE SEQUENCE
CREATE SEQUENCE
CREATE TABLE
CREATE INDEX
...
DELETE 0
psql:D:/Desktop/3dcitydb-5.1.0/3dcitydb-5.1.0/postgresql/sql-scripts/schema/objectclass-instances.sql:6:
ERROR: syntax error at or near ":"
LINE 2: VALUES (1, null, 'Undefined', 1, 0, 1, @core:Undefined@);
I followed the installation guide strictly and did not modify any configuration files.
Could you please help me identify the cause of this error and how to resolve it?
Thank you very much for your assistance.


Beta Was this translation helpful? Give feedback.
All reactions