KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy evaluation error while loading ‘loadQsql.q’

  • evaluation error while loading ‘loadQsql.q’

    Posted by Himanshu on May 25, 2024 at 8:21 am

    getting below error –

    evaluation error:
    
    loaddata.q
    
      [0]  .trn.nbdir:system"cd" \l scripts/loaddata.q

    while executing this code block-

    system”cd “,getenv[`HOME],”/course-introductory-workshop”

    .trn.nbdir:system”cd” \l scripts/loaddata.q

    Himanshu replied 3 weeks, 1 day ago 1 Member · 1 Reply
  • 1 Reply
  • Himanshu

    Member
    May 25, 2024 at 8:46 am

    resolved.

    had to run the below two commands separately

    system “cd “,getenv[`HOME],”/course-introductory-workshop” –>run this first

    .trn.nbdir:system “cd” —>not sure what this command does

    system “l scripts/loaddata.q” —>run this second

Log in to reply.