ElevenPaths / FOCA

Tool to find metadata and hidden information in the documents.

Home Page:https://www.elevenpaths.com/innovation-labs/technologies/foca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOCA needs a SQL database. Please setup your connection and try again.

alangobetti opened this issue · comments

When i try to launch, after loading i get that:
image

and that:
image

If i try again it backs to the first screen.... ive tryied to replace the adress to localhost as someone here said but nothing change..

Get yourself SQL Server Express (Wiki: https://github.com/ElevenPaths/FOCA/wiki/How-to-set-up-a-SQL-database-connection).
Or use SQLLocalDB (https://www.microsoft.com/en-gb/download/details.aspx?id=42299) 43mb size and install it.
Then from command line run:

  • sqllocaldb create yourdbname
  • sqllocaldb start yourdbname
    Then in the Foca SQL Server details put:
  • Server Name: (localdb)\yourdbname
    and press Connect.

@alangobetti did you solve the problem with connection Foca with SQL database? I have the same problem and I don't know what to do.

@alangobetti did you solve the problem with connection Foca with SQL database? I have the same problem and I don't know what to do.

yeah, u just need to download and install SQL (just google it) and it will run

wow no i'm not reading something that can be 3 line powershell...SQL part should be part of install and 1990 called they want there SQL server back if I had time I would look around for new/better option in python / SQLite etc ...

Get yourself SQL Server Express (Wiki: https://github.com/ElevenPaths/FOCA/wiki/How-to-set-up-a-SQL-database-connection). Or use SQLLocalDB (https://www.microsoft.com/en-gb/download/details.aspx?id=42299) 43mb size and install it. Then from command line run:

  • sqllocaldb create yourdbname
  • sqllocaldb start yourdbname
    Then in the Foca SQL Server details put:
  • Server Name: (localdb)\yourdbname
    and press Connect.

i am so stupid the first time i downloaded the SQL server without using those commands then i failed when i look back i realize i forget to do the commands then i did and it worked.. thanks so much