cancel
Showing results for 
Search instead for 
Did you mean: 

Error on from learning exercise : SAP Business Application Studio - step 7

kw_sap_bklng
Newcomer
0 Kudos

i follow the

Create a Development Project in SAP Business Application Studio

and up to the step 7 deploy your project,

It showed error message as below, i have no clue where went wrong.

"

Deployment ended at 2023-11-03 09:59:34

Error: authentication failed: Detailed info for this error can be found with correlation ID 'E3D0E19CEDAFD14299F95DD2E891A405'

grantor service: "MyUPS", type: "sql", user: "UPS_GRANTOR"

file name: src/MyUPS.hdbgrants

"

Accepted Solutions (0)

Answers (4)

Answers (4)

gulshan_tejaswi
Explorer
0 Kudos

The issue can be mismatch of password. During the creation of user - UPS_GRANTOR the password in the example is "Password1" . In order to edit the password later open the .env file in the Project directory and find the tag "user-provided" . Inside that go and update the password. Hope this solves the issue.

LeoBenes
Discoverer
0 Kudos

When you create the user UPS_GRANTOR earlier, you have to have thew same password as in this later tutorial when creating datebase connector. Then the error is no more

Silvanarlima
Discoverer
0 Kudos

I have the same error in Step 7 - Deploy your project

in the tutorial "Create a Development Project in SAP Business Application Studio" https://developers.sap.com/tutorials/hana-cloud-mission-trial-8.html#96ee4995-86e2-4cf4-b833-d6a03af...

Terminal output:

Deployment started at 2023-12-01 01:57:49
Using @sap/hana-client@2.18.24 for connection
Using default environment variables from file "default-env.json"
Using service replacements from environment variable "SERVICE_REPLACEMENTS" with 1 replacements
No ignore file at /home/user/projects/BestRunTravel/db/.hdiignore.
Collecting files...
Collecting files... ok (0s 1ms)
1 directories collected
2 files collected
0 reusable modules collected
Target service: HDI_Tutorial
Session variable APPLICATION is set to "SAP_HDI//".
Could not determine status of last build: Could not find any information about the previous deployment.
Processing revoke files...
Processing revoke files... ok (0s 0ms)
Processing grants files...
Processing "src/MyUPS.hdbgrants"...
Using grantor service "MyUPS" of type "sql"
Deployment ended at 2023-12-01 01:57:50
Error: authentication failed: Detailed info for this error can be found with correlation ID 'A80E60FC0761DF4B847F211B4F6A23E9'
grantor service: "MyUPS", type: "sql", user: "UPS_GRANTOR"
file name: src/MyUPS.hdbgrants
(1s 995ms)

liat_b
Advisor
Advisor
0 Kudos

Hi,

Can you share a link to the learning exercise please?

Thanks,

Liat

LeoBenes
Discoverer
0 Kudos
When you create the user UPS_GRANTOR earlier, you have to have thew same password as in this later tutorial when creating datebase connector. Then the error is no more