Thanks to Mr. Mike Taylor:
sudo su
cd /Library/Application\ Support/
mkdir Tunnelblick
chown root:wheel /Library/Application\ Support/Tunnelblick/
And try to restart the installation again.
Thanks to Mr. Mike Taylor:
sudo su
cd /Library/Application\ Support/
mkdir Tunnelblick
chown root:wheel /Library/Application\ Support/Tunnelblick/
And try to restart the installation again.
According to Section 264(e) of the Immigration and Nationality Act (I.N.A.) – YES, YOU MUST.
Ensure you didn’t check the box “Save output as file”, thinking it sends a copy to a file. In fact, it redirects all printing to a file, despite the fact you are able to see in the Windows print spooler: “Printed successfully”.
By the way, with the release of 7.6 SAPPDRPRINT is no longer needed, it became a part of SAPSPRINT with the new engine ASPOSE PDF.
Problem:
No memory on the host. You can’t even reboot the host due to a lack of memory.
Solution:
Trigger OOM-killer by executing these commands:
echo 1 > /proc/sys/kernel/sysrq
echo f > /proc/sysrq-trigger
echo 0 > /proc/sys/kernel/sysrq
Yes, it’s bad, but sometimes you don’t have a choice…
su - <sidadm>
find /tmp -user $USER -name ".sapstream*" -exec rm {} +
Linux streams refer to the concept of input/output (I/O) streams in the Linux operating system. In Linux, everything is treated as a file, including input and output devices. Streams are a way to handle data flow between these files and programs. Linux streams are categorized into three types: standard input (stdin), standard output (stdout), and standard error (stderr). These streams can be redirected, piped, or manipulated using various Linux commands and utilities. Overall, streams are an essential part of the Linux I/O system and are used extensively in various Linux applications, for example, SAP Netweaver.
Q: Can I connect directly to the SAP HANA database via ODBC when SAP HANA RUNTIME edition was used?
A: Official answer from SAP: No, you can’t.
Any direct connectors to the SAP HANA DB are prohibited if RUNTIME license was used. Connections are allowed only through the application layer, whether it is the web services of your application or something else.
See more at SAP SUR 2022:
During configuring SAP HANA replication you are getting the error:
Error while executing the register command: hdbnsutil -sr_register
Primary and secondary has different systemPKI SSFS data and key or unable to check; Secondary system PKI SSFS-data-file checksum is different from primary!
You just need to copy keys from the source system to the target:
su - <sidadm>
cdglo
scp security/rsecssfs/key/*.KEY $USER@<sap_db_host_name>:/usr/sap/$SAPSYSTEMNAME/SYS/global/security/rsecssfs/key/
scp security/rsecssfs/data/*.DAT $USER@<sap_db_host_name>:/usr/sap/$SAPSYSTEMNAME/SYS/global/security/rsecssfs/data/