Forum Replies Created

Page 1 of 5
  • mwoods

    Administrator
    March 19, 2025 at 1:26 pm in reply to: Advanced 3.6

    so sounds like they are not – you will need to load them – this is part of exercise 3.1

  • mwoods

    Administrator
    March 19, 2025 at 12:35 pm in reply to: Advanced 3.6

    So are the tables defined on that process? as per 3.1? 

    hdbH”tables[]”

  • mwoods

    Administrator
    March 19, 2025 at 11:50 am in reply to: Advanced 3.6

    try line 127 in your screenshot 

  • mwoods

    Administrator
    March 19, 2025 at 11:10 am in reply to: Advanced 3.6

    Expunge .z.pg and then see if you have the tables on the process (using \\x). If you don’t you need to load the f1 database then redefine .z.pg and retry

    • This reply was modified 2 weeks, 1 day ago by  mwoods.
  • mwoods

    Administrator
    March 19, 2025 at 10:46 am in reply to: Advanced Capstone: 3.6 exercise help

    This looks correct – you problem is more likely environmental as when I checked your instance the f1 database was missing, I rebooted and reloaded it and ran this code and 3.6 passes. Please DM me if you continue to have issues

  • mwoods

    Administrator
    March 19, 2025 at 10:45 am in reply to: Advanced capstone 3.5 Failed

    This looks correct – you problem is more likely environmental as when I checked your instance the f1 database was missing, I rebooted and reloaded it and ran this code and 3.5 passes. Please DM me if you continue to have issues

  • mwoods

    Administrator
    March 19, 2025 at 9:57 am in reply to: Failed to Access course-advanced-capstone kx developer
    • Yes you can reboot yourself, if this happens again – steps are – shut down all running kernals and tabls, from JupyterLab landing page go to File – Hub Control Panel – Stop My Server – then wait and Start Server. The relaunch course

  • mwoods

    Administrator
    March 18, 2025 at 12:29 pm in reply to: Advanced capstone project exercise 2.4

    Replied in DM

  • mwoods

    Administrator
    March 18, 2025 at 12:17 pm in reply to: Failed to Access course-advanced-capstone kx developer

    Hi, i rebooted your server. Can you refresh browser and try now?

  • mwoods

    Administrator
    March 18, 2025 at 10:52 am in reply to: u-fail when running .Q.MAP[]

    u-fail means there is something not quite right with your database structure, that is no longer unique or parted https://code.kx.com/q/ref/set-attribute/#errors

    In the case of .Q.MAP in this notebook, the database structure should have 3 table names, par.txt and a sym file.

  • mwoods

    Administrator
    March 18, 2025 at 10:26 am in reply to: Advanced 3.6

    .z.pg looks good.

    Have you loaded the f1 database to the remote process (5099) as per Q.3.1? Before setting .z.pg you should see some tables when running hdbH”tables[]”


  • mwoods

    Administrator
    March 18, 2025 at 10:12 am in reply to: Advanced capstone project exercise 2.4

    Can you paste your code for this question here please? Looks good at a glance so could be something small that needs tweaking

  • mwoods

    Administrator
    March 14, 2025 at 9:56 am in reply to: Adnan

    Hi the sandbox underwent an upgrade which means now you can use a python kernal, but you will need the latest version of the notebook. Follow these steps: 
    https://learninghub.kx.com/forums/topic/kx-academy-upgrade/

  • mwoods

    Administrator
    March 12, 2025 at 12:55 pm in reply to: 1.1 Advanced Capstone

    You should explicitly pass the full database directory path as the first parameter. 

    (Hint its given to you in the earlier step with the system command)

  • mwoods

    Administrator
    March 12, 2025 at 12:46 pm in reply to: 4.1 is correct but is in wrong format

    You should not need to filter out 

     time.minute > 09:30

    as when creating the buckets the first one will start 09:30 automatically given the dataset begins. You are filtering out some records between 09:30 and 09:31.
    Could also do 

     time.minute >= 09:30
    

    to include these.

Page 1 of 5