Running same scenario in parallel for different values

Hi all, I have a requirement that,on a high level, calls for running a scenario "in parallel" for a set of values that are passed into it. To break it down, say you have a scenario that does some processing (could be anything), and in order to do this processing, it needs a list of values (say 1, 2 and 3). What we need is that the scenario runs for these three values at the same time, the reason being it may run 10 mins for 1, 20 mins for 2, and 10 mins for 3 and we don't want to wait for it to finish for 1 and move onto 2 and finish 2 and then move on to 3. In order to test this can be done, ideally we'd like to see in the operator that when the scenario is kicked off, it is running for all three values simultaneously. Please gurus, if there is any way this can be achieved, do let me know.
Thanks so much!

Hi Bhabani, Thanks for your response. I think you've understood the requirement perfectly. It will generate different sessions for each loop. What I'm trying to test here is whether each of those sessions will be launched at the same time. Using the asynchronous mode should, in theory, ensure that they are but how can we verify this? Is there anything we can include in the package (maybe some Odi Tool) that will visibly show that all the sessions have been kicked off?
Appreciate your help!

Similar Messages

  • How to run the same procedure in parallel for different parameter value.

    Hi There,
    I am currently working on extracting data in to flat file and I am able to do so for one revenue month (e.g. 200101) using PL/SQL procedure(get_rev_data). it takes almost 1 hour to execute the procedure completely and it generates 400 MB data file. Now I have to run this procedure for last 10 yrs of data (i.e. 120 revenue months) . my prolem here is to figure out a way/logic in such a way that I can run the procedure in parallel for each revenue month and at the same time it will write the data in respective data file for each revenue month. so the final result of this exercise would be 120 flat files, one for each revenue month with file names like
    EXTRACT_00001001 to EXTRACT_00001120.
    where
    first five digits : 00001 will indicate the Extract run number and
    last three digits : 001 will indicate the thread number for each run.
    I am thinking of doing this by creating a table "RevMonth" with two values (revenue_month, thread_num) and calling the procedure in a simple select statement and passing revenue_month as parameter of the procedure like
    SELECT get_rev_data(revenue_month, thread_num)
    FROM REVMONTH;
    But I am not sure if that will do the needful. Any idea on how to achieve this will be of great help. Thank you.

    Hi Smit,
    Thanks for the advise. I am not planning to run for all 120 months at once. actually I am planning to run like 1 year (12 revenue months at a time). I am not sure if that will work well but I was planning to run this through shell script (Unix) and will call the same procedure with different parameter (revenue_month and Thread_number) values and see what happens. I hope that will run in parallel for each revenue month.
    Let me know if you have more knowledge about it. THanks a lot.
    Thanks,
    .

  • Running same backup script on two different Databases

    Hello All,
    I am running same backup script on two different Databases.
    But output is different.
    Please give me your feedback.
    1) Database 1:
    OS: AIX
    DB: 10.1.0.4.0
    Script:
    export ORACLE_SID=sid1
    cd $ORACLE_HOME/bin
    ./rman nocatalog << EOF
    connect target
    ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE disk;
    configure controlfile autobackup on;
    backup as compressed backupset database plus archivelog delete input;
    delete noprompt obsolete;
    exit
    EOF
    6 Files created:
    -rw-r----- 1 oracle dba 4140032 Jun 19 00:00 uvhlvjs8_1_1
    -rw-r----- 1 oracle dba 38029824 Jun 19 00:00 backup_uuhlvjs8_1_1
    -rw-r----- 1 oracle dba 781287424 Jun 19 00:20 v1hlvjsk_1_1
    -rw-r----- 1 oracle dba 578027520 Jun 19 00:23 backup_v0hlvjsk_1_1
    -rw-r----- 1 oracle dba 1222656 Jun 19 00:23 backup_v2hlvl7r_1_1
    -rw-r----- 1 oracle dba 4259840 Jun 19 00:23 c-1052429639-20060619-00
    -rw-r----- 1 oracle dba 4177920 Jun 19 00:23 SNAPCF_ATHENA.F
    2. Databse 2:
    OS: Linux (SLES 8)
    DB: 10.1.0.5.0
    Log Archive Filename Format: %t_%s_%r.dbf
    2 files created:
    1_17804_535674251.dbf 1_17837_535674251.dbf SID_2chlmrrl_1_1.1
    1_17805_535674251.dbf 1_17838_535674251.dbf SID_2dhlms8c_1_1.1
    I am also getting dbf file every one hour as below:
    1_17868_535674251.dbf
    DN

    waiting for reply

  • Same variant for different value in enumerations

    Hello.
    Is it a bug?
    I have this type in my schema:
    <xs:simpleType name="VolumeUnit">
    <xs:restriction base="xs:string">
    <xs:enumeration value="ml"></xs:enumeration>
    <xs:enumeration value="µl"></xs:enumeration>
    </xs:restriction>
    </xs:simpleType>
    In the generated class I got:
    static final Enum ML = Enum.forString("ml");
    static final Enum ΜL = Enum.forString("µl");
    static final int INT_ML = Enum.INT_ML;
    static final int INT_ÎœL = Enum.INT_ÎœL;
    What do you think about that?
    How could we manage the generated code

    Hi Advait,
    From the below what I understand is that you are not able to do value mapping for the follwoing
    1     A
    2     A
    3     B
    As value mapping allow one to one mapping only. Please do it like as mentioned below
    1     1*A
    2     2*A
    3     3*B
    Then in the graphical mapping of Integration Repository do the mapping for the same as shown below
    source field > VALUEMAPPING> UDF--> TARGET Field
    In UDF suppress the value of  1* , 2* , 3* which can be done as follows
    create one UDF with one input field
    //write the code as below to suppress the field
    return input.substring(2);
    Here the davantage of using 1* , 2* , 3* etc is that you have the option to use value mapping for 100 values which I think is not normally the case for any Interface.
    If you have same source you can do the same thing for that.
    Hope this helps you to resolve your query.
    Thanks & Regards
    Prabhat

  • F110: same bank account number for different customers

    Hi Guru,
    when I run F110 for different customers (payment method Ri.Ba.) in the payment proposal I see the same account number for all the payees, in particular the account number of the first customer is duplicate for the second one.
    So in table REGUH the fileds ZBNKN and ZBNKL have the same value for all the customer selected in the payment proposal.
    Can anyone help me?
    Thanks.

    Hi abaper,
       again, corrections 1030848 incorporated in the note [1617466|https://service.sap.com/sap/support/notes/1617466] for the enhancement object BANKEN_AUSWAEHLEN_CUG_IT are missing for the release 605, support pack SAPKH60505.
    Mariagrazia what correction instructions you have implemented to correct your problem?  It's related to the account number of vendors or customers?
    For customer's accounts I've developed a temporary solution related to BANKEN_AUSWAEHLEN_CUG_IT:
    Delta001
    Context Block
                    I_REGUP          LIKE REGUP                .
    STATICS:TMP_TPBANK_IT LIKE TPBANK,
    Delete Block
          LIFNR_TMP     TYPE LIFNR,
    Insert Block
          LIFNR_TMP     TYPE LIFNR,
          kunnr_tmp     TYPE KUNNR.                  "MITCH 18012012
    Delta002
    Context Block
          REFRESH:TMP_TPBANK_IT.
          LIFNR_TMP = I_REGUP-LIFNR.
       ENDIF.
    Delete Block
        IF TMP_TPBANK_IT[] IS INITIAL.
    Insert Block
       IF kunnr_tmp is initial.                     "MITCH 18012012
         kunnr_tmp = i_regup-kunnr.                 "MITCH 18012012
       endif.                                       "MITCH 18012012
       if kunnr_tmp ne i_regup-kunnr.               "MITCH 18012012
         clear: tmp_tpbank_it.                      "MITCH 18012012
         refresh: tmp_tpbank_it.                    "MITCH 18012012
         kunnr_tmp = i_regup-kunnr.                 "MITCH 18012012
       endif.                                       "MITCH 18012012
        IF TMP_TPBANK_IT[] IS INITIAL.
    Waiting for corrected instruction note, hope this hint helps..
    Regards, Mitch.

  • Checking for different values with single var name.

    Hi,
    i have a variable NAME which should not take 5 different values.
    i want to check NAME againist these 5 values at run time. is there any way to check NAME againist these 5 values like NAME in X, where x contains these 5 values.
    could someone let me know the syntax and approach to do that.
    your help would be appreciated.
    thanks,
    kranthi.
    Message was edited by: kranthi kumar
    Message was edited by: kranthi kumar

    Hi Kranthi
    If you want a method to set this property persistently via definitions made in DDIC, I do not know any way. If the values that the parameter can take are definite, then you can set up a check table.
    Otherwise, one should achieve this programatically.
    i.
       IF name = <i><prohibited_val1></i> OR
          name = <i><prohibited_val2></i> OR
          name = <i><prohibited_val3></i> OR
          name = <i><prohibited_val4></i> OR
          name = <i><prohibited_val5></i> .
    *-- The rule is broken
       ENDIF .
    ii. Define a range and check with it.
    TABLES mytable .
    RANGES grn_namepval FOR mytable-name .
    *-- Begin of block A
    CLEAR grn_namepval .
    grn_namepval-sign = 'I' .
    grn_namepval-option = 'EQ' .
    grn_namepval-low = <i><prohibited_val1></i> .
    APPEND grn_namepval .
    *-- End of block A
    *--Do block A for each prohibited value
    IF name IN grn_name_pval .
    *--Your rule is broken
    ENDIF .
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • Same Line SET ID For different Orders

    Hi All -
    I have one question, Is there scenario possible where the Different Orders ( Different Header ID ) can have same Line SET ID ?
    Below Table
    oe_sets ( Set ID is Unique )
    So Same Set ID cannot be mapped to multiple Headers ID ( Multiple Orders)..
    But we have situation where in OE_ORDER_LINES_ALL we have 2 different Orders we have same Line_Set_ID
    Let me know under what scenario does above can happen.
    Thanks,
    D

    Separate accounts is cleaner in the long run, and then use home sharing - http://support.apple.com/kb/HT3819
    also
    http://support.apple.com/kb/HT4620?utm_source=twitterfeed&utm_medium=twitter
    and
    http://support.apple.com/kb/TS2972

  • Different measures use same source column but gives different values in SSAS project

    I've inherited a SSAS project. I'm currentlig gaining knowledge, but do not understand this: There are 4 measures that get data from same source table and column. Example measures:
    [Started]
    [Processing]
    [Processed]
    [Finished]
    All of them gets data from a table (view), and a column "Event_count" with just value 0 in each row. Usage of the measure is "Count of non-empty values".
    Correctly all of these measures gives different values, but I don't understand how since they all go against the same source column. I thougt maybe they were defined in Calculated measures, but nothing there. Where or what else could be affecting this behavior?
    Bonus information (problem): One of the measures is returning blank/empty, which is why started with this research at all.
    Help anyone?
    regards .r

    Hi ,
    I would ask if all the measures are under the same measure group ? It is important to know, since in the dimension usage we are creating relationships between dimensions and measure
    groups .
    Did you try the delete all the calculation's code and leave only the " CALCULATE ; " part ? Do the values change after deploying the slim script ?
    Are all properties the same ? defaults & caching ?
    Regards, David .

  • Update multiple row for different values

    hi,
    Please provide me the sql query to update multiple row in a table with different values.
    i need to change the old date to new date
    we have only 3 column id,name,old date.now i need to update the old date to new date
    ID name old date new date
    1 A 2012-12-20 12/7/2012
    2 B 2012-12-20 12/9/2012
    3 c 2012-12-20 12/5/2012
    thank you.

    Here are two ways to do this. Thanks to ranit for the table creation script, which I adapted.create table test_x
    as
    select 1 id, 'A' name, to_date('2012-12-20','yyyy-mm-dd') old_date
    from dual UNION ALL
    select 2 id, 'B' name, to_date('2012-12-20','yyyy-mm-dd') old_date
    from dual UNION ALL
    SELECT 3 ID, 'C' NAME, TO_DATE('2012-12-20','yyyy-mm-dd') OLD_DATE
    from dual;First method using MERGE:MERGE INTO TEST_X O
    USING (
      select 1 id, to_date('12/7/2012','mm/dd/yyyy') new_date
      from dual UNION ALL
      select 2 id, to_date('12/9/2012','mm/dd/yyyy') new_date
      from dual UNION ALL
      SELECT 3 ID, TO_DATE('12/5/2012','mm/dd/yyyy') NEW_DATE
      FROM DUAL
    ) n
    ON (O.ID = N.ID)
    WHEN MATCHED THEN UPDATE SET OLD_DATE = n.NEW_DATE;Second method using UPDATE:UPDATE TEST_X SET OLD_DATE =
      CASE WHEN ID = 1 THEN TO_DATE('12/7/2012','mm/dd/yyyy')
           WHEN ID = 2 THEN TO_DATE('12/9/2012','mm/dd/yyyy')
           WHEN ID = 3 THEN TO_DATE('12/5/2012','mm/dd/yyyy')
      END
    where id between 1 and 3;
    You probably don't want to use these methods.*
    You say the "user" will enter these values. Will he always enter exactly 3 values?
    The "user" will enter values into a screen I suppose. What language is the user interface programmed in?

  • How to own the same e-mail-address for different Apple-IDs

    Hello
    I’m under the impression, that I can’t use the same e-mail-address for iCloud I used already in my Apple-ID for iTunes, because I get no verification mail for the iCloud account. Is this correct or did I something wrong?
    Thanks for supporting me
    I already raised this question in the iCloud forum, but till now nobody answered - may be the wrong sub-forum

    Many thanks for the answer - that's what I suspected. Anyway...
    The problem I have now is, that my Apple-ID I used already for some years in order to buy apps is in the "old" format (e.g. duggy832), that means not in the form of an eMail-address. iCloud accept only Apple-IDs in the “new” format meaning in the form like an eMail-address (e.g. [email protected]).
    So it needs to modify the old Apple-ID from duggy832 to [email protected] or to “transfer” – if possible – my shopping from Apple-ID duggy832 to [email protected]
    Which way is possible, which is safe/secure, which is recommended?
    Thanks in advance

  • Same e-mail-address for different Apple-IDs

    Hello
    I’m under the impression, that I can’t use the same e-mail-address for iCloud I used already in my Apple-ID for iTunes, because I get no verification mail for the iCloud account. Is this correct or did I something wrong?
    Thanks for supporting me

    Go to Apple - Support - iCloud and check Account for more info and FAQs.

  • Running Multiple Scenarios in Parallel

    Hello all,
    I am trying to figure out how to execute multiple Interfaces / Scenarios inside a single parent thread I found some useful guidance in the thread below.
    Link: Running multiple interfaces within a package in parallel
    Which lead to me to use ODIStartScen in Asynchronous Mode. This works for the most part but this method generates a new Session Number for every child thread. Is there a way to run the child sessions inside the parent?
    Thanks in advance
    Mike

    Hi Mike,
    The child sessions are always tagged to the parent sessions. You can find this in the Work Repos table in snp_session table, field name is parent_sess_no.
    To keep the same session-id even in the parent, try the below:
    1. Declare a variable with the refresh mode as 'select '<%=odiRef.getInfo(SESS_NO")%>
    2. Refresh this variable in the Parent Package.
    3. In all the child packages, just declare this variable. This will help ODI in identifying the variable and as the value is already refreshed, it will be used during execution.
    4. Use this variable and do what you are interested in.
    Hope this helps.
    Thanks,
    Nithesh B

  • How can I use the same thread pool implementation for different tasks?

    Dear java programmers,
    I have written a class which submits Callable tasks to a thread pool while illustrating the progress of the overall procedure in a JFrame with a progress bar and text area. I want to use this class for several applications in which the process and consequently the Callable object varies. I simplified my code and looks like this:
            threadPoolSize = 4;
            String[] chainArray = predock.PrepareDockEnvironment();
            int chainArrayLength = chainArray.length;
            String score = "null";
            ExecutorService executor = Executors.newFixedThreadPool(threadPoolSize);
            CompletionService<String> referee = new ExecutorCompletionService<String>(executor);
            for (int i = 0; i < threadPoolSize - 1; i++) {
                System.out.println("Submiting new thread for chain " + chainArray);
    referee.submit(new Parser(chainArray[i]));
    for (int chainIndex = threadPoolSize; chainIndex < chainArrayLength; chainIndex++) {
    try {
    System.out.println("Submiting new thread for chain " + chainArray[chainIndex]);
    referee.submit(new Parser(chainArray[i]));
    score = referee.poll(10, TimeUnit.MINUTES).get();
    System.out.println("The next score is " + score);
    executor.shutdown();
    int index = chainArrayLength - threadPoolSize;
    score = "null";
    while (!executor.isTerminated()) {
    score = referee.poll(10, TimeUnit.MINUTES).get();
    System.out.println("The next score is " + score);
    index++;
    My question is how can I replace Parser object with something changeable, so that I can set it accordingly whenever I call this method to conduct a different task?
    thanks,
    Tom                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    OK lets's start from the beginning with more details. I have that class called ProgressGUI which opens a small window with 2 buttons ("start" and "stop"), a progress bar and a text area. It also implements a thread pool to conducts the analysis of multiple files.
    My main GUI, which is much bigger that the latter, is in a class named GUI. There are 3 types of operations which implement the thread pool, each one encapsulated in a different class (SMAP, Dock, EP). The user can set the necessary parameters and when clicking on a button, opens the ProgressGUI window which depicts the progress of the respective operation at each time step.
    The code I posted is taken from ProgressGui.class and at the moment, in order to conduct one of the supported operations, I replace "new Parser(chainArray)" with either "new SMAP(chainArray[i])", "new Dock(chainArray[i])", "new EP(chainArray[i])". It would be redundant to have exactly the same thread pool implementation (shown in my first post) written 3 different times, when the only thing that needs to be changed is "new Parser(chainArray[i])".
    What I though at first was defining an abstract method named MainOperation and replace "new Parser(chainArray[i])" with:
    new Callable() {
      public void call() {
        MainOperation();
    });For instance when one wants to use SMAP.class, he would initialize MainOperation as:
    public abstract String MainOperation(){
        return new SMAP(chainArray));
    That's the most reasonable explanation I can give, but apparently an abstract method cannot be called anywhere else in the abstract class (ProgressGUI.class in my case).
    Firstly it should be Callable not Runnable.Can you explain why? You are just running a method and ignoring any result or exception. However, it makes little difference.ExecutorCompletionService takes Future objects as input, that's why it should be Callable and not Runnable. The returned value is a score (String).
    Secondly how can I change that runMyNewMethod() on demand, can I do it by defining it as abstract?How do you want to determine which method to run?The user will click on the appropriate button and the GUI will initialize (perhaps implicitly) the body of the abstract method MainOperation accordingly. Don't worry about that, this is not the point.
    Edited by: tevang2 on Dec 28, 2008 7:18 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Run same 9i forms servlet in different browser windows

    Hi all,
    I'm using Oracle9iAS Forms Service to deploy the forms. The problem that I have, is that I'm not able to run the same forms 9i servlet in two different browser windows.
    I'm able to run the 9i test form with the following URL in browser window one: http://HOST:PORT/forms90/f90servlet
    When I then try to run the same URL in a second browser window I get the following error:
    FRM-92050: Failed to connect to the Server: /forms90/l90servlet:-1
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    I'm using Jinitiator 1.3.1.9 to run the forms.
    Thanks,
    Oliver

    Iam trying to work with menus.
    I have created a menu item EMPLOYEE and calling the employee form like this
    BEGIN
         RUN_PRODUCT(FORMS, 'EMPLOYEE', SYNCHRONOUS, RUNTIME, FILESYSTEM, '', '');
    END;
    But what happens is iam getting the error
    FRM-92101: There was a failure in the form server during the startup. This can bappen due to invalid configuration. Please look into the webserver log file for detail.
    Oracle.Forms.Net.ConnectionException: Connection for new browser window not supported.
    Following is the content of Application.Log
    06/12/16 16:59:08 Started
    06/12/16 16:59:24 formsweb: jsp: init
    06/12/16 16:59:24 formsweb: frmservlet: init
    06/12/16 16:59:24 formsweb: FormsServlet init():
    configFileName: D:\DevSuiteHome_1/forms/server/formsweb.cfg
    testMode: false
    06/12/16 16:59:24 formsweb: Started
    06/12/16 16:59:33 formsweb: lservlet: init
    06/12/16 16:59:33 formsweb: ListenerServlet init()
    06/12/16 17:06:43 formsweb: Connection from new browser window not supported
    06/12/16 17:06:57 formsweb: Connection from new browser window not supported
    06/12/16 17:13:24 formsweb: Connection from new browser window not supported
    06/12/16 17:14:07 formsweb: Connection from new browser window not supported
    06/12/16 17:15:57 formsweb: Connection from new browser window not supported
    This happens when i try to run more than one form in a browser.
    When i try to run the employee form seperately i have no problem
    Iam using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    can you help in this.

  • Multiple use of the same video time line for different audio tracks

    I have a 90 minute video timeline
    I will be putting different audio tracks in multiple languages.
    But as i was just editing i wondered if i could use only a segment (30 minutes ) of the timeline
    along with a 30 minute audio.
    Example:
    So the first thing on the menu will be the whole 90 minute video
    with a 90 minute music track
    Second thing might be the 90 minute video with a 90 minute commentary
    Third thing might be the first 30 minutes of video with a different commentary
    Forth thing on the menu might be the first 30 minutes of video and 30 minutes of
    a different language
    Etc.
    I realize i will need to make space (mb)  for all the audio.....but if i could use the same video or pieces of it
    that would be fantastic.
    If i can do this i am presuming i should use playlists and chapter playlists to get it done?
    I have never done this before and would love some feedback on an over view or tips
    that might save me some guess work
    Thanks for any help :-)
    Soshman

    Soshman wrote:
    Hey Stan!
    Thanks for your help...i think i am really getting this. And have learned a lot.
    I had to go back to my computer programming and flowcharting skills to figure out the flow :-)
    And i still have 153mb to spare when i build it.
    I ended up lining up all the different videos and audios exactly for each time line except for 1 timeline.
    Question: I know if the audio is shorter it will be ok.... but if the audio is longer than the video on a timeline ( and its the audio i assigned it by specify link )
    Will the DVD keep playing until the audio is done or end when the video is done playing?
    2nd Question: I am previewing the playlists with the "Preview from Here" feature
    I specify the link and chapter within that timeline ( it is the only timeline with more than one chaper....the one with the longer audio than video from the question above )
    For most of the audios i only need video chapter 1.....the preview here plays it ok but if i hit the skip to next (in the preview button on theright of the play button)...it goes to the next chapter #2... instead of the next timeline chapter 1 like it is programed to do from the playlist.
    I am wondering if this is just fluke in the preview feature...or will it do that on the actual DVD as well?
    Lastly because i am using different timelines. I am wondering if there are delays between playlists? for example...i have a long audio that continues between three timelines...i have spliced it pretty fine so it picks up perfectly on the next timeline...but i am wondering if the DVD when playing in realtime will have a little black space inbetween timelines.
    Thanks again for your help and time :-)
    Mark
    Hiya Mark.
    DVD-Video is video dominant, with the audio always following the visuals so if the audio ends berfore the video it will not (okay, should not) be a problem.
    However, the other way around could go either way - if the actual video timeline has ended the audio may well truncate so I would personally add videoblack at the very least.
    I am also not at all sure how you are going to work a single contiguous audio file across 3 separate playlists. This sounds flawed in concept to me (have I misunderstood your meaning?). In DVD-Video the format is graphically/visually dominant - the audio must always be tied to a visual asset be it a menu or a timeline - so there is no way to have one piece of audio playing across 3 timelines and having it play back glitch free whilst the timeline changes. You will not get a black space - it will simply stop. So unless I have misunderstood you in some way.........
    As Stan says, preview is flaky - the only way to know for sure is to multiplex & burn.

Maybe you are looking for

  • Is there a way to know how much data is being used and broken down

    how to check data useage when you want to contest it ?

  • What can I do in this recovery scenario?

    Hello, I'm testing some recovery scenario and I have problem with the one: I do full backup of the database with archivelog and controlfiles. Then I deleted all the datafiles, controlfiles and redologs. Now I wanna restore my database. I did shutdown

  • A set from a set of sampled data from a thickness sensor.

    A  set from a set of sampled data from a thickness sensor. The samples are stored in an appropriate array of up to 100 elements. The values represent the depth of the insulation around a particular cable. The thickness can vary from 0-4mm represented

  • Help using isql*plus

    at the university we use isql*plus in the web browser, i installed oracle 10g and i have no idea how to use it :s how can i access iSQL*plus using my web browser?? please, help!!

  • Where to download Flex SDK

    Where can I download the Flex SDK. The link SAP Dashboard Design (Xcelsius Engage) 2008 Component SDK SP3 only contains Xcelsius and the SDk documentation. Where can I download the SDK with the Add-on pakcager?