cancel
Showing results for 
Search instead for 
Did you mean: 

Data Service Discovery [CODE:710005]

Former Member
0 Kudos

Hi Guys,

lately im trying to get an SAP ESP 5.1 SPS 09 to work properly.

Now im facing an error while i try to discover my Data Service.

I added a new Data Service at the localhost:9786 and this one works fine, but when i try to create the same Data Service on the cluster at port 19011

I always get the following error msg:

[FAILURE:No authorization for requested permission: privilege=execute, privilege-type=service, resource-type=service, resource=discovery][CODE:710005]

Best Regards

Johann

Accepted Solutions (1)

Accepted Solutions (1)

RobertWaywell
Product and Topic Expert
Product and Topic Expert
0 Kudos

What user are you connecting to the cluster running on port 19011 as? Does that user have full permissions on the cluster?

When you are working with the 'local' cluster that is automatically started by ESP Studio, then the "studio" user has full permissions on the 'local' cluster. In contrast, when creating a cluster you also need to grant user permissions on the cluster.

Former Member
0 Kudos

Hi Robert,

thank you for your response.

It looked like it was permission error.

I followed the instructions described in the installation guide but they didnt mention the execute priviliege. After i added this privilege to the user, the discovery of the data service worked. I used the streamingclusteradmin to add the privilege to the user.

grant perm execute on all to user ****@null

Best regards

Johann

Answers (0)