cancel
Showing results for 
Search instead for 
Did you mean: 

SAP AI Launchpad - Deployment Error

0 Kudos

Tutorials: https://developers.sap.com/tutorials/ai-core-tensorflow-byod.html
--------------------------

Hi,
I'm getting this error when I create a deployment:
{

"aiApiDetails": {

"statusUpdater": {

"message": [

{

"code": "05010016",

"message": "Deployment id d29466e429010831 not found"

}

]

}

}

}

The deployment ID in the message is the deployment ID of the deployment that I created.
Due to the error the status of the deployment stays in status UNKNOWN.

Best regards,
Gerhard

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

The issue got resolved after creating a ticket with SAP Support. Here is summary of the solution:
"Currently Free-tier AI Core would not support resourceplan other than "starter". Could you try with the starter plan for you deployment?"

Therefore, I needed to change my .yaml file stored in Github:
>>>
template:

apiVersion: "serving.kserve.io/v1beta1"

metadata:

labels: |

ai.sap.com/resourcePlan: starter #(previously Infer-L)
<<<

This allowed me to get my deployment running.

vishal_mour
Explorer
0 Kudos

Hi Gerald,

Looks like we need to investigate and debug the issue further. Can you please create a defect to SAP so that we can take it ahead. Thanks

Best, Vishal

anurag_batra
Advisor
Advisor
0 Kudos

Hi Gerald,

You can refer to this https://help.sap.com/docs/ai-core/ai-core/deployment most probably if there is no other error that can be checked in the logs this should go away within a few minutes and you should be able to see the status changing and you would be able inference the API.

0 Kudos

Hi Anurag,
Unfortunately, it is still in the same state after more than 12 hours.
Best regards,
Gerhard