Useful SAP Notes 1668882 Note Assistant: Important notes for SAP_BASIS 730,731,740,750,751,752,753,754 2303900 - Latest Information about BW Setup in S/4HANA Systems IT/SAP 2020.07.24
Sample for ASCS profile with integrated webdispatcher Last Updated On: 2020.07.23 SAPSYSTEMNAME = TST SAPSYSTEM = 01 INSTANCE_NAME = ASCS01 DIR_CT_RUN = $(DIR_EXE_ROOT)$(DIR_SEP)$(OS_UNICODE)$(DIR_SEP)linuxx86_64 DIR_EXECUTABLE = $(DIR_INSTANCE)/exe DIR_PROFILE = $(DIR_INSTALL)$(DIR_SEP)profile _PF = $(DIR_PROFILE)/TST_ASCS01_host SETENV_00 = DIR_LIBRARY=$(DIR_LIBRARY) SETENV_01 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH) SETENV_02 = SHLIB_.. IT/SAP 2020.07.23
Sample of saprouter start script #!/bin/sh SECUDIR=/usr/sap/saprouter; export SECUDIR SNC_LIB=/usr/sap/saprouter/libsapcrypto.so; export SNC_LIB BASEDIR=/usr/sap/saprouter $BASEDIR/saprouter -r -K "p:" -J 1048576 -G $BASEDIR/saprouter.log IT/SAP 2020.07.09
Setting SSL certificate as a customer's certificate in HANA COCKPIT Certificate file is X.509 certificate chain file in PEM format. Key file is RSA key file in PKCS8 PEM format. Reference Note: 2631903 - HANA Basic How-To Series - Securing HANA 2.0 Cockpit (or WebIDE) running on XSA via SSL / HTTPS Command> XSA set-certificate DOMAIN --pse CERTIFICATE.pse or Command> XSA set-certificate -c [Certificate file] -k [Key file] IT/SAP 2020.07.02
How to convert a certificate into the appropriate format 1. Convert PFX to PSE sapgenpse import_p12 -p TEST.pse TEST.pfx IT/SAP 2020.06.25
The following template is missing: sap_sm.xls Please refer to the following notes. https://launchpad.support.sap.com/#/notes/1937247 https://launchpad.support.sap.com/#/notes/1686797 IT/SAP 2020.04.28
Post process(check), after implement Support Packages(JAVA) If your screen layout doesn’t look right, check the package below. EP-BASIS, AJAX RUNTIME, WD-RUNTIME… IT/SAP 2020.03.12
How to Connect MARIADB using SDA in SAP HANA Test Environment: – SAP HANA Version: 2.00.042.00.1564994110 (fa/hana2sp04) – MariaDB Version: 10.3.11 Set the settings in the following order: Install unixODBC Install MariaDB odbc driver Set adm user’s environment(.customer.sh, .odbc.ini, etc.) Create SDA Remote Source using adaptor with MYSQL. Create credential for MariaDB Sample of create credential for SDA Create SQL: CREATE CREDENTIAL FOR .. IT/SAP 2020.03.12
Authorization for HANA Cockpit User — create user DBACOCKPIT password Sap12345 NO FORCE_FIRST_PASSWORD_CHANGE; — alter user DBACOCKPIT disable password lifetime; — FOR SYSTEMDB Only grant select on “SYS_DATABASES”.”M_SERVICES” to DBACOCKPIT; grant select on “SYS_DATABASES”.”M_SERVICE_MEMORY” to DBACOCKPIT; grant select on “SYS_DATABASES”.”M_SERVICE_STATISTICS” to DBACOCKPIT; grant select on “SYS_DATABASES”.”M_HEAP_MEMORY_RESET” to.. IT/SAP 2020.03.12