Snapshot Import

I'm not sure if I missed this in an earlier discussion, apologies if I did.
I'm sure under lightroom 2.x when in develop mode there was always a snapshot called 'import' by default.
Under LR3.0 (on my system anyway) it seems to be missing. Is this a change / bug / feature?
Phil

Actually, If you go to the bottom of the History list, and click on import, you have your original imag
e back which you can then save as a snapshot anyway, so I guess it hasn't been
removed as such....
Phil

Similar Messages

  • How does repeated snapshot import impact tablespace free space?

    Hello,
    Our client is doing DEC-2014 reconciliation in FCM. Every time he changes profile mappings he has to do snapshot import again. So far he did at least ten times snapshot import for DEC-2014 period. In our FCM database Tablespace FCM_TX_TS_DATA free space is reduced 7 GB for this period already by querrying dba_free_space table.
    By my understanding during the repeated snapshot import for the same period, the previous load data is deleted and the current load data is inserted. After data delete the table space will not be set free, and high water mark will not be reset.
    During snapshot import will the deleted blocks from the previous load be reclaimed when new load data is inserted in the table? If not, what is the best way to reclaim the free space in FCM_TX_TS_DATA tablespace?
    Thanks,
    Hongfei Liu (AT&T)

    Przemek P wrote:
    Hallo. I need to replace all schemas from one server to another. I want to know how much free space will be left on /data after this kind of refresh. Both servers are Oracle 9 so I will use exp/imp. Here is how I do it. Could you check if I think good? On target server there is 72 GB free space on /data.
    Filesystem Size Used Avail Capacity Mounted
    /dev/vgsmxdata/lvsmxcopy 194.74G 122.56G 72.18G 63% /data
    Overall size of schemas to be exported from SOURCE_DB is 150 GB. The same schemas on TARGET_DB takes 90GB. So difference is 60GB. Free space in datafiles in TARGET_DB is 30GB. Does it mean that in first place the free space in datafiles will be filled and after that datafiles would be extended? That would mean that a database would extend to 150GB and free space on /data would be 40 GB after refresh. Am I right?
    yes

  • Generating a PDF of what the user sees, and sending it as a binary stream to the server

    Hi All,
    On the final page of our Flex app, we allow the user to print out a copy of everything they've entered for their own records.
    I'm wondering if there is a way for me, programmatically, to generate a PDF document that is the same as their printout (I pass a particular container to the "print" button I've got for the user), and send those bytes back to the server.  We can store this PDF along with all the rest of their data, and it would be useful as a "snapshot" of exactly what the user saw when they submitted their application.
    I'm looking into Flex PDF generation, but so far haven't gotten this figured out.  I thought some folks here might be able to point me in the right direction.
    Thanks!
      -Josh

    Here is how you can take a snapshot.
    import mx.graphics.ImageSnapshot;
    import mx.graphics.codec.IImageEncoder;
    import mx.graphics.codec.PNGEncoder;
    import mx.utils.Base64Encoder;
    private function uploadImage(rSource:IBitmapDrawable):void
                        var tBitmapData:BitmapData = ImageSnapshot.captureBitmapData(rSource);
                        var tEnc:IImageEncoder = new PNGEncoder();
                        var tBA:ByteArray = tEnc.encode(tBitmapData);
                        var tB64:Base64Encoder = new Base64Encoder();
                        tB64.encodeBytes(tBA);
                        // send tB64.toString() using POST to the server to save the image.
    // call
    uploadImage(this) // where parameter is an object to get the snapshot of. Can be anything including Application. ("this" in my case).

  • Problem connecting Oracle 9i Lite to Oracle 9i Database

    Hi,
    I have just started working with Oracle 9i Lite and I am having
    problems connecting to an Oracle 9i (9.0.1) database using the
    packaging wizard. I can connect ok using SQL*Plus but when I connect
    using this wizard the database is located i.e. no errors arise, but
    the database schemas and tables are not found i.e. list is not
    popluated.
    However if I try to connect to an Oracle 8i (8.1.7) database there is
    no problem and the schemas and tables are found with the list being
    popluated.
    Does anyone know what the problem could be?
    Regards
    Andrew.

    I am having a similar problem, where I couldn't connect to Oracle 8i database (817). I am getting a error message when I tried to use Packaging Wizard -> Snapshot -> Import -> Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@<connect string>" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

  • Advice On Proper Photo Organization?

    I have been a careless iPhoto user over the years -- dump pictures off the camera, scan the odd snapshot, import images from the web or email, ...
    All my photos are "organized" (I guess) by date and into events I (sometimes) name.  The photos all have the original filename -- something like "IMG_20150306_154423"  I've got no tags, no faces, no places, ...
    Okay -- now my question.
    I have a pile of old family photos -- some digital, many to be scanned from prints -- that I'd like to organize properly once and for all.
    Any advice?  Any good resources you can recommend? ...  Is iPhoto good enough for the task or should I invest in a "fancier" app like Adobe Lightroom or some such.
    I'm using iPhoto 9.5.1 and have not upgraded to Yosemite and so the newest iPhoto but I could if you think it worthwhile.
    Thanks

    Fair warning - I just upgraded to Yosemite 10.10.3 and lost all of my organization from iPhoto.
    Not all of it.  Open the sidebar, Option+Command+S, and look inside the folder titled "iPhoto Albums".  Moments in Photo art the new Events.  There's a way to simulate events in Photos.
    When the library was first migrated there was a folder created titled iPhoto Events and all migrated iPhoto Events are represented by an album in the folder. To open the sidebar if it's not open use the Option+Command+S key combination.
    When new photos are imported into the Photos library go to the Last Import smart album, select all the photos and use the File ➙ New Album menu option or use the key combination Command+N.  Name it as desired.  It will appear just above the iPhoto Events folder where you can drag it into the folder
    When you click on the iPhoto Events folder you'll get a simulated iPhoto Events window.
    You can continue using iPhoto until the system no longer supports it or until Photos gets updated to where it's not so dumbed down.

  • Problems working with Oracle Lite

    I have read that there are some limitations working with olite. What can I do to solve them, when I work with Buissness componentes?

    I am having a similar problem, where I couldn't connect to Oracle 8i database (817). I am getting a error message when I tried to use Packaging Wizard -> Snapshot -> Import -> Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@<connect string>" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

  • How to add newly created ledgers in FDMEE after source accounting entities setup is done

    Hello,
    We did FDMEE setup in production in Nov. 2014. At that moment the FDMEE source accounting entities for EBS source shows 80 primary ledgers. In Dec. 2014 we have two new primary ledgers added in EBS. In FDMEE I cannot see the two new ledgers shown in the source accounting entities list. Can you please tell me how to refresh EBS's source accounting entities in FDMEE to show the new ledgers added last month?
    Your quick help is highly appreciated since our clients are doing Dec-2014 reconciliation.
    Thanks,
    Hongfei Liu (AT&T)

    Do you mean this FDMEE gl balance staging table? AIF_EBS_GL_BALANCES_STG. I don't see new ledger balance data in this staging table at this moment. Snapshot import may not help.
    I have two new ledgers created on 12/22/2014. After initialization only ONE ledger instead of two is added in the entities list. Do you know why? Another ledger has no balance data in EBS gl_balances table yet. Below is system innitialization log details:
    2015-01-20 14:11:42,123 INFO  [AIF]: FDMEE Process Start, Process ID: 487
    2015-01-20 14:11:42,123 INFO  [AIF]: FDMEE Logging Level: 4
    2015-01-20 14:11:42,124 INFO  [AIF]: FDMEE Log File: /opt/app/p1fcm1c2/fcm-ard/outbox/logs/CFASPRD1_487.log
    2015-01-20 14:11:42,124 INFO  [AIF]: User:tm3154
    2015-01-20 14:11:42,124 INFO  [AIF]: Location:NA (Partitionkey:null)
    2015-01-20 14:11:42,124 INFO  [AIF]: Period Name:NA (Period Key:null)
    2015-01-20 14:11:42,124 INFO  [AIF]: Category Name:NA (Category key:null)
    2015-01-20 14:11:42,124 INFO  [AIF]: Rule Name:NA (Rule ID:null)
    2015-01-20 14:11:44,868 INFO  [AIF]: Jython Version: 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
    [Oracle JRockit(R) (Oracle Corporation)]
    2015-01-20 14:11:44,868 INFO  [AIF]: Java Platform: java1.6.0_37
    2015-01-20 14:12:29,083 INFO  [AIF]: LKM EBS Extract Summary Nodes - Load Summary Dim Members Stage - START
    2015-01-20 14:12:30,036 FATAL [AIF]: Error in LKM EBS Extract Summary Nodes - Load Summary Dim Members Stage - Independent Value Set - Source System Id: 2 - Value Set Id: 1002669
    Traceback (most recent call last):
      File "<string>", line 404, in loadSummaryDimMembersStage
    SQLIntegrityConstraintViolationException: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (FCM.AIF_DIM_MEMBERS_STG_U1) violated
    2015-01-20 14:12:30,342 FATAL [AIF]: Error in LKM EBS Extract Summary Nodes - Load Summary Dim Members Stage - Independent Value Set - Source System Id: 2 - Value Set Id: 1002670
    Traceback (most recent call last):
      File "<string>", line 404, in loadSummaryDimMembersStage
    SQLIntegrityConstraintViolationException: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (FCM.AIF_DIM_MEMBERS_STG_U1) violated
    2015-01-20 14:12:30,700 INFO  [AIF]: LKM EBS Extract Summary Nodes - Load Summary Dim Members Stage - END
    2015-01-20 14:12:33,345 INFO  [AIF]: FDMEE Process End, Process ID: 487
    Thanks!
    Hongfei

  • Adv. of Preview over Adobe

    What are the adv. and dis. for Preview and Adobe? (besides that Adobe can read some files that Preview can't)
    Does Adobe also have bookmarking feature like Preview?

    I personally much prefer Preview to Adobe Reader (AR) in most circumstances, shroudlupe.
    Firstly, Preview uses less system resources / CPU time / Memory/ HD space than AR in most circumstances.
    Secondly , Adobe's "update" system is heavy handed and invasive. I don't like the way it wants to continually install its own plug-in for viewing pdf files in Safari whenever I want to just update the reader itself, for example, requiring browser restarts etc in the process. Sure I want an updated version of the Reader when it arrives, but I don't want to have to tell it that I don't wan't to use it in Safari all the time (I much prefer the built in capabilities of Safari + Preview for such things).
    Thirdly I find the user interface much more cluttered, clunky and less intuitive than Preview's .
    Fourthly I find the bookmark feature in Preview very handy indeed and I like the more powerful sidebar options in Preview.
    Fifthly I like having the ability to scan directly into Preview, to use it for screen snapshots, import directly from cameras, etc.
    I'd personally do away with Adobe Reader for good if it wasn't for the very occasional file that it can handle that Preview can't.
    But to each their own!
    Cheers
    Rod

  • Can not refresh snapshot changes after importing data of master site

    Hello !
    I have two database computer,one as master site,one as snapshot site.Because the error of the hard disk of master computer,I use the exporting data file to recover my database.after importing ,I found I can't refresh the refreshgroup on snapshot,who can tell me why?
    thinks in advance!
    (exp system/manager full=y inctype=complete file='/home/save/backdata/xhsdcomp.dat')
    (imp system/manager inctype=system full=Y file='/home/save/backdata/xhsdcomp.dat'
    imp system/manager inctype=restore full=Y file='/home/save/backdata/xhsdcomp.dat')
    null

    You haven't listed the errors that you're receiving when attempting to refresh your refresh group, but if your snapshots are attempting to fast refresh, I suspect it's because the creation timestamp of the snapshot log on the master site is newer than the creation timestamp of the snapshot. In this case you will need to do a complete refresh of the snapshot (or drop and recreate the snapshot) before you will be able to fash refresh it again.
    If this is not the case, please post the errors you are receiving when you attempt to refresh the refresh group.
    HTH,
    -- Anita
    Oracle Support Services
    null

  • How do I take a snapshot of a form in pdf and import onto a ppt slide?

    How do I take a snapshot of a form in pdf and import onto a ppt slide?

    Can't you use the standard method for taking screenshots of what is on your screen? (which depends on your platform and OS version).

  • Import error with snapshot logs

    I have an export that is a full from our production database. I'm trying to import a small subset of tables from a user to a different user. One of the tables has a snapshot log against it I believe due to the error msg in the import file. I don't care about the snapshot log I just want to get the table imported. How can I tell import to avoid the snapshot log. If this is not possible, how do I figure out what table it's says can't be found to import into.
    IMP log:
    . importing TYUADM's objects into DWADM
    . . importing table "ZONE" 10583 rows imported
    IMP-00017: following statement failed with ORACLE error 942:
    "BEGIN SYS.DBMS_REPUTIL.SYNC_UP_REP('TYUADM','ZONE'); END;"
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    ORA-06512: at "SYS.DBMS_INTERNAL_TRIGGER", line 79
    ORA-06512: at "SYS.DBMS_INTERNAL_TRIGGER", line 157
    ORA-06512: at "SYS.DBMS_INTERNAL_TRIGGER", line 201
    ORA-06512: at "SYS.DBMS_REPUTIL", line 616
    ORA-06512: at line 1
    "BEGIN SYS.DBMS_SNAPSHOT_UTL.SYNC_UP_LOG('TYUADM','ZONE'); END;"
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    ORA-06512: at "SYS.DBMS_ISNAPSHOT", line 108
    ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1666
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully

    Oracle Server - Enterprise Edition - Version: 8.1.7.0 to 11.2.0.2 - Release: 8.1.7 to 11.2
    Oracle Server - Personal Edition - Version: 8.1.7.0 to 11.2.0.2 [Release: 8.1.7 to 11.2]
    Oracle Server - Standard Edition - Version: 8.1.7.0 to 11.2.0.2 [Release: 8.1.7 to 11.2]
    Information in this document applies to any platform.
    Symptoms
    You have created a snapshot log:
    SQL> connect system/manager
    SQL> grant create snapshot to scott;
    SQL> connect scott/tiger
    SQL> create snapshot my_snap as select * from emp;
    SQL> create snapshot log on scott.emp;
    You run a user level export:
    % exp system/manager file=exp_s.dmp log=exp_s.log owner=scott
    Export: Release 9.2.0.6.0 - Production on Tue Dec 28 08:06:12 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    Export terminated successfully without warnings.
    You run a user level import, e.g. in a different database:
    SQL> connect system/manager
    SQL> create user hugo identified by hugo default tablespace
    users temporary tablespace temp
    quota unlimited on users;
    SQL> grant create session, create table, create snapshot
    to hugo;
    % imp system/manager file=exp_s.dmp log=imp_s.log fromuser=scott touser=hugo
    Import: Release 9.2.0.6.0 - Production on Tue Dec 28 08:08:16 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    . importing SCOTT's objects into HUGO
    . . importing table "BONUS" 0 rows imported
    . . importing table "DEPT" 4 rows imported
    . . importing table "EMP" 14 rows imported
    . . importing table "MLOG$_EMP" 0 rows imported
    . . importing table "MY_SNAP" 14 rows imported
    . . importing table "SALGRADE" 5 rows imported
    IMP-00017: following statement failed with ORACLE error 942:
    "BEGIN SYS.DBMS_SNAPSHOT_UTL.SYNC_UP_LOG('SCOTT','EMP'); END;"
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1589
    ORA-06512: at line 1
    Note that the line number in the first ORA-6512 error my differ between versions:
    - in 8.1.7.4.0: ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1033
    - in 9.2.0.6.0: ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1589
    - in 10.1.0.3.0: ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1599
    - in 10.2.0.4.0: ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1666
    Also note that the same errors occur when the export was done with a table level export.
    If the user SCOTT (FROMUSER) does not exist in the target database, import aborts with:
    "CREATE SNAPSHOT LOG ON "SCOTT"."EMP" WITH PRIMARY KEY EXCLUDING NEW VALUES"
    "USING ("MLOG$_EMP", (...left_out...))"
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    Changes
    The information in this article applies to:
    - Oracle Server - Enterprise Edition - Version: 8.1.7.0 to 11.2.0.x
    - Oracle Server - Personal Edition - Version: 8.1.7.0 to 11.2.0.x
    - Oracle Server - Standard Edition - Version: 8.1.7.0 to 11.2.0.x
    This problem can occur on any platform.
    Cause
    Snapshots, snapshot logs, and related items are exported with the schema name explicitly given in the DDL statements, therefore, snapshots and their related items cannot be imported into a different schema.
    If you attempt to use FROMUSER and TOUSER to import snapshot data, an error will be written to the Import log file and the items will not be imported.
    Solution
    It is expected behavior that the snapshot log cannot be imported with a FROMUSER and TOUSER import. Therefore the errors should either be prevented from happening, or be ignored:
    1. Either delete the snapshot logs before the export takes place. Then run the export and import. After import completes, re-create the snapshot logs manually, and if necessary, perform a refresh of the snapshot.
    2. Or ensure that the FROMUSER (SCOTT in this example) exists in the target database, so the import session does not abort with the IMP-0 error (Import terminated unsuccessfully). During the import, ignore the errors that are related to the snapshot logs. After import completes, re-create the snapshot logs manually, and if necessary, perform a refresh of the snapshot.

  • Import VM with snapshot files

    hi ,
    a customer send a VM folder  , it has two snapshot drives
    Once i import it to hyper-v 2012  , the snapshot is empty   (Snapshot are not imported)
    how to import the VM with its snapshot files?

    If the VM was exported and it contained snapshots - the snapshots should be there when you Import the entire folder.
    You should be able to look at the source XML configuration and see if there are snapshot references in what they originally sent.
    If they only sent you virtual disk files and not a configuration then you have differencing disks, nothing more.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Is this a bug?...Import Snapshot not always there...

    I have several folders of images that don't have an 'import' snapshot in the Develop module...
    Most images do have the import version under snapshots, it's only a few recent folders...I've started creating my own by doing a '1' snapshot but i don't always remember to look and do this...I'll have to go back a bit and see if this only happens with new images I'm importing into lightroom...
    I found this happened in the beta version as well...
    Don't think I ever saw it in LR2...
    mz

    ahh, I see...so all my previously imported work, before I upgraded to LR3 will have that 'import' snapshot automatically...anything new I import into LR3 won't...
    I liked having that initial state there for me...gave me something to compare with the changes I make in Develop...now I have to do that manually...I think I'd like the possibility to turn that 'feature' on and off...
    thanks for the anwer Victoria...
    m

  • Error in Importing snapshot of policies : oaam_base_snapshot.zip

    Hi ,
    I am trying to import oaam_base_snapshot.zip file from MW_HOME/IDM_ORACLE_HOME/oaam/init directory through OAAM Admin console i.e http://host:14200/oaam_admin
    and getting the following error.
    ssages for this page are listed below. 
    Failed to import Policies Imported file is either empty or invalid.
    File provided does not appear to be correct for Import action.
    Even though there is NO Error in importing the oaam_policies.zip from MW_HOME/IDM_ORACLE_HOME/oaam/init directory But getting the above error while importing oaam_base_snapshot.zip file
    Any Idea what the above error means ?   Appreciate the response.
      The following  Steps that I 've performed.
    1. Created the required Schemas with rcu in oracle DB 11.2.0.3
    2 Installed Oracle Identity and Access Management (11.1.2.0.0) on WLS 10.3.6 with jdk1.6.0_30
      3. Configured the DOMAIN for oaam_admin_server1,oaam_offline_server1 , oaam_server_server1 And oam_server1
      4.Configure the Database Security Store with ..../oracle/Middleware/Oracle_IDM/common/tools/configureSecurityStore.py -d -c IAM... Successfully
      5 Set Up Oracle Adaptive Access Manager Database Credentials in the Credential Store Framework following this Doc.  http://docs.oracle.com/cd/E37115_01/admin.1112/e27207/post.htm#AAMAD4521
    Thanks & Regards
      MZ

    How do u relink executable file using adadmin.exe- Open a new DOS session
    - Source the environment file (Issue "envshell.cmd" under %APPL_TOP%)
    - run 'adadmin'
    - Select 'Maintain Applications Files menu'
    - Select 'Relink Applications programs'
    Enter list of products to link ('all' for all products) [all] : fnd
    Generate specific executables for each selected product [No] ? yes
    Enter executables to relink, or enter 'all' [all] : <Enter name of executable file>

  • Importing Snapshots from a PDF to a Pages document

    Need a little help. Whenever I "snapshot" a portion of a PDF, using Adobe Reader, and copy it into a Pages document, the image increases in size. I want to keep it at the same size. Any suggestions?

    Hello
    Welcome to the club
    Select ithe picture
    open the Inspector of measures.
    If the pict isnot displaid at its true size, the button "Dimensions d'origine" will be active, just click it.
    Yvan KOENIG (from FRANCE dimanche 27 janvier 2008 21:42:55)

Maybe you are looking for

  • Can't get this html to work in safari

    I want to put a boombox on one of my html pages. I have a program from Coffeecup that does this. It changes mp3 files into swf and then makes a flash player that plays the pieces. It there fore makes an html file with the flash embeded, as well as a

  • How to insert a mailto: tag using Illustrator CS6?

    I am creating an online ad and need to insert a mailto: tag. What is the best way to do this using Illustrator CS6? The final needs to be delivered as a png file.

  • How do i see the whole mac address for my iphone 5C?

    The Wi-Fi (MAC) address show in Setting>General>About only shows 4 pairs with ... after the 4th pair. How do I see the last two pairs? Touching the ... or anything else on the screen doesn't help.

  • Iphone restore not responsive

    I began to restore my icloud onto my new phone using my wifi. In the middle of restoring my iphone, my wifi turned off and then back on again. Because the wifi turned off my iphone stopped restoring the information from the icloud and I cannot turn i

  • Exporting HD Video in iMovie '08...YouTube

    As many know, you can now upload HD video to YouTube. I found some instructions on how to do it in iMovie using the Share>Export>As QuickTime Movie...but it doesn't work for me. The video comes out pixelated. Does anyone know a link to how to do this