cancel
Showing results for 
Search instead for 
Did you mean: 

User-provided problem

ATello
Discoverer
0 Kudos

Tutorials: https://developers.sap.com/tutorials/haas-dm-access-cross-container-schema.html
--------------------------

Hi,
I have some problem with User-provided service when I try to deploy *.mtar file, this is the problem i get from my *db.log file "Error: service CC_ACCESS not found; the service is user-provided, but is missing the tag 'hana' or the tag 'password' in the credentials properties. (STDERR, APP/TASK/deploy)#"; check "Credentials" in my User-provided instance this is what I see


Could someone explain to me what wrong with my configuration or if i missing something?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Cocquerel
Active Contributor
0 Kudos

Here is what looks like my user provided service that is working fine:

{
	"xWD": "SLT_IWE_DHL_1A00",
	"xSB": "SLT_DSB_DHL_1A00",
	"xWE": "SLT_IWE_DHL_1A00",
...

...
	"type": "procedure",
	"password": "... ...",
	"procedure": "GRANT",
	"tags": "hana",
	"procedure_schema": "SRV_PROVIDED_SERVICE",
	"user": "SRV_DEV_PRIVILEGE_PROCEDURE_GRANTOR_USER"
}

You can ignore the part on top that is corresponding to schemas mapping.

Answers (0)