Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

rabax during sapgui logon

mts2605
Participant
0 Kudos
2,321

#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! ***

7 REPLIES 7

MateuszAdamus
Active Contributor
0 Kudos
1,669

Hello mts83

Check out this note: https://apps.support.sap.com/sap/support/knowledge/preview/en/2429578

Kind regards,
Mateusz

0 Kudos
1,669

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

1,669

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).

0 Kudos
1,669

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

Sandra_Rossi
Active Contributor
0 Kudos
1,669

Please indicate the tag #ABAP_Trial in the custom tags of the question if you want to reach the tag subscribers.

Sandra_Rossi
Active Contributor
0 Kudos
1,669

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)

Sandra_Rossi
Active Contributor
0 Kudos
1,669

For information, concerning the exact path of the "profile" directory, many ways are possible, see there: SAP Library: SAP System Directories on UNIX