Oracle waveset 8.1.1.5 find user issue

Hi All,
we recently applied the oracle waveset 8.1.1 patch5. everything went smooth. but in the findusers i am getting this error message. after this message i am getting the users. please help me on this. what i am missing here. Thanks in advance......
XPRESS <invoke> exception:
Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
XPRESS <invoke> exception:
Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
XPRESS <invoke> exception:
Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
XPRESS <invoke> exception:

Also I have one query - suppose I have SUN IDM 8.0 installed in local system, Can I install oracle waveset 8.1.1 directly or first I need to install oracle waveset 8.1.0. If this is the case then I am not able to see oracle waveset 8.1.0 in oracle site for download. please help me on this.

Similar Messages

  • Oracle Waveset 8.1.1 patch 1 - /user/login.jsp

    Has anyone else experienced the Log In and Forgot Password? buttons on the End User interface in version Oracle Waveset 8.1.1 patch 1 to be different sizes on the End User Interface? Also can anyone pls let me know from where is the Login button and the Forgot Password? link is coming from so we can fix this.
    Thanks,

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Multiple accounts on the same resource in Oracle Waveset 8.1.1 patch 5

    Hi IDM Experts!
    I've customized my userforms in order to create multiple accounts on the same resource using the syntax accounts[<resourceName>|n].<attribute> like the documentation suggests. That worked fine using Sun Identity Manager 8.1.
    However, I've not been able to create new multiple accounts after I upgraded to Oracle Waveset 8.1.1 patch 5.
    Is there anything else that I have to take into account for this new version? Is that a bug?
    Thanks in advance for your help!

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Error occurred while finding users using API with custom field

    Hi All,
    I am getting the following error while searching user using API with custom attribute. Did anybody faced the same problem before ?
    Hashtable<Object,Object> env = new Hashtable<Object,Object>();
    env.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
    env.put(OIMClient.JAVA_NAMING_PROVIDER_URL, "t3://localhost:14000");
    System.setProperty("java.security.auth.login.config","C:\\Oracle\\Middleware\\Oracle_IDM1\\designconsole\\config\\authwl.conf");
    System.setProperty("OIM.AppServerType", "wls");
    System.setProperty("APPSERVER_TYPE", "wls");
    tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env, "xelsysadm", "Weblogic123$");
    OIMClient client = new OIMClient(env);
    client.login("xelsysadm", "Weblogic123$".toCharArray());
    SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
    tcUserOperationsIntf moUserUtility = (tcUserOperationsIntf)ioUtilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    Hashtable mhSearchCriteria = new Hashtable();
    mhSearchCriteria.put("USR_UDF_ACTUALSTARTDATE",formatter.format(date));
    tcResultSet moResultSet = moUserUtility.findAllUsers(mhSearchCriteria);
    printTcResultSet(moResultSet,"abcd");
    log4j:WARN No appenders could be found for logger (org.springframework.jndi.JndiTemplate).
    log4j:WARN Please initialize the log4j system properly.
    Exception in thread "main" Thor.API.Exceptions.tcAPIException: Error occurred while finding users.
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl_1036_WLStub.findAllUsersx(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    at com.sun.proxy.$Proxy2.findAllUsersx(Unknown Source)
    at Thor.API.Operations.tcUserOperationsIntfDelegate.findAllUsers(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    at com.sun.proxy.$Proxy3.findAllUsers(Unknown Source)
    at oim.standalone.code.OIMAPIConnection.usersearch(OIMAPIConnection.java:209)
    at oim.standalone.code.OIMAPIConnection.main(OIMAPIConnection.java:342)
    Caused by: Thor.API.Exceptions.tcAPIException: Error occurred while finding users.
    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.findAllUsers(tcUserOperationsBean.java:4604)
    at Thor.API.Operations.tcUserOperationsIntfEJB.findAllUsersx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1614.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy347.findAllUsersx(Unknown Source)
    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl.findAllUsersx(Unknown Source)
    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Thank you

    Hi J,
    Thanks for the reply. But the code is working fine for OOTB attributes and  for 11g API i am getting permission exception
    Exception in thread "main" oracle.iam.platform.authz.exception.AccessDeniedException: You do not have permission to search the following user attributes: USR_UDF_ACTUALSTARTDATE.
    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.search(UserManagerImpl.java:1465)
    at sun.reflect.GeneratedMethodAccessor1034.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy366.search(Unknown Source)
    at oracle.iam.identity.usermgmt.api.UserManagerEJB.searchx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1449.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy365.searchx(Unknown Source)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.searchx(Unknown Source)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.iam.identity.exception.SearchAttributeAccessDeniedException: You do not have permission to search the following user attributes: USR_UDF_ACTUALSTARTDATE.
    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.search(UserManagerImpl.java:1462)
    ... 44 more

  • Change HTML page title in Oracle Waveset 8.1.1

    Hi,
    Does anyone know which file/page to override if I want to change the HTML page title for Oracle Waveset?
    After the upgrade the title on every page is: "Waveset".
    This is what I would like to do:
    - Set the title to "Identity Manager Administration" on all pages under /idm (Admin pages)
    - Set the title to "Identity Manager User Pages" on all pages under /idm/user/
    Thanks for your help.
    Regards,
    Henrik

    Thank you,
    This was what I was looking for:
    http://download.oracle.com/docs/cd/E19225-01/821-0093/ahuhd/index.html#6nl5vc1ja
    It seems like the title change is only visible when the user is logged in.
    To override the title always, you can override this file and set the your title:
    WSHOME/includes/setStyleSheetsAndTitle.jsp
    Regards,
    Henrik

  • Identity service cannot find user

    Installed BPEL 10.1.2
    added user using jazn.jar
    Now trying to log into worklist sample application
    and I get identity service cannot find user. Do I need to assign any role(s) to new user.
    Let me know.
    I am seeing simple questions not getting answers. Is this an Active Forum?
    Thanks
    Raghu

    closed
    for OAS 10.1.2.0.2. & BPEL PM 10.1.2.0.2
    I Install BPEL in MiddleTire
    1. ./runInstaller
    2. home = OAS home
    3. tea
    4. emctl stop em
    emctl start em
    5. Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    6. if OID working throw SSL, then 7,8 else 9
    7. edit file Oracle_Home\j2ee\OC4J_BPEL\config\jazn.xml
         <jazn provider="LDAP" location="ldap://host:636" default-realm="us">
              <property name="ldap.user" value="cn=orcladmin"/>
              <property name="ldap.password" value="!welcome1"/>
              <property name="ldap.protocol" value="ssl"/>
         </jazn>
    8. edit file Oracle_Home\integration\orabpel\system\services\config\is_config.xml
         <BPMIdentityServiceConfig
         xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
              <provider providerType="JAZN" name="oid" >
                   <connection url="ldap://host:636" binddn="cn=orcladmin"
                        password="welcome1" encrypted="false">
                        <property name="securityProtocol" value="ssl" />
                   </connection>
              </provider>
         </BPMIdentityServiceConfig>
    then 11
    9. edit file Oracle_Home\j2ee\OC4J_BPEL\config\jazn.xml
         <jazn provider="LDAP" location="ldap://host:389" default-realm="us">
              <property name="ldap.user" value="cn=orcladmin"/>
              <property name="ldap.password" value="!welcome1"/>
         </jazn>
    10. edit file Oracle_Home\integration\orabpel\system\services\config\is_config.xml
         <provider providerType="JAZN" name="oid" >
              <connection url="ldap://host:389" binddn="cn=orcladmin"
                   password="welcome1" encrypted="false"/>
              </connection>
         </provider>
    11. edit file Oracle_Home\j2ee\OC4J_BPEL\application-deployments\hw_services\orion-application.xml
         <jazn provider="LDAP" location="ldap://host:389" default-realm="us" >
              <jazn-web-app auth-method="SSO"/>
         </jazn>
    12. Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    II Deploy BPEL portlets
    1. throw EM add EAR to OC4J_BPEL:
         fie: $ORACLE_HOME/integration/orabpel/system/services/lib/bpelportlet.ear
         &#1072;. Parent app = orabpel
         &#1073;. User Manager = Use JAZN LDAP User Manager
    2. edit file Oracle_Home\j2ee\OC4J_BPEL\application-deployments\bpelPortlet\orion-application.xml
         <jazn provider="LDAP" location="ldap://host:port" default-realm="us" >
              <jazn-web-app auth-method="SSO"/>
         </jazn>
    3.Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    4. Register BPEL provider
         http://bpel_host:bpel_port/BPELPortlet/providers
         &#1072;. Login Frequency = Once Per User Session
    636 - OID SSL port
    389 - OID non SSL port

  • Show Organization in Expanded view by default -- Oracle Waveset

    Hi,
    I am using Oracle Waveset.
    In Account List page, when we click on the ' Triangular Image' to expand org then it shows all the users under the org.
    Is it possible that by default, it gives expanded view. Please help me on this?
    Thanks,
    NC

    Hi Dandigi,
    Following url provides the details of group calender and group view.
    http://office.microsoft.com/en-in/sharepoint-server-help/use-a-group-calendar-HA101810606.aspx
    Regards  Roy Joyson
    Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.
    Roy Joyson
    Yes, I know the procedure of viewing the group calendar and adding other users to the view. But what I'm looking for is the way to make it as a default view.
    By default, if we refresh or load the calendar page, it will only shows us our schedule. I want it to show all user's schedule as default view, without having to manually add person to the view.
    Yep, it's pretty annoying.  Some guy figured out a way to do it in the browser:
    http://msdnrss.thecoderblogs.com/2013/04/sharepoint-group-calendar-adding-default-users/
    The problem is that seems to do it all in the UI, which makes it useless if you want to view it in outlook. Still trying to figure exactly how that works though.

  • Find User Workflow

    Hi,
    I have a requirement of searching users from the end user menu, display search results, update teh fields and resources. The search is based on accountId. I have a form for this and on clicking search on the form, the WF gets called. The following is the WF i have for this:
    <Activity id='0' name='Start'>
    <Transition to='Check if user exists'/>
    <WorkflowEditor x='9' y='55'/>
    </Activity>
    <Activity id='1' name='Check if user exists'>
    <Action id='1' name='testUser'>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>WF_CONTEXT</ref>
    <ref>waveset.accountId</ref>
    </invoke>
    <cond>
    <notnull>waveset.accountId</notnull>
    </cond>
    <Transition to='checkoutView'/>
    <s>Please enter a valid accountId</s>
    </Action>
    <Activity id='2' name='checkoutView'>
    <Action application='com.waveset.session.WorkflowServices' id='0'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='id' value='$(waveset.accountId)'/>
    <Argument name='type' value='User'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Display Search Results'/>
    <WorkflowEditor x='84' y='164'/>
    </Activity>
    <Activity id='3' name='Display Search Results'>
    <ManualAction id='0' timeout='2880' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef name='Display Results Form' type='UserForm'/>
    </FormRef>
    </ManualAction>
    <Transition to='updateResources'/>
    <eq>
    <ref>formButton</ref>
    <s>Save</s>
    </eq>
    <WorkflowEditor x='342' y='55'/>
    </Activity>
    <Activity id='4' name='updateResources'>
    <Action id='1'>
    <block>
    <set name='user.waveset.resources'>
    <appendAll>
    <ref>user.waveset.resources</ref>
    <list>
    <s>AD</s>
    <s>LDAP</s>
    </list>
    </appendAll>
    </set>
    </block>
    </Action>
    <Transition to='Refersh View'/>
    </Activity>
    <Activity id='5' name='Refresh View'>
    <Action id='1' name='refreshView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='refreshView'/>
    <Argument name='view' value='user'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='265' y='162'/>
    </Activity>
    <Activity id='6' name='End'>
    <WorkflowEditor x='405' y='164'/>
    </Activity>
    I find a disconnect in this workflow. Will calling the form in "Display search results" activity display the entire information from the check out view. How will the values from the ckechoutView be passed to this form?
    Please help.
    Thanks

    I always found it more convenient / reliable to use action blocks inside activities.
    Something like:
    <Activity id='3' name='Provision'>
    <Variable name='user'/>
    <Action id='0' name='Get View' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='type' value='User'/>
    <Argument name='id'>
    <ref>WF_CASE_OWNER</ref>
    </Argument>
    <Return from='view' to='user'/>
    </Action>
    <Action id='1' name='Append Roles'>
    <expression>
    <block>
    <set name='user.waveset.roles'>
    <append>
    <ref>user.waveset.roles</ref>
    <ref>role</ref>
    </append>
    </set>
    </block>
    </expression>
    </Action>
    <Action id='2' name='Refresh View' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='refreshView'/>
    <Argument name='view'>
    <ref>user</ref>
    </Argument>
    </Action>
    <Action id='3' name='CheckIn' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkinView'/>
    <Argument name='view'>
    <ref>user</ref>
    </Argument>
    </Action>
    <Transition to='Notification'/>
    <WorkflowEditor x='133' y='253'/>
    </Activity>
    PS: In activity 4 in your code, penultimate line should be:
    <Transition to='Refresh View'/> (Refersh typo)

  • Oracle WaveSet Attribute Schema

    Hello,
    I am a newbie to Oracle WaveSet, I have learned about the debug interface for OW 8.1.1 (http://localhost:8080/idm/debug) and can display schema info but I don't know how to modify the IDMSchemaConfiguration? I need to modify the user schema and add a new attribute for some provisioning target.
    I am not using a directory for the source just the basic installation of the OW right now.
    Any ideas or documentation I should read?

    Ok, so the first thing you want to make sure is that the "Resource Schema" of your resource has the attribute in the Schema Mapping.
    Navigate to Resources, expand the three were you resource is. Select the check box next to the resource. Then in "--- Resource Actions ---" choose "Edit Resource Schema".
    This lets you map attributes to the remote resource. Everything you see on the Left hand side, is how it will be called in Waveset, on the right hand side is the name of the attribute in the remote resource. Note that the attributes on the left are not contained in the Waveset schema but can be referenced within Waveset.
    Next, you have a couple ways of doing this. I suggest using Roles.
    Navigate to Roles. Create a new IT Role, name it whatever you like. In the Resources Tab (still within the Role, not at the top) add your ADAM resource. You will see the Assigned Resources change at the bottom and you can click on "Ste Attributes Values". This will let you, authoritatively set a Text value for a specific attribute (or rules if you need something more dynamic)
    Now, IT Roles can't be assigned directly unless you modify the System Config, so I suggest creating an Business Role that contains this IT role.
    Finally, instead of assigning the resource to the user, you assign the Business Role. This will assign the resource to the user and will set the attribute value.
    Let me know if this is what you want to achieve!

  • Oracle waveset performance

    Hi everyone
    I have a problem with performance of OW application
    I have two application servers an oracle DB with OW repository.
    OW linked to more then 200 resources and have more then 2500 roles
    When user try to open "Edit User Role" form, it`s need to wait around three - six min. until the page will open.
    Can you give me advise?? What is the problem if, when I want to see my Role List, OW only select role xml files from DB with some conditions???
    Thanks

    May I ask how many admin users (user with admin capabilities/roles) are present in the environment?
    I would recommend that you check out the following knowledge document available on My Oracle Support:
    Oracle Waveset / Latency Seen During Different Actions That Relates To A Large Number Of Administrative Users (Users That Contain An Administrative Role) [ID 1471585.1]

  • Forwarding the appraval, send notification to new approver - Oracle Waveset

    Hi,
    I am using Oracle Waveset.
    As per customer requirement, I have 3 retries every after 3,3,2 days for sending E-mail notifications in case of pending approval. It works fine.
    In between, if approval workItem is forwarded to another idm user using 'Forward' button, workitem gets created for the new approver BUT it remains in the new approver's approval list till the time out.
    As soon as the time out is reached, for the next retry workitem vanishes for the new approver and gets created for orginial approver again .
    How to address this issue.
    Thanks in advance,
    NC

    Thank you for your reply, you mean to reassign B again? Yes.
    Can I use "Rewind" function? Can this function will send the notification to the user again?Not sure if this would work for iProcurement notifications, so please try the reassign option first.
    Thanks,
    Hussein

  • Find User from java class

    Hi experts,
    What is the method called in find Users Form ?
    I would like to call it in a java class.
    From a java class, I would like to look for an IDM user in the lighthouse with a login name as a search criteria, how can I do this ?
    Thanks a lot

    From a java class, I would like to look for an IDM user in the lighthouse with a login name as a search criteria, how can I do this ?Method 1 if you don't call it from your webapps, and suppose you create a class to query you repository.
    Method 2 supposed you call your class from the webapps.
    Method 1(bad and ugly method, but no need to read specification): look in your repository, lighouse user are stored here.
    Look, for example, in the account table.
    Method 2: Read the waveset javadoc, at WSUser.
    (IDPACK_2005Q3M3/REF/javadoc/com/waveset/object/WSUser.html)
    WSUser(java.lang.String name, java.lang.String noop)try this :
    WSUser user = new WSUser("youraccountname", null);

  • Find users

    Hi,
    I want to populate a list of email id's of users with the role 'eRFC' assigned. I tried to use the getUsers method, cause I think this should work but for some reason it is skipping my filter. Then i used the following code which gets the list of user objects but im not able to achieve can any one pls answer this
    <Activity id='0' name='getDesiredUsers'>
    <Action id='1' name='find users' application='com.waveset.session.WorkflowServices'>
    <Argument name='method' value='findUsers'/>
    <Argument name='type' value='User'/>
    <Argument name='attributes'>
    <block>
    <set name='attr'>
    <new class='java.util.HashMap'/>
    </set>
    <set name='passValue'>
    <ref>eRFC</ref>
    </set>
    <invoke name='put'>
    <ref>attr</ref>
    <s>platformPrefix</s>
    <ref>passValue</ref>
    </invoke>
    <ref>attr</ref>
    </block>
    </Argument>
    <Return from='queryResult' to='queryResult'/>
    </Action>

    No idea.

  • How to find user group from tcode

    Hi Experts,
    I have custom tcode from this i found report name as AQIDSYSTQV000001SD_RR_03======
    I am unable to find Queryname in SQ01 from this.
    When i saw some of the forums i  understood that IDSYST is the user group for my query but i am unable to trace such user group in SQ01.
    Please guide me how to find user group for my report
    Thanks&Regards,
    narasimha.

    Hi ,
    I found in table AQGQSTRUC but i didnt find the specified query
    Previously 401 client is there but at present it is not there .How can you justify it that it is 401 client.
    As 401 client data is moved to someother client is it the problem why i am not able to find query??
    Thanks&Regards,
    narasimha.
    Edited by: narasimha02 on Dec 7, 2010 9:54 AM

  • Can't find user exit or enhancement at RGJVBR15

    Hi everyone,
    I need your help guys. Right now,i'm developed sapscript for billing statement (cash call and expenditure). I have finished the form but i have problem at print program RGJVBR15. This print program is called by RGJVBR10 (Tcode : GJ14 --> Hard Copy Billing).GJ 12 and GJ 13 is used to extract data that will be used by forms.
    There is statement like this in RGJVBR15 at subroutine CREATE_EXPENDITURE (Line 1421 in include file RGJBF_I1) :
    AT NEW C5_CURR. --> Group by funding currency
       PERFORM POPULATE_SPOOL_ID
    ENDAT.
      PERFORM F6100_PROC_...  -> This will be used to open form,write form (sapscript)
    AT END OF C5_CURR.
    ENDAT.
    The problem is that i want to change this logic. I want to change the standard logic (display report group by funding currency), i want to ignore this and instead using group currency. So there only one report produced with one currency only (if using standard logic there is more than 1 report based on funding currency). But i can't find user exit or enhancement in this SAP Standard Program. Is anyone know if there is user exit or enhancement in this program? I don't want to use implicit enhancement because it's will produce problem when client want to upgrade their system. Thank you.
    Best Regards,
    Satria

    hi,
    for tcode GJ14 user exits avaliables are
    Exit Name           Description
    JVA-IM-1             Joint Venture: Integration Manager Set Intercompany Lines
    JVA_IM_2            User Exit Splitting
    JVA_IM_3            User Exit Check Document
    regards,
    paras

Maybe you are looking for

  • Oracle CD, great! ...but it's for NT.

    Hello, I would like to thank Oracle for making the Linux port available to developers, and doing what they have done to support Linux, including sending out the free CD's and providing the documentation, support, and forums for discussion that they h

  • Scripting Aperture

    Hi, Thought I asked here as not to many folk in the Aperture list are doing scripting on the app. I am trying to figure out how to tell what type an Album is. An Album in Aperture can be one of a number of different containers. Here's the dictionary

  • Crash when attempting to install panther and jaguar

    Hello, Few days ago I suffered a nasty crash (kernel panic I think) from using Windows Media Player 9 and a partially downloaded movie. After that the computer was unable to restart. Blue screen after showing the starting up window and nothing more.

  • Restore from backup of my iphone is taking a long time

    Restore from backup of my iphone is taking a long time, so far about 12 hours! Is this normal? I updated to ios5 and all seemed fine, later I realised that my music wasnt on the iphone, so pluged back into my computer and it said that the restore of

  • Running Fusion - want to see a windows app on the Mac dock

    Is this possible? I want a windows app icon on the mac dock so, when clicked, it will open VMWare fusion and start that app? Many thanks