Easy way for copy Transactional Infocubes

Hy Experts!
Does anybody know a quicly and easy way for copy a transactional infocube?
( I need data also)
Thank you in advance

interms of copying all data from one cube to another i would create export datasource and schedule load from one cube to another.
If its in IP environment i would write a fox code or use standard copy function based on the complexity to do the same.
Message was edited by:
        ragav

Similar Messages

  • Isn't there an easier way for iPhoto to show (Photoshop) edited RAW photos?

    Hi fellow Apple community members, below is a (very) detailed description of my problem>
    Once I'm done shooting with my Canon DSLR i auto-import my pics into iPhoto '11.
    My pics are shot in RAW format.
    I have Photoshop CS6 set as my default image editor via iPhoto.
    Once my image is edited via Photoshop i then save the image with two different methods:
    i use the "save image..." button in the Camera RAW editing window and proceed to save the image in the same location and the same as the original name in the iPhoto directory.
    The second method is to open the image as a non "Smart Object" file then proceed to save the image as a JPEG via "Save As", also in the same the location and file name as the original
    The problem is once i've done the saving of the file. iPhoto doesn't show edits done to the original photo or even show a edited copy.
    I CAN locate the edited images via the route directory within iPhoto's Finder menus.
    So i assumed if i imported those edited copies it would then show in iPhoto but no cigar - A error message pops up: "The following file could not be imported . The file is in the iPhoto Library."
    I then re-locate the edit files to another location, then import it into iPhoto and only then does it shows up in iPhoto - successfully edited.
    So my question would be...isn't there a better or easier way for iPhoto to show your edited photos without having to jump through so many hoops?

    There is no solution to this - and the same problem arises with Aperture too. The question to ask yourself is which Raw processor you want to use and then your Photos go there first.
    As Larry says, iPhoto is pretty much pointed at the shooter with a point and shoot or phone who takes snaps to share with family and friends. Pros or serious hobbyits, people shooting large volumes, people shooting Raw migrate to the more powerful apps sooner or later.
    Going forward, I would suggest that you explore apps like Lightroom and Aperture which make the Raw processing - and many other - element of Photoshop redundant. While iPhoto uses the same processing engine as Aperture it has less fine control. Photoshop for the photographer is on the way out. It's too expensive, most of its features are aimed at graphic artists rather than shooters. The future for Photographers is apps like Aperture, Lightroom with something like Elements for the odd touchups that these apps can't manage.

  • Is there an easy way to copy a clip and stack it on top of the clip I copied it from?

    I know I can copy it at the end of the sequence and then move it on top of the clip I want, but am thinking there MUST be an easier way.
    Thanks

    Yes.
    Double click the clip in the Timeline and it opens in the Viewer.
    Drag the Viewer clip to the Supeimpose area of the Canvas.
    Make sure the Playhead is on the clip you require before starting.
    Al

  • Easy way for Ralink3062 wireless?

    Is there an easy way to install the Ralink 3062 wireless drivers?

    You forgot to mention for which Oracle Linux distribution and kernel version.
    Support for Wifi on a RHEL based server system is limited and often requires support by the vendor. Wireless is rather a desktop requirement for which other more suitable Linux distributions exist.
    What is the output of lspci -v about your Wifi adapter?
    Are you using the latest Oracle UEK kernel?
    In a worse case scenario you may have to switch the supplied RHCK kernel and check http://elrepo.org/tiki/tiki-index.php which focuses on hardware related packages to enhance Enterprise Linux. Or, alternatively, which is usually a better option, install Oracle Linux inside VirtualBox.

  • Is there an easy way for a client to update a small part of a muse site?

    I am a Creative Cloud subscriber.
    I've made several small websites in Muse and enjoy using it, more so than Dreamweaver, as I'm not a web expert. I've exported those sites as HTML and published them via my own domain and hosting.
    I've been commissioned to make a website where the client can update a small "latest news" section on the site without my intervention.
    Is there any easy way to do this, short of my client buying a Muse subscription?
    Cheers
    Mark

    Hi Eugene,
    look at this
    Jam Session: Advanced CMS Integration with Business Catalyst
    Online Thursday, February 14 / Register now ›
    In this week's Jam session Christopher Kellett of Musegrid.com and Dani Beaumont will break down the process of integrating dynamic data features from the Adobe Business Catalyst Content Management System (CMS) into a published Muse site. The workflow will include inserting modules into your Muse design, changing site layouts quickly and easily, and customizing the integrated design by editing global CSS style sheets. Familiarity with Muse and Business Catalyst highly recommended.
    Best Regards
    TaikaJim

  • Is there an easy way to copy one attribute value to another in same VO?

    Hi All,
    I have two attributes Total and Sum in my masterVO (based on masterEO). Sum is transient attribute which calculates the sum of costs from detailVO. Now I want to pass the value from Sum to Total so that Total can have the right value to insert into DB. In VORowImpl file I tried to set the value in the getter method of Total (code below) but it ends in dead loop. Wonder what's the right way for me to do then?
    Thanks,
    Sophy
    public BigDecimal getTotal() {  
    setTotal(getSum());
    return (BigDecimal) getAttributeInternal(TOTAL);
    Edited by: user10366631 on Mar 2, 2012 11:58 AM

    Thanks for asking, Timo. In my case we already have this totalCost attribute in the DB table which will be used by others. Whenever user changes a cost in the detailVO from UI, I need to recalculate the totalCost in masterVO and insert it into DB. Hence values in the DB will always match.
    I found the way of passing the value of attribute though, whic is code below. Hope it'll help someone else looking for similar problem solution...
    public BigDecimal getSumCost() {
    if ((BigDecimal)getAttributeInternal(SUMCOST) != this.getTotalCost())
    this.setTotalCost((BigDecimal)getAttributeInternal(SUMCOST));
    return (BigDecimal)getAttributeInternal(SUMCOST);
    }

  • An easy way for selecting multiple messages/contac...

    is there any other way for marking multiple messages in Nokia 5230 rather than tapping a message----> tapping option---> then mark/ unmark ----> and finally mark... please help me
    Solved!
    Go to Solution.

    This feature is missing on most Nokia models now a days.. Either you select ONE at a time or ALL at a time.. No option to select a few as you want..
    Have a look at the PENCIL KEY application if it serves your purpose.. Google for it..
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • Easy Way to Copy Many Long Pathnames

    I extracted a .deb file from Logger Pro, and I need to copy a large number of files, based entirely in /usr. What would be the easiest way to copy all the files under that directory to the location on my computer?
    would
    cp -R /home/duke/Downloads/loggerdatagz/* /
    be Best?
    And how do you show the entire contents of a folder, including subdirectories?

    'ls -R <somedir>' = ls recursively
    'cp -r' is fine if you don't have (soft?)links, just files. Are you sure you want to drop it into / ?
    Last edited by karol (2010-09-20 00:23:09)

  • Is there and easy way for Position control using analog input?

    Hi Everyone,
    I would like to set one of the axis with stepper motor using analog feedback to keep the set position which is coming from the analog input.
    In other words I would like the stepper to move when the analog input changes. I need it as a "background service" so the rest of the motion could be easily controlled from the NI-Motion Assistant.
    Is there any easy way to do this? Even complicated is ok but the control should be done by the NI Motion card not the PC processor.
    Thanks,
    Andras

    Hello Andras,
    please use the link below to get the motion example.
    http://zone.ni.com/devzone/cda/epd/p/id/353
    Kind regards,
    Elmar

  • Seeking an easy way for office staff to update iWeb website

    I have created a website in iWeb, hosted by GoDaddy.com, for a nonprofit organization. They would like to be able to keep the text-based information on the site updated regularly (i.e. new member list, calendar of events, etc.). Possibly two or three times per day. I am not able to train their office staff to use iWeb for this purpose. They use PCs. Is there a third party product or widget that will allow a Windows-using office clerk to visit a website or send an email and thereby update text-based information on the website?  I certainly don't want them calling me every time a minor content change is needed.

    Peter Weisz1 wrote:
    Some sort of limited access to certain variable text components would be a workable solution, however.
    Peter ~ If you’re a Weebly Pro user, you can restrict people’s editing access on Macs and PCs to specific pages:
    Introducing Collaborative Website Editing
    What's included with Weebly Pro?
    ...There's more about Weebly in THIS post. And here are a couple of non-profit organization sites made with Weebly:
    http://voluntarymedicare.weebly.com
    http://sligoanimalrescue.weebly.com
    And this is just a tip: You can edit your post within 15 minutes...
    To edit your initial post of a thread, click on the Edit post link in the Actions section at upper right.
    To edit your subsequent posts of a thread, click on the Edit link at the bottom of the particular post you want to edit.
    ...Either way, when done editing, click the blue Update button. Each edit restarts the 15 minute editing window.

  • Is there an easy way to copy a cd or a dvd? Spent 2 hours with Apple Support and they have no idea. I have the apple ext drive. I am unfamiliar with the iMac (first time owning a mac) and it was so simple on a pc.

    On a PC I would just open Roxio and copy disc....so simple.

    Since you're a newcomer to the Mac, see these:
    Switching from Windows to Mac OS X,
    Mac Basics—Tutorials on using a Mac,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual, Mountain Lion Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • User exit for copying transaction

    Hi, I have to copy tranaction code and make some enhancement. To make some enhancement I have to use user exit .Please suggest me how to use user exit.
    Edited by: Sandeep  singh on May 28, 2009 7:16 AM

    Hi,
    Just go to SE 93 and enter the Transaction code you want to copy, now press the copy button from the tool bar.
    It will ask you to provide your own name, provide a name starting with Z.
    It will copy the transaction and take you to the first transaction screen.
    Then change the program name to Z... as well nad then you can make the enhancements in your Z program.
    Hope it helps
    Regards,
    Manish

  • Easy way for group moving multiple rows to insert under new row?

    Hi All.
    I have been trying to find a way that will let me move - say - 20 rows (#'s 105 - 125) each with 15 columns to a space that fits under an existing column that may be further up - say - row 5. I would like to do this in a way that does not require my creating 20 rows under row 5 in order for there to be more space between row 5 that has data in it and row 6 or 7 that may have data in it.
    Right now I am creating a row, creating another row, multiple selecting these two rows and hitting down arrow to create new rows two by two ten times.
    I have a case now where I would like to start moving organized pieces of information around that have 40 to 100 rows of data and it is becoming increasingly inconvenient to have to do this.
    Thanks for any tips, tricks, pointers etc.

    Jon,
    This takes some patience and some practice.
    Click on the first Row label and Shift-Click on the last Row Label of the range of rows you want to move.
    Now you have a large selection. Here comes the delicate part that may take some practice. Make sure your work is saved before you begin practicing. Read these instructions thoroughly before you begin.
    Hover over a label in the selected range of rows. Click and drag to the left, pulling the selected rows off the main table. Hold on to the mouse switch and don't let go yet. Now move the selection that you have a hold of back over the main table and watch the horizontal lines that separate the rows. You will find that double lines appear under the cursor. This indicates where your selection will be inserted if you let go right now. Move your pointer up or down the table until you come to where you want your selection to go and then release the mouse.
    Jerry

  • Easy way to copy regions from 1 song to another?

    Hi,
    So - if I open up 2 songs at the same time on my PowerBook G4 laptop, and want to copy one region from 1 song to the other - and have the region paste EXACTLY where it was on the other song - how do I do that easily?
    So far - every time I click on one song, and then the other - ESX24 instruments for the songs take tons of time to RELOAD, every time I click back and forth from either song. Also, this is video/film score - so to paste exactly from one song to another - I don't know exactly how to do this.
    Any help? Thanks!

    It was a late night - so a confusing post makes sense... let me try again:
    I am using all MIDI regions - and only using the stock set of 'instruments' that ship with Logic 7.1 on the ESX 24.
    I have 2 versions of Cue 6. The director came over and likes certain things from version 1 and other things from version 2.
    So, I decided last night to take the first version and color all the regions green. Saved that. Then I did as iSchwartz said to do above - quit Logic... then booted it up again with 'controll' held down. Then opened up my new green version 1 and version 2. I then proceeded to copy each track in vers. 2, one at a time - and 'paste at original location' on my new song - or version 1. The SPL was not in any particular spot - as I ussumed from iSchwartz's post above that the command "paste at original location" does exactly that on a chosen track selected.
    I don't know how I can select all at once - in vers. 2 to move to vers. 1 - and then edit from there and create a new version. Moment to moment the director likes one thing from vers. 1 and another from vers. 2.
    I decided to SMPTE lock everything before copying also... and tempo is the same in both song files.
    Hope this is clearer... thanks!

  • Easy way for tiny selections?

    what is a handy way to select 1 or 3 frames,
    cuz i might have a lot, especially in the source panel.
    (building that staccato effect)
    thanks,
    steve z  denver

    to select the destination track: right click on the very left of this track and select "Assign Source Video". The frames will be inserted at the current playhead time, if you didnt set in- and out- point in the sequence, otherwise it will place them between in- and out-point.
    See the following threat for detailed info about this topic.
    http://forums.adobe.com/thread/388379

Maybe you are looking for