Profile parameters setting

Dear Experts,
while I am creating default profile using RZ10 I am getting the below error?
"File name is not DEFAULT.PFL - Profile is not recognized by SAP System"
I dont understand why the system is not showing the default profile which is already there at OS level.
Why do we required to create this file once again?
This situation is after fresh SAP instalation.
Regards
Hari

Hi hari,
You unit to import the profile of active server first time after fresh installation. This will create the profile automatically and this is the pre-requisite as well.
Path : RZ10-> Utilities->Import Profile
Hope this helps.

Similar Messages

  • Which R3-Profil-Parameters are Reported ?!?

    I have a Sap Solution Manager (SSM) with Enhancement Package1 which gets data for the EWA (Early Watch Alerts) once a week (on sundays) from the connected SAP Systems. The data is then saved in a set of tables named "DSWPBI_*", i.e.
    DSWPBI_Server
    DSWPBI_Sysdata
    DSWPBI_System
    For Auditing Issues i am specially interested in the R3-profil-parameters which are stored in the table DSWPBI_Server. My question regarding the values for these parameters is:
    Which value will be stored (and reported later) when a profil parameter is changed dynamically (means the parameter will be activated without restarting the system). For example the dynamically changeable parameter xyz may be set to the value "1" in the instance profil but is dynamically changed to "2" during operations. Which of these values will be found (and reported) in the table DSWPBI_Server ?
    Is it the value "2" because it is the momentarily active one or is it "1" because it is the value saved in the profile file (and will be active after the next reboot) ???
    Thanks you for your help,
    Christoph

    will assign points to any suggestion

  • Profile parameters

    Hi all ,
    my system showing one warning .Actually i am having ECC with Abap.When ever I was entering the RZ10 t code and click on to the display ,create or any button it showing this warning "there is no any profile parameters".can you suggest to me how can i add profile parameters i mean default profile parameters.
    regards ,
    sai

    you can set profile parameters....
       SAP profiles are operating system files that contain instance setup information. The profiles are stored under /usr/sap/SID/SYS/profile directory.
    The following three types of parameter files are defined in SAP:
    u2022 Default -DEFAULT
    u2022 Start profile - START_DVEBMGS00_
    u2022 Instance profile - SID_DVEBMGS00_
    These parameters are used for setting the system parameters. These parameters can be maintained by the transaction u2018RZ10u2019 or through the menu:
    CCMS ->Configuration ->Profile maintenance
    For creating a new profile:
    1. Execute transaction u2018RZ10u2019
    2. Specify the name of the profile that is to be created and choose Profile -> Create. The system creates the version number automatically.
    3. Enter a short description of the profile, the filename into which the profile should be activated, a reference server and the profile type. Then choose Copy.
    4. You can maintain parameters and their values by flagging either Basic or Extended maintenance and choosing Maintain.
    5. Once the changes are made, choose Copy to return to the initial screen of Transaction RZ10.
    6. Then check, save and activate the profile that has been created
    7. After this the instance has to be restarted
    and also use the links which i provided in my previous post.
    regards,
    Pradeep

  • APPLICATION에 접속하지 않고 SYSTEM PROFILE VALUE를 SETTING 하는법

    제품 : AOL
    작성날짜 : 2006-05-23
    APPLICATION에 접속하지 않고 SYSTEM PROFILE VALUE를 SETTING 하는법
    ================================================================
    PURPOSE
    Application에 접속하지 않고 profile option value를 setting 하는 방법을
    알아본다.
    (11.5.4 ~ 11.5.10)
    Explanation
    Application에 접속하지 않고 profile option 값을 setting 하기 위해서는
    FND_PROFILE package의 SAVE function을 이용해야 한다.
    그러나 "update" 문장을 이용하여 직접 table을 update하는 것은 지원되지
    않는다.
    Test case로 아래는 "Guest User Password" profile option 값을 'GUEST/
    ORACLE'로 변경하는 자세한 절차이다.
    Application 화면에서 보여지는 name은 user가 알기 쉬운 name이긴 하지만,
    function은 profile option의 internal name을 취해야 하므로 internal name
    을 먼저 확인해야 한다.
    1.Apps user로 접속하여 아래 select 문을 이용하여 profile option의
    internal name을 확인한다.
    SQL> select profile_option_name
    from fnd_profile_options_tl
    where user_profile_option_name like
    '<Your Profile Option User Name or Part of it>';
    e.g. "Guest User Password" profile option에 대한 internal name이
    'GUEST_USER_PWD' 임을 아래 select 문으로 확인 할 수 있다.
    SQL> select profile_option_name
    from fnd_profile_options_tl
    where user_profile_option_name like 'Guest%';
    PROFILE_OPTION_NAME
    GUEST_USER_PWD
    위 userr profile option name을 대소문자 구분하여 적어 놓는다.
    2.Profile option에 필요한 값을 setting 하기 위해 아래 sample code를
    이용한다.
    ===========
    Sample Code
    ===========
    DECLARE
    stat boolean;
    BEGIN
    dbms_output.disable;
    dbms_output.enable(100000);
    stat := FND_PROFILE.SAVE('GUEST_USER_PWD', 'GUEST/ORACLE', 'SITE');
    IF stat THEN
    dbms_output.put_line( 'Stat = TRUE - profile updated' );
    ELSE
    dbms_output.put_line( 'Stat = FALSE - profile NOT updated' );
    END IF;
    commit;
    END;
    ===============
    End of Sample Code
    ===============
    SAVE function parameters에 대한 설명은 아래와 같다.
    function SAVE(
    X_NAME in varchar2,
    /* Profile name you are setting */
    X_VALUE in varchar2,
    /* Profile value you are setting */
    X_LEVEL_NAME in varchar2,
    /* Level that you're setting at: 'SITE','APPL','RESP','USER', etc. */
    X_LEVEL_VALUE in varchar2 default NULL,
    /* Level value that you are setting at, e.g. user id for 'USER' level.
    X_LEVEL_VALUE is not used at site level. */
    X_LEVEL_VALUE_APP_ID in varchar2 default NULL,
    /* Used for 'RESP' and 'SERVRESP' level; Resp Application_Id. */
    X_LEVEL_VALUE2 in varchar2 default NULL
    /* 2nd Level value that you are setting at. This is for the 'SERVRESP'
    hierarchy. */
    ) return boolean;
    Reference Documents
    Note 364503.1

  • Profile Parameters on SolMan 7.1 SPS 11

    We started to set profile settings Solman. And exposing those or other parameters that would minimize the maximum swap, it turns out that the load on the I/O is too high and the system starts to slow down greatly. Promt, who faced what better profile settings set to what value?

    Hi Evgeniy,
    PLs refer below notes for profile parameter,
    1582842 - Profile parameters for SAP Solution Manager 7.1
    Regards
    K.N

  • Create profile parameters using RZ10

    Hi friends,
    i have BW 3.1c and when i am trying the transaction RSA1 , it says YOU MUST ONLY WORK IN CLIENT 000 , i know that i have to create profile parameters using RZ10 before client copy but i dont know how to create/copy the profile parameters , if you can send me the step by step instrutions on how to create profile par using rz10 , your help will be much appreciated.
    Thanks Very Much
    Yach

    Hi,
    The solution is available in the note: 122679
    Set the default client as described in Note 116432 point (e) (setting the productive client) to the client that you will work with.
    In addition you must enter this default client in the field BWMANDT of the table RSADMINA (transaction SE16).
    With rgds,
    Anil Kumar Sharma .P

  • Accessing Exchange Profile Parameters programatically (using Java/ ABAP)

    Hi All,
    Exchange Profile parameters can be accessed using the URL http://<server>:<port>/exchangeProfile
    Does anyone know how to access 'Exchange Profile parameters' programatically. (from java).
    Code snippet for the same would be of great help.
    Regards,
    Siva Maranani

    Hi,
    Is there any way to access exchange profile parameters using Java?
    I need to access exchange profile from an UDF.
    Thanks in advance.
    Pedro Leal

  • DB02 ! Alert Monitor ! Profile Parameters ! Compatible value : 11.2.0

    Hi,
    My system is :
    SAP ECC 6.0 EHP 5 last SP available.
    Database Oracle 11G 11.2.0.2.0
    In transaction DB02 , Alert Monitor ,  Profile Parameters,  there is a red alert in "compatible "
    value : 11.2.0 <> 10.2.0
    How can i corret this red alert ?
    Also in DB02 , Space Management,  Segments , Mosta Allocate extents in any segments,  has red alert.
    How can i fix it ?
    Thanks.

    Hello,
    these checks are performed with settings as per DB17.
    http://help.sap.com/saphelp_nw70/helpdata/EN/25/5215e970077e4fb366e5ce25629aac/frameset.htm
    In transaction DB02 , Alert Monitor , Profile Parameters, there is a red alert in "compatible "
    value : 11.2.0 10.2.0
    How can i corret this red alert ?
    If your DB is 11.2.0 10.2.0, please update check condition in DB17
    Also in DB02 , Space Management, Segments , Mosta Allocate extents in any segments, has red alert.
    Note 666061 - FAQ: Database objects, segments and extents
    http://help.sap.com/saphelp_nw04s/helpdata/en/25/5215e970077e4fb366e5ce25629aac/content.htm
    thanks
    ashish

  • Changing dynamic profile-parameters in batch

    Hello,
    want to change dynamic profile parameters (rdisp/btctime) in batch.
    I know that i can change this in Transaction RZ11 - but i must change it, depending on our
    batchstrategy in the night.
    best way for me - is to change it via batchprogram - with variant 'parameter' - 'value'.
    thank you for help
    best regards
    L.Misof
    R&S

    Hi,
    why don't you use the operation modes for increasing batch work processes in night ?
    Thanks
    Sunny

  • Dynamic profile parameters

    Hi
    I would like to get all the list of dynamic profile parameters at R/3 level.
    Could anyone please let me know if there is any OSS note availabe which lists out all the dynamic parameters? I tried but,couldn`t find the related ones.
    Is there any way to find out from R/3 level?
    regards,
    Vinodh.

    Dear Vinod,
    There is a table called TPFYPROPTY which lists you all the dynamically switchable parameters identified by dynamic indicator. you can view this table using transaction se16.
    you can also get into Rz11 and check the dynamically switchable check box value for that corresponding parameter.
    Reward points if useful.
    Sree

  • Documentation on user parameters set in SU3 or SU01?

    Hello all. I am trying to find documentation on the available user parameters set in SU3 for self-service or in SU01 by an admin.
    I frequently have users with issues with various reports, exports, etc. When all else fails, I remove all of their user parameters, the issue is resolved, and I add them back one by one until I find the offending incorrect parameter.
    Some of the parameters are self explanatory -- like Company Code, Currency, etc.
    But other, like GWRE for Report Writer, is just a series of X's. Like -- X XXX XEX....
    I can't figure out how to tell what most of them mean.
    Thanks so much.

    Amit Barnawal wrote:
    Hello Michael,
    > Parameters are exactly not needed, it is present there just for user's benefit, as suppose user needs to access particular company code always,and he dont need to put that everytime,so he can put that in parameters and it will automatically get filled.
    > Also look at below mentioned link
    > http://www.sap-img.com/basis/parameters-definition-and-details.htm
    Hi Amit,
    That is not strictly true (and the link contains incorrect information).
    Some parameters have historically been used to provide authorisation.  One of the most commonly used ones is EFB which is used to allow creation of a PO without reference to a PR.  That is only one example, there are lots in HR.

  • Re: SQL plan baseline parameters setting in oracle 11g env

    Hi,
    btw how does the Optimizer work if setting are as mentioned:
    optimizer_capture_sql_plan_baselines FALSE FALSE
    optimizer_use_sql_plan_baselines TRUE TRUE
    abd there are no sql_plan_baselines at all ?
    Thanks,
    Gyuri

    btw how does the Optimizer work if setting are as mentioned:
    optimizer_capture_sql_plan_baselines FALSE FALSE
    optimizer_use_sql_plan_baselines TRUE TRUE
    abd there are no sql_plan_baselines at all ?When there is no sql_plan_baselines at all then there will be no plans captured into the SPB (SQL Plan Baseline) providing your above two parameters setting.
    However, if there is already a sql baseline for a given sql statement then any execution of the same sql statement (with the same force matching signature) which results into a plan that is not into the SPM baseline, will be captured and will be given a enabled and not accepted status.
    Best regards
    Mohamed Houri
    www.hourim.wordpress.com

  • Disobey the user profile date setting in module pool

    Hi all,
    I am working on a module pool. I have a request to disobey the user profile date setting dd/mm/yyyy to user requested date format dd-mm-yyyy.
    I understand that it can easily be done in SAPScript with command SET DATE MAST dd-mm-yyyy, but how to do it in module pool?
    Thanks in advance.

    Hi, Wong.
    Follow the Steps Bellow
    --> Copy Search Help BU_DATE_CHAR to ZBU_DATE_CHAR using T-Code SE11
    --> Copy FM BUS_TOOLS_DATE_CHAR_EXIT to Z_BUS_TOOLS_DATE_CHAR_EXIT using T-Code SE37
    --> Open ZBU_DATE_CHAR in Change mode and add Z_ in the Start of Search help exit FM as we have copy new
    --> Active ZBU_DATE_CHAR it will not give you any Error message may be one Warning message but Ignore this.
    --> Active Z_BUS_TOOLS_DATE_CHAR_EXIT my will give you error message do the following Change
         in Changing Tab SHIP type SHLP_DESCR    " Change the Previous type with this one.
         in Tables Tab SHLP_TAB type SHLP_DESCT  " Change the Previous type with this one.-->
    --> After doing above changes.
    --> Add the following line of Code on line number 92 just before the line APPEND record_tab.
    REPLACE ALL OCCURRENCES OF '.' in record_tab-string WITH '-'.
    --> Activate both Search Help and FM
    now in the Search help filed in Module Pool you where using BU_DATE_CHAR use ZBU_DATE_CHAR
    I did the above way and it is working fine this way now When i Press F4 and select some date it show in the Field like 01-01-2009 Previously it was showing me 01.01.2009
    Please Reply if any problem,
    Best Regards,
    Faisal

  • Reading system profile parameters programatically in ABAP

    Hi,
    Does anyone know how to read system profile parameters like icm/host_name_full using ABAP?
    Thanks in advance!
    Regards
    Erick

    You can use the following code to get the values.  Really it is just reading a file which is stored on the application server.
    report zrich_0001.
    types: begin of tpar,
           status type sy-index,
           name(60) type c,
           user_wert(60) type c,
           default_wert(60) type c,
           end of tpar.
    data: par_usub type table of tpar  with header line.
    data: par_sub  type table of tpar  with header line.
    call 'C_SAPGALLPARAM' id 'PAR_USUB' field par_usub-*sys*
                          id 'PAR_SUB'  field par_sub-*sys*.
    loop at par_usub.
      write:/ par_usub-name(30), par_usub-user_wert(20),
              par_usub-default_wert(20).
    endloop.
    Regards,
    RIch Heilman

  • Profile parameters controlling idle passwords

    We are planning to activate the two profile parameters:
    login/password_max_idle_initial
    login/password_max_idle_productive
    on our productive ERP system to control the validity of idle initial & productive passwords.
    Our Basis-team are concerned about this, because the change will take effect on all clients on the system. Once in a while they need access to client 000, 001 & 066 and now they fear that the passwords on their personal accounts will be expired when they try log on to those clients (nobody, except the basis-guys have access to client 000,001 & 066)
    I would like to hear from you, how you handle this issue in your installation.
    Best regards,
    Peter Jæger

    Luckily for you, people have thought this to be usefull before and it was added to the [SDN Security Funactionality Wishlist |https://wiki.sdn.sap.com/wiki/display/Security/Abilitytoassignsecuritypoliciestospecific+users] some time ago.
    Last I heard, the status was that the code base for the feature was approved and already implemented. The application components to be able to use it will be delivered with a future release (so you are looking at sometime next year).
    Anyway, why don't you give the basis folks the ability to logon to client 000 from their SolMan using trusted RFC? This was the local password can be deactivated without any interuptions and when the do need it for some reason, they go via the SolMan and reset the password in SU01.
    Cheers,
    Julius

Maybe you are looking for