.h.HOME

Received: by 10.151.38.11 with SMTP id q11mr9930ybj.13.1218655758466; Wed, 13 Aug 2008 12:29:18 -0700 (PDT)Date: Wed, 13 Aug 2008 12:29:18 -0700 (PDT)X-IP: 206.218.218.57User-Agent: G2/1.0X-Google-Token: ua5ZTwwAAAAOll21Pxkkhm-ID1BNnr0vX-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe)Message-ID: Subject: .h.HOMEFrom: Dal Mon To: “Kdb+ Personal Developers” X-Google-Approved: simon.garland@gmail.com via email at 2008-08-14 09:09:43Anyone know if I’m doing anything wrong? I’m trying to use kdb toserve a static pdf file over the web.q).h.HOME:"c:/devel/docs"q)\p 9099http://localhost:9099/Kdbplusversion3_0.pdfreturns a 404

There was a bug, it was fixed at 2008.04.18However the free version is dated 2008.03.31Hack! (.z.ph is quite different in newer versions) to fix it: in q.k,in .z.ph change…x:hm x…1:x…to…F:-1!hm x…1:F…Regards, AttilaOn Wed, Aug 13, 2008 at 8:29 PM, Dal Mon wrote:>> Anyone know if I’m doing anything wrong? I’m trying to use kdb to> serve a static pdf file over the web.>> q).h.HOME:“c:/devel/docs”> q)\p 9099>> http://localhost:9099/Kdbplusversion3_0.pdf>> returns a 404>> >>

User-Agent: G2/1.0X-Google-Token: BCs69AwAAAByQc4YZAvzr44NXFh7doeeX-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe)Message-ID: <99642e80-d18e-4d7b-b65b-442bed05c471@79g2000hsk.googlegroups.com>Subject: Re: .h.HOMEFrom: Dal Mon To: “Kdb+ Personal Developers” X-Google-Approved: simon.garland@gmail.com via email at 2008-08-15 06:23:33Thank you for the response. Very helpful!On Aug 14, 5:52 am, “Attila Vrabecz” <attila.vrab…> wrote:> There was a bug, it was fixed at 2008.04.18> However the free version is dated 2008.03.31>> Hack! (.z.ph is quite different in newer versions) to fix it: in q.k,> in .z.ph change> …x:hm x…1:x…> to> …F:-1!hm x…1:F…>> Regards,> Attila>> On Wed, Aug 13, 2008 at 8:29 PM, Dal Mon <dalae…> wrote:>> > Anyone know if I’m doing anything wrong? I’m trying to use kdb to> > serve a static pdf file over the web.>> > q).h.HOME:“c:/devel/docs”> > q)\p 9099>> >http://localhost:9099/Kdbplusversion3_0.pdf&gt;&gt; > returns a 404</dalae…></attila.vrab…>