Maximum size for Elements 6.0 catalog

Is there a maximum size for a singular catalog to keep it operating efficiently?  Everything I read is that the maximum size is dependent on your hard drive space.  I recently had to restore everything from a backup due to a fatal crash.  I keep my photo files on an external, USB powered hard drive.  Right now I have over 41,000 photos which is about 125 GB.  These are family photos I would like to keep together for tagging but am I pushing my Organizer beyond its limits?

My catalog is on my external hard drive.  Here is the information from Help->System Info.:
Current Catalog:
Catalog Name:
Catalog Location: F:\\
Catalog Size: 133.7MB
Catalog Cache Size: 841.8MB
When I look on the external drive, there are 5 files under the F: drive (my external hard drive).  How do I moved the Catalog.psedb, backupCT.dat, collstatus.dat, itemData.mk4, tagstatus.dat, thumb.5.cache?  Can I copy/paste to a new folder within my C: drive or do I need to do something within PSE?  The next step I haven't mentioned is that once I get my PSE 6.0 up and running after its fatal crash, I want to convert to 8.0.  Currently, I'm getting a "cannot convert" error message in 8.0 and that I need to repair my catalog in 6.0.  When I try to repair, I'm told there are "no errors".  If you have a link for instructions to convert to 8.0 too, it be most helpful!  Thanks for all your help!!

Similar Messages

  • Is there a recommended (maximum) size for a catalog?

    I'm loading all my photos into PSE9 Organizer on my new MacBook Pro and was wondering if there is a recommended maximum size for a catalog? On my PC I separated my catalogs by year. My 2011 folder contains over 11,000 photos and is 71GB. Is that pushing the limits for efficiency or could I combine years?

    One catalog for all of your photos makes sense. Alternatively, as Ken said, catalogs by relatively non-overlapping subject matter areas make sense. I still see no scenario where catalogs by years makes sense, unless you can honestly say that you can remember the years of all of your 68000 photos.
    Tags and albums let you organize in ways that are nearly impossible using folders. If your daughter is named Jennifer, for example, and you assign the Jennifer tag to all photos that contain her image, then later when you want to search for pictures of Jennifer, you simply click the tag and boom, there are the photos instantaneously. You don't need to know what folder the photos are in, nor do you need to know what date the photos were taken. If you want photos of Jennifer over the years at Christmas, this is a simple search once you tag the photos, and nearly impossible using folders. The possibilites are endless. You let PSE remember where the photos are, so you don't have to. You let PSE do the searching, instead of you searching the folders.

  • ALBPM 6.0 : The maximum size for file uploads has been exceeded.

    Hi,
    I use AquaLogic BPM Entreprise server to deploy my Process. When I try to publish a process on my server I get the following error:
    An unexpected error ocurred.
    The error's technical description is:
    "javax.servlet.jsp.JspException: null"
    Possible causes are:
    The maximum size for file uploads has been exceeded.
    If you are trying to publish an exported project you should publish it using the remote project option.
    If you are trying to upload the participant's photo you should choose a smaller one.
    An internal error has ocurred, please contact support attaching this page's source code.
    Has someone resolve it?
    Thank's.

    Hi,
    Sure you've figured this out by now, but when you get the "Maximum size for file uploads" error during publish consider:
    1. if your export project file is over 10mb, use "Remote Project" (instead of "Exported Project") as the publication source. That way when you select the remote project, you will point to ".fpr" directory of the project you are trying to publish.
    Most times your project is not on a network drive that the server has access to. If this is the case, upload the .exp file to the machine where the Process Administrator is running, then expand it in any directory (just unzip the file). Then, from the Process Administrator, use the option to publish a Remote Project by entering the path to the .fpr directory you just created when unzipping the project.
    2. Check to see if you have cataloged any jars and marked them as non-versionable. Most of the times the project size is big just because of the external jar files. So as a best practice, when you do a project export select the option "include only-versionable jars", that will get reduce the project size considerably (usually to Kb's). Of course you have to manually copy the Jar files to your Ext folder.
    hth,
    Dan

  • Set Maximum size for a subpanel created with splitter bars in LV8

    Does anyone know how to set the Maximum size for a subpanel created with asplitter bar? If I show one cluster in the subpanel and use the scroll bar to scroll, I can see more (blank) area than I want. I just want the user to be able to scroll a cluster within a subpanel while the cluster is larger than the view area of the subpanel. I don't want to let the user scroll outside the cluster.
    Ravi Beniwal

    I apologize for the mixup in terminology. Please read Pane wherever the word Subpanel was used.
    Please see the attached VI for a description of my problem.
    I would really appreciate any help with this.
    Ravi Beniwal
    Attachments:
    Pane Scrolling Problem.vi ‏10 KB

  • I want to set a maximum size for pictures when FF shows websites. How can i do that? NO I DONT MEAN "HOW TO ZOOM".

    I have FF 34 but this problem has been there for a lot of earlier versions. On many webpages there are pictures that cover my whole screen, and I want to set maximum size for showing images on webpages.
    I ONLY wanr to change the maximum size of the images, AND IAM NOT asking about how to zoom the webpage.

    Do you want to hide large images or merely make them smaller by setting a max-width and max-height?
    You would probably have to use JavaScript (bookmarklet) to achieve this reliably.
    There are bookmarklets to make large images fit in the window to avoid a horizontal scroll bar
    You can try this code in the <b>userContent.css</b> file (adjust the max-width accordingly).
    *http://kb.mozillazine.org/userContent.css
    <pre><nowiki>img { max-width: 1024px !important; height: auto !important; }</nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    *Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    *Use a plain text editor like Notepad to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
    *Paste the code in the userContent.css file in the editor window
    *Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userContent.css.<br>Otherwise Windows may add a hidden .txt file extension and you end up with a not working userContent.css.txt file

  • Maximum size for an HttpRequest? Set Content-Length?

    Hi, I'm managing to get small strings sent from my applet to my servlet, but when I try anything bigger, I get problems. Oddly enough, the larger object can get sent to my applet from my servlet without any issues.
    Can anyone tell me if there is a maximum size for sending responses?
    Or, if I have to set the content-length property in my applet before I send my data, how do I get the size of my object so I can set it?
    thanks for any advice any of you might have

    Thanks for the pointers.
    BalusC, at first I was trying to write my object without sending it through a byteStream first (hence the q) :), tried it that way too and wouldn't work.
    I finally figured out that it wasn't the code that was the problem, but it was an upload issue (server specific). Have changed the code to sending one line of data at a time since I was converting my object to an output file in the servlet anyway. Not the best solution but it works :)
    Thanks again

  • Hi, My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this. Visited links are no longer changing color.

    Hi,
    My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this.
    Suddenly the visited links are no longer changing font color, as I am preparing for an exam I need visited questions to change color, to keep track of questions that I have finished. But if I delete a few days of history then again,a few more visited links change color then again it stops, so it seems something is getting full and not able to accommodate any more? Why are my visited links no longer changing color after a certain number of visits? I do have a back up of the places.sqlite file. So I have tried everything from deleting the profile, uninstalling reinstalling, creating a new profile, then copy pasting places.sqlite etc, but as mentioned after a few visits, visited links no longer change color, if I delete a few days of history then again a few visits will again change color and then stop again, so what should I increase so that my visited links quota is increased, I have also tried tweaking about:config and it has had no result. Although I was not really confident that increasing brower.history_max _pages (don't remember exact name, but I am sure you get the idea) is going to help.
    Seems as though my visited links change color, quota is full and only if I delete a few days of history will I get a few more visited links to change color. Can somebody shed some light? As mentioned my places.sqlite file size is 30,720 KB so I think perhaps this has something to do with this? Would really appreciate if someone could help. Thank you.

    There is no maximum for the places.sqlite database and other SQLite database files like I wrote above.<br />
    All SQLite database file have fixed minimum sizes and if they run out of space they are automatically increased in size with a specific chunk size. For places.sqlite this is 10 MB for the minimum and for the chunk.
    *Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE

  • Is there a maximum size for photos used in a slideshow? I cannot anymore put my slideshow into a wmv

    Is there a maximum size for photos imported in a slideshow ? I cannot anymore put my slide show into a wmv file.

    About CLOB size, it's 4Go not 4000 characters - VARCHAR2 supports up to 4000 bytes. Pay attention also to unicode encoding!
    Are you using CFQUERYPARAM to insert into the CLOB fields ?
         <CFQUERYPARAM CFSQLTYPE="CF_SQL_CLOB" VALUE="    ">
    use the Firebug extension (https://addons.mozilla.org/en-US/firefox/addon/1843) in Firefox3 and do some network monitoring: let me know what you're seeing there.
    Hope it will help...

  • Is there a maximum size for iTunes library

    Is there a maximum size for the iTunes libary for windows 7?

    Not as far as I know.
    My Music Library has 17080 songs (108.38 GB) in it, plus films, Podcasts and a few iTunes U programmes, and I am aware of others using this forum who have larger libraries than I do.

  • Maximum size for SD card for N70

    hi
    can anybody please tell me the maximum size for SD card for the N70?
    i only have 64MB at the moment and i want to upgrade.
    many thanks in advance.
    itcrowd
    sheffield, uk

    Just to make sure you don't buy the wrong card: An "SD card" is a very specific type of a memory card. The N70 does *NOT* support SD cards, but rather a card format knows as "DV RS-MMC" (Dual Voltage Reduced Size - MultiMedia Card) or "MMCmobile".
    In any case, it'll probably support any size DV RS-MMC/MMCmobile card that you can find (I think the largest available are 1GB these days, possibly 2GB).
    Note that there is also a non-dual voltage version of the RS-MMC card. It won't work, so make sure your card says "Dual Voltage" or "MMCmobile".

  • Maximum size for autoflow?

    Hi,
    Is there a maximum size for autoflowing documents? Or possibly a maximum complexity?
    We have a large Word docx document, with many (400+) footnotes and a few cross-references. On trying to import it to ID CS5, it manages to import the text (the first page arrives, and we get a missing fonts message); but as soon as we try to autoflow throughout the rest of the document, the program freezes.
    I've been slowly paring the document down to smaller and smaller sizes, but anything over about 60pp in Word seems to freeze InDesign's autoflow.
    I've tried saving the Word files out as RTF files: this seems to help, and we can place up to about 160pp, but that's still a very long way short of the complete document.
    I've also tried saving the Word files out to Word 2003 format; that doesn't seem to do as well as the RTF files.
    If I break down the Word files into chunks small enough for ID to handle, then the autoflow works fine: but then we have to go through and replace all the cross-references that have been put in by the original author, as they end up referring to different Word files (which isn't possible, as far as we can tell).
    So, is there an upper limit on the file size that we can place, or just a limit on the number of footnotes or cross-references that we can import? Or could it be (in a unsurprising way) that I'm missing something really obvious?
    Thanks in advance,
    Dave

    A maximum on the number of footnotes? Hmmm ... Okay, let's try. (Several minutes of frantic copying later:)
    (That's in CS4, not '5, but since there are no improvements in the footnotes I'm fairly certain it didn't get worse either.)
    Both CS4 and CS5 behave horribly when importing Word files (as this one-and-a-half year old blog post proves: http://www.betalogue.com/2009/02/12/indesign-cs4-bugs/), and so I have a developed a habit of nail-biting-then-followed by importing troublesome Word files with CS3. Try that, if you have one lying around. It's easy: import into CS3, save, open that with CS4 (or CS5), done.
    If you don't have the older version, try to make it InDesign as easy as humanly possible. Open the document in Word, and:
    * Switch off Track Changes and Accept All that are still logged.
    * Search for images, first using the shortcut code "^g", and then by browsing (since Word -- heh heh heh -- cannot always find all of its own images!). Delete the images.
    * Remove all section breaks.
    * Save As an older Word version -- '97 might do the trick. Newer Word file formats suffer from feature bloat as much as any of Adobe's programs.
    With InDesign, don't import it into a document that's bursting at the seams with paragraph/character styles and master pages. Make a temporary new, blank document, and import into that. When you got it, you can safely copy-and-paste into the real target document.
    The number of pages ID can import at once has not been a problem for me, yet. I've successfully imported single Word docs that came in as a +1500 page document -- after applying formatting, 700 pages of real text remained. (At that point everything turned ..  a .. bit .. slowwww ... so I cut it up into separate files, after doing as much 'global' search-and-replaces as I could stand.)

  • Maximum Size for documents?

    Is there a maximum size for a Pages document? I am trying to insert pictures into a travel journal and have got as far as 60 something pages with 44 pages having photos at various angles/shadows etc. but the program has slowed right down and now whenever I try to import another photo the program quits with various error messages. The initial text was formatted using word and I am wondering if this was the problem. The File size is 240 megabytes. My Macbook pro has 2 gig memory and I have a 250 Gig HD so space should not be an issue. Any thoughts?

    No explanations available.
    This morning, after reading your question I made a test.
    I built a Pages document with 99 huge pictures (from 60 Kbytes to 28.6 Mbytes)
    The document is now 521.1 Mbytes.
    It behaves flawlessly.
    To get rid of possible oddities linked to the document origin,
    export the document as text to get rid of every odd items.
    Open the text in Pages then copy the pictures.
    I apologizes but as far as I know, there is no other workaround.
    Complementary details:
    When my document is open,
    Pages uses 1.24 Gbytes in Ram and 1.49 Gbytes in virtual memory (which is HD space).
    Yvan KOENIG (from FRANCE mercredi 1 octobre 2008 18:39:51)

  • What is the maximum size for open_cursors parameter in 11g database

    what is the maximum size we can set for open_cursors parameter in 11g database..

    Oracle® Database Reference
    11g Release 1 (11.1)
    Parameter type     Integer
    Default value     50
    Modifiable     ALTER SYSTEM
    Range of values     0 to 65535
    Basic     Yes
    For details, go to the following link:
    http://www.seasongreetings.org/documentation/oracle/database/11.1/server.111/b28320/initparams153.htm

  • Incoming message size exceeds the configured maximum size for protocol t3

    Hi All,
    I've encountered an error as follow:
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size 50004000 bytes exceeds the configured maximum of 50000000 bytes of protocol t3.
    But the request message is only 3MB, why it is enlarged to over 50M?
    There is a For Each loop section in main flow, is it because for one loop, there will be a copy of request message?
    How to enlarge message size for protocol t3?
    Go to server/protocol and change 'Maximum Message Size' for AdminServer, OSB Servers and SOA servers?
    Thanks and Regards,
    Bruce

    Hi,
    1) After setting -Dweblogic.MaxMessageSize to 25000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver1/172.24.128.8,port=9040,localport=36285]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '25002240' bytes exceeds the configured maximum of: '25000000' bytes for protocol: 't3'
    at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:174)
    2) After setting -Dweblogic.MaxMessageSize to 50000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver2/172.24.128.9,port=9040,localport=59925]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '50000400' bytes exceeds the configured maximum of: '50000000' bytes for protocol:
    't3'.
    And even after setting various values for -Dweblogic.MaxMessageSize , issue weblogic.socket.MaxMessageSizeExceededException was observed.
    To overcome the issue set Manual Service Migration Only as after several experiments and replicating the issue it was found out that in case of no available pinned services, must set the migration policies of the migratable targets on "Manual Service Migration Only".
    And once it is corrected; it was noticed that weblogic.socket.MaxMessageSizeExceededException issue also resolved.
    WebLogic Server can fail over most services transparently, but it's unable to do the same when dealing with pinned services.
    Pinned Services : JMS and JTA are considered as pinned services. They're hosted on individual members of a cluster and not on all server instances.
    You can have high availability only if the cluster can ensure that these pinned services are always running somewhere in the cluster.
    When a WebLogic Server instance hosting these critical pinned services fails, WebLogic Server can't support their continuous availability and uses migration instead of failover to ensure that they are always available.
    Regards,
    Kal

  • NOKIA N72: Whats the maximum size for RS-MMC??

    Hi guys...
    I am currently using NOKIA N72...I am planning to buy a New RS-MMC..Can you please tell me the maximum size of RS-MMC FOR NOKIA N72??i mean can i buy a 2GB RS-MMC FOR NOKIA N72??...Thanks in anticipation..Cheers...

    Yeah I thought so, how about 4,8,16, and 32GB?
    Feel free to hit the KUDOS button if you think I deserved it.........

Maybe you are looking for

  • Adding Windows folders to iTunes library

    Having some trouble figuring out how to add preexisting mp3's into the iTunes library. The mp3's are ripped from my own CD collection using Windows Media Player. For discussion let's say I have 50 mp3's in a folder I created called iPod1. I go to iTu

  • When using a Foscam FI8910W IP Camera, how do I get the 2-way audio function to work? I have VLC as a video app in my applications folder. I am running OSX 10.8

    Again, I am on a 2011 MBP, running OSX 10.8.4, and I use VLC as my default player. I bought a Foscam FI8910W Pan&Tilt camera, which has 2-way audio capability through the browser. I have looked online and the only people who have this camera who can

  • Data persistence using SQL/J

    Hi ! I am trying to achieve data persistence using SQL/J. The env / tools that I am using are WLS 4.5.1 Oracle 8i, SQL/J. SQL/J works fine with the two - tier applications but with WLS the connectivity is not been arrived at. Any help would be wewlco

  • Azure Cloud Service - HTTP to HTTPS

    Hi We have multiple websites hosted in Azure as Cloud Service. All are only running on HTTPS and none of the website is accessible on HTTP. There is a recent requirement from business where they are asking to allow people to type the url on HTTP but

  • Site won't follow CSS rule, horizontal line colour.

    Hi, I have made a CSS syle:- .hr {   border:0;   border-top: 1px solid #840017;   height: 0;   background: #840017; This makes a horizontal line to act as a break.  But in FF and IE it comes out grey and not claret (#840017) Any ideas what I have don