Home › Forums › KX Academy › Advanced Capstone: 3.6 exercise help › Re: Advanced Capstone: 3.6 exercise help
-
That is likely your issue – load the entire database rather than individual tables.
Comment from linked thread:
“I ended up resolving this problem, it was a very easy fix. Rather than loading each table individually into the remote process (what I did), the database simply needs to be reloaded through the connection handle using “l .” Ensure that you are loading into the correct file path (I had to change directory down to the “f1″ folder). Hope this helps anyone else who ran into the same issue.”