How many tasks in one project ?

Hello,
My customer manage large projects with more then 1000 activities and even some of them more then 5000.
Is cproject can manage so many tasks ?
What is the Recommendation for project sizing ?
Regards
Muly Zohar

Hi,
5000 tasks!!!
You will find the answer in SAP Note 1092846.
Regards
Sejo

Similar Messages

  • How many tasks can I have in NI-DAQmx system?

    I am working out of the office this week - please send your response to [email protected] as well as my normal email [email protected].
    I am designing a new test platform that will run on C# (because we like object oriented text based programming and because the IDE is free).  For hardware we'll use your PXI modules (because your hardware is ultra-reliable).  I'm starting with the following PXI modules 6259, 4072, 6509, 2575, and 2569, but we made add other modules later as future requirements demand.  I am doing the system software architecture now.  I've done some dabbling with Ni_daqmx, and I loathe "tasks" and "channels", but am determined to make them work.
    The difficulty I'm having revolves around the overhead with setting up tasks and channels and with the concept of tasks and channels.  Help hasn't helped much.  Tasks seem to work great if you intend to always collect the same large amount of data from many sources and always will do it in exactly the same way. 
    We want something much more akin to random access memory.  We'll have UUTs of different kinds coming on and off at random times.  Sometimes a test will need a simple DC voltage, and other times another test will need 2 seconds worth of data at 1MS/s.   It can cost around 150msec to make that change (stop the current task, creat another one, configure anohter channel, start up a new task, blah, blah, task this, channle that - for the life of me I can't understand what this damn taks concept does for me but make matters more complicated and bog down my system).
    I can just barely glean from the help that I can have only one analog input task at once, but I can have sevferal taks of several different kinds running at the same time ( a digital output task and another task for digital input, and another task for analong input, etc.) .  It does seem that I can set realys without having to put them into a channel and a task (Thank goodness for that - I just wanna turn on a relay I have no idea what a relay "channel" might be.)
    In the PXI system I described above I'll have two devices that are analog input devices, the DMM and the Daq.  Even with two devices, can I only have one analog input task running?  Does that mean I've got to waste 150msec just to switch from the DMM to the Daq? (Do you understand my frustration with "tasks"? - I should be able to say "read DMM" and turn around and say "read Daq channel 0" without having to jump thru task and channle hoops and waste a bunch of time doing it).
    I'll also have Daq digital IO and two 6509 digital io modules.  Do I have to cram all of that into some "task" concept too?  The Daq card has got many other kinds of wonderful capability (frequency measurement, counters, analog output).  How many tasks can I have for that stuff?  On the DMM card I can measure capacitance amoung other things.  Will I have a capacitance task?  The idea of a "capacitance task" hurts my head.
    Golly I hate tasks.  Please help.
    I am working out of the office this week - please send your response to [email protected] as well as my normal email [email protected].
    Dave

    Dave,
    Thanks for posting to the NI Forums.
    For the good of the community we like to keep conversations that start of the forums on the forums rather than moving to email.  If you want to move to email support I recommend contacting NI through the email route.
    I will answer your questions here.  If you need more direct contact please feel free to contact us through [email protected].
    For some the concept of tasks may seem daunting, however, for many applications it makes life a lot more simple.  A task at a very fundamental level is simply a collection of channels with a single type (AI, DI, DO, etc.)  and a single timing configuration (sampling rate, continuous vs. finite, etc.).  It is a way to organize configuration data.  
    The concept of a task is an abstraction like OO programming.  Like OO programming it may take some time to understand but can be a time saver in the end.  Also like OO programming it does add some initial programming overhead.  It is much more simple to simply type a printf statement in C than to have to create a bunch of classes just to output text to the screen. You can accomplish the same thing not using OO programming, but in the end OO programming is extremely useful, because it groups useful information and methods together in one place.
    With very simple applications OO programming sometimes does not make sense.  But as a program gets more and more complex OO programming becomes more and more useful.  It takes some learning but it is worth it.
    I believe the concept of a task does the same thing.  It does not change the actual functionality of the device or add excessive overhead.  It is just an abstraction that pulls configuration data about a specific "task" and methods the task can perform into a single logical place.
    Unlike the entirely abstract concept of an Object, a Task is run on a physical device and therefore has physical limitations.  You can create multiple tasks of the same type, but you can only run a one timed task of each type on a single board at a time.  In other words you can have multiple AI tasks running at the same time but they need to run on different boards or only one can be timed (have a rate).  You can also have multiple timed AI tasks configured for a single board but only one can actually be running at a time.
    The reason you can only have a single timed task running at a time is because the M-Series boards (and many other boards as well) have a single timing engine for each type of acquisition or generation.  There is a single timing engine for AI, one for AO, and so forth.  You cannot have channel 1 running at 1 MS/s and another running at 50 kS/s.
    However, tasks can exist even when they are not being actively run.  You can create all the tasks you need at the beginning of your program and simply start and stop them as you need.  After the task is stopped you do not need to clear the task until the end of your program.  You can further increase performance by moving the Task into the latest state possible without actually starting the task.  This can be done by calling myTask.Control(TaskAction.Action).  The Task states are further explained in the NI-DAQmx Help Manual.
    The concept of a  task will need to be used with any device that is being programmed using NI-DAQmx.  The 6259 and 6509 will need to be programmed using DAQmx.  With the 2575 and 2569 you have the choice of either using the NI-DAQmx API or the NI-SWITCH API.  The SWITCH API does not use the concept of tasks.  For the 4072 you will need to use the NI-DMM API.  This API also does not use the concept of tasks.
    Hopefully this information is helpful.  Let me know if you have any additional questions or concerns.
    Regards,
    Neil S.
    Applications Engineer
    National Instruments

  • Is it possible to have too many keyframes in one project in Premiere?

    Hi all,
    I'm using Premiere 6 on a Windows 7 ULT machine.
    Is it possible to have too many keyframes in one project in Premiere?
    I'm getting app crashes when I try to re-open a certain project in Premiere 6 and it seems that if that file has over 93 keyframes, then it will not re-open.  But I can re-open that exact same project file with 93 keyframes in it, no problem.
    But if I go any further and create any more keyframes than 93 in a new re-saved version of the exact same file, then that file will not re-open and I get an app crash... you can see screenshots of the two Windows app crash info panels below that I'm getting from three different bad Premiere project files that I've created so far.
    I've tested and tested what is going on here and this seems to be what is causing the bad files.  I've re-created the scenario and re-created files with over 93 keyframes from the same base project file that will still open... as soon as I get more than 93 keyframes in this file, then that newly saved file will not re-open after I close and try to re-open it.
    This is 75 keyframes in one still image clip, 14 keyframes in another still image clip and 2 keyframes each in two other still image clips in a single project file... that is the limit... if I create any more keyframes in the clip that has 75 keyframes, the new file will save and render, but it won't re-open once it has been closed.
    The two slightly different app crash info panels show, in the first one below,
    "Fault Module Name: StackHash_e98d"
    ... and the second one shows,
    "Fault Module Name: PREMINFO.dll"
    ... both messages with a little more different info in each one.  I get either of the two error info panels when trying to re-open all three bad files that I've created with over 93 keyframes in them.  That is, two of the files alternate between giveing "StackHash_e98d" and "PREMINFO.dll" when trying to open them and one of them always shows the "Fault Module Name: PREMINFO.dll" error.
    So even the error messages are inconsistent with two of the bad files.
    I've searched the internet for this error in association with Premiere and I've also searched on this forum and found nothing.  Can anyone shed any light on this?
    Thanks,
    digi

    Bill,
    Even though I figured out a work around, I was still interested to know if these file opening crashes are related to Virtual Memory.
    So on the topic of Virtual Memory... a few months ago I was troubleshooting a different problem in Premeire and I found this information...
    "To improve performance in Premiere Pro, adjust the size of the paging file to a maximum of twice the amount of installed RAM."
    Previous to that time three months ago or so, I had my Virtual Memory settings at the default automatic setting, but I tried setting my VM to twice the amount of installed RAM, and I've had it set that way ever since, just to make sure I'm optimizing the VM performance for Premiere and other apps.
    But that isn't making any difference in this case.  Today I also found information in a search that says to troubleshoot StackHash crashes, one should turn off "DEP" in the system settings for the application with the crash problem... according to the paragraph below, from the second post down by Chris on this tdistler.com page... http://tdistler.com/2009/04/10/stackhash-and-application-crashes-on-windows
    Even though this was written in 2009 with Windows Vista in mind, many things for Vista work in Windows 7... it says,
    "Here’s how 99 percent of Vista users can fix a StackHash failure. I’ll walk you through it step by step:
    Method A:
    1. Open your Start menu and click Control Panel
    2. Browse to “System Maintenance” then “System”
    3. In the left panel, select “Advanced System Settings” from the available links
    4. You should now see the System Properties Window, which will have three sections. The top section is labeled “Performance” and has a “Settings” button. Click this button.
    5. Select the “Data Execution Prevention” tab.
    6. Select the option which reads “Turn on DEP for all programs and services except those I select”
    7. Use the “Browse” button to locate the executable file for the application you were trying to start when you received the StackHash error, and click Open to add it to your exceptions list.
    8. Click Apply or OK to commit your changes."
    But I tried this and none of the three problem files that I encountered would open... I still got the StackHash_e98d or PREMINFO.dll crash errors.
    So anyway, I'm a ways past that in my project now, just continuing with more keyframes over the number of 78 in separate but identical still image clips... that allows me to successfully work with this project with as many keyframes as I need.
    Thanks again,
    digi

  • How to deploy only one project from WebCenterSpacesExtensions to WebCenter

    Hello,
    I've been provided a customized WebCenterSpacesExtensions application with 3 custom task flow projects in it.
    I am having trouble finding information on how to deploy only one project at a time. Can someone please tell me how to do this? Is it difficult?
    Thanks in advance.

    Take a look at chapter 53 in webcenter developer's guide which explains the same:
    http://docs.oracle.com/cd/E25054_01/webcenter.1111/e10148/jpsdg_wcsres.htm#BABDBECE
    Thanks,
    Navaneeth

  • How many tasks can you have in a plan?

    How many tasks can you have in a plan?
    What is the maximum number of tasks I can reasonably expect to have in a newScale service (version 2007)? 
    I have approximately 30 tasks in my service.  When the authorizations are complete, and the tasks are initially scheduled, my server response time (between clicking Approve and seeing the next screen) is about 30 seconds. 
    Does this sound unusual?  Am I trying to do too much with my service?
    Thanks!

    Hi Joe,
    There is no "upper limit" on the number of tasks that you can have in a plan. Having said that, the complexity of a plan -- including conditions and the use of external tasks -- can certainly be a factor in response times.
    Having said this, 30 seconds seems like a long time and I strongly suggest that you open a case with customer care on this item.
    We have alerted them to be looking for a case from you.

  • By default how many plan types one can create in Hyperion planning applicat

    By default how many plan types one can create in Hyperion planning application?

    Hi,
    By Default,We can create 3 plan types in Hyperion planning application.

  • How many computers will one mountain lion app upgrade?

    How many devices will one mountain lion upgrade, one or more?

    As many computers as you control (not your neighbor's though).
    Just log in to App Store on other coputers with Apple ID that purchased.

  • HT1203 how many devices can one itunes account support?

    How many devices can one account support? My children have apple products but im an overprotective mommy amd want to monitor it all in my acct. (4 kids)

    Up to 10 devices total (up to 5 of those can be computers).

  • Get Project Phase, task under one Project

    Dear all
    I want to get all task and phase under one projects wht is the function module name ?, i got one function module BAPI_BUS2172_GET_SUBOBJECTS. In that function module i need to pass
    PROJECT_DEFINITION_GUID,  but i have guid in DPR_project. How can i convert 16 digits to 32 digits
    is any function module is there ?
    Any one help me for those issues?

    Hi,
    If im not wrong, you need to change the display of SE11 to ALV from SE16.
    To do this, goto SE11>display DPR_Project>goto databrowser>
    now click on F8 or from menu select Setting> User parameter> then select
    ALV Grid display or ALV list
    then copy using CTRL+Y
    Niranjan
    Points welcome if useful info

  • How many RE1000 on one Router.

    How many RE1000 extenters can be attaced to one router ?

    That's incorrect.
    Wired access points can use the same SSID and create a wireless roaming network... Good wireless clients should be able to roam seamlessly between access points wired to the same network.
    And with the advantage of full bandwidth this solution is far superior to repeaters...

  • How many ipods on one computer?

    Clearly new to this music download stuff! My dgtr just got a shuffle, I have an MP3 sansa can we both use itunes to get music? The reason I ask is we heard we can not charge our ipod at my sisters when out of town only one ipod per computer???? This makes no sense clearly people have more then one ipod in some homes so what do we do? Can I plug the ipod shuffle into my sister's computer to charge or download from?
    Also well I am here can I use itunes with the sansa MP3 as that would be awesome, although I need clear directions on how to do that.
    Thanks so much for your help old mom with new technology is frustrated!!!
    have a great night
    M

    You can use as many ipods with one PC as you want, but only have one plugged in at a time.
    Here is an article on that. I prefer method 2.
    http://support.apple.com/kb/HT1495
    The Sansa player, you can't load anything onto it from itunes.
    Just use Windows Explorer to drop MP3 files onto it. Also, iTunes Store purchases are in AAC format and I don't think will play on a Sansa. So buy mp3s from Amazon for the Sansa.

  • CONNECT TRAINING how many users in one license can enroll?

    Hi, I have a regular license of Adobe Connect Name Host 100 Participants, It's work excellent for meetings.
    I want to know if I buy one license of CONNECT TRAINING it's going to work in my current license of Adobe Connect , how many students can enroll my training content? need to buy more licenses? I want to use for on demand and live training.
    I not a big corporate company it's only myself, want to do something more professional with curriculum, enroll students.
    Another Question is about Adobe Presenter is this plug in for power point include in the Connect Training or have to buy apart?
    Another question how many disk space have in my meeting room, for recording and library?
    thanks for your help.

    Martin,
    Purchasing Concurrent Learner licenses will add the Training module to your account, unless you are on a monthly account through adobe.com, where the training module is not available.
    The licensing for the Training module is for concurrent access to training content. 1 license means that one person can access training at any given time. You can enroll 15,000 people (random number, pick whatever value you want) in your training, but those individuals have limited access to the training based on the concurrent user load. If you want a plain English description of the licensing for Connect, you can find it here: Setting the Record Straight on Adobe Connect Licensing | RealEyes Media
    Presenter is a separate license and is not included with the Training module.
    Connect doesn't limit disk space. If on a hosted account, I believe there is 5 GB to start but more is added as needed. If on a licensed deployment, you are only limited to the amount of disk space allocated to your Connect server.

  • How many device can one sync with iPhone? I own a Mac Pro and an iMac desktop. Can I sync with both machines?

    How Many devices can I sync with my iPhone?  I own a Mac PRO and an iMAC.  Depends on where I am, I will plug my iPhone to either of the machines. I haven't sync with either machine yet.

    Dah•veed wrote:
    Please explain how one would accomplish that feat.
    There's not much to explain. When a device is connected, you see the row of different categories across the top: Summary, Info, Apps, Tones, Music, Movies, TV Shows, Podcasts, Books, and Photos. For example, it is perfectly safe to sync one iOS device to the Music category on Computer A and no other computer, and the same device to Photos on Computer B and no other computer.
    You might be confusing what I'm saying with one iOS device enabling sync to the Music library on multiple computers. That is a huge no-no and will result in the disaster being suggested. But I am not talking about that, I'm talking about the opposite arrangement. What I am describing preserves category exclusivity. It turns out that exclusivity at the category level, not the computer level, is what really matters.
    As long as a device is synced to a given category on only one computer, it doesn't matter which computer it is or whether that computer is different than the ones synced to on other categories. The instant a given category is enabled for syncing on more than on computer, that is where the trouble starts.
    KiltedTim wrote:
    Trying to do so is asking for trouble. Don't do it. Move the content you need to one machine and sync only with that machine. If you don't, you'll be back here asking how to fix the mess and recover all the stuff you lost...
    I will agree that it is something you should only do mindfully. But if you do make sure each category is syncing to only one device, there will be no data loss and no mess.

  • How many iphones on one itune account?

    Hello,
    I would like to know how many iphones, ipads, ipods or the mix of all three can I put on one itune account?
    Thanks

    You can sync as many devices as you want to the same itunes account, there is no limit. You can have the same content on each device or different content, the choice is yours. Itunes will keep everything straight, by device, upon subsequent syncs.

  • How many sidlets on one page?

    I am trying to get one page to hold multiple sidlets, so that
    I can keep my movie small by having one page that pauses while the
    user "clicks on" each sidelet and read description of the features
    there.
    Problem is: I successfully added all the sidelets, but when I
    play, none of them work.
    Is there a limit to how many sidelets you can put on one
    page? I can't use rollovers because they do not "stick," unless
    somebody knows a way to make rollovers act like popups that stay
    until you close them.
    All hints and suggestions would be graciously appreciated.
    Signed... QuizQueen.

    Welcome to our community, QuizQueen
    Are you certain the slidelets aren't functional? I ask,
    because until you change it, the timing is a bit off for the
    rollover area of a slidelet. You have to mouse over the area and
    keep the mouse over the area for a whole second before you will see
    the slidelet. In my mind, that's far too long.
    Assuming that isn't the case, you might inspect the slide to
    see which other objects exist on it. Look for Buttons, Click Boxes
    or Text Entry Boxes. Each of these objects will normally pause the
    slide until operated on by the user. It could be a situation where
    one of these objects is pausing playback before the Slidelet
    rollover area has had time to display and become operational.
    Cheers... Rick

Maybe you are looking for

  • Itunes 10.5 takes forever to open and does not Sync my iPhone 4S

    I used to have the iPhone 4 with iTunes 10.4 and everything worked fine except that it takes 5 minutes exact to open iTunes. I just expected this but it least it synced fine. I now have iPhone 4S and iTunes 10.5 and it still takes 5 minutes to open b

  • ARABIC DESCRIPTION NOT COMMING CORRECTLY

    Dear All I use READ_TEXT function module for displaying inspection text (it is in arabic)for particular material. But it displays  wrong i think it is in reverse how i get correct format. Please any body help on this. Moderator message: one thread on

  • Compatible SSD that can run 3 Gbps (Sata 2) speed - Macbook 5.1 Late 2008 Aluminum

    I've read on several forums most of the SSD drives run negotiate 1.5 Gbps speed on Macbook 5.1 Late 2008 Aluminum (Not macbook pro) . Can you recommend a drive currently on the market 120-256 GB range that can run at negotiated 3 Gbps speed ?

  • IPhone sound problem - not the usual issues

    Okay so I was listening to music in my office on an external set of speakers, and suddenly my sound cuts. The phone still says music is playing but nothing can be heard through either the built-in speaker or the external speakers. I tried the typical

  • FCC with javapping

    > I want to Know What is the structure of source data type You can use dummy values for the source data type. Just enter one node with any name you like. > and How to configure sender comm. channel Like you are doing it always, but of cause, no conve