I have setup the latest CAL SAP HANA express and I have changed the user passwords:
sudo su - hxeadm hdbsql -i 90 -d systemdb -u SYSTEM alter user XSA_DEV password **********; alter user XSA_ADMIN password **********;
I have then checked the services in xs command-line interface with user XS_ADMIN:
xs login -a https://localhost:39030 --skip-ssl-validation -u XSA_ADMIN xs apps
It worked fine.
My problem: I cannot login to the administration cockpit https://vhcalhxedb:51015/ with user XSA_ADMIN. I get an "Unable to verify username or password. Please try again." I even connected with a clean browser and from a different network than I use for the Web-IDE.
Connecting to the adminstration cockpit with user XSA_DEV works fine.
Any idea? It seams the only workaround will be to use the xs command-line interface instead of the administration cockpit.
Thank you for any help!
Johannes