In this case, the PERMISSION_DENIED error occurs in the table SDK?

I use tableau java SDK version 10.0 and I tried to publish a data source in a sample project that does not belong to this user, I got a SERVER_ERROR PERMISSION_DENIED error

For example, a sample project belongs to sample users (user1, user2), but when I tried to publish the data source as user3, then I got SERVER_ERROR , in this case user3 doesn’t have permission to publish the data source in the sample project so that it returns an error PERMISSION_DENIED , but I got SERVER_ERROR

In this case, PERMISSION_DENIED occurs?

+6
source share
1 answer

I am not familiar with the environment settings for the mentioned users. But SQL or your database, I would think of a server. So SERVER_ERROR is probably correct. You may need to take a deeper look at the properties of SERVER_ERROR. The permission flag you are looking for must be one of these values.

+1
source

All Articles