Error while reassigning Tasks

Instance '/Process_AssignTasks#Default-1.0/71/0' could not be selected in activity 'GetAllTasksAssignedToUser'. Details:
Instance '/Process_AssignTasks#Default-1.0/71/0' could not be locked because participant 'Server' is currently locking it.
fuego.papi.exception.CannotLockInstanceException: Instance '/Process_AssignTasks#Default-1.0/71/0' could not be locked because participant 'Server' is currently locking it.
     at fuego.server.AbstractInstanceService.getLocked(AbstractInstanceService.java:127)
     at fuego.server.execution.EngineExecutionContext.acquireCurrentInstance(EngineExecutionContext.java:1380)
     at fuego.server.execution.EngineExecutionContext.preImmediateExecution(EngineExecutionContext.java:1256)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:284)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:462)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:540)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:213)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:118)
     at fuego.server.execution.DefaultEngineExecution.executeWithoutComponentImmediate(DefaultEngineExecution.java:193)
     at fuego.server.execution.EngineExecution.executeWithoutComponentImmediate(EngineExecution.java:95)
     at fuego.server.AbstractProcessBean.reassignInstanceToParticipant(AbstractProcessBean.java:3779)
     at fuego.server.AbstractProcessBean.instancesReassignTo(AbstractProcessBean.java:1770)
     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 fuego.lang.JavaClass.invokeMethod(JavaClass.java:1477)
     at fuego.lang.JavaObject.invoke(JavaObject.java:185)
     at fuego.component.Message.process(Message.java:585)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:759)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:734)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:140)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:132)
     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:257)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:818)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:397)
I am using this code to assign task to another user.
lProcessService as ProcessService
bp as BusinessProcess
instF as InstanceFilter = InstanceFilter()
instanceDescription as String
connectTo bp
using url = Fuego.Server.directoryURL,
user = "super",
password = "super",
process = process.name
create instF
using processService = bp.processService
instF.searchScope = SearchScope(participantScope : ParticipantScope.ALL, statusScope : StatusScope.ONLY_INPROCESS)
addAttributeTo instF
using variable = "payDate",
comparator = Comparison.IS,
value = "abc"
instances as Fuego.Papi.Instance[] =getInstancesByFilter(bp, filter : instF)
for each inst in instances do
logMessage "assigning task to ANALYST.... "
reasign inst
using participant = "analyst"
end

Hi,
I uploaded a project to http://www.4shared.com/file/116623433/67e534c1/ManagerAssignsWork.html. Import this and see if might be what you're looking for.
1) In this project, a Manager ("mike") logs into the Workspace
2) Mike creates a work item instance by clicking on the "Create Inquiry" application.
3) The work item is created in the Manager's inbox (the instance is now in the Manager's "Assign to an Analyst" activity)
4) In the Workspace, the manager clicks on the "Assign to an Analyst" for the work item instance in his inbox
5) Because of the logic behind the "Assign to an Analyst" activity, the manager is prompted to pick the role and the specific Analyst"
6) Once the manager completes prompts for the analyst to assign it to, the work item instance flows to the "Review Request" activity in the Analyst role to the specific person the manager selected.
The logic that shows how to assign a work item instance to a specific participant in the process is inside the "Assign to an Analyst" activity in the process.
Dan

Similar Messages

  • Error While Setting Task Display - 11.1.1.4

    Hi,
    I have associated an ADF form with a human task. I can see the task, but the ADF screen doesnt show.
    java.lang.NullPointerException
    at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.
    setTaskDisplayInfo(TaskFlowPropsUtil.java:769)
    at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeploye
    rThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:261)
    at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeploye
    rThread.run(TaskFlowDeployerThread.java:129)
    at java.lang.Thread.run(Thread.java:619)
    <Feb 3, 2011 1:46:24 PM IST> <Warning> <oracle.soa.services.workflow.worklist> <
    BEA-000000> <<.> Error while setting task display, this can happen with app load
    ing issue, trying to load for 11>
    I understand that previous fixes involved setting the adf-config file. I have done this by going into the domain directory... but no joy.
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/apps"/>
    <namespace metadata-store-usage="mstore-usage_1" path="/deployed-composites"/>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">
    <property value="DEV_MDS" name="jdbc-userid"/>
    <property value="welcome1" name="jdbc-password"/>
    <property value="jdbc:oracle:thin:@//localhost:1521/xe" name="jdbc-url"/>
    <property value="soa-infra" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    This is 11.1.1.4 Soa Suite.
    Thanks and regards.
    Anand

    I had a similar issue, but it was after my application was automatically converted by JDEV from 1.1.1.3.
    Perhaps others have determined how to fix the application and projects after the conversion, but I recreated everything in 1.1.14 and this seems to work.

  • BPM error while updating task

    Hi, I'm using an initiator Task form a process in BPM with SOA version 11.1.1.6 and JDeveloper 11.1.1.6 and everytime I try to update the task I get this error:
    ORABPEL-10101
    Error while updating task .
    Error while updating task Cannot delete Comments.
    Check the underlying exception and database connection information. If the error persists, contact Technical Support Services at Oracle.
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateComments(WFTask.java:5384)
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateWFTask(WFTask.java:2712)
    at oracle.bpel.services.workflow.repos.driver.PersistencyService.updateWFTask(PersistencyService.java:630)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperationInTrans(TaskService.java:6586)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6306)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6277)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6253)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6235)
    at oracle.bpel.services.workflow.task.impl.TaskService.updateTask(TaskService.java:2088)
    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)
    I've tried to remove the userComments from the Task Form, and remove anything associated with it, but everytime I try to savbe the task it gets this error
    thanks

    Hi,
    Have you solved the problem? For I have met the same problem, Could you share it with me.
    thanks a lot.

  • Error while reassigning the FM from one FG to other.........

    Hi Gurus,
    While reassigning a Function Module from one Function Group to another I am getting the error:  Object components locked in different tasks...
    Please help.
    Abhi...

    thanks...
    Abhi.

  • Error while creating task: The server was unable to save the form at this time. Please try again. (SharePoint 2013)

    I get the following error while saving a task inside task list:
    "The server was unable to save the form at this time. Please try again."
    I tried restarting "search service host controller".
    The server has 8 GB RAM and according to task manager, 6.67 GB is being used.
    I logged into the site with user which is the owner of the site. I tried creating tasks from client as well as the SharePoint server itself. Same error is shown in both the cases.
    How do I find information on the exact problem that is causing the error? What are possible solutions?

    Hi robikshrestha,
    This error message often shows when there is low memory that can be used, the workaround restart the “SharePoint Search Hosting Controller” service is to release some memory, and make it work. Whether restart the service release memory
    in your situation?
    Would you please check whether this issue happens all the time in task list, or happens sometimes when the memory is lower to use. If it doesn’t have a large impact, you can restart the server, check the result. have a look at the event
    log and ULS log, see whether there is related information.
    If it happens all the time, would you please use other browsers, whether the results are same? This may be caused by some add-ons in IE, like Free Download Manager I have seen.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Error while retrieving TASK list through worklist API

    Hi All,
    I am try'n to retrieve TASK lit for user in BPEL 10.1.3.1 using worklist api ,
    I am stucked with this error while quering the tasks.
    bpeladmin
    Aug 25, 2008 11:31:52 AM oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    java.rmi.UnmarshalException: Error deserializing return-value: java.io.InvalidClassException: oracle.bpel.services.workflow.task.model.TaskImpl; unable to create instance
         at com.evermind.server.rmi.RMIClientConnection.handleMethodInvocationResponse(RMIClientConnection.java:897)
         at com.evermind.server.rmi.RMIClientConnection.handleOrmiCommandResponse(RMIClientConnection.java:341)
         at com.evermind.server.rmi.RMIClientConnection.dispatchResponse(RMIClientConnection.java:296)
         at com.evermind.server.rmi.RMIClientConnection.processReceivedCommand(RMIClientConnection.java:278)
         at com.evermind.server.rmi.RMIConnection.handleCommand(RMIConnection.java:152)
         at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:127)
         at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:107)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:595)
    Help me out.
    Regards,
    Kalyan.

    Hi,
    Guys any updates...

  • Error While Synchronizing Task

    Hi Everybody,
    I am a Newbie to DAC. Just worked on few tasks.
    I created a dac task, while synchronizing I got the below error:
    MESSAGE:::Error while inserting a record!
    EXCEPTION CLASS::: com.siebel.etl.gui.core.RecordManipulationException
    com.siebel.analytics.etl.client.core.DACMessage.convertToRME(DACMessage.java:31)
    com.siebel.analytics.etl.client.data.model.UpdatableDataTableModel.upsertNewRecord(UpdatableDataTableModel.java:141)
    com.siebel.analytics.etl.infa.fileParsing.InfaDacWriter.insertTableList(InfaDacWriter.java:534)
    com.siebel.analytics.etl.infa.fileParsing.InfaDacWriter.insertNodeTables(InfaDacWriter.java:407)
    com.siebel.analytics.etl.infa.fileParsing.InfaDacWriter.insertNodeTables(InfaDacWriter.java:318)
    com.siebel.analytics.etl.infa.fileParsing.TaskSync.sync(TaskSync.java:171)
    com.siebel.analytics.etl.client.action.TaskSynchronizationAction.doOperation(TaskSynchronizationAction.java:144)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    Please Help
    Thanks
    Abhijeet B.

    i did the same but could nto infer anything sensible. Ultimately when i reduced the size of the human task name, it started working properly. Guess that was what i should have infered after looking at the underlying exception.
    Thanks:)

  • Getting error while reading Task Notes

    Hi,
    I have a problem while opening the task from UWL. It is about reading task notes. One LDAP User had written a note previous task but now this user is deleted from LDAP. So the task screen trying to read this user while getting notes and throws exception. I also got this exception in Manage Process
    Screen when press 'Show Related Tasks' button. (My system is SAP NW 7.31 SP 9)
    The exception message is :
    java.lang.NullPointerException: while trying to invoke the method com.sap.tc.webdynpro.services.sal.um.api.IWDClientUser.getSAPUser() of a null object returned from com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.getClientUser(java.lang.String)
      at com.sap.tc.bpem.wdui.notes.Utils.notesToText(Utils.java:118)
      at com.sap.tc.bpem.wdui.notes.comp.Notes.reloadNotesHistory(Notes.java:352)
      at com.sap.tc.bpem.wdui.notes.comp.wdp.InternalNotes.reloadNotesHistory(InternalNotes.java:181)
      at com.sap.tc.bpem.wdui.notes.comp.NoteListView.wdDoModifyView(NoteListView.java:174)
      at com.sap.tc.bpem.wdui.notes.comp.wdp.InternalNoteListView.wdDoModifyView(InternalNoteListView.java:482)
    Kindly Helps,
    Thanks

    Hi Omer,
    This is a known issue. This error occurs because once the creator of the note is deleted from the portal, his user id cannot get displayed to the user who is trying to read the note as the Note Creator.
    You need to apply the patches mentioned in the SAP Note specified to add the 'Deleted User' text when the note is trying to be read by someone.
    Its not a long procedure. All the best.
    /Sid

  • OIM Design Console Internal error while updating task attributes

    Hi All,
    I have installed OIM9101 on jboss, the set up is running fine. I am in the process of integrating a OID connector following steps given OID connector guide. In design console(Administration-->Task Scheduler) while modifying "OID Group Lookup Reconciliation Task" attributes, attribute value is not getting saved. When i click on save option it shows a pop up windows saying "problem in updating task attributes. update failed."
    Any solution for this??.. Please help.
    Thanks in Advance.
    Edited by: VAYANAKA on Nov 26, 2010 10:48 PM

    Thank you for the reply..I have tried to create a new scheduled task. But while saving it again an Internal error pop up window comes saying " Description:Could not execute database read.The database encountered a problem with the specified SQL Query.Remedy: Check the database query.Contact your system administrator."..
    Is it any problem with my database.? I have checked database, its up and running??
    Thanks In advance.

  • OIM: Error while updating Task Attributes

    Hi All,
    I am trying to use PeopleSoft User Management using OIM connector.
    I am facing an error saying "problem in updating Task Attributes" while scheduling a task on OIM design Console. I am trying to update and save PSFT Base Non Trusted User Reconciliation. following is the log message displayed in server command prompt.
    ERROR,11 Apr 2008 05:02:53,287,[XELLERATE.SERVER],Class/Method: tcTSA/eventPostU
    pdate encounter some problems: problem in updating Task Attributes
    com.thortech.xl.scheduler.exception.SchedulerGenericException: problem in updati
    ng Task Attributes
    at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.updateTaskA
    ttributes(Unknown Source)
    at com.thortech.xl.scheduler.ejb.SchedulerControllerBean.updateTaskAttri
    butes(Unknown Source)
    at com.thortech.xl.scheduler.beans.SchedulerControllerSession.updateTask
    Attributes(Unknown Source)
    at com.thortech.xl.scheduler.beans.SchedulerController_z4f4d2_EOImpl.upd
    ateTaskAttributes(SchedulerController_z4f4d2_EOImpl.java:478)
    at com.thortech.xl.scheduler.beans.SchedulerController_z4f4d2_EOImpl_CBV
    .updateTaskAttributes(Unknown Source)
    at com.thortech.xl.dataobj.tcTSA.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.ejb.databeansimpl.tcDataObjectBase.save(Unknown Sourc
    e)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl.save(tcTSA_u3xmy2_EOImp
    l.java:1437)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl_WLSkel.invoke(Unknown S
    ource)
    at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(Activata
    bleServerRef.java:90)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
    .java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Caused by [Nested Exception]:
    java.lang.NullPointerException
    at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.updateTaskA
    ttributes(Unknown Source)
    at com.thortech.xl.scheduler.ejb.SchedulerControllerBean.updateTaskAttri
    butes(Unknown Source)
    at com.thortech.xl.scheduler.beans.SchedulerControllerSession.updateTask
    Attributes(Unknown Source)
    at com.thortech.xl.scheduler.beans.SchedulerController_z4f4d2_EOImpl.upd
    ateTaskAttributes(SchedulerController_z4f4d2_EOImpl.java:478)
    at com.thortech.xl.scheduler.beans.SchedulerController_z4f4d2_EOImpl_CBV
    .updateTaskAttributes(Unknown Source)
    at com.thortech.xl.dataobj.tcTSA.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.ejb.databeansimpl.tcDataObjectBase.save(Unknown Sourc
    e)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl.save(tcTSA_u3xmy2_EOImp
    l.java:1437)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl_WLSkel.invoke(Unknown S
    ource)
    at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(Activata
    bleServerRef.java:90)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
    .java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ERROR,11 Apr 2008 05:02:53,287,[XELLERATE.SERVER],Class/Method: tcDataObj/save E
    rror :Data Update Failed
    ERROR,11 Apr 2008 05:02:53,302,[XELLERATE.DATABASE],Class/Method: tcDataBase/rol
    lbackTransaction encounter some problems: Rollback Executed From
    java.lang.Exception: Rollback Executed From
    at com.thortech.xl.dataaccess.tcDataBase.rollbackTransaction(Unknown Sou
    rce)
    at com.thortech.xl.dataobj.tcDataObj.rollback(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.doRollback(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.ejb.databeansimpl.tcDataObjectBase.save(Unknown Sourc
    e)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl.save(tcTSA_u3xmy2_EOImp
    l.java:1437)
    at com.thortech.xl.ejb.beans.tcTSA_u3xmy2_EOImpl_WLSkel.invoke(Unknown S
    ource)
    at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(Activata
    bleServerRef.java:90)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
    .java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    I am facing above error when try to update any task in the task scheduler.
    Can anyone please suggest me where i am going wrong?
    Thanks,
    Uma.

    I would assume you are missing the jar file for your scheduled tasks. Try and create a new scheduled task with the same class name, if it won't let you save, this is your answer. You'll want to make sure you have the connector scheduled task file in the ScheduleTask folder in your OIM directory.
    -Kevin

  • Error while opening "Tasks that require my action" in GP runtime

    Hi,
    I am using NW 2004s SP8. I created a  process and when tried to open that process in runtime by clicking "Tasks that require my action", I am receiving the below error.
    Searched all over, but could not find a clue as to what the problem is..  Appreciate any kind of hint.
    Thanks
    Ram
    java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.pfw.core.impl.ProcessRuntime.getWorkItemsForUser(ProcessRuntime.java:1312)
         at com.sap.caf.eu.cc.content.feeder.impl.TrackObjFeederGPProcesses.getTableContent(TrackObjFeederGPProcesses.java:483)
         at com.sap.caf.eu.cc.ui.dashbrd.CDashboardView.fillDashboard(CDashboardView.java:333)
         at com.sap.caf.eu.cc.ui.dashbrd.CDashboardView.onEventSetActiveView(CDashboardView.java:423)
         at com.sap.caf.eu.cc.ui.dashbrd.wdp.InternalCDashboardView.wdInvokeEventHandler(InternalCDashboardView.java:168)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:283)
         at com.sap.caf.eu.cc.ui.dashbrd.wdp.InternalCDashboard.wdFireEventSetActiveView(InternalCDashboard.java:203)
         at com.sap.caf.eu.cc.ui.dashbrd.CDashboard.setActiveViewGuid(CDashboard.java:303)
         at com.sap.caf.eu.cc.ui.dashbrd.wdp.InternalCDashboard.setActiveViewGuid(InternalCDashboard.java:165)
         at com.sap.caf.eu.cc.ui.dashbrd.CDashboardInterface.setActiveViewGuid(CDashboardInterface.java:131)
         at com.sap.caf.eu.cc.ui.dashbrd.wdp.InternalCDashboardInterface.setActiveViewGuid(InternalCDashboardInterface.java:134)
         at com.sap.caf.eu.cc.ui.dashbrd.wdp.InternalCDashboardInterface$External.setActiveViewGuid(InternalCDashboardInterface.java:197)
         at com.sap.caf.eu.gp.ui.rtwc.RTWCUtils.genericDashboardConfiguration(RTWCUtils.java:45)
         at com.sap.caf.eu.gp.ui.rtwc.VTasklist.initRunningTasksDashboard(VTasklist.java:195)
         at com.sap.caf.eu.gp.ui.rtwc.wdp.InternalVTasklist.initRunningTasksDashboard(InternalVTasklist.java:155)
         at com.sap.caf.eu.gp.ui.rtwc.VTasklist.wdDoModifyView(VTasklist.java:164)
         at com.sap.caf.eu.gp.ui.rtwc.wdp.InternalVTasklist.wdDoModifyView(InternalVTasklist.java:391)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:480)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:487)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:661)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:229)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi,
    Restart the GP service (caf/eu/gp/model) and the CC frame Service (in this order).Then go to the Runtime. It should solve your problem.
    Best regards,
    David

  • Getting "ora-20005 task is modified" error while updating task payload

    Hi,
    I am trying to update a task's payload using the Task Service. But I am getting the following error :-
    "IRC_SOAINFRA.WFTASKPKG_111160", line 2932
    ORA-20005:
    ORA-06512: at line 1I am using the task element which I got back by calling the TaskQueryService's getTaskById operation. At a loss why this is happening!!! Any help is much appreciated.
    Thanks,
    Rahul

    Hi,
    I am trying to update a task's payload using the Task Service. But I am getting the following error :-
    "IRC_SOAINFRA.WFTASKPKG_111160", line 2932
    ORA-20005:
    ORA-06512: at line 1I am using the task element which I got back by calling the TaskQueryService's getTaskById operation. At a loss why this is happening!!! Any help is much appreciated.
    Thanks,
    Rahul

  • Error while updating Task using pa_project_pub.update_project API

    Hi All,
    I am using AMG APIs "pa_project_pub.update_project" for Task dates update . I am getting the  API Error message as : "For a shared structure or a Workplan structure, all tasks in the structure should be passed in correct hierarchy."
    Even though I am passing the Task information in the task_in_tbl_type  in correct order (Ex. For extending dates, Top Task first followed by Sub Task and vice-versa for the shortenings the dates).
    Still I am getting the Error. Request you to help me in resolving the error.
    Thanks,
    Atul

    Hi All,
    Thank you All.
    Actualy I was watching the thread and got no Reply.this enable me to search more for the cause and eventually for the solution.
    The Error "The flex field values you have entered are invalid" was because of DFF values only. I found this solution from API code only. It takes me to PA_PROJECTS_PVT where I Found the Error Code and then to flex field validation and then to Task utility Package.
    Actually when you are not passing any value for Attributes, It will take the Old values only. and If the old values fails to Validate, this issue may arise. Same was the cause in this case. For An attribute the Value Set was "Standard Date" and it was accepting "DD-MON-RRRR" from Front End, but keeping "DD-MON-RRRR HH:MI:SS" as a value in the Attribute. For Eg. 12-DEC-2012 will be stored as 12-DEC-2012 00:00:00. It was there for almost all the Tasks.
    And when it was passed internally to API, It was causing the Error that Value enterted are Invalid.
    I came to know only after running the Desc Flex Field Validate API, which PA_PROJECTS_PVT was using.
    Got the Solution and feel like sharing with you all.
    Thanks,
    Amit

  • Error while creating task list

    Hi All,
    I am configuring change management , i have created project and assigned logical component for that when i create task list it gives below error .
    For object /TMWFLOW/M , number range interval 01 does not exist
    Message no. NR751
    Diagnosis
    The database table NRIV has the delivery class 'C', i.e. the SAP default settings are only in client 000.
    Procedure
    Create the missing number range interval in customizing.
    Transaction code:
    I have already  maintained number ranges.
    Thanks
    Santosh

    Hi ,
    Make sure you maintain the number range interval to be no. "01" and not "1" or anything else. I kept getting the "Error reading information for number range object /TMWFLOW/D" (and /M/ and /V) even though I had added the number range interval as described in the manual. As soon as I deleted the interval "1" and put it back with "01" that check passed and I could create a task list.
    Thanks
    Abullais

  • Error while updating ADF task

    Hi, I'm using an initiator Task with ADF Form in BPM process with SOA version 11.1.1.6 and JDeveloper 11.1.1.6 and everytime I try to update the task I get this error:
    ORABPEL-10101
    Error while updating task .
    Error while updating task Cannot delete Comments.
    Check the underlying exception and database connection information. If the error persists, contact Technical Support Services at Oracle.
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateComments(WFTask.java:5384)
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateWFTask(WFTask.java:2712)
    at oracle.bpel.services.workflow.repos.driver.PersistencyService.updateWFTask(PersistencyService.java:630)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperationInTrans(TaskService.java:6586)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6306)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6277)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6253)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6235)
    at oracle.bpel.services.workflow.task.impl.TaskService.updateTask(TaskService.java:2088)
    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)
    I think this might be related to the task comments and with an internal method calling, but can't solve it in any way I know,
    I've tried to remove the userComments from the Task Form, and remove anything associated with it, but everytime I try to savbe the task it gets this error
    thanks

    Hi,
    here's the correct forum for this question: SOA Suite
    Frank

Maybe you are looking for

  • How to get the amount of memory available programmatically?

    Hello, Out of memory is a very common situation occures in most applications. I was wondering if there is a way to find the amount of free memory available programmatically, it can atleast help a little. There are System class's functions but are not

  • The WebLogic Server did not start up properly.

    Hi Everybody, I am quite new in BEA product, actually with weblogic integration. I get an issue when I tried to start Weblogic integration. I used Weblogic integration 8.5 on my Windows box and JDK 1.4. When I tried to start it I get the folowing err

  • Not to retein text in the combobox widget

    Hello, Just want to know any possiblity not to retein the text in the combobox widget? I am using Captivate 5.5. The current behavior is I select a value in the list of combobox on page A, and then I click a button to go to the next page B. When I am

  • Bridge browser does not work to browse intranet sites

    I can browser our company intranet sites with my blackberry phone but unable to browse the same sites via the blackberry bridge  on my playbook.. Can surf other external sites but unable to surf our intranet sites via the bridge browser. Am I missing

  • Development Configuration import failed

    Hi, In NWDS , when I try to import an existing development configuration, I get the following error message : Exception: class java.ioUTFDataFormatException invalid byte 1 of 1-byte UTF-8 sequence (0xfd) Do you guys have an idea about this issue ? Th