Version issue in Workflow

Hi,
I have made changes to a workflow in Development and moved it to Quality.
After transportation in quality, its keeping on generating new version number .
i got almost 20 new versions. Still it is increasing time to time.
What could be the issue ?

hi
When we tranport a req to DEV to Quality ,then new version is created in Quality .
but as you say "one req is being transported but its creating version continuously"
I thing there some problem in transportation process , ask yr Basis person.
and one thing you can check
for any two version (which is created by your request ) compare :
pftc_dis-> go to yr WF ->WF builder -> Basic data ->VersionOverview ->
compare  change by , date  ,time ,release  of these version with yr DEV WF templet data .
the active version should be same as yr DEV WF .
perhaps you will get some clue.
thanks
kakoli

Similar Messages

  • Issue with Workflow template versions? Can any one suggest what to do.

    Hello All.
    Actually in quality system there is a workflow instance in error. I identified the error and fixed the issue with a new development and transported to quality. Now when i restart the error instance in quality, its not picking the latest template with additional steps i developed, instead, it is catching the older version.
    For a fresh instance, my newer version of workflow is getting triggered, why not for error workflow.
    I used swu_obuf to synchronize the buffer but no use. What could be the resolution.
    Please suggest.
    Regards
    Prasad.

    Hi Prasad
    Running instances / Waiting / Or in error continue to run in the version in which they were started.
    That is why Version increments in QA / PRD when you move a change... so that any running, waiting, error instance can pick the same version of the workflow.
    It will not pickup your changed version. Logically it would be incorrect - start in Version A and end in Version B..... say start in version which "Auto Approves" a PO of value INR <=100 .... error .... restart in a changed version which now had auto approve limit of INR 1000. The PO will not be auto approved whereas the day it was started, the limit was only 100. So it makes sense to restart a workflow in the same version in which it was started. That is how the architecture has been designed.
    To conclude, if the steps which went in error because of the data from your previous step (which you have changed now) - see if you can change the container data and restart the WI from SWIA so that the work item starts with a new set of data. Else, discuss with business owners to cancel these workflows and restart new ones.
    regards,
    Modak

  • CAT2 - Issue with workflow task TS20000460

    Reposting the query in ABAP General Section.
    CAT2 - Issue with workflow task TS20000460
    Waiting for any suggestion?
    Edited by: Amit Khare on Sep 10, 2009 3:01 PM
    Closing due to no responses.
    Edited by: Amit Khare on Sep 10, 2009 3:40 PM

    Hi,
    Could you figure out why the event linkage is breaking when you make it Gen.Task? I think, there is some problem in your wflow template. May be do a Syntax Check in the testing environment. If that time, some error happens, then by the System Defaults in the Event linkage SWETYPV, it will deactivate the linkage.
    I don't think this has got anything to do with you making TS as Gen.Task. Did you see the even trace to see what's the error for linkage breaking ?
    More info. would help in identifying the issue.
    Regards,
    venu

  • Compare different versions of a workflow template

    Hi,
    How can we compare workflow templates? We need to compare the different
    versions available in our Quality and development systems for any kind of
    changes -
    1. new steps added
    2. steps deleted
    3. other changes related to binding, events etc..
    What is best way to compare different versions of a workflow template??
    regards,
    revoori

    Try from t-code..
    PFTC..

  • How to load French Version of a Workflow

    We have customized Invoice Approval worklfow and loaded this in the database. The notifications are in American English.
    Now we have multi-language and we have French language.
    We need to do customization in French. But how to load the French version of this workflow in database?
    Can anybody help me ?
    Thanks,
    Mehta.

    I suppose your porblem doesn't exist anymore, but never mind:
    steps:
    wfnlena.sql
    WFNLADD.sql
    cf doc WF Step 5 Setting Up Additional Languages )
    wfresgen (setup character set to UTF8 before)
    sample:
    rem ajout manuel des strings pour le Français
    rem Pmonaco Oct 2004
    rem ------------------------------------------
    rem - Il faut mettre UTF8 pour le set de caractères
    rem adapter la variable OH
    set NLS_LANG=FRENCH_FRANCE.UTF8
    set OH=c:\oracle\mid
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfcore.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfecxtkn.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfjava.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfldr.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfmail.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfsql.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wfsvcmsg.msg
    wfresgen -u owf_mgr/owf_mgr@asdb F %OH%\wf\res\F\wftkn.msg
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\ecxerror.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\ecxstd.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\rwstd.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wfcs.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wferror.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wfmail.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wfping.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wfsndprt.wft
    wfload -u owf_mgr/owf_mgr@asdb %OH%\wf\res\F\wfstd.wft

  • Which version of Oracle workflow is required for owb 11.2 process flow.

    Hi,
    I want to implement process flow for my mapping.
    But I am getting error as,
    "The connection was succesful but failed to retrive workflow version."
    Also OWF_MGR user is not created.
    Database is oracle 11g on RHEL
    and standalone OWB 11.2 on Windows.
    Do I need to create user owf_mgr which have schema for workflow objects?
    Also which version of oracle workflow required for process flow. Do I need to install
    Oracle Workflow server at Oracle db server or it ll get installed with 11g.
    Where I ll get the details steps to implement process flow from scratch.
    Please help.
    Edited by: TN on 21 Nov, 2011 6:01 AM

    Hi,
    I checked in dba_user and do not find owf_mgr in it so I created owf_user and grant himexecute any procedure and a role owb_user.
    When I did not get table wf_resources in owf_mgr schema, I try to run wfinstall.bat on stand alone owb 11.2.
    But I got the following error,
    ORA-00942: table or view does not exist and execution terminated.
    Details from log file is as,
    Workflow Configuration Assistant 2.6.4.0.0 - Windows Vista
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Jan 03 13:07:02 IST 2012
    WorkflowCA:
    WorkflowCA: Screen width -1366-, screen height -768-
    WorkflowCA:
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYS
    WorkflowCA: SYS account connects successfully.
    WorkflowCA: Embedded Workflow check completed successfully
    WorkflowCA: Workflow schema already exist, Workflow Configuration Assistant will upgrade existing schema instead.
    WorkflowCA:
    WorkflowCA: Account connection test for Workflow
    WorkflowCA: Workflowaccount connects successfully.
    WorkflowCA:
    WorkflowCA: Checking existing Workflow version
    java.sql.SQLException: ORA-00942: table or view does not exist
    Please help.

  • Qmaster not using all computers in cluster, is it a version issue?

    hi i'm new to cluster compressing. I just set up a cluster and a compressor batch. the batch is running fine, however it's only using two of the three computers in the cluster. I rechecked the qmaster settings on the offedning computer and they are correct. It shows up on the qadminstrator of the controlling computer as well, but always remains idle. the computer that it's not using is an older version of compressor (and presumably qmaster). is it a version issue I'm experiencing? I'd love to get this 3rd computer working on the cluster as is has the fastest processor of the bunch.

    Hi Gordon,
    Thanks for your response. Actually I have already asked my work buddies not to use manager for a while so I can address the problem.
    BTW, I also want to know if there is a way to monitor that kind of session in SAP. I will post it in another thread.
    Thanks,
    Lan

  • Adobe Version Issue

    Hi,
    I am trying to use the following blog so that I can send a mail.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID1415835150DB20085339665800400921End?blog=/pub/wlg/6676
    I believe there is some restriction on ADOBE VERSION. I am not able to ascertain it.
    PLease let me know is there any problem with Adobe Reader version. I am currently using Reader 8.1.5.
    Regards,
    Aditya Deshpande

    Hi Otto,
    I have implemented the same code.
    When i use ADobe Acorobat 9 pro, it works there.
    When I use adobe reader 8.0 or reader 8.13 or 8.1.5.
    It does not work.
    I have SAP FORMS as my plug ins i.e ACF.
    Hence it should be reader version issue.
    Since acrobat is costlier version I wanted to be sure whether or not it can used any version below.
    Regards,
    Aditya Deshpande
    Edited by: Aditya Deshpande on Dec 9, 2009 9:59 AM

  • CC version issue

    We are having a serious version issue with CC. There are 6 people on my team. One person signed up for CC a couple of weeks after the rest of us, and his version is 17, while ours is 16.0.4. We cannot open his files without them being corrupted. I just downloaded the latest CC updates this morning, and that didn't resolve the issue. My version still shows 16.0.4.
    He is having to downsave all his files for us to open. Thoughts?
    Thanks in advance for any advice.

    Catmarsh which Adobe software title in specific are you referring too?  Also which operating system are you using?

  • Safari locks up on stock streamer due to Java Version issue

    I bought a MacBook for personal use when I travel. My company expressly forbids any personal use of their laptop.
    When I use Safari with my wireless network at home it works fine. In this hotel I cannot access the stock streamer on TD Ameritrade when working over a wireless connection. TD Ameritrade "help" indicates a Java Version problem. I upgraded to the latest version of Java. TD still indicates a Java Version issue. This really does not make sense since the streamer works fine at home. I used my business laptop (XP with Internet Explorer) just to check the streamer and it works fine at the hotel.
    I checked the Safari Plug-ins. The Java Plug-ins listed say;
    Java Plug-in for Cocoa
    Java Switchable Plug-in (Cocoa) - from file "JavaPluginCocoa.bundle".
    Java Plug-in
    Java 1.3.1 Plug-in - from file "Java Applet.plugin".
    Java Plug-in (CFM)
    Java 1.3.1 Plug-in (CFM) - from file "Java Applet Plugin Enabler".
    I tried to download and reinstall Java 1.4.2. The system indicated there was already a newer version of Java 1.4 installed and terminated the install.
    Any suggestions will be tried.
    I am hoping that after all my years on PCs I will not regret trying to switch to Apple.
    MacBook   Mac OS X (10.4.7)   Java Version 5 not indicated in plug-in wndow

    Welcome to Apple Discussions and Mac Computing
    Do you have J2SE 5.0 installed in your Utilities>Java folder? Given your machine is new it ought to be there. If not, go to Software Update in your System Preferences and install it.
    If it is installed: inside the J2SE5.0 folder is Java Preferences.app and Java Cache Viewer. Double click the Pref. app. Upon opening, the ensuing panel indicates the "priority" for Java - mine says J2SE 5.0, then J2SE 1.4.2. If it isn't in that order, reverse the order by dragging one of them to the proper place. Select "save".
    Next, clear the 1.4.2 cache file by opening Java 1.4.2 Plugin Settings.app, selecting cache, then "clear". Quit the app. and restart your computer/Safari.
    Post back.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer

  • Version issues/compatability

    Hello, we have 2 guys using version 11.5 CR Developer, we have been using for years and not had any issues. We have 2 other guys now on the latest version of SAP CR Developer version 14.0.4.738.
    Problem
    When we run the reports using the newer version it returns lower figures that the older version which are correct, I have tried changing this and that including saved data and 2 separate reports for each version with the exact same setup but still the newer version are much lower than the other versions. It simply does not make sense unless the newer version is reading differently to the other version. One other thing is when I read using any viewer I get the correct data returned, so this is the SAP 14.0.4 version issue.
    Can anyone advise on this one?
    Thanks
    S

    Hi Steve,
    This could an issue with the DB Client you are using, lots of changes to both CR and the DB clients between then and now.
    What database are you using and how are you connecting and which DB Clients are you using?
    The syntax of the SQL, case sensitivity, Null value handling are 2 I think of off the top...
    Don

  • How do we do version comparision in workflow

    Hello Folks,
    I need to know who do we exactly do version comparision of workflows?
    Cheers,
    Imran

    Hi,
    Click “ Basic data” and
    Click the Tab  “Version Overview”.
    Below this you can see the version in workflow.
    If you want to see the contents in each version, in left top Below “ workflow”  “Version”  is available their you can choose the version which you  want, by using that drop down .
    Regards,
    Surjith

  • UWL-version management and Workflow

    Hi all
    I have a UWL which opens a WD Java application when any work-item is clicked. This leaded to some changes in the workflow in the back-end. Its working fine.
    But the problem is for the tasks which are built from the old workflow because the tasks (made from the old workflow) do not recognize the new workflow.
    Is there any work-around to handle this issue so that we can check whether the work-items are from old workflow or the new one? Does UWL provide any such facility?
    Or do the tasks built from the old workflow can recognize the new one?
    Please provide any pointers.
    Regards
    Monika

    Hello Monika,,
    If i have understood your question correctly, its the same work flow which has been modified to do something more than the previous version and not a new workflow entirely.
    If above is the case then you could probably build the logic in the WD application which handles the task once it has been clicked in UWL. I dont think there is any feature to provide this out of the box.
    Thanks,
    Murali Krishna Reddy

  • Check In Versioning Issues

    Hi,
    We have document libraries with versioning enabled to allow major and minor (draft) versions. We have a workflow (slightly modified version of the default approval workflow) which triggers when a major version is published.
    On some PCs (all running Windows 7/Office 2013) when we select to check in a document at a major version, it ignores the selection & checks in at a minor version instead.
    I should point out that this behavior is experienced with the built-in approval workflow as well.
    Any help would be very much appreciated.
    Andrew

    Hi,
    I understand that on some computers you always get a minor version checked-in regardless of whether you select minor or major.
    To troubleshooting the issue, I suggest as below:
    On the non-working computer, please use the Approval or site admin to check in the document. If it works, the issue is caused by the user permission.
    On the non-working computer, please run the Repair of the Office 2013 to install  the
    Microsoft SharePoint Foundation support.
    On the non-working computer, please enable SharePoint OpenDocumentsClass in Internet Explorer with the following steps: Click
    Tools->Go to Manage Add-ons-> In the Show box, click All add-ons-> In the
    Name column, click SharePoint OpenDocumentsClass, click Enable.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Cloning issues with workflow

    I'm hoping someone could help with my issue with cloning.
    We are on v 11.5.10.2, oracle db version 9.2.0.6 on RHEL4 with all pre-req patches per Rapid Clone note 230672.1.
    I've followed this instructions but I cannot get Workflow Mailer Service, Workflow Agent Listener Service, and Workflow Document Web Services Service to start up.
    I've checked my environment variables and they are all properly changed, tried re-running autoconfig, tried regenerating jar files after modifying AF_CLASSPATH. I mean everything and I am completely stuck and baffled by this issue.
    Any help is greatly appreciated.

    are you talking about the clone instance,
    if yes you have to do the following
    update wf_notification_attributes set text_value=replace(text_value,'http:// prod.domain:8000/pls/prod','http://clone.domain:8036/pls/test')
    where text_value like '%http://prod.domain:8000/pls/prod%';
    update wf_notification_attributes set text_value=replace(text_value,'http:// prod.domain:8000','http:// clone.domain:8036')
    where text_value like '%http://prod.domain:8000%';
    update wf_notification_values set text_value=replace(text_value,'http:// prod.domain:8000','http://clone.domain:8036')
    where text_value like '%http://umappprod.umniah.com:8000%';
    update wf_notification_values set text_value=replace(text_value,'prod','clone')
    where text_value like '%clone%';
    update wf_agents set address=replace(address,'prod','clone')
    where text_value like '%prod%';
    update wf_systems set name='clone', DISPLAY_NAME='clone'
    where name like '%prod%';
    where clone is the new cloned instance and prod is the source instnace.
    also on this clone instnace you need to make sure that you have access to your mail server.
    fadi
    http://oracle-magic.blogspot.com

Maybe you are looking for

  • To display the output of a FM inside a tree

    Hi all, 'REUSE_ALV_POPUP_TO_SELECT'  is a FM for displaying or selecting table entries in internal tables in a popup . I need to display the output if this FM inside a tree. That is when i expand the tree ,  the output of the FM shoul be displayed .

  • Replication of Customer master data from R/3 to CRM.

    Dear Friends, If i want to replicate customer from R/3 to CRM what are the prerequisites and how to execute a campaign for the replicated BP's(target groups).What is the load object that we use in R3AS. REgards, Prabhu.

  • How to display data in table

    Hi all, can any one tell me how to display data in a table when user click on a button. i have created a node with a set of fields from different tables now how to write the logic to display data in that table. Thanks & Regards, Naveen

  • Does the TV show sectiong from my computer sort by series?

    I was curious for those who have upgraded their aTV2 to the latest firmware 5.1, does the TV show section finally sort your shows first by series (Show), then by season, and then by episode (E.g. House,Mad Men, Scrubs,->Season 1, 2, 3, 4, etc.->Episo

  • Broadcom wl with wext driver on Wicd dropping connections

    I have a laptop where I'm using Wicd to connect to my WPA network. My wireless card is a Broadcom Corporation BCM43142 which is, unfortunately, only supported by the "wl" driver. I can connect to my wireless alright, but every 5 to 30 minutes I get d