flaviusb / legalruleml-thinger

Tool to parse LegalRuleML documents and populate postgres dbs with the extracted data
GNU General Public License v3.0
0 stars 1 forks source link

SqlError when executing legalruleml-thinger-exe.exe db #2

Closed jdimyadi closed 6 years ago

jdimyadi commented 6 years ago

SqlError {sqlState = "42P01", sqlExecStatus = FatalError, sqlErrorMsg = "relation \"Formula\" does not exist", sqlErrorDetail = "", sqlErrorHint = ""}

flaviusb commented 6 years ago

Is this after running legalruleml-thinger-exe init DBNAME USER PASSWORD PORT ?

flaviusb commented 6 years ago

(To initially set up the needed tables)

jdimyadi commented 6 years ago

Yes, the error was raised after running 'legalruleml-thinger-exe.exe db DBNAME USER PASSWORD PORT

flaviusb commented 6 years ago

Just clarifying, did you first run legalruleml-thinger-exe.exe init ... and not get any errors, and then run legalruleml-thinger-exe.exe db ... on the same database and get that error?

jdimyadi commented 6 years ago

I'll run through it again to see if I get an error for init

jdimyadi commented 6 years ago

Well, it seems to work now. I did notice the database must be started manually.