cancel
Showing results for 
Search instead for 
Did you mean: 

Create the user provided service failed

Former Member
0 Kudos

Hello Expert,

HANA XSA create the user provided service failed.

Who can help? Thank you.

xs cups srv_slt_hana-grantor -p "{\"host\":\"linux-hana\",\"port\":\"30015\",
\"user\":\"\SRV_SLT_HANA_USER",\"password\":\"Password1\",\"driver\":\"com.sap.db.jdbc.Driver\",
\"tags\":[\"hana\"] , \"schema\":\"SRV_SLT_HANA\" }"

"Too many arguments given for command create-user-provided-service"

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

I think the issue is that you have forgot to escape the closing double-quote for the user name:

... \"user\":\"\SRV_SLT_HANA_USER" ... -> ... \"user\":\"\SRV_SLT_HANA_USER\" ...

Regards,
Florian

Former Member
0 Kudos

Thanks. Solved the issue wo backslashes.

xs cups srv_slt_hana-grantor -p "{""host"":""linux-hana"",""port"":""30015"",""user"":""SRV_SLT_HANA_USER"",""password"":""Password1"",""driver"":""com.sap.db.jdbc.Driver"",""tags"":[""hana""],""schema"":""SRV_SLT_HANA""}"

Answers (0)