Posts

SAP HANA Server (SUSE) – Service Restart Procedure || Server Maintance

Image
1. Login to the SAP HANA Server Log in to the SUSE (HANA) server using  root  access. Verify which user you are logged in as: # who am i Note: As a best practice, take a full backup of all databases before starting the following activity. 2. Stop All HANA Services Run the following commands to stop all SAP HANA-related services: systemctl stop sapb1servertools-authentication.service systemctl stop authentication.service systemctl stop sapb1edfbackend.service systemctl stop b1s.service systemctl stop sapb1servertools.service 3. Verify That Services Are Stopped Check the status of each service: # systemctl status...

SAP B1SiteUser Password Reset || SAP Business One

Image
  Account is disabled, contact your administrator –Error 1. How to reset B1SiteUser password  2.  Log in to the Linux server as the root user 3 .  Navigate to the folder  /        <Installation Folder>/SAPBusinessOne/Common/keycloak/conf. Ø   4.  Open the env.conf file and add the following two parameters.     5. add the following two parameters   KEYCLOAK_ADMIN=B1admin KEYCLOAK_ADMIN_PASSWORD=Welcome1# 2.       6.    Restart the SAP Business One Server Tools Authentication Service by performing the following commands: systemctl restart sapb1servertools-authentication.service. 7. Login to KEYCLOAK using above credentials à Navigate to Users à click on B1Admin à Enable and save   3.       8 . click on B1Admin à Enable and save   4.      9.    Click on Credentials 5.        10...