Contract HRMS, workflow approval - approval timestamp question is bad

We have a problem in the system of contract HRMS... possibly as part of workflow.  When a contract is approved tables are updated with the correct time stamp, however when you navigate to the contract and view history approval, the timestamp shown here is exactly 3 hours behind the actual approval time.  I almost suspect something to do with time zones.  I am very new to peoplesoft!  Any help would be greatly appreciated.

You can check your personal settings for the time zone

Tags: Oracle Applications

Similar Questions

  • Workflow approval in OIM 11 g

    Hi all

    I am a new bie to OIM 11 g.

    We have an obligation to create a single level Approwal in OIM 11 g workflow. We have created the workflow and it works very well.

    Now, our requirement is once all approvals have been completed, the request should not be completed immediately or must not be marked as approve/reject.

    We need to invoke another java code that returns a flag value. Based on the value of the indicator so we need to send a notification and only after successful sending the notification that the approval process must be marked as complete and the needs (or approve/reject) appropriate measures are taken, and the task of commissioning is expected to be launched after that.

    Please suggest if one has implemented a similar process or please suggest how to achieve this.

    Thanks in advance for the help.

    Thank you
    PT

    So here's how I assigned variables and used later recovery and adjustment:

    In my workflow, just as oracle samples provided to the OBE, I've set my variables. I have one called ApprouverAuto. To create the variable, I opened the task after the receiveInput one that has all of my variables. Right-click on the item 'variables' on the left and add the variable. Give it a name and set the type of chain. In the OBE, he shows you how to collect value you defined in the composite.xml file and you can use a function to retrieve, but in this case, you can just leave it empty to start.

    In my original java code integrated which connects to the IOM and fancy stuff all, I compare the applicant and the beneficiary to determine the responsible relationship and if the application is the Manager there, I put the variable like this:

    setVariableData ("autoApprove", autoApprove);

    Later in my bpel to retrieve this value, I would use just this:

    Object obj = getVariableData ("autoApprove");

    String ApprouverAuto = obj.toString (); >
    -Kevin

  • Create a workflow approval in oim 11 g

    Hello

    I would like to know about approval in oim 11g.
    Please give me a list of the steps or documents of good

    Thanks in advance

    Download it below pdf

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/OIM/oim_11g/developing_oim_custom_approval_process_for_self_registration/developing_oim_custom_approval_process_for_self_registration.PDF

    It will have all the necessary measures.

    -nayan

  • Outcome of permission - workflow approval

    Hello

    I get the following error when executing the following process-

    1-3 applications are configured. 2 DBAT (Oracle) and 1 DBUM (Oracle).
    2. 3 access policies are defined in provision for applications above, based on the role of the user.
    3. the GTC Recon is configured to get the details in the flat file.
    4. I defined an approval process with the assignment set to a constant for the end-user, administrator (ApprovalManager3).
    5. set the rule for the determination of the process and attaches to the subject of the approval process resource.

    The political means of access is set up is based on the roles, seller, buyer, purchases that I defined in the roles of research. Based on the roles of the user gets an access policy and is assigned to applications. Any access policy have all 3 applications that are configured to be placed in service when it is triggered.

    Now, 1 of the access policy that I said "with approval". So approval goes to the ApporvalManager3 after that I got ApprovalManager3 in the list of administrators in the resource of the Application (DBUM - Oracle) 1. The problem is when the ApprovalManager3 approves the request, the user is created in the DBUM - Oracle resource, but forms of the child of the roles DBUM and DBUM privileges are not met. This forms were be filled before the strategy with the approval process.

    Here's the follow up of the journal

    11:45:23, 263 ERROR [SERVER] / class method: tcDataObj/eventPreUpdate error: data object update Permission denied
    11:45:23, 372 ERROR [API] / class method: tcFormInstanceOperationsBean/setProcessFormData some problems: maoRejections: you
    are not allowed to update this object.
    11:45:23, 404 ERROR [API] / class method: tcFormInstanceOperationsBean/setProcessFormData some problems: error occurred wh
    form data island setting for the process with key '2481' instance.
    11:45:23, 419 ERROR [API] / class method: tcFormInstanceOperationsBean/setProcessFormData some problems: you have no p
    ermission to update this object.
    Thor.API.Exceptions.tcAPIException: You are not allowed to update this object.
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData (unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.setProcessFormData (unknown Source)
    at sun.reflect.GeneratedMethodAccessor357.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionContainer.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy767.setProcessFormData (Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsClient.setProcessFormData (unknown Source)
    at oracle.iam.connectors.common.dao.OIMUtil.updateProcessForm (unknown Source)
    at oracle.iam.connectors.dbum.integration.DBUMProvisionManager.setProcessFormData (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERYFORAUTHTYPEUSER.SETPROCESSFORMDATA (adpDBUMEXECUTEQUER
    YFORAUTHTYPEUSER.java:216)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERYFORAUTHTYPEUSER.implementation (adpDBUMEXECUTEQUERYFOR
    AUTHTYPEUSER.java:95)
    at com.thortech.xl.client.events.tcBaseEvent.run (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.runEvent (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones (unknown Source)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone (unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone (unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.autoDOBSave (unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder (unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser (unknown Source)
    at com.thortech.xl.dataobj.tcOIU.provision (unknown Source)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.checkApproved (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.approve (unknown Source)
    at com.thortech.xl.dataobj.tcORC.checkOrcTarget (unknown Source)
    at com.thortech.xl.dataobj.tcORC.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.setOrderContentItemStatus (unknown Source)
    at com.thortech.xl.dataobj.tcORC.setOrderContentItemStatus (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.checkOrderContentItem (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.updateTask (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.updateTask (unknown Source)
    at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.updateTask (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionContainer.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at sun.reflect.GeneratedMethodAccessor127.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    to org.jboss.invocation.local.LocalInvoker$ MBeanServerAction.invoke (LocalInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    to $Proxy337.updateTask (Unknown Source)
    at Thor.API.Operations.tcProvisioningOperationsClient.updateTask (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to Thor.API.Base.SecurityInvocationHandler$ 1.run (unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs (unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke (unknown Source)
    to $Proxy801.updateTask (Unknown Source)
    at com.thortech.xl.webclient.actions.ApprovalsAction.approveDenyTasks (unknown Source)
    at com.thortech.xl.webclient.actions.ApprovalsAction.confirmApprove (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)
    11:45:25, ERROR 419 [DBUM] = start the Stack Trace =.
    11:45:25, 435 oracle.iam.connectors.common.dao.OIMUtil ERROR [DBUM]: updateProcessForm
    11:45:25, 451 ERROR [DBUM] problem when retrieving information from the database.
    11:45:25, 466 ERROR [DBUM] description: you are not allowed to update this object.
    11:45:25, 482 ERROR [DBUM] Thor.API.Exceptions.tcAPIException: you are not allowed to update this object.
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData (unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.setProcessFormData (unknown Source)
    at sun.reflect.GeneratedMethodAccessor357.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionContainer.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy767.setProcessFormData (Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsClient.setProcessFormData (unknown Source)
    at oracle.iam.connectors.common.dao.OIMUtil.updateProcessForm (unknown Source)
    at oracle.iam.connectors.dbum.integration.DBUMProvisionManager.setProcessFormData (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERYFORAUTHTYPEUSER.SETPROCESSFORMDATA (adpDBUMEXECUTEQUER
    YFORAUTHTYPEUSER.java:216)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERYFORAUTHTYPEUSER.implementation (adpDBUMEXECUTEQUERYFOR
    AUTHTYPEUSER.java:95)
    at com.thortech.xl.client.events.tcBaseEvent.run (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.runEvent (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones (unknown Source)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone (unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone (unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.autoDOBSave (unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder (unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser (unknown Source)
    at com.thortech.xl.dataobj.tcOIU.provision (unknown Source)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.checkApproved (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcOBI.approve (unknown Source)
    at com.thortech.xl.dataobj.tcORC.checkOrcTarget (unknown Source)
    at com.thortech.xl.dataobj.tcORC.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save (unknown Source)
    at com.thortech.xl.dataobj.tcORC.setOrderContentItemStatus (unknown Source)
    at com.thortech.xl.dataobj.tcORC.setOrderContentItemStatus (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.checkOrderContentItem (unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update (unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.updateTask (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.updateTask (unknown Source)
    at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.updateTask (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionContainer.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at sun.reflect.GeneratedMethodAccessor127.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    to org.jboss.invocation.local.LocalInvoker$ MBeanServerAction.invoke (LocalInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    to $Proxy337.updateTask (Unknown Source)
    at Thor.API.Operations.tcProvisioningOperationsClient.updateTask (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to Thor.API.Base.SecurityInvocationHandler$ 1.run (unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs (unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke (unknown Source)
    to $Proxy801.updateTask (Unknown Source)
    at com.thortech.xl.webclient.actions.ApprovalsAction.approveDenyTasks (unknown Source)
    at com.thortech.xl.webclient.actions.ApprovalsAction.confirmApprove (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)

    11:45:42, ERROR 638 [DBUM] = end of stack memory stack =.
    11:45:42, 638 INFO [DBUM] oracle.iam.connectors.dbum.integration.DBUMProvisionManager: setProcessFormData: process of updating form f
    or UD_DB_ORA_U_LOCK result: ERROR_UPDATE_PROCESS_FORM
    11:45:42, 669 INFO [DBUM] oracle.iam.connectors.dbum.integration.DBUMProvisionManager: setProcessFormData: do not update the trial
    s for UD_DB_ORA_U_LOCK form
    11:45:44, ERROR [SERVER] 154 / class method: tcDataObj/eventPreInsert error: Insert permission is denied
    11:45:44, ERROR [SERVER] 216 / class method: tcDataObj/eventPreInsert error: Insert permission is denied
    11:45:44, ERROR [SERVER] 294 / class method: tcDataObj/eventPreInsert error: Insert permission is denied

    Please suggest me how to do it.

    Thanks and greetings
    Kunal jegou

    Looks like the user doesnot has permission to update the form of courses...

    Tab object permission to UD_DB_ORA_U

    Thank you
    Suren

  • Need clarification on workflow approval-IOM

    Hello
    I have created an approval process for RO, which would have sent the permission to the user's Manager. If I ask for this Number as an end-user (by logging into the administration as the end user Console) approval flow works very well. Manager approves the request and RO is put in service to the user.

    But, when I ask the resource connection as xelsysadm for a UserA (whose Manager is user B and not xelsysadm), RO gets put in service to the user without any request sent to user B (who is responsible) for approval.

    Can someone let me know if this is the default behavior (I hope that's not!) or I'm missing something?


    Thanks in advance

    Published by: Alan on July 15, 2010 02:18

    Hi Alan,

    It is the default behavior of the IOM as xelsysadm is assumed as root of the provisioning system.
    Not sure if this could be overridden somehow.

    Kind regards

  • Tektronix 3052 b timestamp question

    I think that this question will apply to many, if not all scopes for LabView interface, but it's the one that I tend to use.  I have managed to connect the field of LabView application over the network and can run the demo applications quite well.

    The particular test that I am running is that awaits a coming special trigger, after that is captures 10,000 samples of 1 microsecond increments each.

    If I don't have LabView and export the data file directly, it has a timestamp value that is right; check-in starts at-40 microseconds (that's the point that the scope begins to record the sample) and flows through ten following time milliseconds.

    The time stamp that is acquired by LabView, is however, formatted in this format:

    7:00:00.009 PM
    31/12/1903

    I was able noodles autour with parameters in time waveform diagram time string Date and get the display on the screen to display microseconds by entering a string "6u %" in the time format string string date/time format.  However, there are two outstanding issues:

    1. the string that is exported to Excel ends by displaying the calendar stuff.  No amount of playing with settings in Excel doesn't allow me to reduce the string to a single integer representing the number of microseconds past

    2. the point of departure - t0 - always by default is "0", which means that the data are not aligned to the correct microseconds in the graph of the wave.

    I've seen examples in the online support files, and that's how I got the point of being able to display microseconds.  No one seems to have attacked, however, the problem simply allow the exit number by the scope as "t0" to the passage in the spreadsheet file.  Anyone got any ideas?  There is little for me...

    Thank you

    Danielle

    Thought this might help; the graphic on the screen updates correctly, but the spreadsheet contains too much junk and not in the right format or starting point in time (see attachment)

    You can have any desired accuracy. Just change the format specifier.

    If you don't know what that means, put running context-sensitive help (which you should have any time, in any case), and move your mouse on the entry in the spreadsheet file.

  • ODI timestamp question

    Hello

    We have a source Date column data type (Oracle 10 g).
    When we used the select date table - the output looks like 17-SEPT-10 08:02:32 '

    In the target, the data type of date column is also Date (Oracle 10 g)...
    It's a match one-to-one... after the execution of the interface, if we check the column date 17-SEPT-10 12:00 ', for all records, we get the same format.


    What could be the problem... the timestamp is not identical to the source, instead we get 12:00 even timestamp for all records...


    Any necessary changes here... Please let me know.


    Thank you
    Ananth

    I don't know about you but,
    It there a while we saw a problem with our dates between source and target DB (two 10g).
    When the source, there was HH24:MI:SS filled out correctly, in the target, there was always 00:00:00.
    It produces only when we were loading the data from one server to the other (never when the source and target are on the same server).

    It really looks like your question...

    After some research it seems comes from our JDBC (Thin one) driver...

    To fix this, I add a property in topology whenever I use this JDBC url.
    For each database server I add the following property on the Properties tab:
    Key = oracle.jdbc.V8Compatible
    Value = true

    Maybe you can try with this...

    Hope to help

    Kind regards

    Brice

  • Timestamp question

    Currently having a few problems with the help of a timestamp in Cascades and don't know how to overcome it.

    Initial implementation:

    listItemComponents: [
                        ListItemComponent {
                            type: "date"
                            Header {
                                title: Qt.formatDateTime(new Date(ListItemData * 1), "dddd, dd MMMM yyyy")
                            }
                        },
    
    ...
    
    function itemType(data, indexPath) {
                        if (indexPath.length == 1) {
                            return "date";
                            console.log("DATE RETURN")
                        }
                        return "item";
                        console.log("ITEM RETURN")
                    }
    
    ...
    
    GroupDataModel {
                id: dataModel1
                sortingKeys: [ "entryTimestamp", "entryTitle" ]
                grouping: ItemGrouping.ByFullValue
                sortedAscending: true
    

    The entryTimestamp is the field in the database that contains the timestamp (it looks like to-1458478723892) and this time stamp comes from the use of this: Date () .getTime (new) - the implementation above is going to sort the items in the order of the exact date, but because the timestamp is different (due to the seconds, minutes, hours of each entry in the database is different) list items are not grouped , but are rather separate list items.

    ---

    I then tried to add another field to the database (that would be the long date - Sunday, March 20, 2016) but because it's just text, the elements are not in the correct date order. So now, I'm not entirely sure on what to do - any help with that would be great

    the grouping is by comparison of strings. you want to sort by year first, then a month, then by day you format the date in this way.

    I suspect that you invert the sort key with the string that is displayed in the header.
    You can format the string header differently by defining your own header element:

    listItemComponents: [
        ListItemComponent {
            type: "header"
    
            Header {
                title: ListItem.view.headerFormat.format(ListItemData)
            }
        }
    

    headerformat is a CustomDateFormatter with this skeleton: "yMMMMEEEEd."

    (I recommend this trainer class because it gives you a lot of options)

    Do not forget to replace itemType to discern between the items of your list with the header.

  • The old TIMESTAMP question on a query

    I have a SQL query

    DATE_COL = TIMESTAMP ' 2009-01-30 00:00:00 '

    Where the date is generated by a repository with a default initialization variable.

    Now in Oracle metalink seem to suggest that we should be able to have a default initialization of DATE 30 January 2009 ' that I tried seemed to work and gave me

    DATE_COL = TO_DATE('30-JAN-2009')

    However after working once, subsequent changes to the repository caused the TO_DATE to disappear and I found myself with:

    DATE_COL = 30 JANUARY 2009"

    If someone managed to use the DATE in the default initialization?


    I'm on OBIEE 10.1.3.3

    .

  • What happened with a clean workflow? AE masking question

    Hello

    I use AE and first CC 2014. In the first edition, I use dynamic link to edit clips in After Effects.

    In After Effects, I want to key on my green screen. So far so good. But I also need to mask unwanted areas.

    I am masking the grounds and see in my preview of the mask around my pattern line. But for some reason, the outside of the mask don't disappear. In my preview or Adobe Premiere via DL, not even the videos has the invisible from the outside.

    I checked the settings for the mask, it is to be added. To switch to the other settings, I get any different results on my preview screen.

    What I am doing wrong? It comes to a few basics and leaves me frustrated if I come to 6 CS to get this working right...

    Many people, sorry I aft of the rudder. I just found out that the red giant Denoiser II degraded my mask. By disabling the Denoiser, everything works fine.

    SRY Adobe for you judge too quickly. I'm going to head to other developers support now.

  • Force10 S25 questions, three bad?

    I have three S25s 10 strength that we purchased from Dell. They have been re-certified and out of warranty (I'm don't know id, they came with a warranty)

    In any case I can't connect with any of them via the console. Nor do they get the link lights when it is connected to an Intel X 540 - T2.

    I tried different servers where I blew the serial ports. I did a cable right and connected with a RJ45 serial adapter (this works with a Dell PowerConnect switch)

    The serial connection is 9600/8/1. I don't know what else to try. Three switches wrong seem weird (though we have had problems with other devices on this expedition of Dell.)

    Anything I missed?

    Hello

    The cable from the console to Force10 is different for Powerconnect, and the list of the pins on the cable are not the same.

    https://www.Dell.com/support/article/us/en/19/QNA43618

  • Approval of IOM / provision of workflow

    Hi all
    I have a question regarding the approval of IOM / provision of workflow.

    Application of X (e.g. Active Directory) has an OOTB connector which can available to the user and manage its role in enforcement. The user can trigger the request for change of role through the console of administration of IOM.

    My query - Can I configure access policy/user group for the creation of a database the X application user identity. This will create identities of user for all users in application X without roles. Later user must be able to pray for roles and approval, to update its role in the X application.

    Can this scenario can be implemented with any connector OOTB, with supply and role workflow approval in place. Do you not see any complexity in the present. Please provide your comments.

    The van of provisioning core can be done using access policies.

    If you want to that role management application in pre OIM 11 g, you will need to do more custom ROs. There are two ways to do this.

    The best way to do is to combine the approaches in these two messages and create a custom RO that moves the user to a group of IOM which has an access policy attached which manipulates the child table on the base target RO system.

    http://iamreflections.blogspot.com/2010/09/OIM-HOWTO-one-resource-object-per.html
    http://iamreflections.blogspot.com/2010/09/OIM-HOWTO-target-system-group.html

    Please take a look and see if it's understandable. I should probably write another entry that deals with this specific use case.
    / Martin

  • For self-registering approval workflow

    Hello

    I have a requirement where I have to develop a workflow approval for self-registration.

    My requirement is if the user type is used, the user doesn't have to go through approval, but if the user is entrepreneur, that they have to go to some user admin for approval.

    How can I achieve this.

    Concerning

    You can get by using the approval rule in the approval policy.

  • Dynamic approval for a single Application Workflow

    Hello

    My Requirment is based on the values selected by the user in the form of resource radio button, the approval workflow should be decided.

    For example. If I click on 'NO' then it is single approval level. (see task 13).
    If I click 'Yes', then it is two level approval. (having more than 13 tasks).

    Can I create two approval workflow and map it accordingly? Or in a single approval workflow, I have all the tasks and skip a part as accordingly?

    How to get there?


    Thank you
    Prashanth.

    You can manage this in a workflow approval unique itself.

    Create a task that will read the value of the form object

    If yes-> redirect approval workflow for the second task

    If no.-> redirect Worlflow approval to other tasks

    http://rajivdewan.blogspot.com/2010/07/multilevel-approval-workflow-in-Oracle.html

  • How approve/reject/etc buttons can be removed from the notification of workflow

    How can I remove buttons approve/reject/etc email vacation workflow approval notice to the Manager.

    Scenario-
    Employee submits to holiday on self-service. The Manager receives notification by e-mail for approval. On this email notification, he can see buttons to answer like "Approve", "Reject", "Request for information".

    The requirement is-
    Without changing the rest of the behavior, how the buttons be deleted or hidden from the notification email. A new message must also be updated to mention that managers had to connect self-service to approve public holidays.

    Thank you, Hussein!

Maybe you are looking for