Workflow locking document - analysis, debug?

Hello Experts,
We are having issues making the WF's work in ESO 5.1
At this point, we are working with Contract WF's, but it's locking the documents.
Any pointers on how to make an analysis or debug of what the WF is actually doing?
We've added a logger for messaging coding in the pre/post scripts, but where is this actually seen? There's nothing on the Setup   -> System Information-> Logs
Your help is appreciated. Thanks!

Baski:
This information proved extremely useful.
Based on your response, we actually found errors in the Background Task Status -> Today Daemon Alerts.
Error Name: EVENT WORKFLOW ENGINE
Log Level: ErrorTimestamp:8/31/11 2:18 PM (CDT)Session ID:event_workflow_engineUser:daemonDescription: Workflow EngineMessage: Unexpected error handling eventDescription of document
Description:   Exception: java.lang.NullPointerExceptionStack Trace: java.lang.NullPointerException
at com.frictionless.workflow.engine.handlers.PhaseChangeInstantiationRequestHandler.processActivity(PhaseChangeInstantiationRequestHandler.java:351)
at com.frictionless.workflow.engine.handlers.PhaseChangeInstantiationRequestHandler.processHook(PhaseChangeInstantiationRequestHandler.java:249)
at com.frictionless.workflow.engine.handlers.WorkflowEngineRequestHandler.process(WorkflowEngineRequestHandler.java:197)
at com.frictionless.workflow.engine.WorkflowEngine.process(WorkflowEngine.java:412)
at com.frictionless.workflow.engine.WorkflowEngine.processPhaseChangeInstantiationRequest(WorkflowEngine.java:134)
at com.frictionless.workflow.engine.WorkflowEngineDaemon.processPhaseChangeInstantiationRequest(WorkflowEngineDaemon.java:328)
at com.frictionless.workflow.engine.WorkflowEngineDaemon.processHook(WorkflowEngineDaemon.java:148)
at com.frictionless.comp.daemon.AbsEventDaemon.process(AbsEventDaemon.java:151)
at com.frictionless.comp.da...
We also found 2 Events under Pending Daemon Events:
Event Type: EVENT_WORKFLOW_ENGINE
Primary Type: 10050
Subtype: 1
Retry Count: 7
The other one shows the same info.
Should you be able to provide additional info on the above issue, it would be really helpful.
Otherwise, points will be awarded as your first post completely answered my question Thanks!

Similar Messages

  • Workflow for Document Approval

    Hi all,
    I'm a newbie to SolMan and is trying to figure out how to implement a workflow for document approval. A similar question has probably been posted in the past, but I can't find a definite solution, only some hints.
    Basically, what we're trying to achieve is the following:
    When a document is uploaded using SOLAR02, and the creator of the document changes the status to ready for sign-off, we would like to trigger a workflow which will send an email to a couple of persons who are responsible to approve the document. We already implement the digital signature, we just want to add an automatic email notification to be sent to the approvers.
    Based on my research, it seems that this is not supported by SolMan and hence we have to do a custom development.
    There's an object key called SOLMANDOC and we should raise an event (something like SIGNATURE_PROCESS_START) to send an email notification to the approvers. Can somebody confirm whether my understanding is right ? Does anybody know the name of the BADI that we can modify to achieve our goal ? 
    FYI, we're using SolMan Rel 7.01 SP 19.
    Thanks in advance
    Lara

    Hi Phil,
    I'm facing with problems with creating a simple 2 steps release strategy.
    the problem is I cant approve the last step of the release.
    This is what I did:
    In spro Digital Signature->Signature strategy:
    in "Define Authorization groups" I create this entries:
    1. EING
    2. VERIF
    in "Define Individual Signatures" I create this entries:
    1.  S1   EING
    2.  S2   VERIF
    in "Define Individual Strategies: I create this entries:
    SigStrat: ZSIGSTR
    Signature Method: R
    Display comment: X Required
    Display Remark: X
    Display document: X
    Verification: not checked
    in "Assign individual signatures"
    CtrIn  Indiv.SIG.      AGrpDIG
    1          S1               EING
    2          S2               VERIF
    Display Predecessor for Ctrln is 2 is 1
    for "Display release statuses"  an entry with one line with the value 1
    and in "Display individual signatures there 2 entries 1 and 2.
    in spro "Define Document status schemes"
    stat scheme "ZSIGSTR"
    4 status:
    Status                 init status      Sequence    Low     High       lock         Signature schma  End status         Cancel status
    COPY_EDITING       X                  10           10       20          -                    
    REVIEW                                     20           10        40        X                    ZSIGSTR         RELEASED    DECLINED
    RELEASED                                30           10        40        X                   
    DECLINED                                  40           10        20             
    I created two roles with object c_sign_bpr one with the value "EING"   and the other with the value "VERIF"
    I assign this status scheme to a document type in my project.
    I tried to release a document the first step was the author of the document move the status to "REVIEW" and I got a window that i need to enter my password and it worked ok.
    The problem is in the second step that I need to release the document (now is in a REVIEW status) When I press on the icon in order to release I didn't get the option to release only to cancel there is no "V" option in the small window.
    Can you please tell me if I did a correct customization? also can you tell me if my problem is maybe missing authorization? Can you direct me to reading material or to an example?
    Best regards
    Lior Grinberg
    Edited by: Lior Grinberg on Nov 28, 2011 6:22 PM

  • Document analysis lifecycle

    Not sure if this belongs to this forum alone, but i'm trying to put together an Adobe based architecture for document analysis, template matching and extraction of data from documents (essentially images) and storage of the extracted data as part of the document itself as an associated meta-data file. Can someone help me identify what Adobe components can be chained together to achieve this from the huge list of products available? Appreciate it.

    The devil is always in the details with projects such as this, but here is a list that should get you started:
    a) extraction of data from a scanned or photographed document image
         If the documents come from any source then converting scanned images into OCR'd documents can be done with PDF Generator. This will give you a PDF with searchable characters.   The trick then is finding where the data is on the document.  You may be able to use Assembler to extract info from specific areas on the page.
       To add one more wrinkle - if you can create the template and you need to have it faxed/photed in then you can add a barcode to store the data using LiveCycle Barcode.  That way you would be able to extract the data from the barcode instead of the OCR info (which is much more accurate)
    b) using a template to match to that document and extract the data from the image
      I'm not sure how you would determine what template goes with a scanned document unless you used a barcode (you could have the template id as part of the data).  You may be able to pull the id from a scanned document using Assembler if you knew where the exact coordinates of the data
    c) creation of such a template in the first place so that it can be applied to subsequent documents
        PDF document templates can be created with Designer
    d) how much can this be done without user intervention, so essentially Adobe product API's that can handle this.
       You should be able to automate most, if not all of this.
    There is another option however:
      Rather than have your users scann/photo the document - have them submit the information directly from the PDF.  In other words, the PDF (created in Designer) would have a submit button that would send the data (via email or an HTTP Post) to a LiveCycle workflow.  You could then use LiveCycle Forms to extract the data in an XML format.  This would give you much more reliable control over the data.  LC Forms could also be used to merge the data with another template.

  • In Lion 10.7.x I cannot disable the Lock documents for 2 weeks in Time Machine! Thus it prevents to change anything else like the system preferences or other settings. How I can disable it?

    Hello, In Lion 10.7.x I cannot disable the Lock documents for 2 weeks in Time Machine! Thus it prevents to change anything else like the system preferences or other settings. All is locked. How I can disable it?

    Do you mean the check box isn't enabled?
    Or you remove the check but it doesn't "stick"?
    Or you remove the box but documents are stil getting locked?
    That setting doesn't apply to other things in System Preferences, just apps that support AutoSave and Versions.  If you're having a problem with System Prefs, please clarify exactly what.

  • Plug_in:how to unlock a locked document use acrobat API

    how to unlock a locked document use acrobat API.in acrobat plug_in

    how to unlock a locked document use acrobat API.in acrobat plug_in(Which API can enter a password to unlock the locked document)

  • Workflow in document library doesn't function properly on uploaded documents

    I have a document library with a few different content types. When documents are added to the library either via new or upload I want to run a workflow that numbers the documents (so contracts have a contract number & change orders have an order number).
    The counters are in a separate list - one item for each counter, a last number and a calculated next number.
    So for contract numbers the workflow gets the nextnumber for the counter and enters it into the contract number field of the current item before sending it back to the counter as last number. 
    The workflow is set to start on item creation and works just fine with new documents. However, it doesn't work on uploaded documents. In order to discern between the different content types I've set a field condition to recognize if the workflow should run.
    When uploading documents the workflow runs before the field is set and therefore doesn't set the contract number. 
    I tried just setting a 5 min "wait" at the start of the workflow, but then the document fails to save. 
    Workflow:
    Sorry it's in Norwegian, I can't figure out how to get the conditions and actions into English (all my buttons etc are in English)...
    Any ideas on how to get the workflow to run properly in order to update the contract number?

    Hi,
    According to your post, my understanding is that you had a workflow in document library didn’t work properly.
    I hadcreated a list called Counter1, created a library called
    New&Upload, modified the view of the list, made it display the
    ID of the list.
    I created a simple workflow as below, selected “Start workflow automatically when an item is created”, it worked well without any issue no matter
    Upload or New a document.
    You can create a new workflow with a new library, then check whether it works.
    You can also check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Workflow on document library

    i have scenario that i need to run the workflow on document library it do have taxonomy and other fields before document is uploaded
    (1)one of the field is number unique index value once any user type the unique value which is already in that field it will not allow to fill with that field but if we change the unique number to another value workflow will be stuck in the starting
    workflow will run fine if this unique valditation does not happend
    (2)i have one of the  metadata field showing status of document as pending or closed i am running reminder workflow for pending document once i update the the field to closed the workflow is already running in progress to remind for the next due
    date  but if i update the status to closed workflow will not be updated the status i want the workflow to be updated since the status is closed
    (3)also if the document is checkout how can i handle the workflow running on the document
    MCTS,ITIL

    Hi ,
    Why did you want to migrate out of box workflow?
    OOTB workflows will be provided by the default sharepoint features, you can use them after activating the corresponding site collection features.
    If you want to migrate lists with its workflows, i think you just need to check include content when you migrate the lists.
    If you want to export OOTB workflow templates, you can use object module to do it, please refer to:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsite.workflowmanager.aspx
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.workflow.spworkflowmanager.getworkflowtemplatesbycategory.aspx
    Here is a relevant article:
    http://blog.philwicklund.com/fff/2010/04/my-favorite-new-sharepoint-2010-workflow-features.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Indices configuration for XML document analysis (indexing time problems)

    Hi all,
    I'm currently developing a tool for XML Document analysis using XQuery. We have a need to analyse the content of a large CMS dump, so I am adding all documents to a berkeley DB xml to be able to run xqueries against it.
    In my last run I've been running to indexing speed problems, with single documents (typically 10-20 K in size) taking around 20 sec to be added to the database after 6000 documents (I've got around 20000 in total). The time needed for adding docs to the database drops with the number of documents.
    I suspect my index configuration to be the reason for this performance drop. Indeed, I've been very generous with indexes, as we have to analyse the data and don't know the structure in advance.
    Currently my index configuration includes:
    - 2 default indicess: edge-element-presence-none and edge-attribute-presence-none to be able to speed up every possible xquery to analyse data patterns: ex. collection()//table//p[contains(.,'help')]
    - 8 edge-attribute-substring-string indices on attributes we use often (id, value, name, ...)
    - 1 edge-element-substring-string index on the root element of the xml documents to be able to speed up document searches: ex. collection()//page[contains(.,'help')]
    So here my questions:
    - Are there any possible performance optimisations in Database config (not index config)? I only set the following:
    setTransactional(false);
    envConf.setCacheSize(1024*64);
    envConf.setCacheMax(1024*256);
    - How can I test various index configuration on the fly? Are there any db tools that allow to set/remove indexes?
    - Is my index config suspect? ;-)
    Greetings,
    Nils

    Hi Nils,
    The edge-element-substring-string index on the document element is almost certainly the cause of the slow document inserts - that's really not a good idea. Substring indexes are used to optimize "=", contains(), starts-with() and ends-with() when they are applied to the named element that has the substring index, so I don't think that index will do what you want it to.
    John

  • HT5843 How do I create a locked document for privacy?

    How do I create a locked document for privacy?

    With  the document open, tap the tools icon (wrench) and select Set Password. this assumes you are using the most recent version of the iWorks app or apps in question.

  • Wich is correct way to handle Workflow of documents ?

    We are starting a project to handle Workflow of documents.
    We have an Enterprise with some Users that edit and publish documents;
    and related subcompanies that have Users that read only the documents.
    We have to handle the revisions of documents, the process phases and the validation
    of a revisor for each phase and also control the document access.
    Our backend database is Oracle 8 for Wordgroup (in the Enterprise) and IIS for the client access (from subcompanies).
    We want to use this architecture : client (HTML) and server (servlet, JSP).
    These documents are written with Word97 and are stored in Oracle 8.
    We plan in the future on updating Oracle 8 FWG > Oracle8 Enterprise > Oracle8i and the migration from IIS (NT Web Server) to (UNIX Solaris).
    My questions are:
    1) How control the open and save of documents with Oracle connection ?
    2) Is better to store the documents inside Oracle or just insert the URL in tables ?
    3) If I want to use ConText cartridge for searching mechanism where I have to store
    this documents ?
    4) For the servlets I need an Application Server ? Wich release ?
    Could you help me to get the correct solution. I would appreciate any suggestions.
    Thanks
    Lorenzo Baldovini.
    [email protected]

    Hi,
    You really need to take a look at the XMLDB Developers guide.
    For updating XML with SQL/XML see UPDATEXML and for XQuery see [Using XQuery with Oracle XMLDB|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb_xquery.htm#sthref1673]
    HTH,
    Chris

  • Excel security for locked documents

    I develop many forms and templates for clients. I just discovered that I can take a fully locked document from Excel (any version), bring it into open office and unlock it with NO PASSWORD. How is this possible? Is there anything I can do to prevent people
    from accessing the locked spreadsheets? I have not checked other compatible software, but am very concerned about this, as many of my forms sales depend on the formulas developed by me which can now easily be copied by anyone who knows this.
    Thanks for any insight on how to work around this.

    Arun,
    Thanks for ur response. From security perspective, how do I enable single document viewer access?
    Danny

  • "Lock document after signing" option is missing

    Hello,
    I need a signature field on a PDF form I am developing to have the Lock Document After signing functionality. My coworker (who has since left the firm) designed a similar form that automatically checks this box in the Sign Document pop-up window. This is exactly what I want, but I can't figure out how to do it. I am using Adobe Acrobat X Pro (10.1.13).
    What I CURRENTLY see, missing the lock document option:
    What I WANT to see, taken from another PDF form:
    Thanks in advance for any help

    Thanks for the reply isakten.
    I am the author of the document for the 1st screenshot. I am trying to replicate what my former co-worker did in the 2nd screenshot (which is a completely separate document). My boss likes the "lock document" feature and wants each form locked when it is signed.
    I've heard about seed values, but i don't know anything about them specifically. The properties of the digital signature field are the same in the two documents, there is no script in either one, yet the difference remains. Do you have any resources  I could read about for modifying seed values to mandate the lock document option?

  • Workflow created documents gets error "File ... cannot be opened because there are problems with the contents"

    I have a list that when an item is changed a workflow kicks in and checks if certain fields are checked. Depending on which field word and excel documents are created in another document library.
    Now this worked perfectly in my Sharepoint 2010 environment, but after moving the site to Sharepoint 2013 this particular workflow doesn't seem to work anymore.
    I've tried to create the whole thing from scratch but still the same issue.
    The issue is the same even if using the default content type, or trying to open the document using Explorer view. I've also tried recreating the function in a different site without 2013s visual upgrade without any luck. It's like something have changed
    in the architecture.
    So does anyone have an idea to why workflow created documents don't work anymore?

    I don't think the issue lies with SharePoint. Do you still have your 2010 environment around so that you can test and see if the issue appears? Seems to me that the Word global template has got corrupted. I have faced this issue in the past but that was
    under entirely different circumstances. Anyhow, I renamed the normal.dotm file and it helped resolve my issue. I am not 100% sure if it will work for you as well, if you want you can give it a try.
    Refer to the below link:
    http://support.microsoft.com/kb/918429
    Exit Word.
    Click Start
    Collapse this imageExpand this image
    In the Start Search box, type the following text, and then press ENTER:
    %userprofile%\appdata\roaming\microsoft\templates
    Right-click Normal.dotm, and then click
    Rename.
    Type Oldword.old, and then press ENTER.
    Close Windows Explorer.
    Start Word, and then open the document

  • General Workflow for documents Activation

    Hi Gurus
    I am using General workflow for documents to cater for the Absences approval process. However after I execute the process, the workflow is in ERROR state and showing me the following message
    "Error when starting a SWITCH branch".
    Any suggestion for the solution of the above error message?
    Thanks & Regards
    Waz

    Hello,
    Have you searched SDN?
    There was a thread some time ago which was answered by this piece of knowledge from the SAP Help:
    "The system checks conditions in the sequence specified. The workflow execution is continued using the outcome whose condition produces the value true first"
    Maybe you could try changing the order of your conditions, if there is more than one.
    What condition(s) are you using?
    regards
    Rick Bakker
    Hanabi Technology

  • Re-attaching old workflow to document library

    Hello,
    I've recently switched my sharepoint site to a new work environment (different DNS), but my custom workflows that were associated to my document libraries are no longer "attached" anymore. They still exist in the site itself, but they can not be
    associated to any list or library. Unfortunately, they are not reusable workflows due to having specific content that related to each library and their columns, so that option is out the window. Is there a way to reattach them to a library/list if the workflow
    is already created? Any help would be great.
    Thanks!

    Hi,
    According to your post, my understanding is that you wanted to re-attaching old workflow to document library.
    To migrate list while keeping workflow associations, you can save a site as a template and "include content”.
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e8f6aef7-008e-4cf1-811b-11358922cbe4/migrate-list-while-keeping-workflow-historyassociations?forum=sharepointgeneralprevious
    In addition, you can migrate workflows between test SharePoint 2010 farms and production farms, in particular with workflows attached to lists.
    For more information, please refer to:
    HOWTO Move or Migrate SharePoint 2010 List-based Workflows between Sites and Site Collections
    Solved: Moving SharePoint 2010 Designer Workflows between Sites
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Problem with FileItem of File Upload?

    Hi Everybody, I wrote a mail program using JSP as the front end and Servlet at the backend and inorder to upload the files from the client machine to the server machine i used the FileItem and DiskFileUpload interfaces... But i am getting a problem .

  • ESATA card w/ drive connected causes Windows 7 bootup to hang

    I installed the NewerTech MAXPower eSATA 6G PCIe 2.0 card in slot 2 (PCI Express 2.0) of my Mac Pro (January 2008). My Mac Pro is configured with Mac OS X 10.6.x. It also has 64-bit Windows 7 installed via Boot Camp. The NewerTech eSATA card works fi

  • Technical and Philosophical Question re: Digital Signatures

    My question is technical, but has a philosophical issue driving it. Summary: In Livecycle Designer ES2 (9), I would like to setup a form for digital signature that, once enabled for Reader, you can apply a digital signature without having to immediat

  • Contacts created in Phone app do not show in the Contacts list.

    Hello, When I create a new contact from within the Phone app (i.e. from a "Recent" call) it does not show up in my contacts list. The new contact will show up in a search, but it only appears in the Phone app in the "Info" window. Any info. on why th

  • New Mac resets when I hit play!

    I imported a PPT file. IT worked fine at first. I worked on it some more... When I hit play, the computer reset. I lost a lot of work. And this computer is 1 day old!