Errored workflow activities

Hi,
We have observed that recompiling PL/SQL packages during causes workflows processes to error out. This is because the workflow engine attempts to execute function activities referencing the PL/SQL package simultaneously. Oracle error "ORA-04061: existing state of has been invalidated" is raised.
Is there any way to avoid this?
Thanks and regards,
Anu

Hello,
Make sure you do not have any invalid packaged.
Make sure you do not have any database sessions related to workflow including background engines etc running before you load your packages.
If you do, then you need to establish a fresh session. If you cannot, because of cached session etc, in the worst case, you may have to bounce the database.
Cheers,
Raja

Similar Messages

  • Retry Errored Workflow Activities

    Hi,
    2 queries:
    a)If I run the 'Retry Errored Workflow Activities' program, will it forcefully progress the stuck lines even if the reason for the error has not been taken care of? Or, will it throw another error?
    b) For a configured order, if one of the lines is in error, will all the lines get stuck? I'm pretty sure they will, however, just wanted a confirmation.
    thanks!

    a) If the error is not taken care of, the line won't progress.
    b) All lines in that configuration will remain stuck.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • Custom SharePoint 2013 workflow activities in site template throw error on site creation

    Hi all,
    I have created a number of custom activities for SharePoint 2013 Workflows and I am using them on an Office 365 environment. The custom activities are packaged as a sandbox solution and deployed on my Office 365 site. Everything works as expected.
    I have now created a site with all the functionality I need, including some Site and List workflows - all of them containing my custom activities. I saved the site as a template - including content - and the process was completed successfully.
    My problem is that when I try to create a site based on that template, I get the following error:
    Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_66b9230b_823e_4783_82b8_daf481237847' from scope '/spo/d42a4487-9465-4347-9f2c-a2718e92fc02/74d0f9e7-fb35-493d-86fb-ab7aa27da7e0/c2e1bf45-cf67-4e13-9755-421cf92395f8'
    was not found. HTTP headers received from the server - ActivityId: 0997496a-5a15-4b83-82eb-727881eefa67. NodeId: . Scope: . Client ActivityId : c82f6e9c-9f8f-808b-7679-f2c0f92a339d. ---> System.Net.WebException: The remote server returned an error
    After a number of trials and errors, I am certain that this relates to my custom activities. i have already tested all of the following scenarios:
    Delete the workflow with the custom actions: Site is created successfully.
    Create a new workflow with no custom actions and save the site as a template:
    Site is created successfully.
    Save the site template including a workflow with my custom activities, but not including content:
    Site is created successfully, but my workflow is not there.
    Create a new custom workflow activities sandbox with one custom activity that just writes something to the history list - just to make sure that this is not related to any specific solution. Save the site as a template:
    Site creation throws the same error.
    Packaged my workflow (with my custom activities) as a wsp from SharePoint Designer and deployed it as a custom solution. Activated the feature in the target site. The workflow gets created and executing finally. Saved the site as template: Site
    creation throws the same error.
    Same as above, but without activating the feature in the target site: Site created successfully, workflow works fine after I activate the feature in the new site.
    My custom activities feature is always enabled in the site I save as template - in all of the above scenarios.
    I have tested all of the above scenarios both on SharePoint 2013 on-premise and Office 365. There is
    a forum post regarding some inconsistencies in the wsp file, but unfortunately this is not my case. Am I doing something wrong? Are custom 2013 workflow activities not supported in site templates - which would not actually make any sense, as it would "break"
    the fundamental concept of re-usability.
    Any ideas/feedback/guidance?
    Thanx in advance

    Hi,
    I am facing the same issue. Kindly help me out if any of them have solved similar issue. 
    Your help would be appreciated.
    manikantan

  • 'My Workflow Activities' channel(desktop channel)not working in E-Sourcing

    My workflow activities channel is not shown in the work bench even
    though it is added in column configuration.
    When a legal work flow is triggered, user unable to see the curren work
    items in the work bench as My workflow activities channel is not
    visible in the work bench.  Can anyone throw some light

    Hello,
    If I understand correctly the workflow approval is working fine, but the My Workflow Activities channel  is not displayed on the workbench page. How did you add the channel to the workbench page? If you had added it to your workbench page, it will only show up for you. Others will not see it. In order to display the channel on all users workbench, it has to be added to the default workbench template. Also, if you have multiple workbench pages, make sure you have checked the right one where the channel was added. Are all users seeing the problem? You might want to check it is not access related. Have you checked the logs? Do you see any errors? 
    Regards,
    Vikram

  • Workflow Activities not executing in Parallel

    Hi,
    I am using Oracle Workflow as a dependency management system to load a Data Warehouse.
    Workflow Activities are used to execute a custom PL/SQL wrapper that kick off Oracle Warehouse Builder (OWB) mappings that load target tables with source system data.
    This process works correctly and data is loaded into the Data Warehouse as expected.
    However, when I create a Workflow with activities in parallel they are not loaded concurrently, they load sequentially instead.
    ie.
    START
    => ACTIVITY1 =>
    => ACTIVITY2 =>
    => ACTIVITY3 =>
    AND => END
    In the example above I would expect all 3 Activities to run in parallel, then wait until all 3 are completed at the AND condition.
    All 3 Activities above are DEFERRED to the Background Engine.
    After executing the Workflow and viewing the Workflow Public View WF_ITEM_ACTIVITY_STATUSES_V, it displays all of the Activities in DEFERRED status as expected.
    Workflow then proceeds to execute each Activity one at a time, instead of all 3 at once.
    Any ideas how to execute all 3 Activities in Parallel?
    Thanks.

    Hi,
    If the activities are all PL/SQL, then the Workflow Engine doesn't run anything in parallel - there is only one engine processing the activities. The theory is that it runs so quickly it will look like it's in parallel with no real effect.
    So what you are getting is expected behaviour - it's just that because you have deferred it to the background engine, you have a greater opportunity to see how the engine works.
    HTH,
    Matt
    Alpha review chapters from my book "Developing With Oracle Workflow" are available on my website:
    http://www.workflowfaq.com
    http://forum.workflowfaq.com
    NEW! - WorkflowFAQ Blog at http://thoughts.workflowfaq.com

  • What is the difference between Windows Workflow Activities And SharePoint Workflow Activities in Workflows?

    Hi All,
    What is the difference between Windows Workflow Activities And SharePoint Workflow Activities in Workflows?
    Thanks in Advance!

    Hi,
    Both are developed with .NET framework, per my knowledge, the biggest difference would be the environment they applied to: one for Windows platform, one for SharePoint platform:
    http://msdn.microsoft.com/en-us/library/vstudio/ms733615(v=vs.90).aspx
    http://msdn.microsoft.com/en-us/library/office/ms446847(v=office.14).aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to clean the Stuck Workflow activities in oracle application 11i

    Hi All,
    Can anyone please give me the steps/Metalink Doc ID about how to clean the stuck workflow activities in Oracle Apps 11i.
    Thanks,
    Dinesh.

    969325 wrote:
    Hi All,
    Can anyone please give me the steps/Metalink Doc ID about how to clean the stuck workflow activities in Oracle Apps 11i.
    Thanks,
    Dinesh.Please see old threads for the docs you need to refer to -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Stuck&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Custom Workflow Activities on diferente languages sites

    Hello everyone,
    I've developed some custom workflow activities on VS, and they are all working correctly on all sites of the default language (English).
    My problem now is that I've installed another language pack (Portuguese) and created several sites with this language pack, and my custom WF activities doesn't appear in SPDesigner workflows on those sites. 
    Anyone knows why is this happening? and what can I do to make them available on every language pack?

    Hello Eduardo,
    The scope of my custom activities are WebApplication, and I can't change that because it provides multiple custom activities to several website on our sharepoint farm to already running workflows, and I want to be able to use them in any website.
    The web site where I'm trying to use my custom activities was created after the installation of the language pack, and it was created on that language (Portuguese). Everything on the website is in Portuguese, even the workflow semantics on Sharepoint Designer
    is in Portuguese (only for that site).
    That's why I think my activities doesn't show up, because they are not available on that language pack. All default SharePoint activities appear translated to Portuguese, but mine doesn't appear at all.
    Anyone?

  • Restarting Error Workflows in Production Environment

    Hi Experts,
    I m having an issue in the prod enviroment there are some error workflows because of the error issued by the function in a method which i used in a workflow step.Know i have trapped that  error .And i tried to restart the workflows by using SWPR.
    Still the workflow is going to error status.
    Please advice.
    Thanks,
    Rajesh.

    Hello,
    Is it showing the same error? Try SWU_OBUF.
    regards
    Rick Bakker
    Hanabi Technology

  • Error : Workflow definition does not exits(T-code : SWU7 )

    Hi All,
    I checked my workflow template in SWU7 .Its gives me error "Workflow definition does not exits".
    In the bottom left of screen it displays message : "Container Element ZBUS2081 is not used".
    How can remove this error ? Please help..

    Hi ,
    The method used is standarad "GETEMAILDATA".
    no changes have been done to this.
    In bindings(exist)
    Workflow                                                        Step 'Get data from Email'
    &INCOMINGINVOICE.PAYMENTBLOCK&         &PAYMENTBLOCK&
    Then in Containers tab{ other tabs include basic data,description,triggering events,terminating events,defualt values,sapphone)
    this expression have been defined :
    abap dict. refernce : RBKP-ZLSPR
    PROPERTIES : IMPORT,EXPORT and MANDATORY.
    The BO name is ZBUS2081
    For BOR ZBUS2081
    bus2081.PaymentBlock  datatype refernce : RBKP-ZLSPR
    method defined :bus2081.BlockedPriceCheck
    Kindly check if fine.
    Edited by: ujjwal dharmak on Nov 22, 2010 9:14 PM

  • System.Workflow.Activities.SequentialWorkflowActivity' is obsolete

    Hi,
    I am using Custom VS 2012 Sequential workflow (Farm solution).
    I have created the sequential workflow with the fault handler. I am getting the below warning message:
    'System.Workflow.Activities.SequentialWorkflowActivity' is obsolete: 'The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*'
    What changes have to be done to avoid this warning?
    Thanks.

    Hi,
    According to your post, my understanding is that you want to avoid the warning when you use visual studio 2012 to create Sequential workflow.
    Per my knowledge, we can’t avoid this warning. Because  the SequentialWorkflowActivity Class was obsoleted in .Net Framework4.5.
    http://msdn.microsoft.com/en-us/library/system.workflow.activities(v=vs.110).aspx
    We need use System.Activities.* instead.
    http://msdn.microsoft.com/en-us/library/system.activities(v=vs.110).aspx
    More information:
    Develop SharePoint 2013 workflows using Visual Studio
    http://msdn.microsoft.com/en-us/library/jj163199%28v=office.15%29
    Get started with workflows in SharePoint 2013
    http://msdn.microsoft.com/en-us/library/office/jj163917.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Error Workflow System:error on approving Requisition

    Hi,
    DB:11.1.0.7
    R12.1.1
    OS:Linux 86x64 Red Hat Linux
    We are receiving Error Workflow System:error on approving Requisition?
    Could anyone please share the resolution on it if faced before?
    Thanks for your time!
    Regards,

    Hi
    I see the below error in log.
         Abort          Resolved          Retry          Reassign          Request Information     
    To          SYSADMIN
    Sent          20-Apr-2011 13:15:54
    ID          5008
         An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 104-108
    User Key =9
    Error Name = WFENG_ITEM_ATTR
    Error Message = 3103: Attribute 'DOCUMENT_ID' does not exist for item 'POAPPRV/104-108'.
    Error Stack =
    PO_REQAPPROVAL_ACTION.ReserveAutonomous(010)
    PO_REQAPPROVAL_ACTION.ReserveDoc(ReserveDoc 020: Doc Header Id = 104)
    PO_REQAPPROVAL_ACTION.Reserve_Doc(POAPPRV, 104-108, PO_REQAPPROVAL_ACTION.Reserve_Doc: 01)
    Wf_Engine.GetItemAttrNumber(POAPPRV, 104-108, DOCUMENT_ID)
    Wf_Engine_Util.Function_Call(PO_REQAPPROVAL_ACTION.RESERVE_DOC, POAPPRV, 104-108, 229749, RUN)
    Activity Id = 229749
    Activity Label = DOC_RESERVE_PROCESS:RESERVE_DOCUMENT
    Result Code = #EXCEPTION
    Anybody have any idea on this.
    Thanks and Regards,

  • What is the difference between project workflow activities UpdateProjectProperty and UpdateTextProperty in visual studion 2012?

    Hello All,
    What is the difference between project workflow activities 'UpdateProjectProperty' and 'UpdateTextProperty' in visual studion 2012?

    Hi,
    Both are developed with .NET framework, per my knowledge, the biggest difference would be the environment they applied to: one for Windows platform, one for SharePoint platform:
    http://msdn.microsoft.com/en-us/library/vstudio/ms733615(v=vs.90).aspx
    http://msdn.microsoft.com/en-us/library/office/ms446847(v=office.14).aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Error Workflow Project Server 2013

    I have Sharepoint 2013 farm.
    In SPD 2013 create workflow Sharepoint 2013-Project Server.
    And want to write in workflow log Project UID.
    But in during i see error:
    System.ApplicationException: HTTP 403 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["2"],"SPClientServiceRequestDuration":["120"],"SPRequestGuid":["4b9dff8b-d69b-8e93-0f66-fd65358fdc26"],"request-id":["4b9dff8b-d69b-8e93-0f66-fd65358fdc26"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 26 Feb 2013 07:58:54 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    {"error":{"code":"35120, Microsoft.ProjectServer.PJClientCallableException","message":{"lang":"ru-RU","value":"WorkflowActivityInvalidArgument"}}}   в Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context)   в System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager 

    Hi guys, I have this error in a Project Server environment with SP1 installed. Is the CU of December included within the SP1? Or are there other reasons the error persists?
    Here is the complete error message I got (looks the same as above right?):
    RequestorId: 74967e53-aaf2-c09f-db28-36781c2c6f50. Details: System.ApplicationException: HTTP 403 {"error":{"code":"35120, Microsoft.ProjectServer.PJClientCallableException","message":{"lang":"en-US","value":"WorkflowActivityInvalidArgument"}}}
    {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["62"],"SPRequestGuid":["d4a58ef4-480e-4a4e-96ed-cf413fe705b5"],"request-id":["d4a58ef4-480e-4a4e-96ed-cf413fe705b5"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Mon, 13 Oct 2014 11:00:04 GMT"],"Server":["Microsoft-IIS\/7.5"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)

  • Error Workflow not assigned to business object

    Hi Team,
        I am working on CRM 7.0 system
         I have a Z business object ,and I have created a new workflow and called one of the method of the z business object.
    And I am trying to trigger this workflow through a action definition based on status.while creating the action definition with respect to workflow I am getting the error "assigned BOR object type is not used in any workflows"  no F4 values
          I have debugged and found that the entry in the table SWDSCNTIDX is not correct.
    Kindly request you to guide me how to assign workflow to business object or how can I refer the workflow what I have created in action definition.
    Regards,
    Poornima

    Hi,
    You have to go the workflow change container element of that BOR e.g. "BUS2010030" and on tab "properties" check the checkbox "IMPORT" and "MANDATORY".
    Doing the above BOR will be available in the F4 help of actions profile wizard or conditions.

Maybe you are looking for

  • HP Photosmart D5100 series lack of a vital feature in Lion 10.7 OsX

    I had no problem under OsX 10.6 and no problem on Windows7. With new Lion 10.7, it was automatically downloaded the HP driver for "Photosmart D5100 series". My printer is D5160 and it has direct print to CD/DVD feature. In the new settings it is miss

  • Import Items Request remain in Status Pending Normal For a Long Period

    Hi, Import Items Concurrent Requests Remain in Status Pending Normal For a Long Period(30 minutes) Before Running. It is actually completing within 10 minutes after pending normal for 30 minutes. This problem is happening only with Import Items concu

  • Mail Migration from Entourage mac to Outlook windows

    Hi, I am stuck in a situation of migrating the emails and its sub mail folders from Entourage 2008 mail client runnung in mac over to Outlook 2010 installed in my windows system. I have thousands of important mails stored in several folders in entour

  • Omitting the negative sign in SAP scripts

    Hi All, I have a requirement to print the quantity without the negative sign. I have used (S) , &symbol(S)& to compress the sign but that seems to be not working.

  • Installing IE7 on VPC for Mac

    Any clues? I'm trying to install IE7 on a Virtual PC (Mac) I downloaded this installation version (IE7-WindowsXP-x86-enu) whatever that means (I'm clueless when it comes to anything to do with microsoft) The OS I'm running in the VPC is XP-Home I see