Ideen für 2019

2019 ist schon ein paar Tage alt, Zeit die Ideen zu sammeln und einen Plan für 2019 und 2020 zu Erstellen. Seit meiner Rückkehr nach Deutschland habe ich die Idee den SAP Community Erfolg aus Brasilien in Karlsruhe und Umgebung zu wiederholen. Rückblick In Brasilien habe ich maßgeblich dazu beigetragen Read more…

Activating the ClickJacking-Framing-Protection service

When you start the transaction SAML2 in your SAP NetWeaver ABAP system, you might geht the error message: ERROR: ICF-Service für ClickJacking-Framing-Protection ist inaktiv (termination: ERROR_MESSAGE_STATE) /sap/bc/webdynpro/sap/saml2?sap-client=xxx The solution can be found in SAP Note 2389051. Activate the ICF node UICS and its child whitelist: /sap/public/bc/uics Activate the node with Read more…

Adjust image size of Docker qcow2 file

Short version Increase image size by 100GB: qemu-img resize ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 +100G Resize partition: qemu-system-x86_64 -drive file=~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2  -m 512 -cdrom ~/Downloads/gparted-live-0.30.0-1-amd64.iso -boot d -device usb-mouse -usb Get an empty Docker.qcow2 image from my GitHub page and make your Docker use it: https://github.com/tobiashofmann/sap-nw-abap-docker How to adjust the Docker image size for using Read more…