mwoods
Forum Replies Created
-
mwoods
AdministratorDecember 19, 2024 at 11:52 am in reply to: Developer Level 2 Capstone Project 1.5 -
mwoods
AdministratorDecember 19, 2024 at 11:18 am in reply to: Problem with fundamentals capstone Data Analytics and Reporting,Hi Juanse, part indicates something is off with your directory structure. I logged into your environment as admin and using ls could check there was indeed an erroneous file “5457”. I removed this file and was able to load the database.
This should work for you now, trade should be available to query
Thanks,
Michaela
-
mwoods
AdministratorDecember 17, 2024 at 5:31 pm in reply to: i cant load th db on fundamentals project@Juanse I have rerun the setup script again for you, see below steps, navigate to directory on Termnial, run setup.sh and then relaunch Developer from Launcher window.
I am not sure of the cause of the error, perhaps something you are running is triggering it but this fix should unblock you at least.
-
mwoods
AdministratorDecember 17, 2024 at 12:40 pm in reply to: i cant load th db on fundamentals projectHi @Juanse I reran your setups step (from the README) , can you try now?
-
Hi, our team have taken a look at your instance and two of your pipelines have database writers pointing to a database that nolonger exists.
Could you please share pipeline name and please check that the database writers are configured correctly?
-
This should now be resolved – sorry for the inconvenience!
-
Thanks for raising this. I have flagged with our development team and we will aim to resolve ASAP. I will let you know when its fixed. Apologies for this.
-
Did you get sorted Jonathan? If you want to DM your code for this function I can take a look
-
mwoods
AdministratorSeptember 13, 2024 at 8:48 am in reply to: window join on more than 2 columns ?Yes it is possible to have more than 2 columns, I extended the example in the Advanced Joins example from the Academy to demonstrate if you want to try it out
https://learninghub.kx.com/courses/kdb-developer-level-3/lessons/joins-2/
-
mwoods
AdministratorSeptember 2, 2024 at 3:29 pm in reply to: testSection isn't exist in env (upd: resolved) -
mwoods
AdministratorSeptember 2, 2024 at 3:25 pm in reply to: Capstone 2 1.7 Fail missmatch type errorDoes line 36 run for you? I would think that would throw a type error as you’e passing a string to hsym. https://code.kx.com/q/ref/hsym/
Can you print out values of csvPath, meta messages and first few lines of messages in console and send screenshot?
-
mwoods
AdministratorSeptember 2, 2024 at 12:15 pm in reply to: Capstone 2 1.7 Fail missmatch type errorCan you please share a screenshot of what you are running and the error? I cannot see from the code snippet what exactly you have run (apologies this formatting issue on the forum is due to be fixed soon).
Bit mismatch error indicates your column is one datatype and the data you’re trying to add is different datatype.
Here is what meta messages returns and the first few rows of the table if that helps.
-
By design the process 5010 has been designed to only allow calls to its APIs. So I am not sure how you are able to run the tables[] command.
Can you share a screenshot perhaps instead of code snippet so I can see the behaviour? Also if you want to DM me your URL I can take a look as a Admin to investigate your process.
-
Hi @jbetz, yes .h.ka was introduced in 4.1 release https://code.kx.com/q/releases/ChangesIn4.1/#http-persistent-connections
code.kx.com
Changes to V4.1 of kdb+ from the previous version