How to move a region to a specific region automatically

hi everyone,
I m using apex 4.o,
I have a tree on page zero so its appears on every page and its a hide and show template on my other page i have a another region with report .now when i open the tree the page region should move to right and when i closed mean hide the region it should move the other region on left . how its possible any suggestions.
And i want to avoid the the tree on login page please share your views
Thanks

Hi jitendra,
can u help me in this query its not retainig the current status on collapsing .wheni collapse its going to parent node of the tree.
select case when connect_by_isleaf = 1 then 0
            when level = 1 then 1
            else -1
       end as status,
       level,
       case
         when PAGE_NUMBER is null then
           MENU_ITEM_NAME
         else
           MENU_ITEM_NAME || ' (' || PAGE_NUMBER || ')'
       end as title,
       null as icon,
       MENU_ITEM_ID as value,
       null as tooltip,
       case
         when PAGE_NUMBER IS NULL then
           NULL
         else
'f?p=&APP_ID.:'||PAGE_NUMBER||':&APP_SESSION.:'||'::::P11_TREE_SELECTED_ITEM:'||"MENU_ITEM_ID" end as link
from #OWNER#.D_MENU_ITEM
start with IS_ROOT = 'Y'
connect by prior MENU_ITEM_ID = PARENT_ITEM_ID
order siblings by SEQUENCE_NUMBERand this script i used and i have placed it in head part of the region
<script>
$(document).ready(function()
var v = $v('P11_TREE_SELECTED_ITEM');
if (v != "")
var n = $("a[tooltip='" + $v('P11_TREE_SELECTED_ITEM') + "']");
$(n).css("font-weight", "bold");
n.parents("li").each(function()
  if($(this).hasClass("closed"))
   $(this).removeClass("closed").addClass("open");
  $(this).children('a:first').css('font-weight','bold');
</script>please help me
regards
shadab
Edited by: shadab550 on Mar 15, 2012 10:52 PM

Similar Messages

  • How to change z-value in a specific region in intensity graph

    Hi all!
    I have an intensity graph and I want to mark a specific region which is dark and then change the z-value(autoscale) so I can see what's in  this region, of course the rest of the intensity graph will be very bright but it's not a problem.  How do I do that?
    Thanks in advance
    Giang

    Easiest method is to change the z scale, unselect autocscale z and rescale the max and min z to the max and minimum region of interest.  This can be easily automated, by using the roi as a subset of the input array and then get max min of the subset and feed it to the z-scale property max min.
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • How to move elements within the master region of a Master/Detail spry data set?

    Hi there,
    I am unsure of how to move the different items within the master region of a master/detail spry dataset. The default style is such that if I include 3 or more elements e.g. Thumb, etc., they are stacked vertically :
    How do I move them so that they can be positioned differently? The look I am going for is one where the thumb image is positioned to the left while the other items are stacked alongside it so that the end effect for the master region would look like this:
    I greatly appreciate the help! Thanks!

    This is the complete page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Check :: Fashion+Lifestyle</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMasterDetail_final.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    var cal4 = new Spry.Data.HTMLDataSet("calendarList.html", "calendarList", {sortOnLoad: "When", sortOrderOnLoad: "ascending"});
    cal4.setColumnType("Thumb", "html");
    cal4.setColumnType("Picture", "html");
    cal4.setColumnType("When", "date");
    function MM_effectAppearFade(targetElement, duration, from, to, toggle)
        Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function closeAd() {
        document.getElementById('adRollover').style.visibility='hidden';   
    function MM_effectBlind(targetElement, duration, from, to, toggle)
        Spry.Effect.DoBlind(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function MM_effectSlide(targetElement, duration, from, to, toggle)
        Spry.Effect.DoSlide(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function MM_effectGrowShrink(targetElement, duration, from, to, toggle, referHeight, growFromCenter)
        Spry.Effect.DoGrow(targetElement, {duration: duration, from: from, to: to, toggle: toggle, referHeight: referHeight, growCenter: growFromCenter});
    //-->
    </script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="pageContainer">
        <div id="adBanners">
            <div id="halfBanner"><a href="#" onClick="document.getElementById('adRollover').style.visibility='visible';"><img src="images/banner_half_1.jpg" alt="Half Banner" width="237" height="90" /></a></div>
            <div id="leaderboardBanner"><a href="#"><img src="images/banner_leaderboard_1.jpg" width="728" height="90" alt="Leaderboard Banner" /></a></div>
            <div class="clearFloats"></div>
        </div><!--div#adBanners-->
        <div id="mainHeader">
            <div id="homepageLink"><a href="index.html"><img src="images/spacer.gif" width="400" height="100" /></a></div>
            <ul id="MenuBar1" class="MenuBarHorizontal">
                <li><a href="feature.html">FEATURES</a></li>
                <li><a href="#">FASHION</a></li>
                <li><a href="calendar.html" class="on">CALENDAR</a></li>
                <li><a href="#">VIDEO</a></li>
                <li><a href="blog.html">BLOG</a></li>
            </ul>
        </div><!--div#mainHeader-->
        <div class="MasterDetail">
          <div class="DetailContainer" id="event" spry:detailregion="cal4">
            <div class="DetailPicture">{Picture}</div>
            <div class="DetailColumn DetailTitle">{What}</div>
            <div class="DetailColumn"><div class="DetailLabel">WHEN:</div> {When}
            </div>
            <div class="DetailColumn"><div class="DetailLabel">WHERE:</div> {Where}
            </div>
            <div class="DetailColumn">{Details}</div>
          </div>
          <div id="calHeader"><p><img src="images/calendar_hdr.gif" width="492" height="100" /></p></div>
          <div spry:region="cal4" class="MasterContainer" onclick="MM_effectAppearFade(this, 1000, 0, 100, false); MM_effectBlind('event', 1000, '0%', '100%', false);">
            <div class="MasterColumn" spry:repeat="cal4" spry:setrow="cal4" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected"><div class="MasterColumnPicture">{Thumb}</div>
              <div class="MasterColumnTitle">{What}</div>
              <div class="MasterColumnText"><div class="DetailLabel">WHEN:</div> {When}</div>
              <div class="MasterColumnText"><div class="DetailLabel">WHERE:</div> {Where}</div>
              <div style="clear:both"></div>
            </div>
          </div>
          <br style="clear:both" />
        </div>
    </div><!--div#pageContainer-->
    <div id="footer">
        <div class="text">Use of this site constitutes acceptance of our User Agreement and Privacy Policy. &copy; 2008 Adobe All rights reserved. The material on this site may not be reproduced, distributed, transmitted, cached, or otherwise used, except with the prior written permission of Adobe is a trademark owned by Adobe.</div>
    </div><!--div#footer-->
    <div id="adRollover" style="visibility: hidden;">
    <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '536',
                'height', '479',
                'src', 'watch_ad',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'transparent',
                'devicefont', 'false',
                'id', 'watch_ad',
                'bgcolor', '#ffffff',
                'name', 'watch_ad',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'watch_ad',
                'salign', ''
                ); //end AC code
    </script>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="536" height="479" id="watch_ad" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="watch_ad.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
        <param name="wmode" value="transparent" /><embed src="watch_ad.swf" quality="high" bgcolor="#ffffff" width="536" height="479" name="watch_ad" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • How to move a specific tablespace datafile from one directory to another

    Database: 10.2.0.1
    OS : Generic
    Problem Description : How to move a specific tablespace datafile from one directory to another considering that the database is on Oracle Dataguard setup
    ** Oracle is working on this issue, but in parallel is opening the topic to the Community so that Community members can add their perspective, experience or knowledge. This will further enhance all knowledge bases including My Oracle Support and My Oracle Support Communities **
    Edited by: ram_orcl on 16-Aug-2010 21:21

    Dear ram_orcl,
    Please follow the procedures here;
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14239/manage_ps.htm#i1034172
    8.3.4 Renaming a Datafile in the Primary Database
    When you rename one or more datafiles in the primary database, the change is not propagated to the standby database. Therefore, if you want to rename the same datafiles on the standby database, you must manually make the equivalent modifications on the standby database because the modifications are not performed automatically, even if the STANDBY_FILE_MANAGEMENT initialization parameter is set to AUTO.
    The following steps describe how to rename a datafile in the primary database and manually propagate the changes to the standby database.
       1.
          To rename the datafile in the primary database, take the tablespace offline:
          SQL> ALTER TABLESPACE tbs_4 OFFLINE;
       2.
          Exit from the SQL prompt and issue an operating system command, such as the following UNIX mv command, to rename the datafile on the primary system:
          % mv /disk1/oracle/oradata/payroll/tbs_4.dbf
          /disk1/oracle/oradata/payroll/tbs_x.dbf
       3.
          Rename the datafile in the primary database and bring the tablespace back online:
          SQL> ALTER TABLESPACE tbs_4 RENAME DATAFILE      2> '/disk1/oracle/oradata/payroll/tbs_4.dbf'
            3>  TO '/disk1/oracle/oradata/payroll/tbs_x.dbf';
          SQL> ALTER TABLESPACE tbs_4 ONLINE;
       4.
          Connect to the standby database, query the V$ARCHIVED_LOG view to verify all of the archived redo log files are applied, and then stop Redo Apply:
          SQL> SELECT SEQUENCE#,APPLIED FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
          SEQUENCE# APP
          8 YES
          9 YES
          10 YES
          11 YES
          4 rows selected.
          SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
       5.
          Shut down the standby database:
          SQL> SHUTDOWN;
       6.
          Rename the datafile at the standby site using an operating system command, such as the UNIX mv command:
          % mv /disk1/oracle/oradata/payroll/tbs_4.dbf /disk1/oracle/oradata/payroll/tbs_x.dbf
       7.
          Start and mount the standby database:
          SQL> STARTUP MOUNT;
       8.
          Rename the datafile in the standby control file. Note that the STANDBY_FILE_MANAGEMENT initialization parameter must be set to MANUAL.
          SQL> ALTER DATABASE RENAME FILE '/disk1/oracle/oradata/payroll/tbs_4.dbf'
            2> TO '/disk1/oracle/oradata/payroll/tbs_x.dbf';
       9.
          On the standby database, restart Redo Apply:
          SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
            2> DISCONNECT FROM SESSION;
    If you do not rename the corresponding datafile at the standby system, and then try to refresh the standby database control file, the standby database will attempt to use the renamed datafile, but it will not find it. Consequently, you will see error messages similar to the following in the alert log:
    ORA-00283: recovery session canceled due to errors
    ORA-01157: cannot identify/lock datafile 4 - see DBWR trace file
    ORA-01110: datafile 4: '/Disk1/oracle/oradata/payroll/tbs_x.dbf'Hope That Helps.
    Ogan

  • EXS24 instrument created from audio region- How to  move files?

    In Logic Pro X. I have created an EXS24 instrument from an audio region with 3 well-separated sounds. The instrument in EXS24 editor shows a zone with 3 files. Each file is actually the same physical file, but, when examining the three separate "files" (what should I call them??), a different section is highlighted for each tone. I can set a note for each of these "files". This instrument plays perfectly.
    So now I have 2 files in my project folder  - a .exs one for the instrument, and ONE SINGLE .wav file somehow representing three different samples. I want to move them to ~Library/Application Support/Logic/folderName, where folderName is , say,  myInstruments (for .exs) and mySamples (for .wav). When I do this, and erase the files in the project folder, I can load the instrument and the sample file into EXS24, but the sample file is recognized as one single tone - that is, in the EXS24 editor, there is only one file rather than 3, and that file has all three audio sounds.
    How do I move these files correctly? Is there some way to get them created originally in the correct place?

    Hi keystrike,
    This article will give you information about how to move files in Logic -
    Logic Pro X: Move, copy, and convert audio files
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to change z-value in specific region in intensity graph

    Hi!
    I have an intensity graph and I want to mark a specific region which is dark and then change the z-value(autoscale) so I can see what in  this region, of course the rest of the intensity graph will be very bright but it's not a problem.  How do I do that?
    Thanks in advance
    Giang

    Assuming you are using LabVIEW, you would be much better off posting to the LabVIEW board since your question has nothing to do with counter/timers.

  • How do you move apps in to a specific folder

    I downloaded an app game, and i dont know how to move it to the folder I have for games.

    Touch and hold the app untill all the apps start to wiggle. Then touch the app and move it into your game folder. Depress the Home button to get back to normal.

  • How to move only subset of data from one database to another?

    Both source & destination are Oracle11g databases.
    The requirement details are as below,
    1) The database contains static as well as transactional data for telecom domain.
    2) We have to move region-wise data from one database to another.
    3) There are around 10 regions.
    4) The region wise data extraction from source db is based on around 40 to 50 tables. Rest of the tables contains
    static data & it will not change.
    5) The volume is around 1 million subscribers per region.
    6) The migration is required because
    a) The client is upgrading its base product which uses this database
    b) There is a change in structure of static tables
    c) Hardware upgrade
    d) The client want to start with single region on new database & rest of the regions will be operated from old
    database.
    7) Keep execution time to very minimum.
    I am thinking to have solution as below,
    1) Create destination database with upgraded db structure (as mentioned in 6b)
    2) Create database links to access source db in destination db.
    3) Write SQL queries to fetch data from all the respective tables for a specific region
    4) Write separate PL/SQL blocks for each table to fetch data from source db & insert into respective table in
    destination db
    a) Use FOR ALL & bulk collect to improve the performance
    b) Divide table data into multiple chunks & execute parallel batches (around 10) to insert the data
    5) Validate pre & post counts to verify the success of migration
    Is there any other better way?
    Regards,
    Sandeep

    How to move only subset of data from a partiular table by using transportable tablespace?
    E.g. SUB table using SMP_SUB tablespace contains subscriber data in source database.
    The indexes defined on SUB table are under SMP_IDX_SUB tablespace
    The subscribers data can be categorized by different regions, say region_id column. Then how to move data & indexes of SUB table from source db to destination db?
    any specific example would be helpful.

  • Specific region mouse over effect(Button 1 fades out and Button 2 fades in).

    Dear All -
    I am new to Flash CS5 and building Flash navigation bar with buttons on it.
    Below is my problem description that I want to solve with your help.
    I have a rectangular bar and placed one small button(Button 1) on this bar. Also, I have similar button(Button 2) with some graphics on it which is of similar size as to previous Button 1.
    Button 1 - Without graphic.
    Button 2 - With graphic on it.
    What I want is that, whenever mouse is taken over Button 1 placed on the rectangular bar, it should fade out and simultaneously Button 2 should fade in. I want only button region to be sensitive to this mouse over effect and not the complete rectangular bar.
    Kindly let me know how can I define the specific region(button region only) to be sensitive to mouse over effect in flash, and how to place Button 1 and Button 2 in layers so that both are at the same positition(so that there is no displacement of button detected).
    Thank You,
    Saurabh Khanna.

    Hello -
    Thank you for the reply. Button 1 does not have glowing effect, whereas Button 2 has a glowing effect. So what I wanted is that when initially Button 1 is loaded during page load, when I mouse over Button 1, Button 1 would fade out and Button 2 sitting behind Button 1 would automatically look like fade in(due to gradual fad out of Button 1 on top of Button 2).
    I could do this now, and would like to Thank you for your reply.
    I did this by creating movie clip on "Over" event of Button 1 and changing its Alpha property. But now what I want is how to gradually fade out, means when I remove my mouse from over button, then Button 2 should fade out gradually which will automatically make Button 1 fade in gradually.
    I could not find the "Out" event just like we have "Over" event for Button, so I assume this can only be done using ActionScript somehow.
    Let me know if I am going correct with my assumption, and possibly if you could help me achieve the remaining half(fading out gradually when mouse is removed from the button).
    Thank You once again for your reply.
    Thank You,
    Saurabh Khanna.

  • I have purchased my first smart phone. iphone 5. I want to use sounds sent to me in text messages as ringtones but don't know how to move them over. Any help would be appreciated.

    I have purchased my first smart phone, an iphone 5.  I would like to use some of the sounds from text messages for ringtones but don't know how to move them over.   Any help would be appericated.

    I'm sorry, had you already pointed out the rules which stated that lines from 2 separate accounts were eligible??? I don't see anywhere in the advertisement specifically stating that lines from 2 separate accounts would be eligible, so THAT is not what's advertised, either.
    As far as I know Verizon's BOGO offers have ALWAYS been for lines on the same account. Possibly someone could chime in where they have received this offer on 2 separate accounts? The ONLY exception to this was someone getting the offer with 2 eligible lines on their account, reactivating the old phone on one of the lines and then giving one of the new phones to someone on another account.
    Sorry if you think simply because someone disagrees with you, they are being condescending. That is certainly not the case. Good luck.

  • Concerns ALL Time Machine Users. HOW TO MOVE Time Machine backups. Help !

    Concerns ALL Time Machine Users :
    MOVE (or COPY) Time Machine backups from a "x"To Disk to an "y"To greater disk.
    Hello and thank you all for reading me,
    First, excuse me if I make language errors (I'm French).
    Secundo, I don't know if you'll find something interesting for you
    in what I write about Time Machine and my own problems,
    but there's a possibility also that YOU could perhaps help me.
    I'm talking about Time Machine and his **** Backups.backupdb folder,
    containing "*Name of your Mac*" folder,
    this folder containing Time Machine backups, format : YYYY-MM-DD-HHMMSS
    Time Machine doesn't recognize the backups it made *IF YOU MOVE THEM*.
    I have perhaps a solution in this message.
    You'll see below what kind of problem I (and you could) have.
    Since 12/01/10, an Apple Adviser Level Two (and me)
    are trying to understand how to move backups from TM1To Disk to, let's say, a bigger one.
    My case is TM1,5To.
    *Purpose :* Move 19 backups from Time Machine X disk to Time Machine Y disk.
    Delete TMX disk Time Machine backups after that.
    Make TMY disk the current used Time Machine Disk.
    I don't remember exactly what we did before
    (we even created a "root" account with password (dangerous to do),
    but it didn't solve the problem),
    but we finally copied :
    TM1To > Backups.backupdb > *MacBook Pro* folder (containing 19 backups) into :
    TM1,5To > Backups.backupdb folder.
    The Copy application announced *16 hours !* (without antivirus, to remove absolutely).
    So I said goodbye and thank you to my Apple Adviser. After *8 hours*, Copy failed.
    BUT it had succeeded to copy *4 backups ONLY* (why ?) in TM1,5To.
    I immediately verified and checked each of these with Get Info.
    They had EXACTLY the same size (Byte to Byte) as in TM1To.
    ➔ BUT HERE IS MY OBSERVATION :
    After designing TM1,5To as Time Machine Disk, I ordered it to Backup (now).
    And what did Time Machine do in TM1,5To > Backups.backupdb ?
    It created a *NEW folder*, named *MacBook Pro 2* !
    ➔ *I HAVE NO ACCESS* to TM1,5To > Backups.backupdb > *MacBook Pro* (4 backups copied from TM1To, remember) ;
    ➔ while I still *HAVE ACCESS* to TM1To > Backups.backupdb > *MacBook Pro* (19 backups) ;
    ➔ *AND I HAVE ACCESS* to TM1,5To > Backups.backupdb > *MacBook Pro 2*,
    where Time Machine makes actually his backups.
    *NOTE :* If you *change the name* of your computer,
    Time Machine *changes automatically the name* of the folder who is in Backups.backupdb folder.
    ➔ ① I have *never seen* such protections (Sharing and Permissions).
    You are not allowed to do anything. I've tried to change permissions,
    first : "R+W", after that : "Make (Me) the owner", I can tell you : DON'T DO IT !
    ➔ ② It's impossible to install an OS on a Time Machine disk
    (I thought it would allow better permissions).
    OS Installer detects the existence of a Backups.backupdb folder
    and refuses to install on this disk or partition.
    I have now the bad intent to install minimal OS X
    1) after deleting (how ?) this folder (but not its contents, how to move it ?)
    and 2) declare *after that* the disk as Time Machine disk.
    ➔ ③ Time Machine doesn't backup OTHER Time Machine backups
    (who are in an ancient-not-choosed-for-backups Time Machine disk) NOR backups this disk
    (detects, once again, the existence of a Backups.backupdb folder).
    AND you can't *absolutely not remove backups from the folder the're in*
    (for me, *MacBook Pro* or *MacBook Pro 2*).
    ➔ ④ I didn't have time to do it, but I think there would perhaps be a solution
    in restoring backups in partitions specially created to receive them (having the same name,
    that sort of thing) and then re-backup these partitions (vicious and complicated).
    There is a function on Mac OS X Install DVD : start with it, and then (do not install)
    choose "*restore from Time Machine backup*" from the menu bar (it's called "Utilities", I believe).
    ➔ ⑤ I *absolutely don't understand* what follows :
    — If I add (in my TM1To disk) the bytes of the 19 backups
    in Backups.backupdb > *MacBook Pro* folder, I obtain about *1,8 To*.
    — It's impossible (and not french).
    — When I check the size used with Disk Utility (NOT with Get Info),
    I find a correct (?) size : *about 750 Go*.
    — What are Time Machine backups made of ?
    It can't be aliases (because of their size, and because *aliases suppose originals,
    and where could they be ?*), or am I wrong and becoming crazy ?
    ➔ ⑥ If you refer to the numbers shown at the end of this text (*4 backups*),
    you'll see I could *delete duplicate elements* inside these 4 backups,
    to win space (but *what kind* of space *if I delete aliases* ?).
    Back-In-Time (see below) says he does it.
    BUT is it really the OLDEST items I have to destroy (see ⑤),
    when I don't know with what kind of ARTEFACT I'm acting ?
    What does Time Machine delete to create more backup space ?
    Is it REALLY the OLDEST backups it treats, or duplicates, OR ?
    *What you can do :*
    Find and go to Tri-Edre.fr or Tri-Edre.com/fr site (it's a french company
    that creates small Mac applications since fifteen years at least,
    I think I already bought them several programs in 1990) ;
    Their program *Back-In-Time 1.4.4* is free (Trial) and complete to download (with PDF docs too).
    It is *ENTIRELY DEDICATED* to Time Machine and *things you can't do* with.
    Price is about 30 €, I think it's worth.
    The TRIAL version you will obtain can only work on the LAST Time Machine backup,
    but you will see what's featured *AND :*
    You will ACCESS to ANY Time Machine backup you want
    (It has to be the last of a serie of backups, but the serie you want.
    I've bought the application and own an activation key, but you understand I can't give it to you
    (it would not be ethic) and anyway you would be obliged to disconnect AirPort, Ethernet etc.
    •➔ I have bought the application because I thought (it's said in PDF FAQs) I could IN THE END move Time Machine backup files, but it cannot, (I'm afraid).
    *BUT ANY ACCESS PROBLEM IS SOLVED.*
    •➔ Back-In-Time 1.4.4 can *delete :* duplicate backups, complete backups,
    or duplicate items inside one or several Time Machine backups,
    things that I believe impossible with Time Machine itself
    (I've seen it offers to delete ALL occurences of an item) ;
    •➔ The application can also restore anything you want, where you want
    (but I think Time Machine does it too ?)
    •➔ Believe it or not, but since I've bought it on 15/01,
    I've only worked about 2 hours (no, much more) on it
    and didn't make sufficient progresses (enhancements ?)
    to talk of it with sufficient experience (I'm a bad guy, don't you think ?)
    •➔ Tri-Edre offers on-line support, e-mail support (and so on),
    and I EVEN didn't manage to join them, because I did many other things,
    and also somewhat have been disgusted *not to be able to move* or copy
    *(accessible by Time Machine after that)* backups,
    and I also didn't succeed (*another Time Machine inconvenient*) to DESTROY an ".inProgress"
    Time Machine (package) which doesn't work anymore (several interruptions while active),
    date (and name) 2010-01-27-164345.inProgress, but is used (*with failure results*)
    by Time Machine (it's turned off till I find how to destroy its **** ".inProgress" package.
    •➔ I've asked my Apple Adviser Level 2 to wait for news from me
    before working himself on the problem, and I think I will send him this message
    to prove I haven't forgotten him.
    •➔ I'll send it to Tri-Edre too, in the same move.
    I hope those remarks to be useful for somebody, tell me if it has helped.
    I will also publish this in any Time Machine topics I find here, and in MacRumors site too.
    As you can see, I need help too … Does anybody have an idea ?
    Perhaps if I used a specific Copy software, it could work ?
    You'll see below an example of some time I've spent to study my problem
    (you will think I'm crazy).
    With my kind regards, and good luck if you have other Time Machine problems !
    Olivier Herrbach
    <Edited by Host>
    Le but du jeu est de transférer toutes les sauvegardes Time Machine
    d'un volume/partition que nous appelerons "1 To"
    sur un volume/partition que nous appelerons "1,5 To".
    *Je rappelle que les 4 sauvegardes effectuées par Time Machine sur le 1 To
    n'ont pas été reconnues comme siennes par Time Machine sur le 1,5 To,
    bien que strictement identiques en taille après leur copie.
    J'ai remarqué dans Back-In-Time des fichiers invisibles (tels que "TimeMachine.log"
    ou quelque chose de genre), et je soupçonne fort qu'ils n'ont pas été copiés et que Time Machine,
    ne les trouvant pas dans le 1,5 To, a ignoré à cause de leur absence les 4 sauvegardes décrites ici.*
    *Sauvegardes effectuées par Time Machine sur 1 To :*
    Path : MacBook Pro > Volumes > 1 To > Backups.backupdb > MacBook Pro
    MacBook Pro contient 19 items (dont un alias appelé "Latest") :
    1°) 2010-01-02-045758 Size : 913.207 B for 41.888 items comprenant :
    • Hitachi 1 To Size : 907.664 B for 41.887 items 7 folders
    Différence avec 1°) = - 5.543 B - 1 item (1 folder)
    2°) 2010-01-03-001957 Size : 982.211.325 B for 67.490 items comprenant :
    • Hitachi 1 To Size : 901.516 B for 41.886 items 6 folders
    Différence avec 1°) = - 6.148 B - 1 item - 1 folder
    • Samsung 500 Go Size : 981.302.510 B for 25.602 items 4 folders
    Total • + • = Size : 982.204.026 B for 67.488 items
    Différence avec 2°) = -7.209 B - 2 items (2 folders)
    — *Supprimer • Hitachi 1 To* dans 2010-01-03-001957. Comparer les dossiers.
    3°) 2010-01-04-222709 Size : 5.241.032.819 B for 26.509 items comprenant :
    • Samsung 500 Go Size : 5.187.330.874 B for 19.392 items 8 folders
    Différence avec 2°) = + 4.206.028.364 B - 6.210 items + 4 folders
    • StartUp Disk Size : 53.692.703 B for 7.115 items 4 folders
    Total • + • = Size : 5.241.023.577 B for 26.507 items
    Différence avec 3°) = - 9.242 B - 2 items (2 folders)
    — *Supprimer Samsung 500 Go* dans 2010-01-03-001957. Comparer les dossiers.
    4°) 2010-01-05-125449 Size : 9.428.705.396 B for 204.915 items comprenant :
    • HD 250 Go Size : 9.374.308.265 B for 181.575 items 7 folders
    • Samsung 500 Go Size : 692.898 B for 16.222 items 8 folders
    Différence avec 3°) = - 5.186.637.976 B - 3.170 items
    • StartUp Disk Size : 53.692.703 B for 7.115 items 4 folders
    Total • + • + • = Size : 9.428.693.866 B 204.912 items
    Différence avec 4°) = - 11.530 B - 3 items (3 folders)
    — Supprimer • StartUp Disk dans 2010-01-04-222709. IDENTIQUE.

    Dear James Pond,
    Thank you once again, and, don't be afraid, I will be as short as possible,
    but I need to use your last reply (I've cut all what was already said).
    JP ➔ You can copy an entire set of backups, but you cannot copy part of it successfully. See #18 etc.
    JP ➔ Read this from the first paragraph: "you cannot copy only selected backups,
    or merge two (or more) sets of backups." The structure of the backups simply will not allow it.
    I've read it, and found it regrettable. And I've also read, after that, what were the solutions under Leopard and Snow Leopard, and my conclusion is that it's a *dead end* for me. In short,
    — I can't move (by drag and drop) the 1To's Backups.backupdb folder (containing MacBook Pro, 19 backups, access) to 1,5To, because there exists already the Backups.backupdb folder created by copy on 12/01 with Apple Assistance (containing [MacBook Pro, 4 backups of 19, no access] and [MacBook Pro 2, 15 backups, access]). I don't even know if it could be deleted by the copy (and I don't wanna do that anyway) ;
    — I can't rename (and what for, I already forgot it) any Backups.backupdb folder nor delete it ;
    — I can't copy any Computer'sName folder (entire set containing backups), being in a Backups.backup.db folder, into another Backups.backupdb folder ;
    — I can't copy any (or all of an entire set) YYYY-MM-DD-HHMMSS backup(s), being in a Computer'sName folder, into another Computer'sName folder (even if it would be empty).
    — Saying NONE in Time Machine Preferences and putting it to OFF is simply no use.
    All is said. What I can try to do is :
    — Delete (not with Finder, but with Back-In-Time) all duplicate things I find in all backups and also entire duplicate backups (I have full access to all with the software) ;
    — Restore each of the reduced-to-minimum backups obtained in specially right-sized partitions wearing the YYYY-MM-DD-HHMMSS name of each restored backup. Time Machine doesn't backup his backups, but will backup these partitions.
    I'm afraid to be actually completely running out of the target, when I read what I write … It's time to go to bed !
    Reminder (OH) : Where did you find these amazing informations ?
    JP➔ Some of it is detailed here: http://www.appleinsider.com/articles/07/10/12/roadto_maco[]sx_leopard_timemachine.html
    ➤ Thank you ;
    JP➔ and here:
    http://arstechnica.com/apple/reviews/2007/10/mac-os-x-10-5.ars/14
    ➤ Thank you too ;
    JP➔ You have to understand the structure. When TM does the first backup, yes, it copies everything.
    On subsequent backups, it copies what's new or changed, but also makes "hard links" (sort of like aliases) to the copies of the things that didn't change. That's how it can only back up a few things each time, but show you a complete "snapshot" of the way your entire system looked at the time of every backup.
    ➤ I'll do my best to understand.
    JP➔ Time Machine deletes backups under two conditions. See the first part of #12 in the Frequently Asked Questions User Tip, also at the top of this forum.
    Under normal circumstances, you should not have to delete any backups. See the rest of #12.
    ➤ I understood why Time Machine didn't delete oldest backups : they were not weeklies ones.
    Reminder (OH) : How can I destroy the (corrupted ?) not working "2010-01-27-164345.inProgress" in 1,5 To, which causes Time Machine to abort any backup of any size I ask ?
    JP➔ Why do you think it's corrupted? TM is designed to "recover" a partial backup.
    ➤ I'll verify that with the little Tools/Apps I discovered in your FAQ User Tip document and downloaded immediately.
    Why didn't Apple tell me anything ? It's my fault, I'm perhaps not clear and not demanding enough more from them.
    JP➔ You cannot install OSX on a disk containing TM backups. That's because they need to be on separate disks.
    Technically, you could put them on separate partitions of the same disk, but that would not be a good idea.
    ➤ I never told you that (there would be no interest at all). I talked about the same location, to see if it would allow me more permissions, but if all works without doing it, it's really no use.
    JP➔ Sorry, I don't know what that means.
    ➤ I'm sorry, I didn't explain : "but if all works" meant : Copy Backups.backupdb, "without doing it" meant : Install OSX.
    ➤ If I install an OSX BEFORE, Time Machine will REFUSE completely to backup on it, it's understood.
    JP➔ Correct. The partition you're running from will not be an option in TM Preferences > Select Disk. That prevents TM from backing-up it's own backups!
    ➤ Would it be so absurd ? Maybe it could resolve my actual problem ?
    I think you are right, but I don't know why. I trust you.
    Reminder (OH) : "I will not bore you again except if I don't find a specific answer to an unknown-never-seen-incredible malfuction."
    JP➔ Don't worry about that -- thats what this forum is for, especially if you're still having problems.
    ➤ It's seems in fact that there is no possible solution, except what I said above and is certainly crazy/out of subject.
    Just try to be as clear and concise as you can.
    And please don't post the same things repeatedly -- it wastes your time and ours, and can confuse other folks.
    ➤ You're absolutely right and I tried to do so this time, and I'm sorry because I see it's still (far) not enough (short).
    Thank you once more. I wish you a good evening and week-end. Here it's 01:40 AM.
    With my kind regards
    Olivier Herrbach
    [email protected]

  • How to move E-Business from HP-UX to AIX

    Do you have any reference on how to move E-Business suite to different operating systems or more specifically from HP-UX to AIX? Thx.

    We have done the platform move and upgrade at the same time :
    From: To:
    RHEL 2.1 -> AIX 5.3
    DB 9.2 -> DB 10.2
    eBS 11.5.9 -> eBS 11.5.10.CU2
    High level steps where :
    1. take a copy of the 9i database to a staging area (using data guard etc)
    2. upgrade database to 10g to get datapump capabilities (we had to upgrade to 10.1 since 10.2 was not certified on RHEL 2.1)
    3. datapump export all metadata and data
    4. create fresh eBS install on target platform, then delete all database objects
    5. Create new database,
    6. datapump import (from step 3) and recreate indexes
    7. upgrade database to 10gR2
    8. upgrade apps to 11.5.10CU2
    9. re-install upgraded CEMLI components
    10. validate and reconcile data
    We are preparing presentation for AUOUG that will describe this in more details, we are happy to share this as soon as it is ready.
    If you are not doing and upgrade (of DB and eBS) at the same time as migration your process can be simplified.
    Usage of the 10g datapump export / import was essentiall part of our strategy.
    We have decided not to use Transportable tablespacess as there is no documented way how to do this with 11i DB, (System tablespace is not transportable which causes number of problems with AQ, etc ).
    If you are moving to another platform that has the same endian format (AIX and HPUX are both big endian), and you are on DB 10.2 (or ready to upgrade to 10.2) you can use Transportable Database
    Transportable Database is a new feature in Oracle Database 10g Release 2 (10.2) that is the recommended method for migrating an entire database to another platform that has the same endian format. The principal restriction on cross-platform transportable database is that the source and destination platform must share the same endian format. For example, while you can transport a database from Microsoft Windows to Linux for x86 (both little-endian), or from HP-UX to AIX (both big-endian), you cannot transport a whole database from HP_UX to Linux for x86 using this feature.
    More info on http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn002.htm#sthref1397
    For the 11i middle tier, safest and easiest way is to re-install it from CD, and then add you custom CEMLI bits.
    Regards,
    Radomir

  • How to move all files in Organizer to a network location

    I have a fairly large catalog with about 20 album categories, each with between 5 and 15 albums, totalling about 20,000 photos, all currently residing on my laptop. I need to move everything to a networked drive but can't find how in the Elements help system. Is there a quick and easy way to do this?
    Message title was edited by: Brett N

    If you have a complex folder structure, it may be best to do the backup/restore as this gives you the option of recreating the same folder structure at the destination location. If folder structure is no concern (that all files can just go to a single folder because you are using Albums instead), then the File > Copy/Move to Removable Drive command would be easiest. Just select the Move option and then choose your Network drive as the Destination Drive, use the Browse button to move the files to a specific folder on that drive.

  • Belle is a disaster for the E6: how to move on?

    Many and perhaps most who upgraded to Belle did so because the phone prompted them to perform updates. It is considered to be the responsible thing to do. As with PC's; don't skip updates, it may harm your computer or data.
    There was never any warning displayed as to the impact of the upgrade. For example a reduction in available screen, reduced usefulness or widgets or reduced function of the D-pad, were never mentioned. That was negligent. A backup was made during the upgrade process - giving the false impression that the previous version could be restored. That was misleading.
    Nobody could imagine, unless they were regularly checking news and details on developments at Nokia, that their E6 would emerge from the process horrendously defaced and only half functional. Many E6 users use the phone for work and don't follow trends and developments, and can't be expected to do that. Had they been properly informed, they would not have upgraded. They have the right to get back the product they originally bought and used and the assurance that this will not happen again.
    Belle has a ridiculous UI for a business phone, and much reduced functionality compared to Anna. Belle is a disaster specifically for the E6 because the screen is way too small for all the unnecessary eye candy (monstrous widgets) and Belle lacks important functions that Anna had.
    If anyone from Nokia reads this, please respond. Complaining customers are still customers. Complaining customers are more useful than the ones that walk away in silent anger, because you can learn from them.
    As to how to move on: Getting rid of the E6 and trying to forget about it is one thing, but does anyone consider some form of legal action? After all, when you buy something that has properties A, B, and C, and 6 months later the manufacturer single-handedly decides that the product now has properties C, D and E, to all intents and purposes the product is now defective because it lacks properties A and B.
    For example, if the product were a washing machine ("New sleeker user interface, you can now start it by swiping the door, and the water temperature control is gone, it is now 60 Celcius always for everything because 95% of users find that easy"), and no matter what smallprint there is in the warranty, it would be utterly unacceptable.
    Current N900 and former E6 user regretting Belle upgrade
    Devices owned: 2110, 2110i, Cellular Data Card, 8110, 7110, 6210, 6310i, 6100, 9500, 6233, 5140i, 3109c, N900, E6-00

    @slitchfield: on the mentioned page, it is stated that "Improvements in screen real estate, with slimmer top status bar and optional (in some apps) bottom toolbar, meaning that all phones will have a larger useful display area."
    But on the E6 the bottom toolbar decreases available screen size in most apps, most noticeable in Web browser where the full view has gone. The bottom toolbar is not optional, you can't configure it yourself.
    And: "Homescreen widgets will now come in up to five different sizes (1x1, 2x1, 4x1, 2x2, 4x4) and allow a greater degree of interactivity.", but on the E6 they are in only one size, always with large borders and other visual effects.
    So beware of differences between phones, perhaps some aspects of Belle work differently depending on the type of device.
    "Notes now brings up a white (and AMOLED-unfriendly...) editing screen.": that you can change by switching themes, "Dark Solid for Anna" does a good job. It is a shame that the lines of Notes have gone though.
    When switching themes, I found you have to restart the phone, otherwise the theme doesn't get properly loaded in all apps. Stopping/starting apps is not enough. So when experimenting and loading one theme after another, you may end up with disfunctional combinations of black-on-black and white-on-white, but it may not be due to the last theme. Also you may end up with a good combination that isn't around anymore the next time you restart your phone.
    Current N900 and former E6 user regretting Belle upgrade
    Devices owned: 2110, 2110i, Cellular Data Card, 8110, 7110, 6210, 6310i, 6100, 9500, 6233, 5140i, 3109c, N900, E6-00

  • How do I copy photos from a specific file on PSE11 to a photo album that I created on my iTouch?

    When I try to sync a file on PSE 11 with my iTouch either from iTunes or from PSE I get a message that the file will be removed from my computer.
    How do I copy not move these pictures to the specific album that was created in iTunes?

    Your are welcome. Glad you got that sorted out. If you want to know about the new features in iOS 7, you can download the user manual here,http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf, you can open it in your iBooks as well.

Maybe you are looking for

  • Submit Trnsc in Background and know the Sucess/failure status

    Hello All, I need to submit a transaction with variants in the background. I need to knwo whether the transaction completed successfully or failed in my Program and then send an email to a list of people based on the status . Can anyone tell me how t

  • Using an older CDR drive for extraction

    I just bought an older Sony CDR drive to help me with extracting / transferring a pile of CDs. it's a Sony CRX1600L IEEE-1394 Fire Wire Enclosure CD-RW Drive I connect the FW cable to the right port. it powers up. the tray opens and I load the disc.

  • Emailing SRM Purchase Order to Vendor and email mesage body text

    Hi. How can I find the table where the PO email message body text is stored please? On our production system, we want to remove any text the email is sent to the supplier and only want the PDF file to. We have SRM 5.0 Thanks Vijay

  • Black levels different on import

    Hi all. I'm digitizing a DVCam Master tape of a show that I'm putting on DVD. In the studio where the show was edited, the blacks look perfect. But when I digitize on my system, the blacks look a lot lighter. I've compared the QTs I'm making with QTs

  • File info and IPTC data entry help?

    hello, having updated to P/S CS5, some of the file info box(es) changes have started to annoy me. Maybe I`m doing someting wrong :-( but what annoys me most is having created a template that I use when I import pictures through bridge, when I open it