Capstone Project error message - Fail "abort" "abort in before block due to error \"date\""

when I run the testSection[`exercise3] i get the error

exercise3.1 Fail “abort” “abort in before block due to error \“date\””

when i run testSection[`exercise4] i get

exercise4.1 Fail “abort” “abort in before block due to error \“date\””

when i run testSection[`exercise5] i get

exercise5.1 Fail “abort” “abort in before block due to error \“date\””
exercise5.2 Fail “abort” “abort in before block due to error \“date\””

all other test pass when i run these test sections, can you help with this please.

Hi @ross_curtis ,

The tests are failing to run because an error is being thrown querying your trade table, it has maybe been corrupted. You might be able to fix it by reloading the database like at the start of the project

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

Then try running through your answers again.

If the same thing happens then you might be overwriting the trade table or saving something down incorrectly. I would need to see your code to be able to help troubleshoot.

Let me know how you get on. If you need to send over your code, please forward it to devrel@kx.com.

Thanks,

Laura