The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Can't retrieve repository data
Best Answer
-
rjones13 Member Posts: 204 UnicornHi @shashwat001,
Am I correct that you're trying to retrieve the "Dataset-Hotel+Booking+Cancellation+Prediction" dataset from the repository. In this case you need a Retrieve operator, which if you click on it you will see has a single parameter called "repository entry".
If you click the small folder icon, it will allow you to navigate to your dataset:
Click OK, and then now when I click Run it will retrieve that dataset for me.
Best,
Roland0
Answers
The error shown appears to suggest that the Retrieve operator at the start of your process isn't pointing at your data. Could you possibly verify the entry in the Parameters pane for the Retrieve operator, and ensure it's set to your dataset?
Best,
Roland
Also. in the parametric panel, i do not see any path; you can check the screenshot if the retrieve function was properly used.
Thanks. I will be waiting for further support.
In your first message, you were trying to retrieve data from "//Temporary Repository/SPAM-text-message (2)" which didn't exist. This is why I asked you to check the parameters pane on the Retrieve operator, to make sure it's pointing to a valid dataset.
In one of your errors in the second message, it looks as though you are trying to Retrieve something different. If you want to run other processes as part of a new process, I recommend you look at the "Execute Process" operator.
Best,
Roland
1. Select the Retrieve operator.
2. In the Parameters pane, set the `data_set` to `Local Repository/processes/Dataset-Hotel+Booking+Cancellation+Prediction`
Attaching relevant files as well.