I extracted the following statements from the Diagnosis Files, which are related to my attempt to log on:
indexserver[...].trc
[26081]{26081}[-1/-1] 2016-04-14 14:03:42.970901 e xsa:sap.hana.xs. CFuncSuffixHandler.cpp(00147) : Attempt to load lib 'libxsauthenticator' failed. Lib is not allowed! (package='sap.hana.xs.formLogin', obj='login.xscfunc')
sqltrace[...].py:
# getConnection call (thread 3609, con-id 445235) at 2016-04-14 14:03:48.181084
# con info [con-id 445235, tx-id 98, cl-pid 1444, cl-ip 213.61.83.66, user: SYSTEM, schema: SYSTEM]
con_c45235 = dbapi.connect( user=_DBUSER_, password=_DBPW_, address=_DBADDRESS_, port=_DBPORT_, autocommit=True )
# begin setAutoCommit (thread 3609, con-id 445235) at 2016-04-14 14:03:48.286528
# con info [con-id 445235, tx-id 98, cl-pid 1444, cl-ip 213.61.83.66, user: SYSTEM, schema: SYSTEM]
con_c45235.setautocommit(False)
# begin setAutoCommit (thread 3609, con-id 445235) at 2016-04-14 14:03:48.312805
# con info [con-id 445235, tx-id 98, cl-pid 1444, cl-ip 213.61.83.66, user: SYSTEM, schema: SYSTEM]
con_c45235.setautocommit(True)
# begin closeConnection (thread 3609, con-id 445235) at 2016-04-14 14:03:48.591791
# con info [con-id 445235, tx-id 98, cl-pid 1444, cl-ip 213.61.83.66, user: SYSTEM, schema: SYSTEM]
con_c45235.close()
# end closeConnection (thread 3609, con-id 445235) at 2016-04-14 14:03:48.591844
So maybe the error could be found in this 'libxsauthenticator' library?
BG
Scott