on 2012 Sep 05 1:57 AM
I can see the value of DIR_SAPJVM is set as below in the instance profile for NW7.3 (java only) system
DIR_SAPJVM = $(DIR_EXECUTABLE)$(DIR_SEP)sapjvm_6
Since this is a java only system, i can't use AL11 to check the directories.
How do i find the value $(DIR_SEP)? where is it defined.
Thanks & Regards,
Saravanan
Request clarification before answering.
Hello
Just wanted to add my comments. Thought of will be useful.
How do i find the value $(DIR_SEP)? where is it defined.
$(DIR_SEP) is directory separator. As suggested ratnajit report RSPFPAR gives you the value which is generally /.
For example following profile parameter can be converted into readable.Means $(DIR_SEP) is replaced by /
rsec/ssfs_datapath = $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)data
rsec/ssfs_datapath = $(DIR_GLOBAL)/security/rsecssfs/data
Cheers
Mahesh Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
21 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.