Container element 'NODEOBJECT' does not exist

Dear Gurrus,
While creating clarification case category i am having  this error "Container element 'NODEOBJECT' does not exist" .
kindly help me out in resolving these issue.
Regards,

Hi,
I think you need to check  Note 1082707 - Error message 'Container element ... does not exist'
Symptom
You have created a container element manually in a case category and you are trying to define the dataflow but in the binding editor you are receiving error message SWF_EXP_001 035 'Container element ... does not exist'.
Other terms
FP-EMMA, BPEM, EMMACCAT2
Reason and Prerequisites
The problem only occurs if you create an invalid container element that contains one or more spaces in the element name.
Solution
Choose a valid element name that starts with a letter and contains only characters, numbers, or underscores. The following correction does insure this.
See the full note if it can be of help.
regards,
David

Similar Messages

  • Container element 'ADDRESSSTRINGS' does not exists

    Dear all,
    I am trying to define expression for recipient type
    it gives me error
    container element 'ADDRESSSTRINGS' does not exists
    container element 'EXPRESS' does not exists
    container element 'TYPEID' does not exists
    Can you please share the technical detail of these parameters
    or is there some other problem
    Best of regards,
    Gaurav

    Hi Gaurav,
    These are the standard task container's for the send mail step type.
    No need create these container's and already they are available in the Task container.
    Have you used the standard task to send the mail? If so just double click the Task ID and you can find these container's under the Container Tab.
    Just delete the send mail step and create a new one. It will solve the issue.
    Thanks,
    Viji.

  • OTL Error - Hrs - Element link does not exist for the duration of the entry

    Hi,
    We had a few new people start just before xmas however when the person entering their record did it, they didn't date-track the additional assignment time information record to the start of the week (they did however correctly date-track their employee and assignment record) so when the timecard was filled in errors were thrown up.
    Since then I have gone back into the employees assignment time record, purged it and then re-created it effective from the week beginning.
    However when we try to enter time for them now using delegated self service, the following error is shown for the two days which were originally excluded from the date-tracked record:
    Hrs - Element link does not exist for the duration of the entry Cause: The link has been purged or date effectively deleted. Action: Check the effective start and end dates on the link definitions for this element. The original record should have been created from the 19th dec 2009 however was done from the 23rd by accident. I have since been in and replaced it with a record effective from the 19th.
    I have re-run the security list generation (we are using static list).
    The only thing I can find on metalink is 372086.1 which doesn't really describe the problem or help!!
    The people don't appear in the timekeeper form though which is strange. I really can't see any reason why their record isn't valid - no data is missing. Do I need to run a job to update the information or something?
    We are using 11.5.10.2
    Thankss

    Well would you believe it!? After much late night meddling around, I noticed one employee worked! There was absolutely no difference in any settings between his record and a persons who did not work. So I went into another employees record, changed his name and saved (correcting). Tried again and he worked fine! So, just by changing the employee name it seems to have worked for self service! I still cannot see them in timekeeper which is worrying however at least we can get time in for them now!
    If anyone knows why I may not be able to see them in timekeeper (even using an un-secured responsibility) then that would be a great help! :)

  • ALV Filter Selection w/ error "WBS element 0000000000000000 does not exist"

    Hello,
    In a few ALV reports, we have WBS Element column showed in ALV list and WBS Element defined as type BSEG-PROJK, which has conversion routine ABPSP.
    When WBS Element is used for ALV list Filter, in Selection screen, error message "WBS element 0000000000000000 does not exist" is pop up as we hit Enter key or click on u201CSelection optionsu201D button with no value entered in Input fields.
    We get same error even after we enter an existing WBS Element in Low selection input field and hit Enter key.
    Itu2019s ok if we enter existing WBS Element value in both Low and High selection input fields.
    We know we have workaround by entering both Low and High input field, and we can fix ALV reports by using character based WBS Element, such as PRPS-POSKI.
    BUT, as users told me, they donu2019t have this problem before and it just happened. We checked the recent Transports and couldnu2019t see anything relevant.
    Could any of you let me know if you have any clue or if thereu2019s any other way to fix it besides changing report by report.
    Thank you.
    SL

    Hello,
    In a few ALV reports, we have WBS Element column showed in ALV list and WBS Element defined as type BSEG-PROJK, which has conversion routine ABPSP.
    When WBS Element is used for ALV list Filter, in Selection screen, error message "WBS element 0000000000000000 does not exist" is pop up as we hit Enter key or click on u201CSelection optionsu201D button with no value entered in Input fields.
    We get same error even after we enter an existing WBS Element in Low selection input field and hit Enter key.
    Itu2019s ok if we enter existing WBS Element value in both Low and High selection input fields.
    We know we have workaround by entering both Low and High input field, and we can fix ALV reports by using character based WBS Element, such as PRPS-POSKI.
    BUT, as users told me, they donu2019t have this problem before and it just happened. We checked the recent Transports and couldnu2019t see anything relevant.
    Could any of you let me know if you have any clue or if thereu2019s any other way to fix it besides changing report by report.
    Thank you.
    SL

  • API error: Element link does not exist for the duration of the entry

    I am trying to create an element using the API_PAY_ELEMENT_ENTRY.CREATE_ELEMENT_ENTRY API
    While I am able to create many elements for years this way, for one particular non-recurring element I get the following error
    ORA-20001: Element link does not exist for the duration of the entry
    Cause: The link has been purged or date effectively deleted.
    Action: Check the effective start and end dates on the link definitions for this element.
    I have checked evertything and the Link is defined far before my element entry starts and with no end date. The assignment I want to attach this element entry is perfectly eligible.
    The weirdest is that I am able to create this element entry with the values I want and the dates I want through standard User interface...
    Any idea?
    Message was edited by:
    briard

    Here are the parameters I use in my call.
    DECLARE
    L_EFFECTIVE_START_DATE DATE;
    L_EFFECTIVE_END_DATE DATE;
    L_ELEMENT_ENTRY_ID NUMBER;
    L_OBJECT_VERSION_NUMBER NUMBER;
    L_WARNING BOOLEAN;
    BEGIN
    APPS.PAY_ELEMENT_ENTRY_API.CREATE_ELEMENT_ENTRY(
    P_EFFECTIVE_DATE => TO_DATE('01-JUL-2008','DD-MON-YYYY'),
    P_BUSINESS_GROUP_ID => 1,
    P_ASSIGNMENT_ID => 122147
    P_ELEMENT_LINK_ID => 233,
    P_ENTRY_TYPE => 'E',
    P_INPUT_VALUE_ID1 => 313,
    P_ENTRY_VALUE1 => 'T',
    P_INPUT_VALUE_ID2 => 314,
    P_ENTRY_VALUE2 => '5',
    -- out params
    P_EFFECTIVE_START_DATE => L_EFFECTIVE_START_DATE,
    P_EFFECTIVE_END_DATE => L_EFFECTIVE_END_DATE,
    P_ELEMENT_ENTRY_ID => L_ELEMENT_ENTRY_ID,
    P_OBJECT_VERSION_NUMBER => L_OBJECT_VERSION_NUMBER,
    P_CREATE_WARNING => L_WARNING);
    END;
    François

  • 0SD_C03 cube contains data that does not exist  in PSA

    Hi,
    We have a problem with data difference in cube and PSA. Firstly we deleted PSA extactly then extracted data from r3 to PSA. PSA has 2 records now. Then we extracted data to cube (0SD_C03) via DTP (using 2LIS_13_VDITM transformation rules). However, the cube contains approximately 300 000 data. Cube contains many records that does not exist in PSA.
    Where these data come from?
    thanks in advance,

    Hi,
    In your PSA overview, did you change the date that limits the PSA packages showing?
    (middle top of screen) and click refresh?
    it might be that you only have deleted the PSA from a certain date onwards.
    Success,
    Udo

  • Container element value does not display

    Hi,
    I am facing a strange issue.
    There is one step in my custom workflow which sends sap mail. The subject of the e-mail has a container element &notif&. When I check the workflow log this container element gets set with a value just before this step and so I expect it to be displayed in the e-mail .
    But the issue is i am getting the mail in my inbox which says ....&notif& ......
    i.e Instead of displaying the value of this container it displays the text &notif&.
    The same container element is used in the same e-mail message body where it displays correctly.
    has anyone faced this kind of an issue before?
    Thanks,
    Simmi

    Yes it is set to Expression.
    This mail step was not created from scratch.
    I just changed a few texts in the subject of this Mail step in an already existing workflow without touching the container element in the subject. But after i did this change and tested teh workflow, the container element no longer displayed any value in the subject, but it does continue to show value in the message body.
    Any suggestions to solve towards this issue will be extremely helpful.
    Thanks,
    Simmi

  • Type (..) of the context element (..) in view (..) does not exist

    Hi all
    I have got an question. I have an ABAP webdynpro with a context node which is connected to an ABAP structure.
    The context node is mapped to a context node of a view and the fields of the view are mapped to the context node of the view. So the data is send through them. That works fine.
    Within this ABAP structure i have added 3 extra new fields. After creating them i activated the structure.
    Within the webdynpro i have updated the context mapping between the node and the structure and also between the different mappings between the views and the componentcontroller where this node is used,
    Within the context tab of all the views i see all the three new fields.
    When i try to map those fields to a field in the screen it cannot be done. i get the following message:
    Type (..) of the context element (..) in view (..) does not exist
    Anf the new fields are gray.
    Does anybody know the solution for this?
    kind regards,
    Anton Pierhagen

    Hi all
    Thanks for all of the replies. But unfortunately the right answer wasn't there.
    I had tried to map the structure and re-create the node on several levels in my web-dynpro, but there was no change after this changes.
    When i created an own dataelement and an own domain in my ABAP structure, it worked.
    I could select them in the webdynpro. But why????
    i still not get it..
    But thanks for the replies!
    Kind regards,
    Anton Pierhagen

  • SCCM 2012 R2 reporting error: "The DefaultValue expression for the report parameter 'UserTokenSIDs' contains an error: A specified logon session does not exist. It may already have been terminated. (rsRuntimeErrorInExpression)"

    Hi,
    I have two SCCM environments under same active directory domain and one service account have been used for SCCM configurations on both the environments (QA and PRODUCTION). I am facing similar error as mentioned above while trying to fetch reports on
    PRODUCTION site, but the QA site is working fine, though same service account have been used for configuring both. While looking at the reportserverservice_<date> log on my Production DB server i see the following error
    "processing!ReportServer_0-3!2124!01/02/2015-09:09:30:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during
    report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot read the next data row for the dataset DataSet1. ---> System.Data.SqlClient.SqlException: Conversion failed when converting the nvarchar value 'Override
    Default' to data type int."
    My DB and SCCM primary site are different and the reorting services point is installed on remote DB server. Please help me resolving the issue.
    Troubleshooting performed:
    1.Disabled the registry key 'EnableRbacReporting' from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP to 0 and then restarted SSRS service and the reporting worked for some minutes after that the registry key reverted back to 1 automatically and
    reporting started throwing errors again.
    2. Checked with the permissions on DB whether or not 'sysadmin' role is assigned to the SCCM service account.
    3. re-registered the SQL management Provider WMI class.
    mofcomp.exe “C:\Program Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof”

    Hi All,
    Finally found exact solution to the reporting error.
    Error: while launching SCCM reports (both from Console and web based) an unexpected error occured with error message as "The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist.
    It may already have been terminated. (rsRuntimeErrorInExpression)"
    Solution: This is password replication issue for the domain account used to configure reporting services point in SCCM. If your SQL SSRS reporting services instance and databse runs with local default account whereas the reporting services point on SCCM
    primary site is configured with domain account, (As in My case) you need to perform the following in order to get rid of the error.
    Launch 'Reporting Services Configuration Manager' from the SQL SSRS box(either Local or Remote), Connect to Report Server Instance->Go to 'Execution Account' tab->Specify the 'Execution Account' as domain account and password which is used to configure
    Reporting Services Point in SCCM Primary Site, and then click apply.
    Now Lauch the report either way (Web based or from Console), the error will disappear and all your default reports will execute perfectly as before.

  • The contained field name "ADTAGR" does not exist in any of the database tab

    hı all
    how can l  solved thıs problem
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
    not caught in
    procedure "PUT_QMFECAT" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An Open SQL clause was specified dynamically. The contained field name
    "ADTAGR" does not exist in any of the database tables from the FROM clause.
    Information on where terminated
        Termination occurred in the ABAP program "SAPDBZQNQ" - in "PUT_QMFECAT".
        The main program was "ZQMR_BILDIRIM ".
        In the source code you have the termination point in line 732
        of the (Include) program "SAPDBZQNQ".
    Error occurred during batch input processing
        The termination is caused because exception "CX_SY_DYNAMIC_OSQL_SEMANTICS"
         occurred in
        procedure "PUT_QMFECAT" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPDBZQNQ "; its source code begins in line
        715 of the (Include program "SAPDBZQNQ ".
    FORM put_qmfecat.
      DATA: l_tab_fields  TYPE  rsfs_tab_fields.
      DATA: l_ds_clauses  TYPE  rsds_where.
    Dynamische Feldselektion
      MOVE 'QMFECAT_C' TO l_tab_fields-tablename.
      READ TABLE select_fields WITH KEY l_tab_fields-tablename
                                    INTO l_tab_fields.
      IF sy-subrc <> c_rc00.
        CLEAR l_tab_fields.
      ENDIF.
    Dynamische Selektionskriterien
      MOVE 'QMFECAT' TO l_ds_clauses-tablename.
      READ TABLE dyn_sel-clauses WITH KEY l_ds_clauses-tablename
                                 INTO l_ds_clauses.
    DB-Zugriff
      >>>>> SELECT (l_tab_fields-fields) FROM qmfe
      INTO CORRESPONDING FIELDS OF TABLE qmfecat_tab
       WHERE qmnum  =  rqmqmel-qmnum
       AND kzloesch =  space
       AND (l_ds_clauses-where_tab)
       ORDER BY PRIMARY KEY.
    regard sinan
    Edited by: eyup_sinan on Jan 6, 2012 3:21 PM
    Edited by: eyup_sinan on Jan 6, 2012 3:30 PM

    You seem to have made a copy of the standard program. You'll have to make sure that you are handling this field correctly in your code.
    Rob

  • Error rendering element. Exception: ORA-00942: table or view does not exist

    Guru,
    We are maintaining 10 internal Database through OEM 10g and using seesded reports.
    When we try to create simple custom reports against one of the Target database , its failing with following error message ,
    Query : select * from v$database
    Error rendering element.
    Exception: ORA-00942: table or view does not exist
    select * from dual & v$session working ( But query execution happeniing from Reposistory Database not from Target instance  )
    Note:
    I have reviewed thred "getting ORA-00942 while running report in GC"
    Please give some light .
    Regards,
    Raju

    This is an EM related question so I would suggest you post in the appropriate space "Enterprise Manager" -- https://forums.oracle.com/community/developer/english/enterprise_management/enterprise_manager/enterprise_manager_6
    You may also review (In Grid Control 10.2, Creating a Report to Query 'V$SESSION 'Fails: 'Error Rendering Element. Exception: ORA-00942 Table Or View Does Not Exist' (Doc ID 356755.1)) and implement the solution for v$database
    Thanks,
    Hussein

  • ORA-22160: element at index name does not exist

    hi
    i have a procedure which insert values from a VARRAY type in a table. My question is how can i verify the existence of nth element before inserting to avoid ORA-22160: element at index name does not exist
    Here is my code:
    CREATE OR REPLACE PACKAGE BODY CANDIDE.PE_CL IS
    PROCEDURE p_proc(Id_clt IN P_CLIENT.id_client%TYPE,
    nameClt IN P_CLIENT.nameclient%TYPE,
    --VARRAY type
    priceItem IN price_array,
    --VARRAY type
    nameItem IN item_array) IS
    BEGIN
    INSERT INTO P_CLIENT VALUES (Id_clt, nameClt);
    FORALL i IN nameItem.FIRST .. nameItem.LAST
    INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), priceItem(i));
    END;
    end PE_CL;
    Product version: Oracle9i Enterprise Edition Release 9.2.0.1.0
    Peter

    I see the problem now. If there are more values in one varray or the other, how do you want to handle it? Below I have demonstrated, first the solution that I previous offered, that would only insert the rows where there are values from both varrays. In the second example below, I have inserted a null value in place of the missing value from the varray that has fewer values.
    scott@ORA92> CREATE TABLE p_client
      2    (id_client  NUMBER,
      3       nameclient VARCHAR2(15))
      4  /
    Table created.
    scott@ORA92> CREATE TABLE p_items
      2    (id_client  NUMBER,
      3       name_item  VARCHAR2(10),
      4       price_item NUMBER)
      5  /
    Table created.
    scott@ORA92> CREATE OR REPLACE PACKAGE PE_CL
      2  IS
      3    TYPE item_array IS ARRAY(10) OF VARCHAR2(10);
      4    TYPE price_array IS ARRAY(10) OF number;
      5    PROCEDURE p_proc
      6        (Id_clt    IN P_CLIENT.id_client%TYPE,
      7         nameClt   IN P_CLIENT.nameclient%TYPE,
      8         priceItem IN price_array,
      9         nameItem  IN item_array);
    10  end PE_CL;
    11  /
    Package created.
    scott@ORA92> show errors
    No errors.
    -- first method:
    scott@ORA92> CREATE OR REPLACE PACKAGE BODY PE_CL
      2  IS
      3    PROCEDURE p_proc
      4        (Id_clt    IN P_CLIENT.id_client%TYPE,
      5         nameClt   IN P_CLIENT.nameclient%TYPE,
      6         priceItem IN price_array,
      7         nameItem  IN item_array)
      8    IS
      9    BEGIN
    10        INSERT INTO P_CLIENT VALUES (Id_clt, nameClt);
    11  --    FORALL i IN nameItem.FIRST .. nameItem.LAST
    12  --      INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), priceItem(i));
    13        FOR i IN nameItem.FIRST .. nameItem.LAST LOOP
    14          IF nameItem.EXISTS(i) AND priceItem.EXISTS(i) THEN
    15            INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), priceItem(i));
    16          END IF;
    17        END LOOP;
    18    END;
    19  end PE_CL;
    20  /
    Package body created.
    scott@ORA92> show errors
    No errors.
    scott@ORA92> declare
      2    priceitem pe_cl.price_array := pe_cl.price_array(2, 5);
      3    nameitem pe_cl.item_array := pe_cl.item_array('item a', 'item b', 'item c');
      4  begin
      5    pe_cl.p_proc
      6        (id_clt    => 900,
      7         nameclt   => 'MIKE',
      8         priceitem => priceitem,
      9         nameitem  => nameitem);
    10    COMMIT;
    11  end;
    12  /
    PL/SQL procedure successfully completed.
    scott@ORA92> SELECT * FROM p_client
      2  /
    ID_CLIENT NAMECLIENT
           900 MIKE
    scott@ORA92> SELECT * FROM p_items
      2  /
    ID_CLIENT NAME_ITEM  PRICE_ITEM
           900 item a              2
           900 item b              5
    scott@ORA92> TRUNCATE TABLE p_client
      2  /
    Table truncated.
    scott@ORA92> TRUNCATE TABLE p_items
      2  /
    Table truncated.
    -- second method:
    scott@ORA92> CREATE OR REPLACE PACKAGE BODY PE_CL
      2  IS
      3    PROCEDURE p_proc
      4        (Id_clt    IN P_CLIENT.id_client%TYPE,
      5         nameClt   IN P_CLIENT.nameclient%TYPE,
      6         priceItem IN price_array,
      7         nameItem  IN item_array)
      8    IS
      9    BEGIN
    10        INSERT INTO P_CLIENT VALUES (Id_clt, nameClt);
    11  --    FORALL i IN nameItem.FIRST .. nameItem.LAST
    12  --      INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), priceItem(i));
    13        FOR i IN nameItem.FIRST .. nameItem.LAST LOOP
    14          IF nameItem.EXISTS(i) AND priceItem.EXISTS(i) THEN
    15            INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), priceItem(i));
    16          ELSIF nameItem.EXISTS(i) THEN
    17            INSERT INTO P_ITEMS VALUES (Id_clt, nameItem(i), null);
    18          ELSIF priceItem.EXISTS(i) THEN
    19            INSERT INTO P_ITEMS VALUES (Id_clt, null, priceItem(i));
    20          END IF;
    21        END LOOP;
    22    END;
    23  end PE_CL;
    24  /
    Package body created.
    scott@ORA92> show errors
    No errors.
    scott@ORA92> declare
      2    priceitem pe_cl.price_array := pe_cl.price_array(2, 5);
      3    nameitem pe_cl.item_array := pe_cl.item_array('item a', 'item b', 'item c');
      4  begin
      5    pe_cl.p_proc
      6        (id_clt    => 900,
      7         nameclt   => 'MIKE',
      8         priceitem => priceitem,
      9         nameitem  => nameitem);
    10    COMMIT;
    11  end;
    12  /
    PL/SQL procedure successfully completed.
    scott@ORA92> SELECT * FROM p_client
      2  /
    ID_CLIENT NAMECLIENT
           900 MIKE
    scott@ORA92> SELECT * FROM p_items
      2  /
    ID_CLIENT NAME_ITEM  PRICE_ITEM
           900 item a              2
           900 item b              5
           900 item c

  • ORA-22160 - element at index does not exist

    A script that I am running to load data into a table using bulk
    binding (using nested table variables and FORALL) produces an
    error
    "ORA-22160: element at index [77] does not exist".
    Just prior to the forall...insert... I report the size of each
    nested table variable using COUNT and get a number that is much
    larger than 77. I run a query on the data to see if the data
    got loaded despite the error message and it did get loaded. Is
    this a bug in Oracle 8.1.6 or is something else going on?
    sample code:
    dbms_output.put_line(i_sec_cn.count);
    dbms_output.put_line(i_twn_cn.count);
    dbms_output.put_line(i_sec_no.count);
    forall i in i_sec_cn.first..i_sec_cn.last
    insert into sections (cn,township_cn,section_no)
    values(i_sec_cn(i),i_twn_cn(i),i_sec_no(i));
    output excerpt:
    2687
    2687
    2687
    ORA-22160: element at index [77] does not exist

    A script that I am running to load data into a table using bulk
    binding (using nested table variables and FORALL) produces an
    error
    "ORA-22160: element at index [77] does not exist".
    Just prior to the forall...insert... I report the size of each
    nested table variable using COUNT and get a number that is much
    larger than 77. I run a query on the data to see if the data
    got loaded despite the error message and it did get loaded. Is
    this a bug in Oracle 8.1.6 or is something else going on?
    sample code:
    dbms_output.put_line(i_sec_cn.count);
    dbms_output.put_line(i_twn_cn.count);
    dbms_output.put_line(i_sec_no.count);
    forall i in i_sec_cn.first..i_sec_cn.last
    insert into sections (cn,township_cn,section_no)
    values(i_sec_cn(i),i_twn_cn(i),i_sec_no(i));
    output excerpt:
    2687
    2687
    2687
    ORA-22160: element at index [77] does not exist

  • Container passwd does not exist

    Hello
    I have a problem with the Directory Server 5.2 on a Solaris 10 System.
    I have make following steps:
    1. idsconfig started with this options:
    1 Domain to serve : mthnet.local
    2 Base DN to setup : dc=mthnet,dc=local
    3 Profile name to create : default
    4 Default Server List : 192.168.42.102
    5 Preferred Server List :
    6 Default Search Scope : one
    7 Credential Level : proxy
    8 Authentication Method : simple
    9 Enable Follow Referrals : FALSE
    10 iDS Time Limit :
    11 iDS Size Limit :
    12 Enable crypt password storage : TRUE
    13 Service Auth Method pam_ldap :
    14 Service Auth Method keyserv :
    15 Service Auth Method passwd-cmd:
    16 Search Time Limit : 30
    17 Profile Time to Live : 43200
    18 Bind Limit :
    When i testing the server with ldapsearch is this the output:
    ou=profile,dc=mthnet,dc=local
    ou=profile
    objectClass=top
    objectClass=organizationalUnit
    cn=proxyagent,ou=profile,dc=mthnet,dc=local
    cn=proxyagent
    sn=proxyagent
    objectClass=top
    objectClass=person
    userPassword={crypt}c7O14yBojLda2
    cn=default,ou=profile,dc=mthnet,dc=local
    objectClass=top
    objectClass=DUAConfigProfile
    defaultServerList=192.168.42.102
    defaultSearchBase=dc=mthnet,dc=local
    authenticationMethod=simple
    followReferrals=FALSE
    defaultSearchScope=one
    searchTimeLimit=30
    profileTTL=43200
    cn=default
    credentialLevel=proxyThe server is also running! Then i add a client to ldap, but, it is only possibal manual. When i testing the client i have following output:
    ou=profile,dc=mthnet,dc=local
    ou=profile
    objectClass=top
    objectClass=organizationalUnit
    cn=proxyagent,ou=profile,dc=mthnet,dc=local
    cn=proxyagent
    sn=proxyagent
    objectClass=top
    objectClass=person
    userPassword={crypt}c7O14yBojLda2
    cn=default,ou=profile,dc=mthnet,dc=local
    objectClass=top
    objectClass=DUAConfigProfile
    defaultServerList=192.168.42.102
    defaultSearchBase=dc=mthnet,dc=local
    authenticationMethod=simple
    followReferrals=FALSE
    defaultSearchScope=one
    searchTimeLimit=30
    profileTTL=43200
    cn=default
    credentialLevel=proxyOkay, now i will add the /etc files to the server with this command:
    ldapaddent -D "cn=Directory Manager" -w dm_test -f /var/tmp/passwd passwdIt's not possible, i give a error message:
    Container passwd does not exist
    But, where is the problem? I have no idea where the probelm is.
    Can you help me?
    Sorry for my bad english!
    Message was edited by:
    MTH

    I think you got to run idsconfig and add SSDs (container for name service databases).
    Do you wish to setup Service Search Descriptors (y/n/h)? [n] y
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit] A
    Enter the service id: passwd
    Enter the base: ou=People,dc=example,dc=com
    Enter the scope: one
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit] A
    Enter the service id: group
    Enter the base: ou=group,dc=example,dc=com
    Enter the scope: one
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit] A
    Enter the service id: shadow
    Enter the base: ou=People,dc=example,dc=com
    Enter the scope: one
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit] A
    Enter the service id: netgroup
    Enter the base: ou=netgroup,dc=example,dc=com
    Enter the scope: one
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit]
    Summary of Configuration
    1 Domain to serve : example.com
    2 Base DN to setup : dc=example,dc=com
    3 Profile name to create : default
    4 Default Server List : ldap1.example.com ldap2.example.com
    5 Preferred Server List :
    6 Default Search Scope : one
    7 Credential Level : proxy
    8 Authentication Method : simple
    9 Enable Follow Referrals : FALSE
    10 iDS Time Limit :
    11 iDS Size Limit :
    12 Enable crypt password storage : TRUE
    13 Service Auth Method pam_ldap :
    14 Service Auth Method keyserv :
    15 Service Auth Method passwd-cmd:
    16 Search Time Limit : 30
    17 Profile Time to Live : 43200
    18 Bind Limit : 10
    19 Service Search Descriptors Menu
    Enter config value to change: (1-19 0=commit changes) [0] 19
    Do you wish to setup Service Search Descriptors (y/n/h)? [n] y
    A Add a Service Search Descriptor
    D Delete a SSD
    M Modify a SSD
    P Display all SSD's
    H Help
    X Clear all SSD's
    Q Exit menu
    Enter menu choice: [Quit] P
    Current Service Search Descriptors:
    ==================================
    passwd:ou=People,dc=example,dc=com?one
    group:ou=group,dc=example,dc=com?one
    shadow:ou=People,dc=example,dc=com?one
    netgroup:ou=netgroup,dc=example,dc=com?one
    =====
    If you have done correctly, later you should be seeing a line:
    5. Top level "ou" containers complete.
    ...

  • APP-PAY-06153: System Error : Procedure pay_us_emp_dt_tax_rules.insert_fed_tax_row - ORA-20001: &1 element does not exist or has not linked to pay at step 4

    Hi Experts,
    I'm finding the below mentioned error while I'm saving assignment with Salary Basis, Location and Payroll.
    APP-PAY-06153: System Error : Procedure pay_us_emp_dt_tax_rules.insert_fed_tax_row - ORA-20001: &1 element does not exist or has not linked to pay at step 4.
    Please note that I am able to save the record if I do not any one of Salary Basis, Location. Payroll. It is basically happening on creating default tax.
    Can anyone pleas let me know if you have facing the above error and resolved?
    Guru

    Hi Guru,
    Did you check -
    Error Saving A Salary Basis - pay_us_emp_dt_tax_rules.Insert_fed_tax_row (Doc ID 302878.1)
    Cheers,
    Vignesh

Maybe you are looking for

  • DHTML hotspots don't work when linked from Framemaker

    I'm using Adobes Technical Communication Suite 4 on a 30-day trial to determine how well it will work for single-source publishing. I'm familiar with Robohelp (having used it for over a year) but have had almost no experience with Framemaker (and non

  • Bootcamp 5 + 3TB HD: The startup disk must be formatted as a single Mac OS Extended (Journaled) volume

    Hi all, I installed a brand new 3TB Seagate Barracuda HD in my iMac late 2009 after read that apple provides a patch to use 3TB discs with bootcamp with 10.8.3. I tried to install windows in my 3TB disc 4 o 5 times, reinstalling from scratch, formatt

  • D800 RAW files will not open in Photoshop CS6

    I have just installed the CS6 upgrade to Photoshop CS4 Extended, but now the software will not read the RAW files from my D800. I have followed Adobe's instructions to check that I have the correct RAW plug-in (7.0.0.308) which I have.  I have uninst

  • I am having trouble printing 4x6, 1" bottle cap images, they are printing too small

    I have a new iMac and cannot get standard 1" bottlecap images to print to the correct size. They print slightly smaller than 1". They are printed on 4"x6" photo paper. I am selecting that size when I print. I also can print from photoshop. Thanks for

  • FOLDERS NOT DISPLAYING.

    Folders display; When I click on EMAIL SETTINGS, "Blocking" is not listed as an option 2. In Conversations: All my folders are not listed or accessible by scrolling. (When I called in and spoke to a real person, he told me that all folders would be a