q/kdb+ windows server setup

感情迁移 提交于 2019-12-07 02:56:08

问题


I'm trying to setup qStudio in windows. While adding a new server, an error message pops up, saying:

Connection does not work.java.io.IOException: java.sql.SQLException: Connection refused: connect.

Used default "Server Properties" configuration:

Host: localhost Port: 5000 Server Type: KDB Username: Password:

Very new to Q/KDB+.. Searched in google, but didn't find the answer. please help! Thank you!


回答1:


Might be a silly question but have you set up a KDB+ process yet?

  1. Download the free version from http://kx.com/software-download.php
  2. Explode to C:\q, set up QHOME environment var to point to this location
  3. From dos run C:\q\w32\q.exe -p 5000 (you now have a database running on localhost:5000)

Then try qStudio again. Should connect fine.



来源:https://stackoverflow.com/questions/24066058/q-kdb-windows-server-setup

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!