Search found 15 matches

Search

by erik.schwing
Wed Jun 21, 2023 12:56 pm
Forum: Bugs / Problems
Topic: NGA Driver not loaded
Replies: 2
Views: 3002

Re: NGA Driver not loaded

Hi,

The project had been configured and setup correctly.
I have migrated the project and postgresql to my new company laptop and now I get this error.

Inspecting the database with PGAdmin shows the database is up and contains the winccoa schema's.

Thank you
by erik.schwing
Wed Jun 21, 2023 10:40 am
Forum: Bugs / Problems
Topic: NGA Driver not loaded
Replies: 2
Views: 3002

NGA Driver not loaded

Hello, On my local machine I am using a NGA with PostgreSQL backend. In the logviewer I get the error: Database error, [DbConnection] DbConnection_DbHelper_10008: Cannot open connection to database: Error: Driver not loaded, Driver error: Driver not loaded, Native Code: (from SHB:_NGA_B_PostgreSQLBa...
by erik.schwing
Mon Jun 20, 2022 3:33 pm
Forum: Bugs / Problems
Topic: Windows Certificate Store
Replies: 1
Views: 2462

Re: Windows Certificate Store

The HTTP Server does not support the windows cert store :(
It only supports file based certificates.

See https://www.winccoa.com/forum/viewtopic ... 27&t=11632
by erik.schwing
Mon Jun 20, 2022 3:27 pm
Forum: Bugs / Problems
Topic: Table component highlights cell even when select mode is nothing
Replies: 4
Views: 3035

Re: Table component highlights cell even when select mode is nothing

If you want to get rid of this dotted line (it is the focus display) i believe the following styelsheet should work:

Code: Select all

QTableView {
  outline: none;
}
by erik.schwing
Tue Mar 01, 2022 8:35 am
Forum: Security
Topic: HTTP Server using Windows Certificate store
Replies: 3
Views: 10925

Re: HTTP Server using Windows Certificate store

Hey Killian,

Thats exactly what i did togheter with securityMode = "WINCERT".
If the privkey.pem file is missing the ctrl manager gives an error. If i check the browser it always shows the default certificate.
It seems the HTTP ignores the config entries?
by erik.schwing
Fri Feb 25, 2022 11:53 am
Forum: Security
Topic: HTTP Server using Windows Certificate store
Replies: 3
Views: 10925

HTTP Server using Windows Certificate store

According to the help the config entry 'securityMode = "WINCERT" ' should be valid for the HTTP Server to use the windows certificate store. After configuring the securityMode, winCert and winRootCA entries under general it works for the mxProxy but not the HTTP Server. The HTTP server kee...
by erik.schwing
Fri Dec 17, 2021 11:50 am
Forum: Bugs / Problems
Topic: printTable() with mapping options gives errors
Replies: 3
Views: 4208

Re: printTable() with mapping options gives errors

i fixed the bracket but still get the same results.
by erik.schwing
Thu Dec 16, 2021 10:08 am
Forum: Bugs / Problems
Topic: printTable() with mapping options gives errors
Replies: 3
Views: 4208

printTable() with mapping options gives errors

Hello, I am trying to use the function printTable() to print a table to a PDF file. I am using the mapping options that looks as follows: mapping mOptions = makeMapping(); mOptions["showDialog"] = bPrint; mOptions["header"] = makeDynString(); mOptions["footer"] = makeDy...
by erik.schwing
Thu May 27, 2021 4:45 pm
Forum: Bugs / Problems
Topic: C# Manager 3.18 crash
Replies: 3
Views: 3955

Re: C# Manager 3.18 crash

It already is the newest from the 3.18 installation folder. The version number of the dll is set to 3.17
by erik.schwing
Thu May 27, 2021 3:37 pm
Forum: Bugs / Problems
Topic: C# Manager 3.18 crash
Replies: 3
Views: 3955

C# Manager 3.18 crash

Hi, I am trying to recompile a C# manager used in a 3.17 project to a 3.18 version. I have set the environment correctly, ran the script to create a new clean solution and have tried to compile and run this. I recieve an error 'Unable to load DLL 'libCSharpBridgeV318' on the line: // Create Manager ...