Ligesh93 / 3tab

Automatically exported from code.google.com/p/3tab
0 stars 0 forks source link

Unable to link your 3tab database to 3tab #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have followed all the steps mentioned in the guide. 
However, under the 'Create and link your 3tab database to 3tab' section, I am 
unable to set up the link. 

When I right click on the new database 3tab and select CREATE Script, select 
File->Open and go to the c:\wamp\www\3tab\data\sql folder, I get a text saying 
"Do you like to save the changes? " After checking yes (or no), I then executed 
the code but I get the following response. 

ERROR:  database "3Tab" already exists

********** Error **********

ERROR: database "3Tab" already exists
SQL state: 42P04

When I tried the same thing again, I got the following error.

[WARNING  ] CREATE DATABASE "Tab"
              WITH OWNER = postgres
                   ENCODING = 'UTF8'
                   TABLESPACE = pg_default
                   LC_COLLATE = 'English_United States.1252'
                   LC_CTYPE = 'English_United States.1252'
                   CONNECTION LIMIT = -1
            ERROR:  database "3Tab" already exists

I would be really grateful if you could tell me what to do at the earliest.
Your time and help is greatly appreciated.

Thank You 

Original issue reported on code.google.com by faidzkh@gmail.com on 8 Mar 2015 at 4:29