Capstone Project. Loading the Database

Hi, 

I couldn’t load the partition database when the sandbox had been changed.

When it was at dbs then code 

\l /dbs/  

worked absolutely fine.

Now, database was created at ~/fundamentals_capstone_dbs and code 

\l /fundamentals_capstone_dbs/

doesn’t work with error “No such file or directory”

Please, help me to figure this out, thanks in advance.

 

Hi  thank you for flagging this - our team are looking into it and I will report back when resolved.

 

To unblock you in the meantime you can still use the old sandbox by going to learn.kx.com in a different browser in private browser mode and entering classroom ID = academydemo. Once loaded you can adding /ax to end of the URL to navigate to the Developer instance and open the capstone classroom.

 

Sorry for this inconvenience and please bear with us as we sort out these teething issues with the new sandbox.

Thanks,

Michaela 

 can you try 

system"l “,getenv[`HOME],”/fundamentals_capstone_dbs/"

Thank you, Michaela!