Self service - request for groups - OIM

I would like to allow end-user to request groups from end-user interface?
I would appreciate your guidance...
Out of the box only resources are available for request.

I can suggest you one approach to meet this req.
1. Create a scheduler which will fetch all groups(findGroups()) in OIM and write the result to Lookup, say Lookup.OIM.Groups
2. Create a Process Form with a a field as Groups and make the field type as lookup type and attach the lookup Lookup.OIM.Groups to this field.
3. Create an adapter which would use addMemberUser() in groupOperations and adds the user to specific group.
4. Create a RO, say "Provision Groups" then create a Process Def and attach the above created adapter to process task, say "Add User to OIM group".
Have an approval process in place which allows users to select a group and request for approval. Once approval completes the task "Add User to OIM group" gets called which adds the user to specific group.
It would be better if you show Groups field in child form which allows user to add more groups.
This is one approach which i can think of as of now.
lets see what experts say..

Similar Messages

  • Self Service Requests for OIM Access Policies

    In the absence of a Role Management product, is there a good way to enable OIM End User Self Service to process requests and approvals for OIM Access Policies or OIM Groups?
    Any suggestions are appreciated!
    KC

    Ultimately the group membership will trigger an access policy. The access policy assignment is the goal, the group assignment is the typical method to assign the access policy to the user.
    When creating a dummy resource, I assume that resource would have a lookup on the form to select the group name. Is this what you are suggesting?
    KC

  • Custom Self-Service Request

    Hi All,
    I have created a custom Self-Service Request i.e. "CASH ADVANCE" using EIT.Done all the setup in
    HR & AME(Approvals upto 2 positions up.What i have done the setup:
    1) Created an EIT for CASH ADVANCE
    2) Created a function for CASH ADVANCE
    3) Added the Function to the Self-Service Menu
    4) Run "Register Extra Information Types" for "CASH ADVANCE"
    5) Ceated a Condition in AME using existing Attibute
    6) Created a Rule also in AME
    7) Enabled profile options for Personalization
    8) Profile options for BG, Security Profile & Usertype are set
    Yet to be done:
    1) Need to enable DFF segments in Self-service page using Personalization for CASH ADVANCE segments
    After enabling profile options for Personalization, when i selected the Request..
    It is showing Error as shown below:
    Error:
    The selected action is not available. The cause may be related to security.
    Contact your system administrator to verify your permission level for this action.
    Pl guide me where i have to check? I appreciate inputs from anyone.
    Thanks.
    Regards,
    Siva

    hi Siva,
    Please add the Function you have created for 'CASH ADVANCE' to following menus also:
    1. Personal Actions Menu
    2. Manager Actions Menu
    3. Global Self Service Functions Custom
    The prompt in 1 and 2 should be same as you have given in the Menu through which you are accessing this function.
    Regards,
    Manuj

  • Self service api for 11.1.2 B2B???

    Hi All,
    I have installed 11.1.2 Soa suite and B2B comes along with it.. I wanted the pointer to documentation that explains about using the self-service APIs for tp and agreement creation....
    Regards,
    Praveen

    Hi Nitesh..
    I was successfull in creating the TP by using the following xml..
    <SelfService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="selfservice.xsd"
    xmlns="http://xmlns.oracle.com/integration/b2b/selfservice/profile">
    <DocumentProtocols>
    <DocumentProtocol name="EDI_EDIFACT">
    <DocumentProtocolVersion name="D98A">
    <DocumentType name="ORDERS">
    <DocumentDefinition name="ORDERS_DEF" useDefaultDefinition="true" definitionFileName="po_oag.xsd">
    </DocumentDefinition>
    </DocumentType>
    </DocumentProtocolVersion>
    </DocumentProtocol>
    </DocumentProtocols>
    <TradingPartners>
    <TradingPartner name="GlobalChips7" hosted="false">
    <Identification name="Name"/>
    <DeliveryChannel ackMode="None" compressed="false" internal="false" listening="false" name="GlobalChips7_AS2_Channel" responseMode="None">
    <ExchangeProtocolRef name="AS2" />
    <TransportProtocolRef name="HTTP">
    <ParameterValue name="url" value="http://hostname:1111/HTTPService/Receiver" />
                   <ParameterValue name="user" value="xxxx" />
                   <ParameterValue name="password" value="welcome" />
    </TransportProtocolRef>
    <DigitalSecurity ackSigned="false" messageEncrypted="false" messageSigned="false" transportSecured="false" />
    </DeliveryChannel>
    <SupportedDocumentDefinition initiator="true" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
         <SupportedDocumentDefinition initiator="false" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
    </TradingPartner>
    </TradingPartners>
    </SelfService>
    I have already created the EDI_EDIFACT document Defn in the UI and I ran the ant script with overwrite=false when loading the metadata and TP got created successfully and I am able to see that values correctly in the UI...
    The problem is when I use the agreements in the xml..... I used the following xml.
    <?xml version="1.0" encoding="UTF-8" ?>
    <SelfService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="selfservice.xsd"
    xmlns="http://xmlns.oracle.com/integration/b2b/selfservice/profile">
    <DocumentProtocols>
    <DocumentProtocol name="EDI_EDIFACT">
    <DocumentProtocolVersion name="D98A">
    <DocumentType name="ORDERS">
    <DocumentDefinition name="ORDERS_DEF" useDefaultDefinition="true" definitionFileName="po_oag.xsd">
    </DocumentDefinition>
    </DocumentType>
    </DocumentProtocolVersion>
    </DocumentProtocol>
    </DocumentProtocols>
    <TradingPartners>
    <TradingPartner name="GlobalChips7" hosted="false">
    <Identification name="Name"/>
    <DeliveryChannel ackMode="None" compressed="false" internal="false" listening="false" name="GlobalChips7_AS2_Channel" responseMode="None">
    <ExchangeProtocolRef name="AS2" />
    <TransportProtocolRef name="HTTP">
    <ParameterValue name="url" value="http://hostname:1119/HTTPService/Receiver" />
                   <ParameterValue name="user" value="XXXX" />
                   <ParameterValue name="password" value="welcome" />
    </TransportProtocolRef>
    <DigitalSecurity ackSigned="false" messageEncrypted="false" messageSigned="false" transportSecured="false" />
    </DeliveryChannel>
    <SupportedDocumentDefinition initiator="true" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
         <SupportedDocumentDefinition initiator="false" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
    </TradingPartner>
    </TradingPartners>
    <Agreements>
    <Agreement agreementId="Acme_Global_EDIFACT_D98A_ORDERS_AS2" name="Acme_Global_D98A_ORDERS_AS2">
    <SupportedDocumentType docDefName="ORDERS_DEF" docProtocolName="EDI_EDIFACT" docProtocolVersion="D98A" docTypeName="ORDERS">
    <InitiatingParticipant name="Acme" >
                             <Identifications>
                                       <IdentificationRef name="Name"/>
                             </Identifications>
                        </InitiatingParticipant>
    <RespondingParticipant name="GlobalChips7" >
                                  <Identifications>
                                            <IdentificationRef name="Name"/>
                                  </Identifications>
                             <DeliveryChannels>
                                       <DeliveryChannelRef name="GlobalChips7_AS2_Channel" />
                             </DeliveryChannels>
                        </RespondingParticipant>
    <AgrDocTypeParameterValues>
    <ParameterValue name="validate" value="true" />
    </AgrDocTypeParameterValues>                
    </SupportedDocumentType>
    </Agreement>
    <Agreement agreementId="GlobalChips7_Acme_EDIFACT_D98A_ORDERS_AS2" name="GlobalChips7_Acme_EDIFACT_D98A_ORDERS_AS2">
    <SupportedDocumentType docDefName="ORDERS_DEF" docProtocolName="EDI_EDIFACT" docProtocolVersion="D98A" docTypeName="ORDERS">
    <InitiatingParticipant name="GlobalChips7" >
                   <Identifications>
                                       <IdentificationRef name="Name"/>
                             </Identifications>
                        </InitiatingParticipant>
    <RespondingParticipant name="Acme" >
                                  <Identifications>
                                            <IdentificationRef name="Name"/>
                                  </Identifications>
                        </RespondingParticipant>
    <AgrDocTypeParameterValues>
    <ParameterValue name="validate" value="true" />
    </AgrDocTypeParameterValues>                    
    </SupportedDocumentType>
    </Agreement>
    </Agreements>
    </SelfService>
    The soa.zip got created successfully. But during the metadata load, it was giving the following exception.
    [java] Import with overwrite=false
    [java] B2BCommandLineUtility: importRepository: Error messages:
    [java] MDS-02202: Content of the metadata object "/soa/b2b/tpa_id158BB91123862.xml" is not valid.
    [java] MDS-02201: type validation failure for the metadata object "/soa/b2b/tpa_id158BB91123862.xml"
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id178BB91381874"
    [java] Required attribute tradingPartnerRef missing from element InitiatingParticipant
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id178BB91381874"
    [java] Required attribute supportedDocumentDefinitionRef missing from element InitiatingParticipant
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id188BB91635040"
    [java] Required attribute identificationRef missing from element IdentificationRef
    Can you please help me..
    Regards,
    Praveen

  • When creating self service request contains attachments and it's approved

    when creating self service request contains attachments and it's approved  is the attachments automatic transfer to the applet form or not?

    resolved

  • How does a user respond to an email request for group scheduling?

    How does a user respond to an email request for group scheduling?
    <P>
    The iPlanet Calendar Server(iCS) 2.x is a personal calendar system. As such,
    messages that are sent out are "publish" type messages, where no responses are
    expected. A future release of iCS will support group scheduling and will allow
    users to respond to email requests by returning the emails. These email
    requests will conform to the iTIP / iMIP standard, which means that they will
    also work for Microsoft Exchange users and for Outlook users using Microsoft
    Exchange.

    An update to what is required and what software did you "purchase" and install?  Aren't you on this forum?  There's no charge to use this forum.........
    Never mind.  I just got your question.  You received an email saying CSound responded to your post.  You don't respond via the email.  You come back to the forum and respond.

  • Self service request to Activity in EIC

    Hi Experts,
    I have a requirement in e-recruitment that changing navigation from Inbox to Activity.
    In standard solution of Employee Interaction center creating an activity involves in the following steps.
    1.     Select the self service request and click on process button
    2.     Leads to the employee search screen, click on same as contact
    3.     Click on Create activity button to create activity
    4.     Fill in the details and save the activity.
    In the current scenario steps 2, 3, are avoided and an activity has to be created automatically from step 1 to step 4.
    How can I do it. Can any one describe the procedure & methodology?
    Please help me on this?
    Regards
    Venkat.

    Hi Friends,
    Can you any one please reply on this question?
    Thanks in advance.
    Thanks
    Venkat.

  • Mass creation of Oracle HR Self Service Users (for access to all employees)

    Mass creation of Oracle HR Self Service Users (for access to all employees)
    Hi all,
    We have Oracle Human Resources 11.5.7 and recently implement Oracle HRMS (Self Service) for the purpose of Online Appraisal System.
    Is there any fast way to create all employees as users of the Self Service instead of creating the users manually one by one in HR?
    I would appreciate any feedback.
    Thanking you in advance.
    Best regards,
    Elena Demetriou
    Hellenic Bank

    Check pages 2-23 and following of the Deploying SSHR Capability V5.2 guide on Metalink. It describes the methods for Batch Creation of User Accounts.

  • Can I have multiple Serialized items on a service request for an "Installation" type of SR?

    Can I have multiple Serialized items on a service request for an "Installation" type of SR? We normally ship our machines out in batches of 6, 12, and 20 with installation by our Field Servie Techs. They would like to be able to open a single SR for the installation but would want to "Tag" the Machines for it. I am not sure the posibility of this?
    Thanks
    Jesse

    More info:
    How to add a Reviewer to a Review Activity through Orchestrator
    http://www.scsm.se/?p=895
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • [OIM11gR1] Adding fields to user's search in self service request

    Hi,
    Does anyone already tried to add additionnal fields to the search part of request in OIM ? For example during Modify User Profile, Assign role or Provision resource ?
    Unlike in administration interface, i haven't found a way to add search fields in self service.
    Thanks for your help

    MOS article: 1311568.1
    -Bikash

  • How do I set-up my Dataset to pull data for Service Requests for a report

    I am using SQL Server 2012 Report Builder 3.0.
    I have my Data Source added - DWDataMart
    I want to build my Dataset to query and find a very specific item. Basically I am creating a daily report that will show what each "team" or Support Group (AD Object) Closed that day. He also wants the ability to open it by date, so if he misses
    a day he can get it later.
    I am totally new to this report building and only got this far by following a guide on a blog, but he used incident Reports in his example, and I do not know what objects to query for service requests.
    Thanks for any information you can provide.

    First, you will need to get the support group ID's in the warehouse before you can run reports for them.  I found that putting these queries in their own stored procedure was a better path.
    select IR.IncidentTierQueuesId, IR.IncidentTierQueuesValue
    from dbo.IncidentTierQueues as IR
    where IR.IncidentTierQueuesId != 0
    select SR.ServiceRequestSupportGroupId, SR.ServiceRequestSupportGroupValue
    from dbo.ServiceRequestSupportGroup as SR
    where sr.ServiceRequestSupportGroupId != 0
    Enter the the support group ID's into your work item query.
    Incident information is in dbo.IncidentDim and Service Requests are found in dbo.ServiceRequestDim.  Both incidents and service requests link to relationship data through dbo.WorkItemDim.  You can INNER JOIN on BaseManagedEntityId to link the incident
    or service request to the workitem entry and from there to the Assigned Users, Affected Users, or Affected Configuration Items.  Each relationship has it's own separate fact views.
    If you poke about in the tables, you will find it pretty easy to pull back all sorts of information from the data warehouse.

  • Self-Service Scenario Installation: Group PUBLIC not found

    Hello All,
    I am currently installing Self-Service Scenario using SAP Rapid installed SPS14 when I encountered an error at phase 76 out of 81.
    Here is the java.exe.log
    +ConfigMainExt state
    TYPE=A<BR>STATE=<BR>INFO_SHORT=@info@<BR>CONFIGURATION=TYPE=A<BR>STATE=<BR>INFO_SHORT=null - System SAP_ECC_Financials: Wed Nov 26 19:05:26 GMT+08:00 2008
    (Connector) :com.sap.mw.jco.JCO$Exception:Connect to message server host failed
    Connect_PM  TYPE=B MSHOST=ncerpd01.nglcsl.com GROUP=PUBLIC R3NAME=E1D MSSERV=3901 PCS=1
    ERROR       Group PUBLIC not found
    TIME        Wed Nov 26 19:05:26 2008
    RELEASE     700
    COMPONENT   LG
    VERSION     5
    RC          -6
    MODULE      lgxx.c
    LINE        4298
    DETAIL      LgIGroupX
    COUNTER     2
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    com.sap.ctc.util.WDInternalConfigView.wdDoModifyView(WDInternalConfigView.java:157)
    com.sap.ctc.util.wdp.InternalWDInternalConfigView.wdDoModifyView(InternalWDInternalConfigView.java:184)
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
    com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
    com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
    com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    java.security.AccessController.doPrivileged(Native Method)
    com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)<BR>CONFIGURATION=+
    I could not figure out how to configure the group PUBLIC or somehow change it to an existing group.
    Your help is much appreciated.

    I edited the logon group from SMLG and added PUBLIC there.
    Restarted the connection and the configuration installation went through successfully.

  • Self-service request not finding suitable fitting

    Hi,
    When I have a user request an assembly from the library via the self service portal, I get the following error:
    Error while checkig placement feasibility: null
    Anyone an idea of what I am doing wrong? :-(
    here the full log:
    Placement is not feasible with reason:Placement's feasibility is false
    The available Supply is [
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:MyGarageServer
    Numerosities=>[
    {Cpu=>0.98/1.0 Flex=>true Discrete=>false},
    {Memory=>22423.0/32686.0 Flex=>true Discrete=>true},
    {DiskStorage=>22010.0/22010.0 Flex=>true Discrete=>true},
    {Nic=>0.0/8.0 Flex=>false Discrete=>false},
    {Server=>2.0/2.0 Flex=>false Discrete=>false}]
    Overall Resource Starvation caused no placement to be feasible
    Cannot find suitable placements to satisfy all affinity and antiaffinity requirements
    Placement computation logs :
    ==== Starting to Compute for Placement
    ---> Available Supplies are
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:MyGarageServer
    Numerosities=>[
    {Cpu=>0.98/1.0 Flex=>true Discrete=>false},
    {Memory=>22423.0/32686.0 Flex=>true Discrete=>true},
    {DiskStorage=>22010.0/22010.0 Flex=>true Discrete=>true},
    {Nic=>0.0/8.0 Flex=>false Discrete=>false},
    {Server=>2.0/2.0 Flex=>false Discrete=>false}]
    ---> Demands to be placed are
    Referenced=>oracle.sysman.vt.service.provisioning.assembly.impl.elements.VirtualSystemImpl@3b3c0fb, Placeable=>false
    Associations=>[]
    Characteristics=>[{"Class"=oracle.sysman.vt.service.placement.impl.RequestInterpreter$SingleComparibleValueCharacteristic,"Name"=SUPPORT_DESTINATION,"canBeInherited"=false,"shouldBeOverwrite"=true     [1]}]
    IsUniform=>false
    Numerosities=>[]
    Children=>[
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    ---> Demands that are placeable are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    #### Starting to match demand the supply based on Characteristics and Associations
    #### Start Working on a demand to be placed:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    #### Found the Following Supply that can fit the demand based on characteristics and associations
    Target Type: oracle_vm_zone Target Name:SelfServiceZone
    #### Sort the eligible supplies based on scoring
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### End computing fitting placement based on characteristics and associations
    #### Start to organize the demand with list of eligible supplies
    #### Shuffle the demand nodes for non-ordered fitting
    #### The order of the Demand nodes are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    #### Starting to Compute placement based on Resource Fitting and Affinity relationships
    #### Working on demand:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    #### This supply does not have sufficient resource:
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### Cloud not Find any Placement for: oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3 in current iteration.
    #### The algorithm has traversed through all possible paths, and could not find a feasible match that would satisfy all demands
    ==== Placement Computation Did not Find Suitable Fitting
    Output Log
    Error while checkig placement feasibility: null
    Error while checkig placement feasibility: null

    how to solution this problem????
    thanks !!!!!!
    输出日志
    Error while checkig placement feasibility: null
    Error while checkig placement feasibility: null
    错误日志
    Placement is not feasible with reason:Placement's feasibility is false
    The available Supply is [
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:Mypools
    Numerosities=>[
    {Cpu=>0.99/1.0 Flex=>true Discrete=>false},
    {Memory=>5488.0/6131.0 Flex=>true Discrete=>true},
    {DiskStorage=>7006.0/7006.0 Flex=>true Discrete=>true},
    {Nic=>0.0/4.0 Flex=>false Discrete=>false},
    {Server=>1.0/1.0 Flex=>false Discrete=>false}]
    Overall Resource Starvation caused no placement to be feasible
    Cannot find suitable placements to satisfy all affinity and antiaffinity requirements
    Placement computation logs :
    ==== Starting to Compute for Placement
    ---> Available Supplies are
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:Mypools
    Numerosities=>[
    {Cpu=>0.99/1.0 Flex=>true Discrete=>false},
    {Memory=>5488.0/6131.0 Flex=>true Discrete=>true},
    {DiskStorage=>7006.0/7006.0 Flex=>true Discrete=>true},
    {Nic=>0.0/4.0 Flex=>false Discrete=>false},
    {Server=>1.0/1.0 Flex=>false Discrete=>false}]
    ---> Demands to be placed are
    Referenced=>oracle.sysman.vt.service.provisioning.assembly.impl.elements.VirtualSystemImpl@6833d129, Placeable=>false
    Associations=>[]
    Characteristics=>[{"Class"=oracle.sysman.vt.service.placement.impl.RequestInterpreter$SingleComparibleValueCharacteristic,"Name"=SUPPORT_DESTINATION,"canBeInherited"=false,"shouldBeOverwrite"=true     [1]}]
    IsUniform=>false
    Numerosities=>[]
    Children=>[
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    ---> Demands that are placeable are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    #### Starting to match demand the supply based on Characteristics and Associations
    #### Start Working on a demand to be placed:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    #### Found the Following Supply that can fit the demand based on characteristics and associations
    Target Type: oracle_vm_zone Target Name:cloud_zone_1
    #### Sort the eligible supplies based on scoring
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### End computing fitting placement based on characteristics and associations
    #### Start to organize the demand with list of eligible supplies
    #### Shuffle the demand nodes for non-ordered fitting
    #### The order of the Demand nodes are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    #### Starting to Compute placement based on Resource Fitting and Affinity relationships
    #### Working on demand:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    #### This supply does not have sufficient resource:
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### Cloud not Find any Placement for: oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031 in current iteration.
    #### The algorithm has traversed through all possible paths, and could not find a feasible match that would satisfy all demands
    ==== Placement Computation Did not Find Suitable Fitting

  • Reg Self Service Personalization for Termination transaction

    Hi All,
    I am new to self service personalization. User wants to personalize the self servie pages.
    User Requirement: our client has diffetent self service transactions like
    Payroll Name and Subgroup Change
    Termination
    Location Only Changes
    People Group Only Changes etc.
    Whenever user is selecting Termination as transaction, and continued to the next step, calendar shows up to select the date for termination. Here I need to personalize such that user should select last day of the employee as termination date rather than following day.
    Eg: Employee last date is 01-oct-2009, prersently some users are taking 02-oct-2009 as termination date assuming that 01-oct-2009 is the last working day. For payroll process, 01-oct-2009 needs to be last day of the employee and he needs to terminate same date for processing.
    Please advise me.

    You can't do this through personalization. You need to extend the page controller to restrict it.
    Thanks
    --Anil                                                                                                                                                                                                                                       

  • Self Service request is going to error after final Approver.

    Hi,
    Here we configured leave system through EIT and we are using self service (EIT) to make leave request. We have 3 level of approver for Annual Leave. Problem here is after final approver (3rd approver) approves the leave then request is going in to error. I traced the item key through Workflow Administrator > Status Monitor.
    The error is Details are given below (Status Monitor)
    Failed Activity     
    Notify HR About Commit Application Error
    Activity Type     
    Notice
    Error Name     
    WFNTF_ROLE
    Error Message     
    3205: '[email protected]' is not a valid role or user name.
    Error Stack     
    Wf_Notification.Send([email protected], HRSSA, HR_EMBED_DEPT_COMMAPPLERR_MSG, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(HRSSA, 1649471, 195663, HRSSA:HR_EMBED_DEPT_COMMAPPLERR_MSG) Wf_Engine_Util.Notification(HRSSA, 1649471, 195663, RUN)
    I appreciate if someone can help me.
    Regards,
    Jojo George

    Okay, if the $PROFILES$ reference has been working for a long time that doesn't sound like a problem. I would then suggest this is an unusual data scenario where the value the user selected was temporarily available. Don't ask me how - it's your data! The user that submitted it might be able to shed some light. For example, this kind of thing might do it:
    1) Manager logs on to ESS, starts an SIT transaction (the one in question) and Saves for Later. This sets $PROFILES$.PER_PERSON_ID to themself.
    2) Manager then switches to MSS and views one of their employees - this sets $PROFILES$.PER_PERSON_ID to their employee, not themselves.
    3) Manager then navigates to Homepage and continues the Saved for Later transaction from the Worklist (ie, without clicking on the ESS responsibility). Perhaps $PROFILES$.PER_PERSON_ID is still set to their direct report rather than themselves?
    4) Manager then selects one of their employees contracts rather than their own (because of $PROFILES$.PER_PERSON_ID being wrong).
    5) Manager submits the transaction.
    I don't know if that's possible or even if that's how it behaves. But it sounds plausible and is an example of perhaps the weird set of circumstances that might have happened here. Regardless, I'd still maintain that this value was available to the user in the Value Set at the time they submitted it.
    If it's just a one-off data problem and this has been working fine for a while I wouldn't worry about it. Bin the workflow, get the employee to re-submit. Job done.

Maybe you are looking for

  • IMac to flatscreen TV

    I want to connect an iMac to a flatscreen TV. As far as I can tell, I will need a mini DVI to DVI adapter and a DVI to HDMI adapter. I am getting confused with the different DVI plugs. Apparently there is DVI-D, DVI-I and a few more I think? Anybody

  • What happens on my activation date?

    Hi, I just switched broadband to BT from Sky, and would like to know what will happen on my activation date???  Does my Sky broadband just stop? Sorry for the newb question Solved! Go to Solution.

  • Subcontract Process with vendor supplied component

    Hi, We have a subcontracting process, when we send 3 components to the vendor, the vendor apply another component and return the semi finished to me. I have a BOM of this semi finished Good that includes all the 4 components. We sent the 3 components

  • New to OOP Java syntax

    Hello there, I'm new here and I'd be thankful if you help me a bit with my self introduction to Java. I'll write down a source of main and hope you will tell me my beginner's problems: import java.util.*; //public int createdInstances = 0; public cla

  • Use of memory

    Hi, whats the use/benefits of exporting and importing from memory... any simple scenarios and codes to illustrate? Thanks, Charles abap newbie