Add attribute to standard objectclass

Hi,
is it possible to add user defined attributes to an standard
objectclass in iPlanet Directory Server 5.0 ?
I've created an attribute using ldapmodify and
than I tried to add this attribute to the objectclass inetorgprerson
using ldapmodify. First I tried to replace the obejctclass with the
new value. Error message : replace ist not allowed on the subschema
subentry .
Then I tried to delete the old and add the new value.
ERROR : not allowed to delete standard object classes.
In Versions 4.x it was simply possible by just editing the slapd.at.conf
and the slapd.oc.conf.
I know its not the right way to change standard objectclasses,
but the application we use just works with inetorgperson and
we need an additional attribute.
Any idea ??
Thanks in advance.
Peter

A small clarification, as you said that you have created a Zbor  , please confirm with the following points, you have done successfully,
1. HAve you tried to delegate the Z bor to the standard bor?
2. After creating a new Attribute in the Z bor have you tried to re-generate it?
3. IF you have successfully regenerated it then have you run the txn SWU_OBUF to refresh the buffer. ( mandatory )?
Can you please check the above points

Similar Messages

  • How add attribute to more than one user.

    Hi.
    I have long list of user, but their have no defined attribute O, OU and mailhost. I can add this attribute singly for user only separately.
    I woundering that how add attributes for more user by the same time.
    And who know, why though I have user in separately OU and O, the user have no attribute in Generic Editor for example. I can not use function Search in Server Console, because any user have no this attributes.
    If anybody know any solution , please help me

    O, and OU are not attributes, therefore you cannot search for them on any object under such o, or ou. In order to add any atribute to a user, the best way is to extend the user, inetorguser, etc., by creating a new class that inherits from any of the classes already existing for users. Then, create any new attribute, and add it to the class....Then run a big ldif adding objectclass: newclass to al the users or only to the users you want. It is easier to do it than to explain it, believe me.
    Good Luck!
    Enrique.

  • How to add attributes in Cost Objects via Data Bridge?

    Hi everyone,
    I need your help. I want to know if is possible to add attributes via Data Bridge in Cost Objects tables like the country or address of a customer?
    Thanks for all.
    Sincerely,
    Pedro Sousa

    Hi,
    Jef is right you need to use the different values in the "Attribute Flag" field for creating attribute hierarchy using data bridge.
    For attribute Hierarchy you need to use option 12 & 15 depending on your requirement.
    12  - Attribute Assignment  - Used for assigning attribute to a member of the main hierarchy
    15  - Attribute Hierarchy only - used for creating hierarchy within attribute hierarchy.
    As mentioned by Jef for details you can refer the Data bridge user guide section 4.3.
    Regards,
    Niraj

  • How to add Attributes to an asset? [URGENT]

    Hi,
    We are developing an application that need to add attributes to an asset depending on Product associated. Someone knows how to add the attributes automaticlly?
    FYI. We have not licensed the Configurator module.
    Please need an answer ASAP.
    Thanks

    Hi,
    We are developing an application that need to add attributes to an asset depending on Product associated. Someone knows how to add the attributes automaticlly?
    FYI. We have not licensed the Configurator module.
    Please need an answer ASAP.
    Thanks

  • CEWB - add Columns to standard Table control using enhancement

    hi,
    there is a table control in CEWB where i want to add a field from table STPO. Is this possible to add fields to standard tble control. If yes, what is the method? Enhncement or i read somewhere GUIXT. Whats that?
    Any help will be really appreciated.
    I hv got some list of BADIs, but none of them re triggering in the "Component assignment" screen:
    EWB_SELECTION
    CEWB_TSK_MENU_INTERN
    CEWB_TSK_MENU_EXTERN
    CEWB_OPR_MENU_INTERN
    CEWB_OPR_MENU_EXTERN
    CEWB_COM_MENU_INTERN
    CEWB_COM_MENU_EXTERN
    CEWB_CHA_MENU_INTERN
    CEWB_CHA_MENU_EXTERN
    CEWB_MST_MENU_INTERN
    CEWB_MST_MENU_EXTERN
    CEWB_GEN_MENU_INTERN
    CEWB_TSK_UPDATE
    CEWB_TSK_SCREENS
    ags.
    Edited by: ags on Jan 20, 2012 7:11 PM

    hi,
    I am able to do this using SAP GUIXT scripts. But since I am new to this Script would like to get some advice on it like is it best practice to use this technique in such situations? Also how do i make this change universl, like how should i deliver this develoipment to the customer nd other users? what kind of settings need to be done.
    Any hint will be really helpul.
    Thanks in advance.
    Ags.

  • How to add attributes to a DATS type characteristic

    I need to add some attiributes to a 0CALDAY type of characteristic.  I need to be able to do automatic time conversion in my transformations (e.g. from Cal Day to Cal Month or Cal Year).  I also need to have intelligent variable offsets in my queries too (e.g. the month of January-01 with a negative offset of 1 would be 12, not 00). 
    However I need to add some attributes to this Calendar Day characteristic such as "day of the week", "Week Number", etc...
    I need this as attributes and not as seperate InfoObjects such as 0CALDAY, 0CALMON, AND 0CALYEAR.  I need to be able to use the same date throughout my entire report, but then using the nav attributes, restrict based on what they selected in the variable screen.

    Hi Adam,
    It is not possible to define your own time characteristics or add attributes to any time characteristic.
    Time characteristics form the time reference frame for many data analyses and evaluations. They are delivered with Business Content.
    Examples:
    -->Timecharacteristic with the largest granularity: Calendar Day
    (0CALDAY)
    -->Time characteristic with the smallest granularity: Calendar Year
    (0CALYEAR) or Fiscal Year (0FISCYEAR).
    -Vikram

  • How to add attributes in the xml tag

    hi,
    i have two tables employee,department
    employee table
    empno number,
    empname varchar2(100),
    deptno number,
    department table
    deptno number,
    deptname varchar2(100)
    i want xml file in the above mentioned two tables.The xml file is as follows,
    <?xml version="1.0" encoding="UTF-8" ?>
    <EmployeeInfo>
    <Data type="employee">
    <empno>1</empno>
    <empname>siva</empname>
    <deptno>10</deptno>
    </data>
    <Data type="department">
    <deptno>10</empno>
    <deptname>IT</empname>
    </data>
    </EmployeeInfo>
    can anybody please give plsql code for this requirement.i need to add attributes in the xml tag.Its urgent
    By
    Siva

    A general example (based on the OE sample data/tables)
    SQL>SELECT XMLElement("Emp",
      2                     XMLAttributes(employee_id AS "id"
      3                                  , '10' "dept"),
      4                     first_name||' '||last_name) as result
      5 FROM   employees e
      6 WHERE  department_id = 10;
    RESULT
    <Emp id="200" dept="10">Jennifer Whalen</Emp>

  • How to add attribute to groups.

    When I add a groups, Identity askme name of group and member for suscrib. I need add attribute to groups, attribute that not exits in groupsofuniquenames.
    Thanks

    Hi Venkat,
    We don't make any design changes in production box. Usually you make changes in Development box then transport that object with request to Quality box. You test the changed object there, if no inconsistancies found you will transport the object to Production box with same request.
    In development box, if you want to add the new attribute to the characterstic, you need to delete the complete data in the characterstic.
    Thanks
    Sreekanth

  • How to add attribute to Element with SAX

    Hi,
    I'm parsing XML document with SAX using DefaultHandler.
    How can I add attribute to start tag?

    Is this right????????????Yes, it's right. Everything everybody except you has said in this thread has been right.

  • How to add attribute to already existing tag?

    Hello!
    Could you help me, please. I need to add attribute maxlegth to <h:inputTextarea>, but I don't know how to do it. Maybe, you know?

    <textarea> don't support maxlength by spec. You can use JavaScript instead.
    Or if you really want to create a custom component with this attribute added, check following tuts:
    http://www.jsftutorials.net/components/index.html
    http://www-128.ibm.com/developerworks/java/library/j-jsf4/
    http://java.sun.com/javaee/javaserverfaces/customcomponents.html

  • How to add attribute to Item ?

    Hi,
    I have a problem concerning OCS -> Content Service. I try to find out how scaleable the tool is. Do you know is it possible to add attribute to the Item? For example how to add some link to Document in repository?
    Best regards

    Content Services support adding attributes (we
    support Categories which are named collections of
    attributes) to documents.
    We also have support for document and folder links.so, there is no problem with adding an attribute to a document? Attribute could consist of a collection of links to any Document (Document, Folder etc.)?
    Regards

  • Add attributes dynamically to xmlelement

    Hello,
    I'm trying to adding attributes dynamically to an xmlelement. All the attributes are stored in a table.
    So what I did is creating a column that holds the attributes in one line e.g.: "sal"="1000" mgr="9827"
    So now I've a query like this:
    select XMLElement(evalname ename)
    from emp;Which gives me:
    <scott></scott>
    <james></james>...
    What I want to do is add that attribute to the element so I get
    <scott "sal"="1000" mgr="9827"></scott>...
    What I tried is:
    select XMLElement(evalname e1.ename, XMLAttributes(e2.my_attributes))
    from emp e1, (select ename, '"sal"="100" "mgr"="9876"' my_attributes from emp) e2
    where e1.ename = e2.enameBut that results in:
    <SCOTT MY_ATTRIBUTES="&quot;sal&quot;=&quot;100&quot; &quot;mgr&quot;=&quot;9876&quot;"></SCOTT>Anyone an idea how to get arround this? I tried with updateXML but I still have the quotes that get escaped.
    Or is there a better way to dynamically add attributes that are stored in a table?
    Thanks so much.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

    Couldn't get the attribute part dynamically in there yet. Maybe sth like this:
    SQL>  select * from xmltable('for $i in ora:view("emp")/ROW
                              return element {ora:view("dept")/ROW[DEPTNO=$i/DEPTNO]/DNAME}
                                        {for $j in $i/&#42; return attribute {$j/node-name(.)} {$j}}
    COLUMN_VALUE                                                                   
    <RESEARCH EMPNO="7369" ENAME="SMITH" JOB="CLERK" MGR="7902" HIREDATE="1980-12-17
    " SAL="800" DEPTNO="20"></RESEARCH>                                            
    <SALES EMPNO="7499" ENAME="ALLEN" JOB="SALESMAN" MGR="7698" HIREDATE="1981-02-20
    " SAL="1600" COMM="300" DEPTNO="30"></SALES>                                   
    <SALES EMPNO="7521" ENAME="WARD" JOB="SALESMAN" MGR="7698" HIREDATE="1981-02-22"
    SAL="1250" COMM="500" DEPTNO="30"></SALES>                                    
    <RESEARCH EMPNO="7566" ENAME="JONES" JOB="MANAGER" MGR="7839" HIREDATE="1981-04-
    02" SAL="2975" DEPTNO="20"></RESEARCH>                                         
    <SALES EMPNO="7654" ENAME="MARTIN" JOB="SALESMAN" MGR="7698" HIREDATE="1981-09-2
    8" SAL="1250" COMM="1400" DEPTNO="30"></SALES>                                 
    <SALES EMPNO="7698" ENAME="BLAKE" JOB="MANAGER" MGR="7839" HIREDATE="1981-05-01"
    SAL="2850" DEPTNO="30"></SALES>                                               
    <ACCOUNTING EMPNO="7782" ENAME="CLARK" JOB="MANAGER" MGR="7839" HIREDATE="1981-0
    6-09" SAL="2450" DEPTNO="10"></ACCOUNTING>                                     
    <RESEARCH EMPNO="7788" ENAME="SCOTT" JOB="ANALYST" MGR="7566" HIREDATE="1987-04-
    19" SAL="3000" DEPTNO="20"></RESEARCH>                                         
    <ACCOUNTING EMPNO="7839" ENAME="KING" JOB="PRESIDENT" HIREDATE="1981-11-17" SAL=
    "5000" DEPTNO="10"></ACCOUNTING>                                               
    <SALES EMPNO="7844" ENAME="TURNER" JOB="SALESMAN" MGR="7698" HIREDATE="1981-09-0
    8" SAL="1500" COMM="0" DEPTNO="30"></SALES>                                    
    <RESEARCH EMPNO="7876" ENAME="ADAMS" JOB="CLERK" MGR="7788" HIREDATE="1987-05-23
    " SAL="1100" DEPTNO="20"></RESEARCH>                                           
    <SALES EMPNO="7900" ENAME="JAMES" JOB="CLERK" MGR="7698" HIREDATE="1981-12-03" S
    AL="950" DEPTNO="30"></SALES>                                                  
    <RESEARCH EMPNO="7902" ENAME="FORD" JOB="ANALYST" MGR="7566" HIREDATE="1981-12-0
    3" SAL="3000" DEPTNO="20"></RESEARCH>                                          
    <ACCOUNTING EMPNO="7934" ENAME="MILLER" JOB="CLERK" MGR="7782" HIREDATE="1982-01
    -23" SAL="1300" DEPTNO="10"></ACCOUNTING>                                      
    14 rows selected.

  • Add attribute in ldap

    After viewing this page from Sun
    http://docs.sun.com/source/816-6128-10/confmbrs.htm#750819
    i tried adding a new field called iwtAuthMembership-age, in all the 3 files needed to be changed. The Membership.properties, iwtAuthMembership.xml, and register.html.
    I've added the new field in all the 3 files but still couldnt get it to work..
    Do i have to use ipsadmin to add attributes first in order to perform the task i've mentioned above? Please help me, it's really very urgent. thanks alot
    jimbo

    Hi,
    I'm also getting the same problem. Please update me if you got any solution for this problem.
    Thanks in advance
    bala

  • HL7 Outbound runtime error: "Mandatory attribute missing: Standard"?

    I am trying to develop an outbound HL7 v2 solution. I have a composite that picks up an XML message, transforms it to a HL7 v2 XML, popuates b2b. properties and hads the payload over to teh B2B. The partners and partnerships are, seemingly, OK. Yet, I get a runtime error "Mandatory attribute missing: Standard". What am I missing?
    The error (one of them anyway) looks like that below.
    Thanks in advance for any pointers that anyone may be able to offer.
    Regards
    Michael
    [2010-06-25T09:13:34.437+10:00] [AdminServer] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@157bfbf] [userId: <anonymous>] [ecid: 0000I_gFDdOESOYjLpyGOA1C8Mno0005_G,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 3df7286553d16a99:75be56fb:129629445e0:-7fd3-000000000000004e] [SRC_METHOD: synchedLog_J] Notification: notifyApp: Enqueue the exception message:[[
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>C0A8A4811296C3CD78A000001FFF4A70</correlationId>
    <b2bMessageId>34373438353435383437393236303338</b2bMessageId>
    <errorCode>B2B-51507</errorCode>
    <errorText>
    <![CDATA[
    Error Brief :
    XEngine error.
    ]]>
    </errorText>
    <errorDescription>
    <![CDATA[
    Error :
    Mandatory attribute missing: Standard.
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    <errorDetails>
    <parameter name="b2b.messageId" value="34373438353435383437393236303338"/>
    <parameter name="b2b.documentTypeName" value="ADT_A01"/>
    <parameter name="b2b.documentProtocolVersion" value="2.3.1"/>
    <parameter name="b2b.documentDefinitionName" value="ADT_A01_DocDef"/>
    <parameter name="b2b.documentProtocolName" value="HL7"/>
    <parameter name="b2b.messageType" value="1"/>
    <parameter name="b2b.fromTradingPartnerId" value="LocalHL7Receiver"/>
    <parameter name="b2b.fromTradingPartnerIdType" value="Name"/>
    <parameter name="b2b.toTradingPartnerId" value="127.0.0.1"/>
    <parameter name="b2b.toTradingPartnerIdType" value="MLLP ID"/>
    </errorDetails>
    </Exception>
    [2010-06-25T09:13:34.437+10:00] [AdminServer] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@157bfbf] [userId: <anonymous>] [ecid: 0000I_gFDdOESOYjLpyGOA1C8Mno0005_G,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 3df7286553d16a99:75be56fb:129629445e0:-7fd3-000000000000004e] [SRC_METHOD: synchedLog_J] Notification: deliverException: Send message to endpoint IP_IN_QUEUE

    Answering my own question - I needed to populate the Standard attribute of the outbound message with teh string HL7. I populated Version attribute with 2,3,1 just for a good measure. Things now work.

  • RE: how to add attributes in graphical modulator in segment builder .

    Hi Gurus,
    can you please help me how to add attributes in graphical modulator in segment builder in sap CRM 7.0 WEB-UI.
    thanks and regards
    satyanarayana
    Edited by: koradasatya on Oct 27, 2011 8:14 PM

    Hi Gurus,
    thanks for your reply my requirement from client is given below if you could answer this it will be a great help for me.
    WKSC needs to be able to make selections (in segment builder) with the possibilities to use stored data on organizations. The information we are missing in Segment builder (SB) (and Account search for industrycode) are Industrycode (we want to see values not codes) and responsible salesrep (values not codes).
    These variables together with regions and other marketing attributes is crucial for us. Without it we cannot use the functionality built.
    We also need it so that we can extract smaller parts of our customers and prospects and update them with information from the thirdparty or adding new persons to them.
    Everyone using the SB should be able to use the fields for selections. i.e. Marketers, marketing managers and power users.
    Example
    We would like to make selections that could look like this.
    Region: A and B
    Organization in Industrycode C
    Sales rep: D, E, and F
    Turnover: above 50000
    CP on selected orgs
    CP has title G or H
    CP has Email not blank
    thanks and regards
    satya

Maybe you are looking for

  • Is it possible to receive for multiple Warehouses in same Purchase Order?

    It is possible to have multiple lines with different shipTo warehouses in SAP B1. However, the print out of PO or Delivery only takes the address of the first PO line (as company set to use warehouse address in company setting). Is it possible to get

  • How to immediately released database connection in jclient form app ?

    Hello Steve, We want our jclient form application could immediately released database connection when its be closed, We had follow your Weblog technical paper about http://radio.weblogs.com/0118231/stories/2005/02/10/amPoolingConsiderationsForAdfJcli

  • Just got my airport express and it's NOT working (Help)

    Hi, I've just got my airport express 2 days a go and I've try many time to set it with my black macbook and my pc and it's not working at all... When I've plugged it, the ligth went grenn and then solid amber and then it flashed as it was suppose to

  • Is the page numbering broken?

    Whenever I add a blank page no page numbering comes with it.  The default page has numbering.  No matter what selections I make in the Inspector window no pages numbers come up.  If I turn the page numbering to none page numbers still appear.  Am I m

  • Customer Credit Account

    Hello I am unable to trace from where the customer credit account is considered in sales order. I was under the impression that the customer credit account is considered of the payer, however the sales order which has customer credit account is diffe