"Project contains only callable processes" ?

Hi People,
I created a Project using Oracle Business Process Composer and a single process with one human task. But when i try to deploy this project i get a error during validating step.
ERROR IMAGE: http://imageshack.us/photo/my-images/27/v4yn.png/
Someone knows what can I do?
Best regards!

This indicates that there is no way for a work item instance to be created in the process.
To fix this either you need to:
Add an Initiator Interactive activity as the first step in the process (meaning that some can create a work item instance in the process using the Workspace) or
Change the None Start Event in your process to a Message Start Event (meaning that it can be invoked from another process as a peer process using a Throw Message Event or as a web service).
Dan

Similar Messages

  • Versioning of project rather than at process level.

    Our process is quite large and complex and as the business's policy changes we need to change this to meet so we can't really avoid making changes which break the compatibility of the processes when we re-deploy.
    Our project contains one main process which is the entry point to the workflow and numerous subprocesses. We're looking for a way so that if an
    instance is created in a version of a project then all the corresponding subprocesses will apply to that version.
    A scenario that might better highlight what I mean is as follows:
    We had a subprocess SubProcessA which was referenced at a certain point in the main process of our workflow. For business reasons we had to
    split some of the activities in here out into separate processes: SubProcessA_Part1 and SubProcessA_Part2. We did this, and deployed the new process, which
    worked fine for new instances. However there were existing instances in the old main process (now deprecated). When these reached the point in the deprecated process where they would have created an instance in the subprocess (SubProcessA) they were unable to do so and created an error, because this process was now deprecated. We'd assumed that when all the processes in an old version of the project were deprecated, then instances
    already existing in the main deprecated process would still be able to create instances in the associated deprecated subprocess, but this was not the
    case.
    So what we have been doing is when we make changes to the project we "version" the subprocesses; SubProcessA_v1,SubProcessA_v2, keeping the "old" version active and deployed so that as instances in the now deprecated main process reach the point that points at subprocess which has changed we can be confident that it is using the correct version of that process. So what we're needing to find is a method by which we can be confident that instances still live in the older deprecated versions of the process can create instances in the corresponding versions of the subprocesses.
    Hope that makes sense!

    I've come across a similar issue to this, and I've come to the conclusion that the process versioning system in ALBPM/OBPM doesn't actually work very well for projects that contain a lot of subflows and expect all of the processes and subprocesses in the project to work together as a version even when deprecated.
    If you deprecate your project then all of the instances in a process will continue to live on in that process version. That's great, but if all of the subprocesses in the project are also deprecated, what happens when we hit one of these and it tries to create an instance in one? Should it create an instance of the new version of the process, an instance of the deprecated version (don't think this is possible) or fail?
    I have to say I find the versioning functionality particularly confusing, and the documentation on versioning does little to clear this up or give advice on the matter.

  • A more efficient way to assure that a string value contains only numbers?

    Hi ,
    I'm using Oracle 9.2.0.6.
    I was curious to know if there was any way I could write a more efficient query to determine if a string value contains only numbers.
    Here's my current query. This SQL is from a sub query in a Join clause.
    select distinct cta.CUSTOMER_TRX_ID, to_number(cta.SALES_ORDER) SALES_ORDER
                from ra_customer_trx_lines_all cta
                where length(cta.SALES_ORDER) = 6
                and cta.SALES_ORDER is not null
                and substr(cta.SALES_ORDER,1,1) in('1','2','3','4','5','6','7','8','9','0')
                and substr(cta.SALES_ORDER,2,1) in('1','2','3','4','5','6','7','8','9','0')
                and substr(cta.SALES_ORDER,3,1) in('1','2','3','4','5','6','7','8','9','0')
                and substr(cta.SALES_ORDER,4,1) in('1','2','3','4','5','6','7','8','9','0')
                and substr(cta.SALES_ORDER,5,1) in('1','2','3','4','5','6','7','8','9','0')
                and substr(cta.SALES_ORDER,6,1) in('1','2','3','4','5','6','7','8','9','0')This is a string where I'm finding A-Z-a-z characters and '/' and '-' characters in all 6 positions, plus there are values that are longer than 6 characters. That's what the length(cta.SALES_ORDER) = 6 is for. Also, of course. some cells are NULL.
    So the question is, is there a more efficient way to screen out only the values in this field that are 6 character numbers or is what I have the best I can do?
    Thanks,

    I appreciate all of your very helpfull workarounds. The cost is a little better in all cases than my original where clause.
    To address the discussion that's popped up about design from this question, I can say a few things that should clear , at least, my situation up.
    First of all this custom quoting , purchase order , and sales order entry system WAS written by a bunch a of 'bad' coders who didn't document their work and then left. We don't even have an ER diagram
    The whole project that I'm only a small part of is literally trying to put Humpty Dumpty together again and then move it from a bad custom solution into Oracle Applications.
    We're rebuilding, documenting, and doing ETL. This is one of your prototypical projects from hell.
    It's a huge database project so we're taking small bites as a time. Hopefully, somewhere right before Armageddon hits, this thing will be complete.
    But until then,..., well,..., you know the drill.
    Thanks Again.

  • Infocube to contain only last 7 requests

    Hi ,
    Please help me with this issue . . . .for BW 7.0
    I am having a infocube which is having a daily load. the previous load is deleted everyday.
    Now i want to archive this infocubes data to another infocube and this archive cube should contain only previous 7 days data.
    i.e the rolling last 7 requests only.
    So i need to write a process chain which will load data from daily cube to archive cube, and delete 8th day's data everyday.
    Can you please suggest me how to do this. I tried using "Delete overlapping request from infocube" but that is not any help.
    1) Are there any functionality in process chians which will delete 8th day;s data everytime
    2) or can we apply a filter in DTP's
    Please give in your suggestions
    regards
    Parikshit

    jack22 wrote:
    creates header line:
    To: [email protected]; [email protected]; [email protected]
    You use a comma (,) to separate email addresses in the TO: header field, not a semi colon (;).
    I believe this happens only if the sender is a web-/java based business application. But our debugging identifies a correct To: line from that application (started tcpdump, initiated on the messaging server). The format of the "TO:" header line isn't correct. If this is the same "web-/java based business application" you mentioned in http://forums.sun.com/thread.jspa?threadID=5391646 then I suggest going back to the vendor to get this fixed.
    Regards,
    Shane.

  • Undeploying the BPM project from Oracle Business Process Workspace

    Hi all,
    I am facing problem in deploying the project to Oracle Business Process Workspace, I had some issues while deploying the project for the first time, and now when i am again trying to deploy the same project, it is giving the error "*Deployment failed, Module already exists on server*".
    is there any way i can deploy the project or delete the existing project from workspace and then redeploy the project ?
    IDE used : Jdeveloper 11.1.5
    Server used : Weblogic 10.3
    Please guide me in this as soon as possible.
    Thanks and Regards
    Debarati

    Hi
    1. Yes, from EM Console, first Undeploy the Workflow Project that you can find under SOA -> soa_infra -> default node.
    2. Then expand Application Deployments -> Look for the UI Project (that has taskforms etc) and make sure to select it and Undeploy this also.
    3. Now comes, what and how exactly are you deploying your SOA/BPM application. Any SOA/BPM application will have one Workflow project (atleast) and one or more UI Projects (for each user task). Also there may be some other utility projects or EJB projects. Now to deploy the entire application you have couple of options. Just select your Workflow project and deploy and during this time, it will list out all UI Projects and you can check all of them. Also for Workflow you can check one check box to overwrite any existing versions like 1.0. In this way you will have full Workflow deployed and all UI Projects also deployed. Once you do this, you cannot again deploy just the UI Project. Thats when you get these errors like already deployed etc. Now disadvantage here is, if you just make only UI changes, you cannot deploy only UI Project since it is already deployed as part of full app. So you had to again deploy Workflow project and check all ui projects also. this means all your existing workflow instances will become stale (redeploy of workflow makes all old tasks stale).
    4. Another and more ideal standard way is, first deploy just the Workflow project and DO NOT check any UI Projects. Then from the Application Level, deploy the entire application that includes all the UI Project and any other Projects. Just select your application, properties and deployment section. And see the projects included in the application. Make sure you DO NOT check the workflow project. But check all other projects like UI or any other project. In this way, any changes you make to UI or EJBs, just deploy the application. Your workflow is still the same old. Bottom line, Workflow Project is created as a SAR (SOA Archive) which is like a jar file. And entire application is deployed like an EAR file. So you will have 2 files for deployment to any other Env where you do not have like JDev.
    For now, follow first 2 steps, to undeploy all the stuff you have. Then you should be able to redeploy using one of the above options.
    Thanks
    Ravi Jegga

  • Premiere Pro CC Error: "This project contained a sequence that could not be opened..."

    I know this problem has been reported previously with Premiere Pro CC (I run 2014). When opening up a recent project, I keep getting this: "Error Adobe Premiere Pro: This project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type." The only solutionm is to open another project, sign ou, then sign in before I get open that other project. This has become a pain...  Is there a permanent fix for this issue that has been reported for quite a while now?
    Thanks for your help.
    Marc

    Hi Marc-Andre d'Anjou,
    I am sorry to hear you're having trouble with this issue. It happens sometimes because of activation problems. The doc that Rameez points to is missing steps for reactivating the Creative Cloud version of Premiere Pro. For Premiere Pro CC, and later, see the section "How to deactivate or sign out" in this document. See the section "How to activate or sign in" in the same document to activate Premiere Pro once more.
    See also this FAQ: FAQ: Why are some codecs and sequence presets missing from my installation of Premiere Pro?
    Thanks,
    Kevin

  • Project is currently being processed Problem

    Hi Friends,
    I am creating projects using BAPI 'BAPI_PROJECTDEF_CREATE' and passing these Projects to BAPI  'BAPI_PROJECT_MAINTAIN'
    for creating WBS elements.  but when i am uploading legacy data throuch my program to create projects and WBS elemets throrch IDOC Process, sometimes i am getting an IDOC ERROR is " Project is currently being processed " is coming in IDOC status 51. but when i am see in proj table the failure idocs projects are created.
    i am written 'BAPI_TRANSACTION_COMMIT' only after  BAPI 'BAPI_PROJECTDEF_CREATE not for BAPI BAPI_PROJECT_MAINTAIN.
    so if i  write 'BAPI_TRANSACTION_COMMIT' after  BAPI 'BAPI_PROJECT_MAINTAIN' the above error will be solved?
    Kindly advice.
    Regards,
    Kumar.

    Hi,
    This is a very common problem in PS (Project Systems) during the creation of projects. Actually the cause of this is, once you have created the project, there are a number of database updates going on in the background corresponding to the new project that has been created. Even before all these updates are over, your program is calling the function module to create the WBS elements under it. Hence the message comes as the 'Project is currently being processed by 'user ID (your user ID)'.
    In order to avoid this keep a 'Wait until 2 seconds' statement after you have used BAPI_TRANSACTION_COMMIT' for project creation and before calling the function module to create WBS elements under the project. This will solve the problem.

  • What is the best way is to create a web app item collection which will contain only the listings where addressstate="ABC".

    What is the best way is to create a web app item collection which will contain only the listings where addressstate="ABC".

    How many systems have you used Robert?
    This is the only system you can not have all item data at least in JSON format and all of it. Big commerce has a lower limit and as I have said in every post related to a limit - I understand the function, but you can still make the requests as just one example (front and back)
    Same with API Robert.
    Firstly - the SOAP API request on say products gets you ALL the products, if you do something through a REST API request you can  make the requests to get all the items to complete your process of what your doing - You have to otherwise the API is pointless.
    Ok if the normal modules can not iterate through if there is a module_data solution, and web apps will get there hopefully sooner then later and you do have the sql query (where) for your filter which is great BUT, if you want to implement a solution across everything you cant do that with the liquid implementation.
    This also flows through to the JSON everywhere in concept which is fundamentally flawed for the same reason... And again referring other like services where a hard API has a limit but the JSON request returns everything.
    How those work varies from the method of request, some will only update every day, xxx time (Depending on cost of the plan) so its a cached version of data, to the ones that limit that request to x number of times per set time/day.
    That is how the actual rest of the world works, varied solutions but they are solutions. BC know they have a few limitations, there clearly is the need for things, there are a varied set of options... It is just a matter of engaging in it and offering up a solution for it, silence just creates frustration.

  • Is it possible to select a part of a video project and only render that specific part?

    Hi.
    I formerly used Sony Vegas Pro - and I'm in the process of getting into Final Cut Pro X, and I'm wondering...
    In Sony Vegas Pro - I was able to mark a part of my video project, and only render that. It was usefull if I wanted to send a part of a project rendered to someone else for review etc.
    In Final Cut Pro X I can't find a similar possibility - I have to render my complete video project - or nothing at all.
    Does anyone know if it's possible to select a part of a project and render only that part?
    Best regards
    Jens Rosenstand

    Hi.
    Well...that's not quite what I meant...
    I would like to render a part of a video to a .MOV file for example - that I can send of to someone to watch - but the whole project, just a part of it.
    Is that possible?
    Br.
    Jens

  • Help! project contains 1 reference to a missing effect

    Hello,
    I working on a after effects(CS3 ) project that was started by a another designer and when I open the project I get a "this project contains 1 reference to a missing effect.Please install the following effect to restore this reference. (Inner Bevel")
    Any help would be greatly appreciated!
    thanks..

    Not related to AE. AE does not have an Inner Bevel effect. The designer probably was using third-party plug-ins like Boris Continuum Complete or such. Since it's CS3, you may however be able to re-create the look using layer styles. You'd still need a reference image, though, as I consider it very likely that identical values have a different meaning in the layer style than they would have in the plug-in. Therefore a phone call to the person is unescapable, if only to confirm my theory. If he can tell you, what plug-in he used, you should at least be able to obtain the demo version of it and use it as a reference.
    Mylenium

  • "This project contains a sequence that could not be opened."

    Hello everybody.
    I have a problem with my premiere C6. Whenever I tried to open a specific project (the one I am working on), the follow message pops up and I cannot access the project. Even when I open premiere and "open recent"
    Here's the message:
    "This project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type."
    I don't know what to do. One day everything is fine, the next one I can't work.
    Please help.
    Thank you in advance.

    I've only recently updated to Premiere Pro CC and had a similar issue.
    When opening a CS6 file in CC2014, I received this alert:
    "The preset used by one or more sequences in this project requires third-party components that could not be located. These sequences will be modified to use a custom setting instead..."
    The file would open and I was able to make changes and even save seemingly without any issues. However, when I attempted to open the file again, I was given the alert that you posted here:
    "This Project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type."
    The problem seemed to originate when a "custom setting" was generated for CC2014 to open the project.
    What I did to fix the issue was AS SOON AS I OPENED the older version in Premiere CC, I would immediately go to the Sequence Settings for EVERY sequence in the file and create my own custom settings based on my project. Once that was done, I could begin working on the project and it would save and open without issue. This only needs to be done the first time you open an older version of your project before making any changes or saving the file.
    I discovered that the "Custom Setting" that is originally generated when converting the older version to the new, created a funky "Video Preview" size of 16x16 pixels. Once I put all the settings in order, Premiere CC was happy again.
    Still haven't figured out a fix for the random crash during operation and the almost guaranteed crash when quitting Premiere from the top menu bar.
    PS Mark Mapes, I did try the fixed that you linked to in your post but they did not do the trick for me. Is there any updated you know of on the horizon? Thanks.

  • "This project contained a sequence that could not be opened" adobe premiere pro cc

    HI everyone. I am using adobe premiere pro cc, but it is giving be headache almost every other day. When I open a file, once out of two times, I have this message: "This project contained a sequence that could not be opened", and this is annoying as it blocks all my work and I start waiting time trying to solve the issue, the live chat is not available and all the solutions offered here send me to do things that waste my time even more, and two days later, the same problem comes back. can anyone help, please?
    Thanks

    Thanks a lot Ann, but this is becoming really annoying! How many times per week should I uninstall, clean up and then reinstall this app?
    In my "Help" thing, there is no "Help > Deactivate", so I can't choose the option 1.
    Option 2 seems too complicated for me, the only option left to me is the option 3, but the problem keeps coming back!

  • Why is it that when I try to open a project, it says "the project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type"?

    It could be opened last night but today it just kept showing "the project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type". I really need to access my video.
    Some help out there, please?

    Hi,
    Please check this out : https://forums.adobe.com/message/4626663#4626663#4626663
    Thank You
    Arjun

  • When I try to open a project, the only option for a new track is for external MIDI device; when I try to open an audio or software instrument track, I get an error message saying that "the specified number of tracks could not be created. Reduce the n

    When I try to open a project, the only option for a new track is for external MIDI device; when I try to open an audio or software instrument track, I get an error message saying that "the specified number of tracks could not be created. Reduce the number of tracks to create and try again." I didn't specify ANY number of tracks. Thanks for help!

    Ah.. then I suspect you just need to go to Logic's prefs/Audio and check CoreAudio...
    It has been unchecked somehow...
    Also.. as an aside.. Be careful not to create such large subject names in future when posting here.. They can cause issues with replying to posts in such threads.. due to a bug in the forum software.. so please keep them short and to the point...
    Cheers..
    Nigel

  • Is FileVault necessary if disk contains only the OS?

    I have two disks on my MacBook.
    The first one is an SSD that contains only OS X. The second one is a regular HD which contains my home folder.
    This second HD is an encrypted partition, so it can't be opened without a password — and if you plug it into another computer, it won't be readable without that password.
    My question is: should I use FileVault in the SSD, even if my home folder is already encrypted?
    If someone steals my MacBook, they won't be able to open any of my personal files (since they're in the encrypted home folder).
    Would they be able to get anything useful and harmful from just the SSD that contains OS X?

    Try to change the value from General Settings – Resource Throttling from central administration.
    Here are the steps below to change.
    http://sharepointlk.wordpress.com/2012/04/09/the-query-cannot-be-completed-because-the-number-of-lookup-columns-it-contains-exceeds-the-lookup-column-threshold/
    Bala

Maybe you are looking for