How to specify multiple org-unit in "dsadm request-cert"?

Hi,
We are trying to use dsadm to create a certificate request for one of our SunDS instances, and our CA requires that, in our case, the certificate subject string has multiple "org-unit"s, i.e, the cert subject string in the request needs to have something like "CN=myhost.whatever.com,OU=xx,OU=yy,etc.".
However, when we try to run dsadm with more than one "--org-unit" parameter, it doesn't seem to allow this.
Does anyone know what the command line for dsadm would be in this case?
Thanks,
Jim

Use option --subject : it let you compose the subject DN freely.                                                                                                                                                                                               

Similar Messages

  • Org unit reporting to multiple Org units

    Hi,
         We have set the A002 relationship as time constraint 002 and the B002 is set up as time constriant 3 but we are still able assign the org unit to report to multiple org units. Can you please let me know how to fix this issue.
    Thanks
    Vick

    Hi,
    Change the reporting relationshipp time constraint as 1
    Regards,
    Nitin

  • How to specify multiple listeners in the init/spfile

    hi experts,
    can u explain me How to specify multiple listeners in the init/spfile ?

    you do not specify linsteners in spfile.
    The easiest way to configure more listeners is to use Net Configuration Assistant tool.

  • How to get subordinate org units for a given org unit within specific dates

    hi,
    How to get subordinate org units for a given org unit within specific dates

    Use the following Func module ..
    HRWPC_RFC_STRUCTURE_GET
    *--Get the sub org.unts for the given selection.
        CALL FUNCTION 'HRWPC_RFC_STRUCTURE_GET'
          EXPORTING
            ROOT           = root_org   <-- Give the Org unit 
            EVPATH         = 'O-O_DOWN'
            BEGDA          = s_date-low
            ENDDA          = s_date-high
          TABLES
            T_OBJEC        = t_objec
            T_STRUC        = t_struc
          EXCEPTIONS
            NOTHING_FOUND  = 1
            INTERNAL_ERROR = 2
            OTHERS         = 3.
        IF SY-SUBRC <> 0.
          MESSAGE i000 WITH 'No Sub Orgunits for ' s_objid-low.
        else.
    *--Prepare final sub org.units tabl.
          loop at t_objec.
            if t_objec-objid ne s_objid-low.
              it_orgunit = t_objec-objid.
              it_orgunit-begda   = t_objec-begda.
              it_orgunit-endda   = t_objec-endda.
              APPEND it_orgunit.
            endif.
          endloop.
        endif.

  • How to set multiple operating units in before report trigger

    hi all
    can any one help me out in getting clear in how to set multiple operating units in before report trigger in oracle report.
    as we set single operating unit (mo_global.set_policy.context('S',81); as 81 is my operating unit).then who to set for multiple operating unit at run time.

    Sounds like eBusiness Suite, right? Better ask this in the appropriate forum.

  • Dsadm request-cert

    using DSEE7
    dsconf set-server-prop ssl-rsa-cert-name:mycertalias
    ...lets you use a signed certificate for your instance. but the cert is tied to the hostname when you generate the initial request using dsadm.
    dsadm request-cert name $(hostname).$(domainname) org blah city London state London --country GB -o /tmp/$(hostname).cert.req -F ascii /instance/dir
    questions:
    - can I use a wildcard cert?
    - does dsadm request-cert support the SubjectAltName tag?
    - plan B - i'd like to connect via 1 interface for secure traffic and another interface for non-secure, so does anyone have any better suggestions for connecting to a single dsee instance using TLS:Simple ssl on a multi-homed network environment?

    the short answer is yes.. you can use a wildcard cert. generate as normal.
    dsadm request-cert name $(hostname)*.$(domainname) city ......
    All badness shown in the error logs!
    [22/Feb/2010:17:09:24 +0000] - ERROR<4753> - SSL - conn=-1 op=-1 msgId=-1 - Security Initialization: Can't find certificate (*) for family cn=rsa,cn=encrypt
    ion,cn=config (error -8174 - security library: bad database.)
    (this was because the alias name I used to import the cert had a * )
    I requested, resigned & reimported a new cert with a cert db alias of '$(hostname).wc' instead of '$(hostname)*' and glorious SSL magic happens! :-)

  • How to find delimited ORG unit in a report?

    Hi All I need to find the org unit's which doesn't have end date as 12/31/9999 and delimited within 2 years in my report?
    How can we achieve this ...waiting for reply
    PS: I believe there is no LDB required..
    Regards
    Sas

    >
    > Hi,
    > Where are you stuck?
    >
    >
    HRP1000 table, field - OTYPE(check for "O" for org unit).
    > get the difference between BEGDA and GDATE(delimited on) and check if it's more than two years.
    >
    > Regards,
    > Sumit
    I want ORG UNITS whose END DATE is within 2 years????
    I Will give you scenarios
    If HRP1000 table has changed for some reasons'  and 5000(ORG UNIT) will create 2 records
    Ex: 5000  jan 1 2005 dec 31 2009
                    jan 1 2010 12/31/9999
    This 5000 should't pick up as it has end date 12/31/9999 ok...
    EX: 5001         JAN 1 2006  OCT 1 2007
                           OCT 1 2007   MAY 5 2009
    Last record:    MAY 6 2009  Feb 6 2010
    So this 5001 org unit should pick up as this last date is FEB 6 2010.
    Sas
    Edited by: saslove sap on May 3, 2010 1:59 PM

  • How to enter customised Org Units in R/3 system

    Dear Members,
    Can we have our own Org Units in R/3 apart from the standard ones that are supplied by the SAP?
    If so how can we maintain in R/3 systems, when we tried to enter to have own values for
    WERKS for MM01 transaction via M_MATE_WRK object from SU22/SU24 transactions.
    The system is throwing that we cannot enter maintain Org Unit it manually,
    Could you please provide us the information and it would be highly appreciated,
    Regards
    Ratan.

    Hi Ratan,
    Can we have our own Org Units in R/3 apart from the standard ones that are supplied by the SAP?
    Yes. You can convert a field into Org Unit using PFCG_ORGFIELD_CREATE. However, if you are converting an existing field, you should adjust the existing roles manually.
    If so how can we maintain in R/3 systems, when we tried to enter to have own values for
    WERKS for MM01 transaction via M_MATE_WRK object from SU22/SU24 transactions.
    You can't maintain the values in SU22/Su24. They should be maintained individually at the role level.
    The system is throwing that we cannot enter maintain Org Unit it manually,
    Yes. This is the behavior.
    As mentioned, the org.values should be maintained at the individual roles.
    Regards,
    Raghu

  • How to assign & changed org. unit to employee Id

    Hi
    We want to move some employees from one organizational unit to newly created one in transaction code PPOM_OLD.
    In PPOM_OLD i created new Org. unit ,assign position then assigned existing employee pernr.
    But when i see in PA30 the organizational unit remains same.
    Even when i observed in PA0001 table i can see two entries for one employee number the old entry is with organizational unit where as new one doesn't have organizational unit at all
    Please guide me how can i do changes.
    Best Regards

    Dear Raza,
    Go to pa30- given the Perner-select infotype action 0000-period- all-click on overview
    Now you can view all records related to infotype action-select the new created records-choose icon delete.
    Now create the new organization unit, Position & their relationships through t-code pp01.
    now transfer of employee from old position to new position through action tcode –pa40- select appropriate personal action (promotion, reorganization, transfer etc.)
    Put the perner and effective date –execute –in next steps change details as per requirement i.e. in second part- organ. Assignment –
    New position details –xxxxxxxx  /Personnel area-xx/Employee group-x/Employee sub group-xx
    Save.
    System goes to next info type  0001-
    In the same way give the require details & save.

  • Wrong Org unit determination when a user is assign to multiple Org unit

    Hi Experts,
    I have a user who is assigned 3 org units. All the three fall under the same parent of Org unit.
    Now when the user logs in & executes the tcode CIC0, she gets a pop up asking to selet a Org unit out of the 3 available option.
    No matter what the user selects, system always pick the first Org unit ignoring the selection made by user.
    We are using SAP CRM 4.0 win client version.
    I went through the below link but this did not have any solution
    Multiple business roles and org data determination
    Please help!!!
    Please refer the screenshot
    http://img213.imageshack.us/img213/989/cic0q.jpg

    Hi Joaquin,
    When the user log in he gets a pop up asking to choose a Org unit, please refer the screenshot in my previous post.
    No matter what he selects, it the first Org structure gets assigned.
    Please refer the screenshot below
    The business activity screen shows the 1st Org unit. Hence user thinks he has selected the the 2nd org unit creates a Business activity but that gets assign to the wrong org unit unless it is changed manually.
    http://img528.imageshack.us/img528/2821/businessactivityscreen.jpg
    Is it because they both have the same profile

  • /em/console/notif/addMetrics, How I specify multiple file systems?

    People,
    In EM 10gR2,
    How do configure
    Filesystem Space Available (%)
    metric which I find here:
    /em/console/notif/addMetrics
    It seems obvious if I have just 1 file system to monitor.
    I just type in /u01 for example.
    How do I specify multiple file systems?
    Do I separate each file system name by a comma:
    /u01, /u02, /u03
    ...Peter
    http://GoodJobFastCar.com

    You can use like /u0*

  • I have created org units wrongly in om, how to delete these org units ?

    plz can anyone help me.

    Hi,
    go to PPOME transaction code select org unit right click and delete.
    you can try this report RHRHDL00 but you need to delete or delimit existing relationship first.
    Regards

  • Printing: How to specify multiple copies on a print job.

    In my app, when a user prints, they are presented with a dialog that allows them to specify the number of copies to print.
    The print dialog is invoked with the following code:
    PrintService service =
    ServiceUI.printDialog(
    null,
    x,
    y,
    services,
    PrintServiceLookup.lookupDefaultPrintService(),
    null,
    attributes);
    I then set this service as the printService for the job:
    printerJob.setPrintService(service);
    printerJob.print();
    The only issues is that when the user updates the number of copies they require for printing on the printDialog, this information is not applied when the print service is set on the job (so one copy is only ever printed).
    I know I can use the printerJob.setCopies(int) method. But my issue is I cannot obtain the integer value to pass to that method. Any idea how to obtain that value?? ( I assumed that it should be available from the 'service' variable returned by the dialog - but alas no!).
    Any thoughts??

    /*  Copyright 2002 Kei G. Gauthier, Suite 301, 77 Winsor Street, Ludlow, MA  01056 */
    import java.awt.*;
    import java.awt.Graphics2D;
    import java.awt.print.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class PrintMe implements Printable {
      int currentPage = -1;
      JTextPane printPane;
      double pageEndY = 0;
      double pageStartY = 0;
      boolean scaleWidthToFit = true;
      PageFormat pFormat;
      PrinterJob pJob;
      protected PrintMe() {
        pFormat = new PageFormat();
        pJob = PrinterJob.getPrinterJob();
      private Document getDocument() {
        if (printPane != null) return printPane.getDocument();
        else return null;
      private boolean getScaleWidthToFit() {
        return scaleWidthToFit;
      private void pageDialog() {
        pFormat = pJob.pageDialog(pFormat);
      public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) {
        double scale = 1.0;
        Graphics2D graphics2D;
        View rootView;
        graphics2D = (Graphics2D) graphics;
        printPane.setSize((int) pageFormat.getImageableWidth(),Integer.MAX_VALUE);
        printPane.validate();
        rootView = printPane.getUI().getRootView(printPane);
        if ((scaleWidthToFit) && (printPane.getMinimumSize().getWidth() >
        pageFormat.getImageableWidth())) {
          scale = pageFormat.getImageableWidth()/
          printPane.getMinimumSize().getWidth();
          graphics2D.scale(scale,scale);
        graphics2D.setClip((int) (pageFormat.getImageableX()/scale),
        (int) (pageFormat.getImageableY()/scale),
        (int) (pageFormat.getImageableWidth()/scale),
        (int) (pageFormat.getImageableHeight()/scale));
        if (pageIndex > currentPage) {
          currentPage = pageIndex;
          pageStartY += pageEndY;
          pageEndY = graphics2D.getClipBounds().getHeight();
        graphics2D.translate(graphics2D.getClipBounds().getX(),
        graphics2D.getClipBounds().getY());
        Rectangle allocation = new Rectangle(0,
        (int) -pageStartY,
        (int) (printPane.getMinimumSize().getWidth()),
        (int) (printPane.getPreferredSize().getHeight()));
        if (printView(graphics2D,allocation,rootView)) {
          return Printable.PAGE_EXISTS;
        else {
          pageStartY = 0;
          pageEndY = 0;
          currentPage = -1;
          return Printable.NO_SUCH_PAGE;
      protected void print(JTextPane pane) {
        //pane = (JComponent)new JTextPane();
        setDocument(pane);
        printDialog();
      private void printDialog() {
        if (pJob.printDialog()) {
          pJob.setPrintable(this,pFormat);
          try {
            pJob.print();
          catch (PrinterException printerException) {
            pageStartY = 0;
            pageEndY = 0;
            currentPage = -1;
            System.out.println("Error Printing Document");
      private boolean printView(Graphics2D graphics2D, Shape allocation, View view) {
        boolean pageExists = false;
        Rectangle clipRectangle = graphics2D.getClipBounds();
        Shape childAllocation;
        View childView;
        if (view.getViewCount() > 0) {
          for (int i = 0; i < view.getViewCount(); i++) {
            childAllocation = view.getChildAllocation(i,allocation);
            if (childAllocation != null) {
              childView = view.getView(i);
              if (printView(graphics2D,childAllocation,childView)) {
                pageExists = true;
        } else {
          if (allocation.getBounds().getMaxY() >= clipRectangle.getY()) {
            pageExists = true;
            if ((allocation.getBounds().getHeight() > clipRectangle.getHeight()) &&
            (allocation.intersects(clipRectangle))) {
              view.paint(graphics2D,allocation);
            } else {
              if (allocation.getBounds().getY() >= clipRectangle.getY()) {
                if (allocation.getBounds().getMaxY() <= clipRectangle.getMaxY()) {
                  view.paint(graphics2D,allocation);
                } else {
                  if (allocation.getBounds().getY() < pageEndY) {
                    pageEndY = allocation.getBounds().getY();
        return pageExists;
      private void setContentType(String type) {
        printPane.setContentType(type);
      private void setDocument(JTextPane pane) {
        printPane = new JTextPane();
        setDocument(pane.getContentType(),pane.getDocument());
      private void setDocument(String type, Document document) {
        setContentType(type);
        printPane.setDocument(document);
      private void setScaleWidthToFit(boolean scaleWidth) {
        scaleWidthToFit = scaleWidth;
    }

  • How to specify multiple message bundles in faces-config.xml

    Hi
    I have different properties file which I want to use as message bundle.
    Message.properties
    Help.properties
    When I specify this in faces-config.xml
    <application>
    <message-bundle>/Message</message-bundle>
    <message-bundle>/Help</message-bundle>
    </application>
    and now when I try to use that in my jsp page like this
    <f:loadBundle basename="/Message" var="message"/>
    <f:loadBundle basename="/Help" var="help"/>
    and access any messagestring from those files I can not excess either of them. But when I use only one of them it works fine.
    Am I doing something wrong or I can not do this thing at all??
    Thanks in advance.

    I only specify one properties file in the <application> tag. That one is used for system messages. I have other properties files for labels, and another for just standard app text, so in my faces-config.xml I have something like this:
    <application>
    <message-bundle>message</message-bundle>
    <locale-config>
    <default-locale>en</default-locale>
    </locale-config>
    </application>
    where my message.properties is used for system messages (validation, etc).
    I don't list the other property files there. I have two more that I use, labels_en.properties, and standard_en.properties. Labels are words that have a : at the end or a *: for required fields. Standard are just other words that I use in my application. So on every page that I have, I start out with the following header:
    <html>
    <f:view locale="en_US">
    <head>
    <f:loadBundle basename="label" var="label"/>
    <f:loadBundle basename="standard" var="standard"/>
    <title>
    .....

  • How to specify multiple sequence for multiple fields in a primary key!

    Hi,
    i have a table which has about 15 fields, one of the field is primary key and i am able to specify the sequence for it using toplink and when the object is created through toplink the sequence get generated automatically, which is fine.
    Now i have to add another sequence generated field to the table this field is not nullable and
    i am looking for a way in toplink to specify the sequence for this field too, so that when we create objects through toplink the value for the field is automatically generated instead of us fetching the next value from sequence using a sql statement and then using the set method for the field.
    is there a way i can specify a sequence for another field through toplink, while keeping the sequence settings for the primary field untouched.
    thanks for your help!
    -

    TopLink only supports a single sequence field in its' mappings. There should be an API you can use to get another sequence number from an event, but I could not find an easy one (please log a bug for this on EclipseLink). The following code might work if you define the other sequence in TopLink, but you could also just execute the raw SQL as you are doing.
    i.e. something like,
    preInsert(DescriptorEvent event) {
    MyObject object = (MyObject) event.getObject();
    object.setOtherId(event.getSession().getDatasourcePlatform().getSequence("MY_OTHER_SEQ").getGeneratedValue(event.getSession().getAccessor(), event.getSession()));
    -- James : http://www.eclipselink.org

Maybe you are looking for

  • I can't watch videos on Nokia X2-01?

    Just now, I tried to watch a YouTube video on the phone but it say 'Subscribe to Packet Data First'. What does that mean? By the way, it usually works.

  • Process order confirmation reversal

    HI friends, I am cancelling a process order confirmation using T-code CORS. The confirmation cancellation is happening, but the goods movements are not reversed. Help in resolving will be much appreciated. Thanks in advance. Warm regards Vivek

  • Opening Word document - font not recognised

    Hi there, I have opened a document I wrote in word. The body text is Sylfaen. Unfortunately, as this font is not "supported" the document will not show the text in the body of the document. Is there an easy solution to this that aninternet troublesho

  • My camera stopped working in all modes ie facetime skype ect...

    My camera does not work front or back. Sometimes the back camera comes on, but stops quickly. The camera does not work using any application.

  • Projects created in trial version of captivate 8

    Hi A work colleage has a 30 trial version of Captivate 8 and has created a project in it which we are about to publish on our LMS.  But as I understand if their version of Captivate it is not fully licensed after 30 days the project will not work. Ho