2021 Mar 07 11:45 AM
#ABAP_Trial
This is what i get from SAP GUI (770 - is that a problem?)
I have read notes etc that profile parameters could be the issue. But how to change when i have not yet been logged in to SAP system.
_
I do believe the system i running fine;-)
_
v*** All services have been started. *** *** *** To stop and be able to safely start again use Ctrl-C *** Or use the stop command with timeout: docker stop --timeout 7200 ... *** *** Have fun! ***
2021 Mar 07 11:50 AM
Hello mts83
Check out this note: https://apps.support.sap.com/sap/support/knowledge/preview/en/2429578
Kind regards,2021 Mar 07 12:17 PM
Hi @Mateuszadamus
Thanks, but i do not know how to:
"Set profile parameter "login/quiet_mode" to 0" - when i can't log on to the system.
Can this be done by the docker run command?
KR Michael
2021 Mar 07 12:31 PM
Hello,
beside RZ10 in the SAP system you can also use an editor on OS level to edit the profile files. I don't have the ABAP installation running in Docker, but in my OpenSuse installation I can do it with the nano editor (sudo nano /sapmnt/NPL/profile/DEFAULT.PFL).
2021 Mar 07 12:43 PM
Hi Jan
Thanks, If only i had it running, i am "used" to RZ10.
But it's the docker way to do it that is the problem.;-)
Michael
2021 Mar 07 12:02 PM
Please indicate the tag #ABAP_Trial in the custom tags of the question if you want to reach the tag subscribers.
2021 Mar 07 12:24 PM
Profile parameters are stored in a simple "instance profile" text file named <SID>_D<INS>_<SERVER> (example NPL_D00_vhcalnplci), located in <SID>/SYS/profile of the SAP root directory.
(where SID is the system ID, INS the instance number)
2021 Mar 07 2:12 PM
For information, concerning the exact path of the "profile" directory, many ways are possible, see there: SAP Library: SAP System Directories on UNIX