q installation problem

<o:p> </o:p>

<o:p> </o:p>

Installed q under Windows Vista but could not get itstarted. I get the following message:<o:p></o:p>

<o:p> </o:p>

Microsoft Windows [Version6.0.6001]<o:p></o:p>

Copyright (c) 2006 MicrosoftCorporation.  All rights reserved.<o:p></o:p>

<o:p> </o:p>

C:\Users\orpap>cd\q<o:p></o:p>

<o:p> </o:p>

C:\q>cd windows\w32<o:p></o:p>

<o:p> </o:p>

C:\q\windows\w32>q<o:p></o:p>

KDB+ 2.4 2008.03.31 Copyright (C)1993-2008 Kx Systems<o:p></o:p>

w32/ 2()core 2047MB orpaplenovot61ap 172.21.48.22 TIMEOUT 2009.04.01<o:p></o:p>

<o:p> </o:p>

'c:/q/q.k: The filename,directory name, or volume label syntax is incorrect.<o:p></o:p>

0::<o:p></o:p>

`c:/q/q.k<o:p></o:p>

<o:p> </o:p>

C:\q\windows\w32><o:p></o:p>

<o:p> </o:p>

<o:p> </o:p>

What could be wrong?<o:p></o:p>

assuming you did a vanilla install to c:\qtry cd’ing there and running q from thereq.exe needs to find q.k when starting upif you aren’t able to install to c:\q then set the environmentvariable QHOME to point to the location where q.k can be found2008/5/17 Ajith Prasad :>>>>> Installed q under Windows Vista but could not get it started. I get the> following message:>>>> Microsoft Windows [Version 6.0.6001]>> Copyright (c) 2006 Microsoft Corporation. All rights reserved.>>>> C:\Users\orpap>cd\q>>>> C:\q>cd windows\w32>>>> C:\q\windows\w32>q>> KDB+ 2.4 2008.03.31 Copyright (C) 1993-2008 Kx Systems>> w32/ 2()core 2047MB orpap lenovot61ap 172.21.48.22 TIMEOUT 2009.04.01>>>> 'c:/q/q.k: The filename, directory name, or volume label syntax is> incorrect.>> 0::>> `c:/q/q.k>>>> C:\q\windows\w32>>>>>>> What could be wrong?

From: “Ajith Prasad”
To:
Return-Path: orpap@nus.edu.sg
X-OriginalArrivalTime: 17 May 2008 15:37:23.0370 (UTC) FILETIME=[E6B7B0A0:01C8B833]

Thanks. Just got it working: had to copy out the files from the
“windows” and “w32” subdirectories into the q directory.

------------------------------------------------------------------------
------------------------------------------------------------------------
-------------------------------------
Ajith PRASAD :: Director, Office of Resource Planning :: National
University of Singapore :: University Hall, Tan Chin Tuan Wing, UHT
#03-02, 21 Lower Kent Ridge Road, Singapore 119077 :: 65-6516 2396(DID)
:: 65-6778 6570 (Fax) :: orpap@nus.edu.sg (E) :: www.nus.edu.sg (W) ::
Company Registration No: 200604346E

Important: This email is confidential and may be privileged. If you are
not the intended recipient, please delete it and notify us immediately;
you should not copy or use it for any purpose, nor disclose its contents
to any other person. Thank you.




-----Original Message-----
From: personal-kdbplus@googlegroups.com
[mailto:personal-kdbplus@googlegroups.com] On Behalf Of simon garland
Sent: Saturday, 17 May, 2008 11:00 PM
To: personal-kdbplus@googlegroups.com
Subject: [personal kdb+] Re: q installation problem


assuming you did a vanilla install to c:\q
try cd’ing there and running q from there
q.exe needs to find q.k when starting up
if you aren’t able to install to c:\q then set the environment
variable QHOME to point to the location where q.k can be found

2008/5/17 Ajith Prasad :
>
>
>
>
> Installed q under Windows Vista but could not get it started. I get
the
> following message:
>
>
>
> Microsoft Windows [Version 6.0.6001]
>
> Copyright (c) 2006 Microsoft Corporation. All rights reserved.
>
>
>
> C:\Users\orpap>cd\q
>
>
>
> C:\q>cd windows\w32
>
>
>
> C:\q\windows\w32>q
>
> KDB+ 2.4 2008.03.31 Copyright (C) 1993-2008 Kx Systems
>
> w32/ 2()core 2047MB orpap lenovot61ap 172.21.48.22 TIMEOUT 2009.04.01
>
>
>
> 'c:/q/q.k: The filename, directory name, or volume label syntax is
> incorrect.
>
> 0::
>
> `c:/q/q.k
>
>
>
> C:\q\windows\w32>
>
>
>
>
>
> What could be wrong?



Thanks this helped me!