Managing organization unit using wlst or bpm webservice, is it possible?

Anyone could help me with this doubt?
Is possible add or del organization unit using wlst?
Exist a Bpm Service for that?
Thanks

The BPM API exposes a IBPMOrganizationService that can be leveraged to maniuplate OU's - http://docs.oracle.com/cd/E23943_01/apirefs.1111/e25378/toc.htm. You could write some logic and deploy it as a WSDL.

Similar Messages

  • How to start managed servers simultaneously using WLST?

    Hi folks,
    I am trying to write a simple script to provide a simple way to bounce my env, I am pretty much done. However, my script now starts (and stops) the managed servers sequentially which is not what I wanted.
    I am wondering if there is a way to start (and stop) the managed servers within a domain in parallel as I can definitely do that using Admin Console.
    I do have an idea in mind:
    Write a simple python script to start/stop a single managed server, then use another shell script to trigger the python script in background mode.
    But I think this approach is really ugly, and am wondering if there is a native way to do that in WLST.
    Thanks for your repose in advance.

    This does not solve my problem, what I am trying to do is to being a an indefinite about of managed servers at the same time, not all the managed servers.
    For example, suppose I have 5 clusters in a domain, and there are 3 servers in each cluster. I might want to bring up all the major servers first at the same time,
    which mean to bring up one server in each cluster at the same time.
    Please help.

  • Oracle Wallet Manager: Organizational Unit containing "&"

    Hello,
    I would like to use an existing ssl certificate for Oracle Application Server 10.1.3.1. This Certificate is issued for an like Identity "CN=server.domain.com, OU=foo&bar, O=Company, L=City, ST=State, C=DE".
    If I try to create the corresponding certificate request, the OWM says "certificate request couldn't be created. Check user information.". If I remove the "&", every thing works fine.
    Is there any possibility to use an organizational unit containing "&"?
    Thanks for any help in advance.
    Best regards
    Ralf

    Hi Ralf!
    Just try to encapsulate the OU in " " . So this should be OU="foo&bar"
    cu
    Andreas

  • Problem about Organization Unit and Role in BPM

    Hi,
    I am developing BPM project which have some roles and will be deployed for many organization. In JDev, I want to assign users to each role and organization and when the project is deployed to WorkSpace, each user in specify org can only manipulate with his task (other user can not visible). I tried configure in Jdev and WorkSpace but it is working incorrecttly
    I used BPM, Jdev 11g.
    Some body help ?
    Thanks.

    Hi
    1. When you add new Roles, Users to Roles etc from JDev and Deploy it, ONLY for the first time deployment, all these information is added to the Workspace and you can see it in Admin tab of workspace. You should see them in one of the tables of soainfra like BPM_CUBE_ROLE like that. The point is, after first deployment, when you add more users to the same Role, they will not be reflected in Workspace. I guess this was Designed intentionally to avoid overwriting of users with every redeployment. The only way to add more Users or Edit Users for Each Role is from the bpm/workspace application with adminstrator Role.
    This makes sense also. Beacause when we develop any BPM Application, all we consider is the Roles names called as Studio Roles (or Swimlanes etc). They are just dummy and virutal Roles. We add all Tasks for each Role. Thats it. Then you Deploy them. And only in Workpace, we map these dummy studio Roles to the real Users from the Security Providers of that SOA/BPM Domain like from default seucrity provider or any external configured AD LDAP etc.
    Unless there is a very strong reason, I would not recommend to add Users/Groups etc to the Studio Roles in the JDeveloper itself. Worst case, after you deploy it, if you see any discrepencies, just delete the Roles from workspace admin. Redeploy your bpm app and it will create the new Roles.
    Thanks
    Ravi Jegga

  • How to determine the organizational unit using activity category  ????????

    Hello All
    We are working on CRM 7.0 , we need to have the organizational determination based on the activity category , I have put the activity category in the attribute list then I created a determination rule type responsibility and it is working fine in the simulation but after I assigned the determination rule to the transaction type the organizational unity could not be determined. I tried the BADI CRM_ORGMAN_BADI but it was not help.
    Any clues regarding this issue ?
    Regards
    Jacopo

    No answers

  • How to find cheif of Organization Unit.

    Hi,
    I am developing a report related to HR org management. Could anybody suggest me how to get chief of a organization unit using function module or select stmt. I have PERNR and I need to get who if the chief of that PERNR.
    Thanks,
    Ram

    Hi,
    - read EE's current org unit
    - use i.e. FM HRCM_ORGUNIT_MANAGER_GET passing it as objid and otype = 'O'  .
    You will get this org unit Manager.
    Note!
    There are plenty of functions you can use to achieve the same. The above is just an example.
    Regards
    Marcin

  • Can't fine WebServer configuration MBean using WLST

    I am trying to script the various log attributes (for access.log) on the weblogic.management.configuration.WebServerMBean
    using WLST. I have done the same before with wlshell. However I am having a problem
    finding that mbean use the WLST directory concept. I would presume it would be
    in <domain>/config/Servers/<server-name>/WebServer/<server-name>
    but all that is under that dir is WebDeployment.
    Can you share with me where I would find that MBean?
    Also, in the above directory path example, isn't <server-name> appearing twice
    a little redudant? If I have already navigated to Servers/<server-name> why should
    I need to navigate thru the <server-name> again when accessing other MBean beneath
    this directory?
    Thanks. I really think WLST is a great tool with tons of promise. We have automated
    the whole domain creation and managed server/cluster config with one script!

    Darryl Stoflet wrote:
    I am trying to script the various log attributes (for access.log) on the weblogic.management.configuration.WebServerMBean
    using WLST. I have done the same before with wlshell. However I am having a problem
    finding that mbean use the WLST directory concept. I would presume it would be
    in <domain>/config/Servers/<server-name>/WebServer/<server-name>
    but all that is under that dir is WebDeployment.
    Can you share with me where I would find that MBean?
    Also, in the above directory path example, isn't <server-name> appearing twice
    a little redudant? If I have already navigated to Servers/<server-name> why should
    I need to navigate thru the <server-name> again when accessing other MBean beneath
    this directory?All the MBeans as you may have already noticed are arranged in a
    hiearchical fashion, as you see in config.xml. So for example you have,
    Domain - <domain-name>
         |_ Servers
              |_ myserver
                   |_ COM
                   | |_ myserver -No Contained MBeans/children
                   |_ Log
                   | |_ myserver - No Contained MBeans/children
                   |
                   |_ WebServer
                        |_ myserver
                             |_WebDeployment
                                  |_ myWebDeployment
    As you can see when you are at the domain level and do a ls(), by
    default you will see the children MBean types under the Domain MBean
    instance. If you specify ls('a'), this will show the attribute names and
    values for the domain mbean instance. So, 'Servers' is a child of Domain
    MBeean and when you cd to 'Servers' and do a ls() it will show the
    available mbean instance names under Servers. You will cd to any
    instance, in this case 'myserver'. After cd'ing to myserver when you do
    a ls() you will see the child MBean types for the Server Instance and
    ls('a') shows the attributes and values for the mbean instance.
    Now cd to WebServer, and when you do a ls() it shows the instance names
    of WebServer and since there is only one instance it shows 'myserver'
    which is the name of the WebServerMBean instance. When you cd to this
    instance and do a ls(), it shows the children of this mBean which is
    WebDeploymentMBean.
    Hope this helped explain the confusion.. :-).
    Let me know if you have any questions.
    Thanls,
    -satya
    >
    Thanks. I really think WLST is a great tool with tons of promise. We have automated
    the whole domain creation and managed server/cluster config with one script!

  • Updating user with Org Units using NSAPI

    We have a requirement where we need to update users with different Organizational Units using an external system. The integration guide lists an NSAPI that might be used for this operation, Create/Update Person. This just says that we need to use the XML received from a Get person details API and use it as a request XML.
    The problem we are facing is figuring out where to place the new Org Unit details in the request XML.Would anyone know about that detail.
    Is this even the correct API for achieving the requirement or are we looking at the wrong thing here

    Hi,
    I've changed the input type to select(multiple) for that field and it works fine when I order it from the portal directly. Its able to set multiple values into the field when an sql query return more than one row.
    The problem only occurs when I use the RAPI for making a request to that service.
    The structure I use for passing data to that field is:
                       <req:Field>
                             <req:name>FieldName</req:name>
                               <req:value>                             
                                  <req:string>Value1</req:string>
                                  <req:string>Value2</req:string>
                               </req:value>
                        </req:Field>
    which is what you've pasted above.
    Even if I stop sending any value to this field and only send values to other single value fields, it still gives the same error message.

  • Getting the organization unit of a responsibility used ...

    Hi,
    Are there any manners to get the organization unit according to the responsility the user selected...????
    For example...
    Assume that the user has the following responsibility:
    inventory employee <-----------role as a single inv. employee(access only to view)
    admin of inventory N234 <-----------role as an admin to this particular inventory(access to view, edit, check, ...)
    admin of inventory N239 <-----------role as an admin to this particular inventory(access to view, edit, check, ...)
    e.t.c..
    How is it possible to correlate the responsibilities 2,3 (of the above list) to the organization units(units of a company) coded as 234, 239 respectively..???
    I assume that this can be done using a profile (at responsibility level and/or user level)...In this case is there any profile name i can use..or i should create a new one...??? ----{I use the MO:Organization Unit to get the business group id/company}.
    Is it possible to acheive the above through the use of a form parameter...(but the question is how to correlate the specific to an organization unit responsibility to a code representing this unit (inventory N234) without the use of a profile - as a second manner)...???
    Note: I use 11.5.10 EBS
    Many thanks,
    Sim

    Hi Sim,
    One thing you need to be carefull about is in what context you need the ID of a certain organizational unit. There are different types of orgs that are in play at different times.
    e.g. Operating Unit is the securing attribute for many subledgers such as Order Management, Accounts Receivables/Payables, Purchasing.
    Inventory Unit is relevant when you look at Inventory Transactions, Costing, Planning etc.
    If we assume that you are only interested in INV orgs then whenever you enter a form that deals with inventory related issue the user is prompted to choose an organization and the choice results in setting the context variable MFG_ORGANIZATION for the session.
    If you want to control which Inventory Organization a user or responsibility has access to you go to Inventory > Setup > Organizations > Organization Access. Here you can restrict access by Responsibility. Take a carefull look into the help text to understand implications - I have copied the first couple of paragraphs:
    +You can specify which organizations a responsibility can access by mapping responsibilities to organizations. Once this mapping is set up, a user logging into an Oracle Manufacturing product is restricted to the organizations mapped to the responsibility chosen. The Change Organization window is restricted as well.
    Attention: Until you assign an organization to a responsibility in this window, all responsibilities have access to all organizations. Once you have restricted any responsibility to an organization, you must then explicitly define the organizations which all responsibilities can access.
    Attention: This feature does not restrict access once the user is in the product. Users with access to functions that cross multiple organizations (such as ATP, Inter-organization Transfers, Item Search, Multi-organization Quantity Report, and so on) can still specify any valid organization when running these functions.+
    /Niels LM

  • Use of organizational unit with org. Object type

    Hi,
    In What Scenario we will use organizational unit with org. Object type .
    Regards,
    Peter Son

    This technique works by matching codes entered in customizing tables against organizational objects in the organizational plan.
          E.g. A particular Sales Area can be related to an Organizational unit that represents all people in that Sales Area.
         SAP Organizational Objects
         Organizational entities (such as sales group, Distribution Channel, or purchasing organization) are represented by object types in the Business Object  Repository.
            The indicator organizational type in their basic data defines
            such object types as SAP Organizational Objects
         For Agent Determination, relationships are created between  SAP Organizational Objects (residing in BOR)  and the  Organizational Management objects.
         The agents are found by tracing these relationships.
    Thanks and Regards,
    Prabhakar Dharmala

  • How to Disable Group Manager Tab for Specific OU(Organizational Unit)

    Hi All,
    How can i disable Group Manager Tab for particular OU(Organizational Unit) in OAM 10.1.4.0.1? Where should i configure to disable this particular stuff?
    Can someone please give suggestions on this issue?
    Thanks,
    Ganesh

    Hi Ganesh,
    If you have many OUs under the searchbase that you want to include, but one that you want to exclude, then you could add a filter to the Group Manager tab (in Identity System Console/Group Manager configuration/Tabs menu item) like:
    (!(ou:dn:=mygroup))
    where mygroup is the ou that you want to exclude
    Depending on your ldap sctructure, it may be more appropriate to add searchbases that you want to include rather than use filters to exclude those that you don't want.
    Regards,
    Colin

  • Enable Node Manager debug using WLST

    Hi,
    I would like to enable debug for node manager using WLST instead of using the Admin console - by selecting the check box for "Debug Enabled" property under Environment > Machine > Configuration > Node Manager in the Admin console.
    I could locate the MBean name to 'NodeManagerMBean' and the property to 'DebugEnabled', but I'm not sure how to script it.
    Can anybody please guide me?
    Thanks in advance
    Edited by: vikascv on Apr 29, 2009 9:23 AM

    Here you go
    Enable Node Manager debug using WLST
    <a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free at Togotutor)
    def connection_to_Admin():
    try:
    connect(username, password, URL)
    except wlst.WLSTException, ex:
    print "Caught exception while connecting: %s" % ex
    else:
    print "------- Connected successfully! ---------"
    connection_to_Admin() #Calling the connect Function
    edit()
    startEdit()
    cd('/Machines/MS1/NodeManager/Machine_1')
    cmo.setDebugEnabled(true)
    activate()
    Thanks
    Togotutor
    <b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b><</td>

  • Organizational Unit is managed by Position

    i want to know which organizational Unit is managed by which position i.e. which is the chief position in particular Organizational unit.
    In which table i can get this relation ship.

    hai..
    standard reports are available in easy access
    Existing Organizational Units (Report RHXEXI00)
    Staff Functions for Organizational Units (Report RHXSTAB0)
    Organizational Structure with Persons (Report RHXSTR02)
    Organizational Structure with Work Centers (Report RHXSTR02)
    Existing Jobs (Report RHXEXI02)
    Job Index (Report RHSTEL00)
    Job Description (Report RHXDESC0)
    Complete Job Description (Report RHXSCRP0)
    Periods for Unoccupied Positions (Report RHFILLPOS)
    Existing Positions (Report RHXEXI03)
    Staff Assignments (Report RHSBES00)
    Position Description (Report RHXDESC1)
    Staff Functions for Positions (Report RHXSTAB1)
    Authorities and Resources (Report RHXHFMT0)
    Planned Labor Costs (Report RHSOLO00/RHXSOLO00)
    Vacant Positions (Report RHVOPOS0)
    Obsolete Positions (Report RHVOPOS1)
    Complete Position Description (Report RHXSCRP1)
    Reporting Structure without Persons (Report RHSTR05)
    Reporting Structure with Persons (Report RHSTR04)
    Existing Work Centers (Report RHXEXI05)
    Work Centers per Organizational Unit (Report RHXSTRU06)
    Existing Tasks (Report RHXEXI04)
    Activity Profile of Positions (Report RHXSTR07)
    Activity Profile of Positions with Persons (Report RHXSTR08)
    Existing Objects (Report RHEXIST0)
    Structure Display/Maintenance (RHSTRU00)
    Reporting on an Infotype (Report RHINFAW0)
    Starting an HR Report (Report RHPNPSUB)

  • Organizational unit as an agent using an expression

    Hi SAP Experts,
    Is it possible to assign an organizational unit as an agent for my task using an expression. The organizational unit to be used is stored in a container. Since it is possible for users to be stored in a container and used as an agent for tasks, I was wondering if this is possible for organizational units. Is it the same as adding US to the user id and storing it to a container?  Do I use the OBJID of the org unit? Thanks in advance!

    Thanks for the reply. Yes I'm aware that that's possible the organizational unit is slected from conditions that's why it has to be stored in a container. But anyway this is solved. Thanks!

  • CATC  report using Organizational unit

    hello friends,
    I am coming across one problem in CATC.
    Here i give following data input:
    Data selection period: give dates from & to
    Company code: 009
    Organization unit: 2022400
    Period type: 1 (Daily data entry)
    When I executes the transaction, the error is seen as:
    System error:
    Message no. LR666
    Diagnosis
    An internal error has occurred.
    on investigation, Org 2022400 has 50 persons assigned and in those, only for one personal number, this error is coming.
    If i exclude this person and execute the tode, it is running fine.
    (But, If we execute the Tcode with Period type as 2- Weekly data entry, then report is executing without any problem for this person also)
    But we want to have the report executed with giving orgunit as input and Period type: 1.
    can we find out what will be the problem with this single person? why it is not supporting the period type 1.
    Thanks,
    Madhu

    Hi Robert,
    it should be possible to do that by modifying your method filter. Method filters are used to control the range of models, objects, relationships and attributes that can be used. You can change an existing filter or create a new one depending on your requirements. Go to the Administration modul and expand "configurations/filter" for your server.
    I don't know anything about your requirements but let me add one more comment. If you add the organisation object as mentioned above, your BPMN model will not be standard conform anymore. From my point if view this is something you really need to consider in advance (and you should avoid). If you change the range of objects the model might not be readable for other (future) modelers in your team. You also need to document all of these modifications in your personal "method manual". Overall I would not recommend it!
    The Function Allocation Diagrams are very similar to the EPC. The FAD has nearly all objects available as the EPC, and has the same connections between functions and other objects. This is why you can use the Organizational Unit there - it uses another "standard". The FAD has been developed in order to restrict the detail of EPCs. Use FADs to further describe a function - as it is for the SOA Extensions (Automated Activity, Human Task, Business Rule, Notification).
    Please let me know if you need some more details.
    Best regards,
    Danilo

Maybe you are looking for