This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
on
06-30-2020
02:03 PM
- edited on
10-22-2021
03:14 PM
by
JLinAltX
[Simba][Support] (50363): Failed to get username: Routine Error:
Unspecified GSS failure. Minor code may provide more information
Mechanism Info:
Unknown code 0
Major: 851968 Minor: 100001
or
[Simba][Support] (50361): Integrated security failed to acquire local credentials: Routine Error:
Unspecified GSS failure. Minor code may provide more information
Mechanism Info:
Unknown code 0
Major: 851968 Minor: 100004
The test button in the ODBC DSN is successful.
Alteryx cannot find the username, so the login fails.
If the user is using Active Directory Kerberos (Kerberos SSPI):
Solution A: Check "Use only SSPI" in the DSN
Solution B: Check "Use only SSPI" in the Driver Config
Hi Henriette,
I recently upgraded Alteryx to 2021.3.3.63061. When I tried to run several workflows that I have been using for years, I experienced the "Unspecified GSS failure error", which indicated the user name wasn't being found.
I know from my history that this type of newly emerging problem means that I'm going to be headed to the land of trial and error testing to get the drivers to work correctly. I typically expect hours to pass before finding a solution.
Luckily for me, you had written this article. Although Solution A didn't work, Solution B did work! My solution took about 2 minutes.
Thanks to you, I'm once again crusing along the Alteryx superhighway.
Thanks for saving my day!
Ken
@HenrietteH Thanks Option B works.
The issue now is that the fields names are appended with database name and Table names.
Also _view schemas no longer visible in query builder. I have reported these 2 issues 1 year before to Alteryx. I don't think this has been fixed until now.
This is my 5th year since i have raised kerberos issues with Alteryx. Very disappointing.
Hi @mgrajkumar
The table names being added to the column names is a feature that was added to the driver. You can turn that feature off with the instructions here: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Error-quot-SQLPrepare-Simba-Hardy-8...
I'm not sure what you mean by _vie schemas no longer being visible.
@HenrietteH if a hive schema contains _view as suffix those are not getting visible in the visual query builder. Ex: If i have hive schemas
1. abc_view
2. abc_data
3. xyz_view
only abc_data will be visible in the visual query builder. Bit strange behavior though.
The hive schema issue is something support is better equipped to help you with since it requires some digging and testing on our end. I think you're already in touch with them?
@HenrietteH if user's are restricted to few columns in a table/view then tables/views will show <Empty> fields in visual query builder. It doesn't show the fields which he/she has access to. This was not the behavior with old version. The current version uses "Select * from table" to show the columns which will result in access denied as user don't have access to all the columns. This approach is also very inefficient as hive takes longer time to execute.
Ideally should be using information schema/columns. Any upcoming fixes?
I performed step A and the Test through the ODBC configuration was a success but still getting this error when using the same DSN in Alteryx. Any suggestions?
how to receive this issue? It does not able to find local credential
I meant how to resolve the issue