cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Object store secret default-object-store-secret not found

hrishi77
Member
0 Likes
1,450

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

tanmay9
Discoverer
0 Likes

 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/data

This 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) 

Niharika
Explorer
0 Likes

Hi hrishi,

did you get answer to your question. I'm facing the same issue.