You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the ./run.sh script in the btp-genai-starter-kit, but I am encountering an error during subaccount creation. The error message is:
Error: API Error Creating Resource Subaccount
with btp_subaccount.gen_ai,
on main.tf line 11, in resource "btp_subaccount" "gen_ai":
11: resource "btp_subaccount" "gen_ai" {
received response with unexpected status [Status: 404; Correlation ID: 4afd035a-76ee-63c1-d7f4-ef669dde7c00]
I have followed the instructions in the README, including:
Installing the necessary prerequisites (VS Code, Dev Container extension, Docker, Git).
Cloning the repository and opening it in VS Code.
Opening the Dev Container.
Renaming and configuring the my_btp_ai_setup.tfvars and my_btp_credentials.tfvars files.
I have double-checked my credentials and network connectivity, and I am not aware of any issues with the SAP BTP service.
do you have admin rights for the global account that you are using, so that you are authorized to create subaccounts?
in case you've already tried this a couple of times, did you delete the .terraform folder as well as the .terraform.lock.* files and the terraform.state (in the 'scripts/step01_setup_infra' folder) file before running the .run./sh script?
I've just tried out myself with the current main branch and it worked without any issues.
I am trying to run the ./run.sh script in the btp-genai-starter-kit, but I am encountering an error during subaccount creation. The error message is:
I have followed the instructions in the README, including:
I have double-checked my credentials and network connectivity, and I am not aware of any issues with the SAP BTP service.
Environment:
Steps to Reproduce:
Expected Behavior:
The script should successfully create the subaccount and proceed with the setup.
Actual Behavior:
The script fails with the error message shown above.
Questions:
Please help me identify the cause of this error and provide a solution so I can proceed with the genAI starter kit.
The text was updated successfully, but these errors were encountered: