q insight pad setup

333 views
Skip to first unread message

Naresh V

unread,
Aug 28, 2015, 1:44:51 AM8/28/15
to Kdb+ Personal Developers
Hi friends,

I have installed kdb on my local machine and now I am trying to connect with it with q pad.
While I try to set new server (the very first step), I am specifying server name  as blank (nothing) and 5000 as a port value but I am not able to connect.
Can anybody help please?

Thank you.

David Demner

unread,
Aug 28, 2015, 2:02:22 AM8/28/15
to Kdb+ Personal Developers
Did you ask kdb+ to listen on a port? You can do this either as a startup flag:

q -p 5000

Or from the q prompt:

q) \p 5000
Or
q) system"p 5000"
--
You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to personal-kdbpl...@googlegroups.com.
To post to this group, send email to personal...@googlegroups.com.
Visit this group at http://groups.google.com/group/personal-kdbplus.
For more options, visit https://groups.google.com/d/optout.

Roman Mishin

unread,
Aug 28, 2015, 2:14:06 AM8/28/15
to Kdb+ Personal Developers
You have to start the server itself on the local machine (if you left the name blank):
q -p 5000

or from within a q session:
q)\p 5000


Naresh V

unread,
Aug 28, 2015, 4:45:30 AM8/28/15
to Kdb+ Personal Developers
Thank you David and Roman.
I will try and let you know.
Reply all
Reply to author
Forward
0 new messages