devonfw/my-thai-star

Unable To Login In SAP HANA With The User - "Manager" And "Waiter"

Closed this issue · 1 comments

Expected behavior

Should be login with user - manager and waiter

Actual behavior

Unable to Login with above user

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. Start the eclipse server for saphana -
    Once server is started then check in SAPHANA DB with the select query, there is 3 user entry like -
    manager ,waiter ,user0 .
  2. Run python script for inserting the data in db -
    Once script(Main.py ) finished then check with select query ,These 3 users are missing from db
    means this script(Main.py) cleaning all user which was inserted at the time of server start.
  3. Login MTSJ with the user "manager" -
    Getting exception - User Not Found Exception (Because user is deleted from DB)

Comments/Hints:

Python script should not clean user which is inserted at the time of server start.

Affected version: 3.2.0

  • OS: Windows/Linux/Mac - Window
  • Browser: Chrome/Firefox/Safari - Chrome

Issue has fixed and merged ,hence closing it