on ‎2023 Sep 13 10:01 AM
I'm getting this error whenever I start an execution in status. I have created a 'default' Object store secret whose 'region' I want to update but can't for some reason.

I get the above error whenever i try to change it. Also it's weird that the secret is named 'default' yet in the error it is something different.
When i try to delete the 'default' store secret I yet again get a different error.

This my status message whenever I try to execute any configuration.
{
"aiApiDetails": {
"reconciler": {
"message": [
{
"code": "05030015",
"message": "Object store secret default-object-store-secret not found"
}
]
}
}
}
I request anyone of this community to help in this matter as I have recently started learning how SAP AI core functions and this is my first project of the course.
Request clarification before answering.
Hey, I faced the issue.
i am using the SAP AI Core Toolkit in the VS Code extension.
To use the input dataset, you need to set the input artifact in the object store.
For example, i run the following command to upload my dataset:
aws s3 cp Anomalydata.csv s3://<bucket-name>/anomaly/data/Anomalydata.csv(Make sure you run aws configure before this step.)
This will place the dataset at the anomaly/data location inside your S3 bucket. You can view it in the extension.
Then, in the toolkit (or through the Launchpad), set up the object store credentials. Name the store "default", and set the path prefix to "anomaly". Fill in the other required fields as they are.
Next, add the input artifact, and set the path to:
ai://default/dataThis fixed the issue I was having with the missing secret.
You can check this video : sap ai core using sap ai core toolkit(vs code extension)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi hrishi,
did you get answer to your question. I'm facing the same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.