How to copy automation data between projects?

I can copy regions from one project to another, but not automation data (e.g. volume curves). Why? How to work around this?
Cheers,
Conor

In project one, open the Automation Event List for the region in question, select all, goto project two, do the same but use paste instead.
Slightly awkward perhaps, but it works. It would have been easier if the automation would just follow the regions when you drag them between projects.
Edit: the Automation Event List is only available as a KC, Ctrl + Cmd + E as default.
/juhani
Message was edited by: juhani h.

Similar Messages

  • How to pass XML data between applications

    Hi,
    can any one tell me how to pass XML data between applications
    Thanks in advance
    Sudheer

    Steve,
    I tried the code in the http package in the Appendix A section of your book. Each time i try a POST I get a HTTP/1.1 400 Bad Request error from the server. I can successfully do a GET from URLs. I have pretty much copied your code verbatim. Any ideas?
    Thanks,
    Sunder
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    See the "Working with XML Messages" section starting on page 242 of my Building Oracle XML Applications. It covers how to Send and Receive XML messages over the web through HTTP GET and HTTP POST as well as specifically Example 6-30 that illustrates how to receive a posted XML message in a servlet and process it.
    Hope this helps.<HR></BLOCKQUOTE>
    null

  • How can I share data between WinXP Pro and Mac OS 10.8.3 via wifi

    How can I share data between WinXP Pro and Mac OS 10.8.3 via home wifi. 

    MartyP wrote:
    Or is there a problem with both OS's writing stuff to the
    ~/Home/Library folder that may be incompatible?
    Yes, big time.  Mail, for sure, has a different file/folder structure, and would not be happy.
    Plus, a number of apps (Apple and 3rd-party) are "Sandboxed."  That's a security feature, to prevent malware or bad coding from affecting things it shouldn't.  Some of their files, including the preferences files, aren't even stored in the same places!
    Or to other places I'm not aware of?
    Probably.  If you have two versions of the same app, they may or may not expect the same data setup.
    To have one User folder for both OS's would save a lot of drive space
    Not if you use some or all of woodmeister50's suggestions. 
    But I'm also not sure how I'd use Time machine with such a set up.
    Just as you do now.  By default, Time Machine backs-up everything (except things like system work files, most caches and logs, trash) for all users and all internal drives & partitions.  By default, it excludes external drives.
    You can change those defaults, of course, via TM Preferences > Options.
    See Time Machine - Frequently Asked Question #32 for details and considerations of multiple drives.
    Presently I backup with . . . clones to other HD's
    Good.   Yes, clones are different.  You need multiple "tasks" to back up multiple drives/partitions.  But once set up, that shouldn't be a big deal.

  • How to share the data between two or more frames

    How to share the data between two or more frames based on the database relationship in JDeveloper?

    You can pass data between frames by passing it as parameters.
    That is when you are invoking another frame, pass your data as arguments through the constructor to that frame .
    You can also achieve this through static or public methods, but static variables as we know is not suggested which might occupy more memory space.
    Regards,
    Srinivasan AShwath
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    How to share the data between two or more frames based on the database relationship in JDeveloper? <HR></BLOCKQUOTE>
    null

  • Copying/pasting tracks between projects

    Hi guys,
    I have three BIG projects, all called "Master Idea Session" 1 2 and 3, which have perhaps 50 tracks, each representing a different song idea.
    I can't seem to copy/cut/paste tracks between projects.
    Is there a workaround? Could I for example merge all three project files into one big copy, and then go through it and erase what's not needed? Or is there an obvious solution or a way to copy and paste between projects? Is there any way to have more than one project open simultaneously?
    What I'm aiming to do is: go through all 150 ideas, find the ones that could actually be turned into songs, and copy 15 or so of the best ones to one project file. That file will be essentially 15 different songs on 15 different tracks that my bandmate(s) can intelligibly go through to see where I'm at. (To be annoyingly clear, they would probably keep all the tracks muted and unmute one to hear a single idea).
    Any ideas?
    Thank you!
    Alec

    music88life wrote:
    one is in the key of C, and the other is in the Key of Eb.
    that would do it
    now I need to change the pitch of a project without adjusting the pitch of anything I recorded.
    un-tick the Follow Pitch checkBox in the track editor:
    http://www.bulletsandbones.com/GB/GBFAQ.html#opentrackeditorpane
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to sync the data between the two iSCSI target server

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks
    There are basically three ways to go:
    1) Get compatible software. Microsoft iSCSI target cannot do what you want out-of-box but good news third-party software (there are even free versions with a set of limitations) can do what you want. See:
    StarWind Virtual SAN [VSAN]
    http://www.starwindsoftware.com/native-san-for-hyper-v-free-edition
    DataCore SANxxx
    http://datacore.com/products/SANsymphony-V.aspx
    SteelEye DataKeeper
    http://us.sios.com/what-we-do/windows/
    All of them do basically the same: mirror set of LUs between Windows hosts to emulate a high performance and fault tolerant virtual SAN. All of them do this in active-active mode (all nodes handle I/O) and at least StarWind and DataCore have sophisticated
    distributed cache implementations (RAM and flash).
    2) Get incompatible software (MSFT iSCSI target) and run it in generic Windows cluster. That would require you to have CSV so physical shared storage (FC or SAS, iSCSI obviously has zero sense as you can feed THAT iSCSI target directly to your block storage
    consumers). This is doable and is supported by MSFS but has numerous drawbacks. First of all it's SLOW as a) MSFT target does no caching and even does not use file system cache (at all, VHDX it uses as a containers are opened and I/O-ed in a "pass-thru" mode)
    b) it's only active-passive (one node will handle I/O @ a time with other one just doing nothing in standby mode) and c) long I/O route (iSCSI initiator -> MSFT iSCSI target -> clustered block back end). For reference see:
    Configuring iSCSI Storage for High Availability
    http://technet.microsoft.com/en-us/library/gg232621(v=ws.10).aspx
    MSFT iSCSI Target Cluster
    http://techontip.wordpress.com/2011/05/03/microsoft-iscsi-target-cluster-building-walkthrough/
    3) Re-think what you do. Except iSCSI target from MSFT you can use newer technologies like SoFS (obviously faster but requires a set of a dedicated servers) or just a shared VHDX if you have a fault tolerant SAS or FC back end and want to spawn a guest VM
    cluster. See:
    Scale-Out File Servers
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    Deploy a Guest Cluster Using a Shared Virtual Hard Disk
    http://technet.microsoft.com/en-us/library/dn265980.aspx
    With Windows Server 2012 R2 release virtual FC and clustered MSFT target are both really deprecated features as shared VHDX is both faster and easier to setup and use if you have FC or SAS block back end and need to have guest VM cluster.
    Hope this helped a bit :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • How to copy actual data into current forecast period

    Hi gurus.
    I need your guidance on how to copy actual data into current forecast period.
    This is my case. Let's say I have the following figures for my actuals:
    January 2007 Actual = $110,000.
    February 2007 Actual = $120,000.
    March 2007 Actual = $80,000.
    April 2007 Actual = $100,000.
    Now, my user want to choose any month as the basis for her forecast for the remaining periods. Let's say, she wanted to choose April 2007 Actual as the basis for the remaining forecast periods, so I should be able to display the following figures in my planning folder:
    May 2007 Forecast = $100,000.
    June 2007 Forecast = $100,000.
    July 2007 Forecast = $100,000.
    August 2007 Forecast = $100,000.
    September 2007 Forecast = $100,000.
    October 2007 Forecast = $100,000.
    November 2007 Forecast = $100,000.
    December 2007 Forecast = $100,000.
    Can someone guide me on how to do that?
    Points will be given to good and best answers.
    Thanks.

    Hi Fulham,
    Technical answer:
    First, you need to allow your user to indicate wich month is the reference for the copy. I suggest you to add a new key figure in your actual layout (a 'customizing' layout) that your user will use as a flag:
    January 2007 Actual = $110,000
    January 2007 Flag = 0
    February 2007 Actual = $120,000
    February 2007 Flag = 0
    March 2007 Actual = $80,000
    March 2007 Flag = 0
    April 2007 Actual = $100,000
    April 2007 <b>Flag = 1</b>
    <i>(Help to a fox or an abap exit you can check that only one month is 'flagged')</i>
    Then, in the corresponding level for the data input, you use a function exit in Abap, which will:
    - read the previous customizing layout help to API_SEMBPS_GETDATA so you can get the flagged month and its actual amount ($100,000)
    - generate the news rows into the table XTH_DATA which will be automatically posted in the level with the actual amount
    Is that clear?
    Regards,

  • How to copy automation curves in between parameters

    Is it possible, to copy Specific automation curves between different parameters in Lofic pro X?
    I know you can copy and paste automation curves from one track to another, but I can't remember if doing it from one parameter to other is possible.
    If I want the exact automation curve that I did for my volume, to be used on the same ( or another ) track, but on a tremolo, How do you do that?
    Whenever I try to paste it, it pastes to the same parameter ( Volume Curve to Volume parameter, etc. )
    Edit:
    I found the answer on another discussion, Use Comand,
    Message was edited by: Huanvixo

    In project one, open the Automation Event List for the region in question, select all, goto project two, do the same but use paste instead.
    Slightly awkward perhaps, but it works. It would have been easier if the automation would just follow the regions when you drag them between projects.
    Edit: the Automation Event List is only available as a KC, Ctrl + Cmd + E as default.
    /juhani
    Message was edited by: juhani h.

  • How do I copy automation data on multiple aux tracks?

    Hi. Can anybody tell me how I can move/copy/paste automation data that exists on multiple Aux tracks at the same time as I move/copy/paste midi and audio regions?
    Currently I can move/copy/paste multiple midi and audio regions at the same time, and if they also have automation data with them this also gets moved/copied/pasted, BUT its the automation data on Aux tracks which doesnt.
    e.g. If I use 'Select Inside Locators' and then alt/drag the regions, Logic refuses to select the automation data on any of my Aux tracks too- so these get left out and I have to manually select each one and copy and paste it by hand which takes ages and is very fiddley.
    Does anybody know how to do this?
    Many thanks,
    Al.

    ctrl-cmd-E does not work? And cmd-1 doesn't work either?
    Let's hope then that alt-K works, because that is where you can set keycommands. Any of the presets in the dropdown menu top left contains the commands you need.
    I just did it myself, to check it; every keycommand preset there is, contains both combo's I've given.
    I have no idea if there's a menu item for the Automation Event list, I guess there should be since there's no • in front of it (• before a command meaning it has no menu item), but I cannot find it, and I don't even know if it works using menu items. cmd-1 should work, always, but it's also under Window>Arrange.

  • Possible to copy automation data from one project to another?

    Hi
    I have done some automation editing to a region in a project, and I would like to copy it to an identical region in another project. Is this possible?

    I have not tried this method I'm now going to describe, but 'logic' dictates it should work:
    1. In your donor project, open the *Automation Event List* , ctrl-⌘-E, then open a new Arrange window, ⌘-1. The new arrange window will now contain regions that only hold automation.
    2. Go to *Logic Pro>Preferences>Audio>Devices>Coreaudio* tab and UNtick the Enabled box. (If you don't, each audio file and instrument will have to be reloaded each time you switch from one to the other project. That would drive anyone absolutely nuts.)
    3. Now open the other project, get an Automation arrange window there, like in 1.
    Now you should be able to copy/paste automation regions between the two projects.
    Hope this works... I think that you need to set the playhead at the right position before pasting, but you'll have to figure that out yourself...
    regards, Erik.

  • Copy Automation Data

    Hi there.. im trying to copy a track that has extensive automation Panning and i dont want to have to write all the automation data again.. it took me hours and my head is sore.. how do i copy the automation data so that when i click and drag the track the automation data sticks with it..

    rock-n-joel wrote:
    how do i copy the automation data so that when i click and drag the track the >automation data sticks with it..
    It is easy. Have a look at this [VIDEO|http://audiogrocery.com/video/qt/copy_autom.mov] where I copy a region with the Track Automation from one track to another. The only think you probably do not know is that when you select a region it does not select the Track Automation. That's why you need to show "Track Automation" pane and select the automation nodes. In the video I click select the Region after that I hold Option modifier to select the first node which selects all nodes ( here you can use different selection methods, depends on what you want to select ). Finally when I Option drag the region to copy it, a prompt is asking if you want to copy the Automation. You can also copy the Track Automation only with out the region etc.
    !http://img59.imageshack.us/img59/4967/aglogo45.gif!

  • How can I share data between two forms on different lists

    Using a custom content type, I created two lists that I want to share the same data - one is a calendar.  Our employees complete a form from the "Out of Office Request" list that has workflow functionality that sends an email to that person's
    manager.  If the manager approves the request, the item automatically populates the "Out of Office Calendar."  The problem is that the only information from the request list that populates the calendar is the Title field and date/time fields. 
    I need the manager name in order to create a view for each manager.  
    How can I connect the other information in the request list to the calendar list.  It seems to me that if the title and date fields carry over the information, there should be a way to connect the other information.  I'm using Designer.
    I've tried to connect the two lists' webparts with the wizard, but when I get to the page that maps the two lists, there are no column names and the "Next >" button is grayed out.  This seems like the logical place to connect the two lists,
    but it isn't working.

    Hi,
    According to your post, my understanding is that you wanted share data between two forms on different lists.
    To show external  information on the calendar event, there are two methods: Calculated column, workflow. You can refer to:
    A Simple Guide to Show More Information on a Calendar Event
    I recommend to use workflow to achieve what you want. But you need to create a people column to display the manager.
    You can create a workflow associated to the "Out of Office Request" list, add action to Start Approve Process. If the manager approves the request, you can create a item in the calendar, and then update the people column and the title column.
    Then the calendar will display the Title, date/time and the manager.
    To create a view for each manager, you need to modify the Filter. You can use the people column is equal to the manager name or the Title contains the manager name.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Using Clipmate to copy and paste between projects

    Thanks to Robert Johnston for the inspiration (and perspiration) for this method for copying and pasting between PE projects. One residual side effect of the method is that the audio and video of the copied clips will be unlinked. The renaming folders business is a workaround to avoid the silent audio problem after a project has been saved and reloaded.
    1. Rename the folders of all audio files (including AVI files) used in the project to be copied.
    2. Start PE and load in the project to be copied.
    3. When asked, tell PE where the missing files are. (Check the box marked "Display Only Exact Name Matches".) Press Select.
    4. Highlight parts (or all) of the project to be copied, in the timeline.
    5. Copy the highlighted parts.
    6. Copy into Clipmate:
    6.1 Edit > Capture Special
    6.2 Check both items in the list
    6.3 OK
    7. Close PE without saving.
    8. Rename the folders of the audio files back again.
    9. Open destination project in PE.
    10. Re-select the copied info in Clipmate (closing the project in PE caused the clipboard to be cleared):
    10.1 Select anything in the Clipmate list except the wanted item.
    10.2 Select the wanted item (selecting an item loads it onto the clipboard).
    11. Position the CTI to the wanted insertion point.
    12. Do Edit > Paste Insert.
    13. The pasted items will be highlighted in Media Panel. While still highlighted, select the Media Panel and do: Edit > Locate Media.
    14. Tell PE where the files are.
    15. Save project.

    When combining projects, it is best to do your pruning of unwanted clips and other resources BEFORE you combine them, because once the Media Panel gets heavily loaded, PE is liable to crash.
    Deleting the unused resources in Media Panel is quite easy in PE3 and PE4. Simply click on the "used" column heading, and the resources will be sorted into two groups of used and unused. Just click on the resource at one end of the unused range and shift click on the resource at the other end to select the whole range, then press delete. (Note that shift works normally in this panel, unlike in the timeline!) However, it is not strictly necessary to delete unused resources before copying and pasting because only resources selected on the timeline will be copied. PE will load and save a lot quicker if unwanted resources are deleted.
    My feeling is that PE4 is somewhat more unstable than PE3, but I haven't done a proper direct comparison. For some reason after a crash the autosave often doesn't seem to have done its job properly, even though I set it to save every 10 mins. So make use of the Save button Adobe gave back to us in PE4 and save often, particularly before you use the titler or fiddle with the Media Panel.

  • How to find the difference between Project costs & Cost center costs?

    Hi all,
    Can you please explain me ? What is project Cost & Cost center cost and which are the tables having those fields of project cost & cost center Costs? And how to find the difference between their costs ? And please give me the functional Idea about it?
    Thanking you all in Advance...
    Regards,
    Chandru

    Hi,
    goto table COSP:
    1) object-no. beginning with 'KS' refer to cost-centre
       example: 'KSKOKA4711'
       with KS, KOKA = controlling area and 4711 = cost centre
    2) OBJNR beginning with 'PR' refer to projects / WBS-element
       example PR00001234
    Message was edited by: Andreas Mann

  • How to copy table data from onde DB to another DB using clipboard

    HI,
    i copied table data from one DB to another DB, but it displays an error as "policy with check option violation" when inserting the table data.. so how to resolve the proble.. thanks in advance.

    DECLARE
    log_utl_dir VARCHAR2(100) :=('/apps/home/cmsftp/log/gaa');
    CURSOR tb_compy_cur is
    select tb.compy_acronym
    -- QC 158113 - added below
    ,tb.ivr_plan_num
    from tb_fc_compy tb,tb_xop_entitlements te
    where tb.grant_award_accept_flag = 'Y'
    and tb.ivr_plan_num = te.ivr_plan_num
    and te.entitle_name = 'GAA_RECONCILED'
    union all
    select compy_acronym
    -- QC 158113 - added below
    ,tb.ivr_plan_num
    from tb_fc_compy tb
    where tb.res_stock_flag = 'Y'
    --and   (tb.res_auto_lapse_flag = 2 OR
    --tb.res_auto_lapse_flag = 3)
    and exists (select entitle_name from tb_xop_entitlements te
    where tb.ivr_plan_num = te.ivr_plan_num
    and te.entitle_name = 'GAA_RES_FLAG'
    and te.optionee = 'Y'
    and te.psrep = 'Y'
    and te.sponsor = 'Y'
    and te.advisor = 'Y');
    v_xopgrantz_insertcount NUMBER := 0;
    -- QC 158113 - added below
    v_xopgrantz_accpt_count NUMBER := 0;
    v_user_id VARCHAR2(30);
    insert_file_id UTL_FILE.FILE_TYPE;
    insert_log_file varchar2(45) := 'xop_grantz_insertstats.log';
    BEGIN
    DBMS_OUTPUT.PUT_LINE('success1');
    insert_file_id := UTL_FILE.fopen(log_utl_dir,insert_log_file,'w');
    UTL_FILE.put_line(insert_file_id,'Starting the Process at '|| CURRENT_TIMESTAMP);
    UTL_FILE.put_line(insert_file_id,'INSERTING ROWS FOR Companies turned on for GAA_RECONCILE and GAA/RESSTOCK');
    for compy_rec in tb_compy_cur loop
    v_user_id := 'CMS'||compy_rec.compy_acronym||'_USER';
    ctx_set_session.set_user_session(v_user_id);
    dbms_output.put_line ('success2'||''|| v_user_id);
    INSERT into xop_grantz(grant_num,
    user_id,
    last_user_id,
    restrict_grant,
    child_symbol,
    parent_grant_flag,
    bulking_overide_flag,
    exerrestrict_code,
    rounding_method,
    exercisiable_dt,
    def_res_units_flag,
    opt_gain_def_elig_flag,
    opt_gain_deferred_flag,
    opt_gain_deferred_dt,
    opts_accepted,
    lst_updtby_usercd,
    accepted_type,
    GAA_eligible,
    GAA_LST_UPDTBY)
    select g.grant_num,
    v_user_id,
    'GRNTACCPT',
    'N',
    'N',
    (sel ect code
    from tb_xop_exerrestrict_codes
    where cash_allowed = 'Y'
    and cashlesshold_allowed = 'Y'
    and cashlesssell_allowed = 'Y'
    and stockswap_allowed = 'Y'
    and restricted_allowed = 'Y'
    and sar_allowed = 'Y'
    and cashmargin_allowed = 'Y'
    and cashpartial_allowed = 'Y'
    and sarsale_allowed = 'Y'),
    NULL,
    'N',
    'N',
    'N',
    NULL,
    NULL,
    NULL,
    'N',
    NULL,
    NULL
    from grantz g
    where not exists(select 1
    from xop_grantz xg
    where xg.grant_num = g.grant_num);
    v_xopgrantz_insertcount := SQL%ROWCOUNT;
    dbms_output.put_line ('1');
    -- QC158113 - Optimisation fix--starts
    DELETE FROM gt_xop_grant_accpt_type;
    INSERT INTO gt_xop_grant_accpt_type
    SELECT g.grant_num,e.ivr_plan_num,
    pk_xop_grntaccpt.fn_get_accpt_type (v_user_id,
    g.plan_num,
    g.grant_dt,
    g.opt_num,
    g.grant_cd,
    g.plan_type,
    'Y'
    FROM grantz g,tb_xop_entitlements e
    WHERE plan_type IN (2, 4, 5, 7, 8)
    and g.user_id = v_user_id
    and e.ivr_plan_num = compy_rec.ivr_plan_num
    and entitle_name = 'GAA_RES_FLAG' ;
    dbms_output.put_line ('success3');
    v_xopgrantz_accpt_count := SQL%ROWCOUNT;
    UTL_FILE.put_line(insert_file_id,'Inserted count in gt_xop_grant_acceptance '|| v_user_id||v_xopgrantz_accpt_count);
    -- QC158113 - Optimisation fix--ends
    COMMIT;
    UTL_FILE.put_line(insert_file_id,'Inserted count in XOP_GRANTZ for USER_ID '|| v_user_id||v_xopgrantz_insertcount);
    ctx_set_session.set_user_session('');
    dbms_output.put_line ('process completed');
    end loop;
    UTL_FILE.fclose(insert_file_id);
    EXCEPTION
    when others then
    rollback;
    dbms_output.put_line ('Code '||SQLCODE||':'||SQLERRM||' at '||v_user_id||' .pr_xopgrantz_insert');
    pr_xop_log_errors('Code '||SQLCODE||':'||SQLERRM||' at '||v_user_id||' .pr_xopgrantz_insert');
    pr_xop_log_errors('Code '||SQLCODE||':'||SQLERRM||'INSERTING into xop_grantz for ALL grants');
    END;
    i received this error when running the procedure also, so the table gt_xop_grant_accpt_type is not populated
    {Code -28115:ORA-28115: policy with check option violation at CMSFB_USER .pr_xopgrantz_insert}

Maybe you are looking for