Demantra Workflow issue

Hi Guru's,
I have a issue with workflow. I created a new workflow and when I wanted to run, it is showning as Yellow (Not available process). This happens as soon as I bounce the instance. I could not run the workflow once. Why is this happening?
Thanks
Ramkri

Hi Ramkri,
If you are seeing the "START" button as disabled for your workflow. This means you cannt run it as you have configured it to be launched using a level method.
Once you remove the association of the workflow with your method, you will be able to launch it from the workflow manager page. (You might need a server re-start)
Also, would suggest, if possible you first define the workflow and ensure it works fine on its own. Then you shall try to launch it from a method.
Hope this helps.
Cheers
Raj

Similar Messages

  • Oracle Demantra Workflow Job Monitoring

    Hi Oracle,
    An issue with work flows in long running status. Error ed workflow in demantra schema. This need to be monitored.
    In Demantra schema, WF_PROCESS_LOG table stores Demantra workflows.
    I need to design
    Workflow monitoring alert, either through Demantra Alert Manager Or SCP Alert Manager responsibility Or Cron job. . Please guide me in this enhancement of this feature.
    My current env..
    Demantra - 7.3.2
    ASCP -- 12.1.3

    We had developed custom code which from within our EBS environment allows us to submit Demantra Workflows.
    Once there, the code keeps on looping through the following check to see if the specific workflow has been completed:
    SELECT COUNT(*)
    INTO cnt
    FROM wf_process_log
    WHERE schema_id = v_schema_id
    AND status = 1
    AND process_id = buff;
    where: v_schema_id = identified of the particular workflow submitted & buff = unique process ID to watch (as there could hypothetically be multiple processing running, not likely here, but in theory they could)...this info can be obtained from:
    SELECT schema_id
    INTO v_schema_id
    FROM wf_schemas
    WHERE schema_name = v_schema;
    where: v_schema = name of the workflow being submited

  • Getting Error while executing shell through Demantra workflow

    Hi All,
    I created  .sh file(shell script) for sftp(transfer file from one instance to another instance) and created new workflow with executable step.
    In command line I have given file path and file name(Example: /folder/data/bin/abc.sh). When I try to run this workflow by clicking start button it is not running. That current step is marked with red color. and below error I am getting.could u please help me
    Error description 'Process terminated with errors ,please check the process logs for more
    information.'
    2013-10-31 05:42:02,307 CET [WFProcess_39] ERROR dpweb.general: ######################################################################################
    2013-10-31 05:42:02,308 CET [Mail_Thread] ERROR workflow.steps: MailThread:run()::No Sender or Reciever
    2013-10-31 05:42:02,323 CET [Mail_Thread] ERROR workflow.steps: MailThread:run()::No Sender or Reciever
    2013-10-31 05:44:00,391 CET [ExeStepExecutionThread] FATAL workflow.general: java.io.IOException: /data/nani/bin/sh: not found
    java.io.IOException: java.io.IOException: /data/nani/bin/sh: not found
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
        at java.lang.ProcessImpl.start(ProcessImpl.java:65)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
        at java.lang.Runtime.exec(Runtime.java:591)
        at java.lang.Runtime.exec(Runtime.java:429)
        at java.lang.Runtime.exec(Runtime.java:326)
        at com.demantra.workflow.step.ExeStep.run(ExeStep.java:336)
        at java.lang.Thread.run(Thread.java:595)
    When I try to run the same script through putty its working fine but not through demantra workflow.

    Dear DeetiNaresh,
    Sorry I don't have a solution for this problem. But I am having this same issue. And this is only hit I have found for this issue in metalink or google. Incase your issue is resolved, it would be of great help to me, if you could post your resolution for this.
    Thanks.

  • Purchase order workflow issue

    Hi All,
    A PO is created and rejected by a user in user decision step.The workflow will end.If the PO is changed(amount) again,the release strategy is triggered for the same user.But the workflow is not triggering.If the release strategy is for a different user,its triggering the workflow.I have used a fork inside which 1 parallel branch contains a wait for significantly changed event & another branch contains the user decision step,po release step & rejection reason scenario.
    Please refer the thread below.
    PO Release Strategy Issue
    Replies will be greatly appreciated.
    Edited by: Feddie on Jan 3, 2008 11:43 AM

    Hi,
    This is not workflow issue(work flow is different term)
    It seem problem of BADI (program written for creation of purchase order based on sales order)
    Take help of ABPer so he/she can solve this issue
    Kapil

  • Troubleshooting Approval workflow issues

    We are getting this message from time to time and are unsure how to troubleshoot it.
    It seems as though something is changing the document, what is the best way to figure out what?
    Approval on DOCUMENT NAME has ended because the item that the task process is running on was changed.

    Hi Daniel,
    1.What message do you get?
    2. Look in the Workflow History list, eg "http://sp2013/Lists/Workflow History". Do you find any errors in there?
    3. Is the user account starting the workflow correctly synchronized in the user profile database?
    4. Is the user account starting the workflow different from the Worflow Manager setup account? (more info at
    http://technet.microsoft.com/en-us/library/jj658588.aspx#section7)
    5. Are the User Profile Service and App Management Service started? See the green frames in the screenshot below, taken from Central Administration \ Manage Services on Server.
    6.Are the App Management Service Application and User Profile Service Application started? Their proxies should be started as well. See the green frames in the screenshot below, taken from
    Central Administration \ Manage Services on Server.
    For troubleshooting sharepoint workflow issues, you can have a look at the blog:
    https://technet.microsoft.com/en-in/library/cc298927%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    http://blogs.msdn.com/b/vincent_runge/archive/2014/01/07/troubleshooting-actions-for-sharepoint-2013-workflows.aspx
    http://ranaictiu-technicalblog.blogspot.com/2013/03/sharepoint-2013-workflow-debugdiagnosis.html
    https://infopathandsharepointdesigner.wordpress.com/2013/12/13/five-top-tips-for-troubleshooting-sharepoint-workflows/
    http://blogs.technet.com/b/victorbutuza/archive/2009/02/26/how-to-enable-workflow-tracing-debug.aspxBest
    Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Execute Shell Script through Demantra Workflow

    Hi All ,
    Can we execute shell script from Demantra Workflow ?
    If yes where should we place the shell script file and wat should be the commandline command in the step .
    We have the Demantra installed on a windows server and the workflow manager is on a linux server .
    the batch file on the windows server can be executed through the secure shell from the linux server .
    I am trying to achieve the same through thr demantra workflow
    Appreciate any input on the same .
    Thanks and regards
    Suzy

    Hi,
    Shell script is not supported till Demantra 7.2.0.2 WF.
    I have checked with Oracle team also and reply I got below for your reference:
    QUESTION
    *=========*
    As per your details, shall we conclude like this:
    *"only *.bat and *.exe files can be used in workflow. Demantra standard functionality doe*
    *s not support shell script in workflow"*
    ANSWER
    *=======*
    Hi ,
    The Demantra standard functionality 7.2.0.2 does support shell script in workflow.
    Thanks,
    Asya
    Please review the note#468071.1-Unable to Run EBS Workflows that Call EngineManager.exe in
    You will find this note is referring to the Enhancement Request Bug 6644455-- ANALYTICAL ENGINE
    NOT AVAILABLE ON UNIX/LINUX
    But the enhancement bug exist and I hope it is fixed in Demantra 7.3.
    Tks
    MJ

  • Workflow issue in HR Process and Forms

    Hi Experts,
    I am new to HR process and Forms.
    I am facing workflow issue in "change of position" process.
    The process is not going from manager to HR admin.
    Can anybody help me out on this.
    Thanks in advance
    Regards
    Rahul

    Hi Sahir,
    Thanks for your quick response.
    I checked in swi1  but it is showing "no entry exists"
    I have done all basic settings using PFTC and OOCU_RESP tcode but still it is not working.
    is there any other customizing that is needful??
    Regards
    Rahul

  • Demantra workflow termination from DB

    Hello all,
    Is there a way to terminate demantra workflows from the database?
    thanks and regards
    esti

    If the workflow calls a Plsql procedure and if you see the connection to the database in the session manager using TOAD or any tool, then Yes.
    Thanks
    Giri Ponnumani
    +1416.473.2795
    [email protected]

  • Workflow issue with interco transactions & general ledger entries in F-02

    Hello Experts,
    We are encountering a workflow issue when we are entering intercompany transactions with general ledger entries in F-02. Our workflow is set up with two release levels and the details are as follows:
    Amount below $2500 - single release level
    Amount above $2500 - two release levels
    The document type that we are using is SU and it is configured with intercompany postings and trading partner enabled in the control data.
    After parking a GL document that has interco amount entries below $2500 and general ledger amount entries above $2500 in F-02, the document is supposed to go to the two release levels in the workflow because the total amount is above $2500 (interco amount + general ledger amount > $2500). However, in the workflow, the document went to the single release level instead of the two release levels.
    Any idea why the subledger amount takes precedent over the general ledger amounts in determining the workflow release level?
    We would appreciate your help in solving this issue.

    You cannot change the design of the system.
    SAP may consider the change of design if all the users across the industries are reported. If a single user has a special requirement, it cannot be changed.
    You need to ask, whether this is a critical requirement for your business. Otherwise, please follow the standard way.

  • LR 3 Bug Report - file renaming error - significant workflow issue

    System configuration:
    MacPro Dual 2x2.66Ghz Dual Core Intel Xeon
    9GB RAM
    OSX 10.6.4
    Lightroom Application on System Drive
    Canon .CR2 files and Lightroom Catalog on internal software-based RAID drive
    Camera Raw Cache set to 50GB and resident on System drive
    Here is the issue:
    Once I finish the first round of editing a group of photos, I then rename them with the title of the event and a sequence number. I use LR's batch rename feature in the Library module. If I then delete 1 or more of these photos and attempt to rename them again(same event title + numerical sequence), the new names do not properly apply the numerical sequence after the filename. Either of the following can happen, and whcih one will happen is not dependednt on what I do.
    1. The files can be renamed, with the first image having a sequence number 1 number higher than the lowest number I typed into the sequence box in the batch rename dialog (if I type a number 1, the sequence starts at 2). There are also random gaps in the sequence numbering scheme. For example, the numbers will count to 15, then skip to 17, then count to 176, then skip to 178. The rest of the files might be renamed correctly, or there might be gaps. The gaps always skip a single number, and most of the time the numbers skipped are odd numbers, though numbers with a 16 are usually skipped (16, 116, 216)
    2. The files can be renamed as mentioned above, but with the addition of a -1 to the end of the sequence (example: filename-200-1 or filename-3-1). The addition of the -1 is also random, though it is more common with lower-numbered files than higher-numbered files.
    I have experienced this bug on groups as small as 50 photos or as large as several hundred.  I have tried remaning the files to a completely different text/sequence combination and then back to the one I want, and it does not help the issue. The sequence numbering is more likely to have more gaps the more virtual copies are present in the series of photos being renamed.
    This is a major workflow issue for me because the files I deliver have to be named sequentially, without gaps, following a specific text/numer naming convention. The bug is currently adding many extra hours to my post-production time. Any assitance would be greatly appreciated.
    Thank you

    Thanks for the detailed description.  I was able to repro this with your steps and have logged a bug for futher investigation.
    Becky

  • Workflow issue after upgrade to ECC 6.0

    Hi,
    we are facing an workflow issue and thought if someone has faced similar issue and could help us.
    We've an approval workflow for purchase requisitions through release strategies. For some steps, if the approver is 'WF-BATCH' user, we are executing that step using a program. This program first set the workitem to completed status( this part is working), then it will close the purchase requisition to release status for a particular release code( this part is working) and then we are triggering the 'RELEASE' event for the business object providing the Object key which should take it to the next step( THIS IS NOT WORKING). The business object is custom. This was working perfectly in 4.7 version of SAP but this logic is not working in ECC6.0. we are using SAP_WAPI_CREATE_EVENT to trigger the event. But the workflow doesn't move on to next step.
    Have anyone of you have any idea as why this might be happening. Any information on this would be of great help.
    This is happening in ECC 6.0. USED TO WORK IN EARLIER VERSION.
    Regards,
    Sam K

    Hi,
    Is WF-BATCH having proper auth. ?
    Or, if you are using the FM SAP_WAPI_CREATE_EVENT in some program and is scheduled as a batch job, then that user under which this batch job is runnign should have proper auth. to raise the event. Please check those.
    Also, what the error (if any) says in SWEL ?
    venu

  • Workflow issue-Agent not maintained

    Hi All,
    I have a workflow issue. For a PR, the workflow is throwing up the error as :
    "Agent not maintained for plant XXXX planner group XXXX release code.
    Please maintain an agent for the above key in the Agent AssignmentTable,and forward the workitem with text "Release requisition XYZ" in your Workflow inbox to an appropriate Approver."
    Please help me out on this one.
    Thanks,
    Swati.

    HI
    Check 'Agent Assignment' in not green..
    Then push the button 'Agent.Assign for TASK' in front of 'Agent Assignment'.
    Next, You can go the maintain screen.
    Push 'F8' or 'Attributes...' and check 'General Task'.
    and try again..
    Good luck

  • Content Workflow Issue using Cineform/PPro/AE

    Hello, I have a potential workflow issue that I need some advice on. I'm currently editing a project in Premiere Pro CS3 using the Cineform intermediate codec (the video was shot in HDV--Canon HV30--imported using AspectHD). Everything is working fine.
    However, I'd like to export some of the video of this project off to a portable hard drive to physically hand over to someone who will be importing it into After Effects CS3 (on a completely different hardware system) to spice things up for me--i.e. they are going to make a flashy intro/title for this project.
    Lastly, I would like to re-import her finished video back into Premiere. She does not have the Cineform codec so exporting it as a cineform.avi file is out (I would think--or am I incorrect here?). My question is mainly--what is the best file format to hand over to my AE person AND what is the best file format for my AE person to give back to me to re-import into Premiere and keep it all in HD/HDV 16:9?
    I have no idea if this is a really easy thing, or really challenging. Any thoughts or suggestions are greatly appreciated.
    Bill

    Hi Bill
    well the best person to answer that question is the lady who is doing the afterv fx work for you. only she knows what her system can handle. I would recommend first and foremost uncompressed avi if she is on windows or uncompressed .mov if she is on a mac. otherwise if she cannot handle uncompressed because the file is too big you could give her a quicktime animation. i think the file is a little smaller than uncompressed but i could be wrong. but qt animation is still a big file. you could also render out the video as an image sequence I recommend a TIFF sequence suing LZW compression to keep the file sizes down. give her the image sequence she can add the fx and then she can render out the final product as an image sequence again which you can match up with the audio track on your pc. she can also give you an uncompressed file which you can then render out to cineform.
    angus

  • Demantra Workflow Migration to other Instance

    Hi All,
    We have created a small demantra workflow. Is there any way to migrate the same demantra workflow to other instance.
    Please help me out.
    Regards,
    Ajay Kunde

    Hi Ajay,
    Demantra provides us the capability of exporting the data model as a dump file.This dump file can be imported into the new instance to migrate all the objects of one instance to the new instance.This approach will be helpful when there are many Demantra objects to be migrated.
    But in case where the objects are very little, it is always advisable to recreate the objects in the new instance to avoid post migration work.
    I hope I answered your query. Expecting more replies and perspectives.
    Regards,
    Shekhar

  • Issue in demantra workflow

    Hi all,
    I am using demantra 7.3.1 version,In that how exactly the * conditional step * works real time
    for ex:if I query in sql space as select 1 from table where approve=0 here my logic is that table should not contain any record as 0 if it is found it should execute false else true( so my question is that above query is more than enough for this conditional step to work or is that we need to pass any parameters???

    Hi,
    unless there's a new release strategy found and unless a release code is set, which is a prerequesite to another release code, there will be no further events for BUS2012.ReleaseStepCreated.
    From another point of view:
    For each release code that is open, there is exactly once an event .ReleaseStepCreated.
    Depending on the customizing, changes to the object may reset all given release codes. The common understanding is a "within 2% value change" doesn't reset the release.
    If you need to have your workflow triggered on changes, as well, you'd be off with linking it to the .Changed event. To keep compatibility with the standard's event, I won't recommend to create a .ReleaseStepCreated by another linkage (such as the .Changed-event).
    Best wishes,
    Florin

Maybe you are looking for

  • Which is better?? The Zen Touch, or the Zen Sle

    I want to upgrade my Xtra and want to know which is the better buy. Or is it just better to get an Ipod?

  • How to use clob object

    I read the serval topic of clob, but I can't read clob in jsp also. my code is: <%@ page language="java" import="java.sql.*,java.util.* "%> <%@ include file="conn.jsp"%> <%@ page import="oracle.sql.*,oracle.jdbc.*" %> <% try { Class.forName(URL); Con

  • Define Logical Port and Back-End Destinations for ESOA use of this config

    Hi,    Please let me know what is the use of this config I am not able to get a documentation. Define Logical Port and Back-End Destinations for ESOA

  • ECC 6.0 error FSL-04008

    Hi to all, I am installing mySAP ERP 2005 ECC6 and I run into troubles. My platform is HP UX on PA-RISC, distribuited system. When installing Central instance I get this massage: INFO 2006-08-26 20:03:18 Execute step askMasterPwd of component |NW_ABA

  • Different icons for each TreeNode...?

    Is it possible to make each (or at least some) of the TreeNode's in a JTree display different icons? H