odbc3 ps.k version mismatch

Hello,

I am trying to create an ODBC3 q server 

https://code.kx.com/q/interfaces/q-server-for-odbc3/

but am running into architecture error

ps.k version mismatch

I am running with w64 and have followed directions but doesnt seem to work, any ideas?

Thanks

the driver requests .s.ver over ipc to check if ps.k is present, so you should ensure that you’re not overriding .s after loading ps.k

Oh I’m sorry my mistake, got it now thanks pierre

I encounter the same issue. The problem was that my KDB server was not setup for ODBC connection.
After my technical team setup ODBC connection in my KDB server, the problem resolved.

On Saturday, 11 August 2018 05:05:11 UTC+8, Roni Hoffman wrote:

Hello,

I am trying to create an ODBC3 q server 

https://code.kx.com/q/interfaces/q-server-for-odbc3/

but am running into architecture error

ps.k version mismatch

I am running with w64 and have followed directions but doesnt seem to work, any ideas?

Thanks