Leonard/Janis Robert König · @ljrk
451 followers · 17792 posts · Server todon.eu

Anyone here good with ? I could now build (use: github.com/ljrk0/FOCA/tree/lin) successfully on , after getting friendly help on errors by @rainer (make sure the env var `VERSION` is unset).

I could now start an database running in a :

```
$ podman run \
-e 'MSSQL_SA_PASSWORD=Iwonttellyou1234' \
-e "MSSQL_PID=Express" \
-e "ACCEPT_EULA=Y" \
-p 1433:1433 \
--rm \
mcr.microsoft.com/mssql/server:2022-latest
```

While the connection dialog (github.com/rusanu/dataconnecti) wouldn't allow me to select SQL Server Authentication initially, editing the `FOCA.exe.config` to set `Integrated Security=false` in `connectionString` (which allows using something different than Windows Authentication/NTLM) fixed that issue.

Unfortunately, after logging in with user name to "SA" and logging in with the password, it instantly crashes. Starting it again, it instantly hangs. It does work through though.

#mono #Foca #linux #msbuild #mssql #podman #container #wine

Last updated 1 year ago