Adding Stamp Annotation fails after 1100 files

I'm trying to stamp 2500 PDF files by javascript. After around 1100 files had been stamped the Acrobat.exe process is terminated without any error message.
This also happens if I call AFExecuteThisScript() with an according addAnnot() javascript string from within a plugin. Please note that in the plugin I do the message handling so the Windows "not Responding" doesn't appear and that addAnnot() is the only javascript call I do from the plugin.
I use Acrobat Pro 11 on a Win7 64 bit.
Am I doing something wrong or is this a limitation of Acrobat Pro? Will this happen too if I do everything in the plugin (without any javascript call)?
Here are the two javascripts that reproduce this. The first one generates 2500 copies of the first active document in Acrobat,
the second one stamps them. They are independent from each other but the first one adds (n) to the filenames and the second one excpects filenames in the format filename(n).pdf for n from 0 to 2500 and the first active doc to bee filname.pdf.
/* Make 2500 copies of a pdf file */
execution instrucions:
- create a new folder somewhere
- copy a pdf file into it
- close all open documents in Acrobat
- open the copied file in Acrobat
- execute this script in the console
- it will run for about 3 minutes
var doc = app.activeDocs[0];
var fname = doc.documentFileName;
var savepath;
for(i=0; i<2500; i++){
          savepath = fname.substring(0, fname.lastIndexOf(".")) + "(" + i + ")" + fname.substring( fname.lastIndexOf("."));
          doc.saveAs(savepath);
/* Stamp 2500 pdf files */
execution instrucions:
- save this script as a .js file in Acrobat privileged folder
- restart Acrobat
- open up the pdf file you copied (only the one without the (n) in filename!)
- execute it from Add-on Tools, "Stamp 2500 documents" entry (it won't work from the console)
stampAllFiles = app.trustedFunction(function () {
          app.beginPriv();
          var doc = app.activeDocs[0];
          var docpath = doc.path;
          doc.closeDoc();
          var file;
          var fnamepadb = docpath.substring(0, docpath.lastIndexOf(".")) + "(";
          var fnamepada = ")" + docpath.substring( docpath.lastIndexOf("."));
          for(i = 0; i < 2500; i++){
                    file = fnamepadb + i + fnamepada;
                    doc = app.openDoc(file);
                    try{
                              doc.addAnnot({page: 0, type: "Stamp", name: "thestamp", rect: [256, 621, 356, 688 ], AP: "Draft"});
                              doc.saveAs(doc.path);
                    }catch(err){
                              app.alert("ERROR");
                    doc.closeDoc();
          app.endPriv();
allFilesStamper = {
    cName: "stampAllFiles",
          cLabel: "Stamp 2500 documents",
          cExec: "stampAllFiles();",
          cEnable: "event.rc = app.doc",
    nPos: -1
app.addToolButton(allFilesStamper);

I'm not a bit surprised. I so often hear from people who, having found you can nicely use JavaScript to automate a dozen files, set of to do hundreds or thousands (or even hundreds of thousands). Acrobat isn't made for it, isn't tested for this sort of thing.
If you really must try to use an interactive tool to do the job of a batch tool, at least quit and restart every hundred files or so.

Similar Messages

  • Installation fails after extracting files, Windows Vista.

    i downloaded the firfox 9.0 on my laptop with windows vista. when i click on the installed file, it runs an extraction but however does not do anything after extraction. there is no pop-up, no process running, the installation just stops and i have to do the extraction again which results in similar issue.

    i tried doing that, doesn't work for me...have tried disabling windows firewall, antivirus everything...still can't get thru..

  • Instalation process FAIL after 100% file copy process

    I'm installing oracle 8i , in the tipical intalation and after the copy process end, before the configuration process, i got the message bellow:
    THREAD ALARM Q:
    sys_thread_t 0x4338ce0c timeout 17ms
    sys_thread_t 0x42932e0c timeout 49ms
    sys_thread_t 0x43085e0c timeout 800ms
    null

    You should contact support for these types of issues. I'm just guessing (it's all that I can do without a lot of analysis of reports and an exact description of what was done): The extract process could be looking for files that were removed from the system, and has to be manually repositioned (from the extract process, run info "detail" and "showch"). It's possible that by deleting (or moving) archive logs from the source system, and if extract hadn't processed them yet, then you may have missed some data that needed to be replicated. But that is just a guess. I don't think there is any way you're going to be able to get an issue like this resolved without someone looking at and analyzing what has been done, what was moved where, and deciding (carefully) what steps to take next.

  • Annotations lost after failed cloud save

    I had a PDF file opened for several days in Reader in my Nexus 7 tablet. I had made several annotations.
    At some point, after I had added a couple of annotations, I uploaded the file to Acrobat.com, and continued working with the version on Acrobat.com.
    Unfortunately, today I encountered a problem when I was having trouble trying to select a highlight to change its colour. I was tapping a lot and long-pressing. For some reason, at that point Reader suddenly decided to try to save the file into the cloud - and showed a message saying it had failed to save it. It's not surprising that it failed, because I wasn't connected to any network at the time! Simultaneously, it returned me to the Recent documents list, and removed the file from the Recent documents list.
    I found a copy of the file saved on my tablet, but this did not contain the new annotations, only the initial ones. Maybe that copy was just the old version before I uploaded it to Acrobat.com, I'm not sure.
    Anyway, is there any way I can get my other annotations back?
    They are not in the Acrobat.com version either (I checked on my PC) because every time it has tried to save to the cloud, there was no network. So this also only contains the initial annotations.

    I had a PDF file opened for several days in Reader in my Nexus 7 tablet. I had made several annotations.
    At some point, after I had added a couple of annotations, I uploaded the file to Acrobat.com, and continued working with the version on Acrobat.com.
    Unfortunately, today I encountered a problem when I was having trouble trying to select a highlight to change its colour. I was tapping a lot and long-pressing. For some reason, at that point Reader suddenly decided to try to save the file into the cloud - and showed a message saying it had failed to save it. It's not surprising that it failed, because I wasn't connected to any network at the time! Simultaneously, it returned me to the Recent documents list, and removed the file from the Recent documents list.
    I found a copy of the file saved on my tablet, but this did not contain the new annotations, only the initial ones. Maybe that copy was just the old version before I uploaded it to Acrobat.com, I'm not sure.
    Anyway, is there any way I can get my other annotations back?
    They are not in the Acrobat.com version either (I checked on my PC) because every time it has tried to save to the cloud, there was no network. So this also only contains the initial annotations.

  • HT4796 Migration assistant failed after 90% of the way; where are the files now and how do I get rid of them?

    Migration assistant failed after 90% of the way; where are the files now and how do I get rid of them?

    Hello.  It looks like I recovered all my keywords attached to photos.  What I did:
    First I located all photos without keywords using a metadata search.
    I found that it seemed to be certain groups of photos that had no keywords.  I decided to at least get the main keyword on all of those in a particular group, like Canyonlands. 
    Once I added one of the keywords, the others all showed up magically!  I then went to each group of photos and added the main keyword, and the others came along and attached to the photos.
    Don't understand why this occurred or why it got fixed, since it was so random.  But, I'm glad to have my keywords restored (I had divided flowers by color, etc. so it was a lot of work!)
    Thanks for the discussion and help.

  • Failed to delete file after processing FTP

    Failed to delete file after processing. The FTP server returned the following error message: 'com.sap.ai i.adapter.file.ftp.FTPEx: 550 Unexpected reply code *.txt: The process cannot access the file because it is being used by another process. '. For details, contact your FTP server vendor.
    I got this error many times for the same interface. Not sure what is the reason for this.
    Searched on internet go comments that this is because of FTP version!
    Please help

    It is the "Msecs to Wait Before Modification Check" in the Sender Adapter that ensures this. It works like this: PI starts processing, finds a file, then waits the number of miliseconds specified and checks the file again to see if it has changed over the waiting period. If so, then it waits again to make sure the file is written completely. Only if no changes took place over the waiting period, it starts processing the file.
    And the fact that your file was successfully processed at retry only confirms that it might have been still written to by the sender system. You can try comparing file's creation timestamp (in OS level) with its processing start time in PI - this could prove me right.
    Edited by: Grzegorz Glowacki on Jan 13, 2012 2:15 PM

  • After adding MIME type in sharepoint server, file click opens a popup for file to open as readonly or edit, How to avoid this popup

    After adding MIME type in sharepoint server,
    File click opens a popup for file to open as readonly or edit, How to avoid this popup
    Popup Details:
    You are about to open --> File Details
    How would you like to open --> ReadOnly, Edit
    OS: Window 7
    Jagadish

    this is likely caused by the library requiring check-out/check-in. For a file to be editable, the file needs to be checked out.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • XBMC fails playing some files after recent update

    Hi,
      I am unsure as of what happened but after a recent update, XBMC fails playing some files.  I can't see much in the logs; no error except a segfault in XBMC reported by .xsession-error.  I am using the integrated Intel video card (Ivy Bridge) of an i3.
      Searching a bit revealed that issues have been found with VAAPI but this was a while back.  libva-intel 1.3.2-1 hasn't been reported as erroneous so far...
    Can anyone confirm this so I can be sure it is not my system that is in fault?
    Thanks,
    Tach

    Thanks, Andy. That seemed to do the trick. Not sure how to edit this project, though. Not sure how I split the clips on one drive, and the final output on another. Ideas on how to join them up? I hesitate to move anything around since FCPX seems so sensitive to any moved files.
    Cheers & thanks,
    Marissa

  • HT6196 When I try to "share" my movie project via "File" the process "fails after a short while.  I do not know why this is happening.  I want to send my movie file to IDVD so I can burn a DVD disc of my project.

    When I try to "share" my IMovie project via "File", the process "fails", after a short time.  I am following the instuctions;  Click share>file>next > except it hasn't download to save.  The blue circle never completes its circle before I says it failed.  What am I doing wrong?

    Are you trying to transfer it from the iPad to your desktop?  Have you tried AirDrop?

  • Arch Won't boot after lockup: "Failed to read file" [SOLVED]

    So like many stories, this one begins with a "Sudo pacman -Syu".
    Everything was updating fine, but then my system locked up.  I let it set for awhile, but when I couldn't even get a console, I finally rebooted (yes, bad, I know).
    I was about half-way through the upgrading process.
    Now my system will not boot, and I only get a "Failed to read file" error.
    I chrooted into my system through the live disk, and managed to finish the upgrade (I had to fix a few files, and reinstall some manually). I tried a "mkinitcpio -p linux," but no luck.
    Is there anything else I could post that might be helpful?  This error does not tell me a whole lot.
    Thanks!
    Last edited by thewooster (2014-06-18 16:11:51)

    I did a little more looking around, and found a few more problems.
    When I run a "mkinitcpio -p linux" now, I get:
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    It also appears I have a number of "empty" directories "pacman -S linux"
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): linux-3.14.6-1
    Total Installed Size: 70.27 MiB
    Net Upgrade Size: 0.00 MiB
    checking keyring...
    checking package integrity...
    loading package files...
    checking for file conflicts...
    checking available disk space...
    reinstalling linux...
    >>> Updating module dependencies. Please wait ...
    depmod: ERROR: failed to load symbols from /lib/modules/3.14.6-1-ARCH/extramodules/fglrx.ko.gz: Invalid argument
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> ERROR: Unable to write to /boot/initramfs-linux.img
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> ERROR: Unable to write to /boot/initramfs-linux-fallback.img
    ldconfig: File /usr/lib/libclamunrar_iface.so is empty, not checked.
    ldconfig: File /usr/lib/libfontforgeexe.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libfontforgeexe.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libgunicode.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libfontforgeexe.so is empty, not checked.
    ldconfig: File /usr/lib/libcord.so is empty, not checked.
    ldconfig: File /usr/lib/libgdraw.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf_xlib-2.0.so is empty, not checked.
    ldconfig: File /usr/lib/libgnome-menu-3.so is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf-2.0.so is empty, not checked.
    ldconfig: File /usr/lib/libgccpp.so is empty, not checked.
    ldconfig: File /usr/lib/libhunspell.so is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf-2.0.so.0.3000.8 is empty, not checked.
    ldconfig: File /usr/lib/libgccpp.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libwbclient.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libhunspell-1.3.so is empty, not checked.
    ldconfig: File /usr/lib/libgioftp.so is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf-2.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgdraw.so is empty, not checked.
    ldconfig: File /usr/lib/libX11-xcb.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgioftp.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libclamunrar.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libfontforge.so is empty, not checked.
    ldconfig: File /usr/lib/libX11.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf_xlib-2.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libclamav.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libgutils.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgnome-menu-3.so.0.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libgunicode.so is empty, not checked.
    ldconfig: File /usr/lib/libtalloc.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libclamunrar.so is empty, not checked.
    ldconfig: File /usr/lib/libclamunrar_iface.so.6.1.23 is empty, not checked.
    ldconfig: File /usr/lib/libpytalloc-util.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libcord.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libX11-xcb.so is empty, not checked.
    ldconfig: File /usr/lib/libgccpp.so.1.0.3 is empty, not checked.
    ldconfig: File /usr/lib/libtalloc.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libtalloc.so is empty, not checked.
    ldconfig: File /usr/lib/libwbclient.so is empty, not checked.
    ldconfig: File /usr/lib/libX11.so.6.3.0 is empty, not checked.
    ldconfig: File /usr/lib/libfontforge.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libgutils.so is empty, not checked.
    ldconfig: File /usr/lib/libclamunrar.so.6.1.23 is empty, not checked.
    ldconfig: File /usr/lib/libclamunrar_iface.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libhunspell-1.3.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libtalloc.so.2.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libgutils.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libfontforge.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libtalloc-compat1-2.1.1.so is empty, not checked.
    ldconfig: File /usr/lib/libgc.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libpytalloc-util.so is empty, not checked.
    ldconfig: File /usr/lib/libcord.so.1.0.3 is empty, not checked.
    ldconfig: File /usr/lib/libgunicode.so.4.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libX11.so is empty, not checked.
    ldconfig: File /usr/lib/libpytalloc-util.so.2.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libgc.so is empty, not checked.
    ldconfig: File /usr/lib/libhunspell-1.3.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3000.8 is empty, not checked.
    ldconfig: File /usr/lib/libgdraw.so.5.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libX11-xcb.so.1.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libwbclient.so.0.11 is empty, not checked.
    ldconfig: File /usr/lib/libgioftp.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgc.so.1.0.3 is empty, not checked.
    ldconfig: File /usr/lib/libclamav.so is empty, not checked.
    ldconfig: File /usr/lib/libgnome-menu-3.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libclamav.so.6.1.23 is empty, not checked.
    Gummiboot will not reinstall "gummiboot -path=$esp install":
    Failed to check file system type of : no such file or directory
    I have considered doing a reinstall, but I have so many customizations that I would prefer not to lose them.  I do have an rsync backup, but it is a little old, and do have separate home/root partitions, but wouldn't I still lose a fair amount of customizations?

  • Consolidate Problem. Copying files failed. The File name was invalid.

    Hi to everyone,
    My system is 10.5.8, iTunes 9.2.1 (4)
    I tried to consolidate my iTunes library to an external HD. After about 100GB of copied music, I got the message : Copying files failed. The File name was invalid.
    Now everytime I try again to consolidate, I get immediately this message. I am looking everywhere for a solution, and I only find the same problem for Windows iTunes users.
    Actually I found very useful this thread:
    http://discussions.apple.com/thread.jspa?threadID=1708372,
    which talks about with which order iTunes consolidates the media, so by digging a little in the folders to find which track has the problem and make the fix. It says that consolidate start copy the files by the date added order. So I can go in my new iTunes media folder and find the latest added track, then go back in iTunes, sort by date added the songs and locate the next song, to make the fix. However in my case, all previous and next songs (by date added), have been copied in the new locations.
    I am stuck. I have a remaining 300GB of music to consolidate and dont know how to proceed.
    Any help would be much appreciated..

    Finaly, I managed to solve it by myself...,
    following the help I found from the post of the thread I mentioned on my question...
    What was the problem that made things more difficult in my case, is that a big amount of songs have been added at the same time, with just a few seconds time distance. So it was tougher to locate what was the last imported song, and where iTunes consolidation had stopped. Actually I had groups of about 100 songs with the same timestamp of date added and the consolidation was following the rule of the "date added" but not exactly with the order the songs was showing in the iTuned library. So I started checking all the songs very close to the last added in the media folder one by one with the "show in finder" command, and then I managed to found what was the one with the problem.
    Regarding the problematic file, that was a midi file that had been imported in my iTunes.
    I hope this will help anyone else that might have the same problem as me in the future.

  • Photoshop Elements 11 Organizer failed during folder / file move

    I have a large image collection, in excess of 40,000.  I'm running on a PC with Windows 7 and all updates installed.  I just purchased PSE 11 to replace PSE 10. After installing PSE 11 I converted my catalog.  That seemed to go OK.  At that point I discovered that my C: drive was almost full so I decided to move my image collection from its C: drive location to an external hard drive that had sufficient capacity.  In order to ensure the integrity of the catalog I decided that I should use the PSE 11 Organizer to move the files.  This would allow the Organizer to update the location information for the files as it moved them, although it was clear that this would take many hours to complete.  So, using Organizer I did a "drag and drop" of my image collection's root file from the C: location to the external drive which happened to be the J: drive.  Organizer appeared to be running properly so I left it to continue overnight.  The next morning I discovered that only about 2/3 of the files had been moved.  There was a very cryptic message that said the opertion could not be completed because of "...possibly unsupported files types, files with read only attributes.." etc.  I did not write down the actual message and it did not tell me where in the transfer the failure occurred.  After doing some detective work I discovered that many folders and files had been copied to the J: drive that were not appearing in the Organizer catalog and consequently were not being displayed.  Some folders had only a portion of their files copied.  Fortunately, the files were still visible and cataloged on the C: drive.  I did look at my files on the C: drive and there were some that for what ever reason had read only attributes.
    I don't have a good guess as to what was actually the root cause of the problem, but here's how I think the file movement should happen.  The selected file, files, or folders should be copied to the specified destination.  At that point they should be added to the catalog, then the files should be deleted from their original location and the catalog updated accordingly.  If an original file is read only then it can't be deleted but the attempt to delete it should be reported as an inability to delete with no consequences imposed on the files that have been placed in their new location.  The "problem" should not be promoted to the status of a serious or fatal error that causes only partial completion of the overall operation.

    Bill Junk wrote:
    I've seen a couple postings in the forum that related to catalog conversion failures and suggested that they could be avoided by running in administrative mode.  When I did my conversion is was not in administrative mode and it's certainly possible that there were files with restrictive permission settings that screwed things up.  It's also fairly likely that the catalog itself had some issues that were not detected or fixed by running a catalog repair.
    That's something I had the opportunity to test today : after a fresh install of my second copy of PSE11 on another computer (Vista), I first restored without problem a PSE11 backup from the other computer (XP). Then I tried a restore for a catalog from a PSE6 version on the second computer. The conversion failed the first time and worked the second time when run as administrator. This time, I don't think there were file types problems, since that PSE6 catalog had been restored successfully on a PSE10 version some months ago. I really don't understand that 'administrator' problem, since all my files are situated in a second internal 1 Tb drive with full access for my account ?
    I am not sure about the details of your case, but I understand you have restored exactly the same tree structure in a new J: drive. Your catalog is always accessible in its original location.
    In that case it's possible to simply create a copy of your catalog (a simple copy of the folder containing the database catalog.pseXXdb - to be found in the help menu, system info). Then you need a sqlite database management tool (I use the add-on sqlite manager in Firefox) to simply edit a single record in a table containing the identification of all drives known to the catalog. You simply edit the letter and the serial number of the drive (DOS command VOL:).
    I had a case where I had a catalog and all the media on an external drive. That external drive was assigned a different letter in different computers. Either I used the above solution, or I had to reassign drive letters in one of the computers.

  • Crash when using Dimensions version plug-in - key Failed to {0} file {1}

    Oracle JDeveloper 11.1.1.3.0 (JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660)
    Versioning Support (for Dimensions) 11.1.1.3.37.56.60
    I've used "Versioning | Configure" to disable SVN support so that Dimensions is my only enabled extension. No matter what I have selected in the Application Navigator, I cannot get anything enabled on the 'Versioning' menu other than Download and Configure. If I download, I'm prompted to login (testing the connection works fine), and then the "Log Out" menu option is enabled, but no others.
    I've got an application with one project that I've created and added to Dimensions via the Dimensions client. Attempting to download this project into JDeveloper using either the "Download" option from the versioning menu, or the right-click | download from the "Versioning Navigator" fails. If I do it from the Versioning menu, I get the 'Download' dialog and the OK button is enabled, but after entering a destination and clicking OK nothing happens (no error, dialog remains).
    If I use the Versioning Navigator and right-click, I can select my Dimensions project, enter a destination, and click ok and a crash occurs. Details of the error are below:
    Performing action Download...[ from oracle.jdevimpl.vcs.nav.VersioningNavigatorManager$2 ]
    Invoking command: [ from oracle.jdevimpl.vcs.nav.VersioningNavigatorManager$2 ]
    java.util.MissingResourceException: Can't find resource for bundle oracle.jdevimpl.vcs.dimensions.res.Resource, key Failed to {0} file {1}
    j.util.ResourceBundle.getObject(ResourceBundle.java:384)
    j.util.ResourceBundle.getObject(ResourceBundle.java:381)
    j.util.ResourceBundle.getString(ResourceBundle.java:344)
    o.ji.vcs.dimensions.res.Resource.get(Resource.java:23)
    o.ji.vcs.dimensions.res.Resource.format(Resource.java:31)
    o.ji.vcs.dimensions.session.DMVersionOperation.convertToDMException(DMVersionOperation.java:98)
    o.ji.vcs.dimensions.session.DMDownload.downloadFolder(DMDownload.java:84)
    o.ji.vcs.dimensions.nav.cmd.DMDownloadCommand$1.doInvocation(DMDownloadCommand.java:308)
    o.j.vcs.spi.VCSDirectoryInvokable.runInvokableImpl(VCSDirectoryInvokable.java:199)
    o.j.vcs.spi.VCSDirectoryInvokable.runInvokable(VCSDirectoryInvokable.java:117)
    o.ji.vcs.dimensions.nav.cmd.DMDownloadCommand.invokeCommandImpl(DMDownloadCommand.java:258)
    o.ji.vcs.dimensions.op.DMAbstractOperation$1.doCommitOperation(DMAbstractOperation.java:102)
    o.j.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
    Any thoughts?

    I get that error too, only when checking in a new item.
    Got it in Dimensions 2009R02 and 2009R03
    /Kim

  • Recently added photos/movies missing after closing iPhoto '09

    I have iPhoto '09 (8.1.2 (424) running on an Intel iMac Core (1) Duo with Snow Leopard, all software updates current. Tonight I went to add several photos and movies to my iPhoto library (19,000+ photos). They imported fine. I moved some around with respect to events, fixed some dates, but did no photo edits. Then I closed iPhoto. When I opened it back up, all of the recently added photos were gone. The "Last Import" said "(0)". I found the photos/movies sitting in my iPhoto library in the file structure and could open them up and view them with Preview or Quicktime, respectively. But iPhoto didn't know they were there. I tried to drag and drop them into iPhoto again and it wouldn't let me, saying they are already in the library. I was able to reimport from the original location on my desktop and after closing and re-opening, same thing, no photos in iPhoto but another copy of them in the "iPhoto Library package > Originals > 2011 > ..." 
    This is repeatable. I can delete the folders I added then reimport and after closing and re-opening, nothing. I've rebuilt the library 2 times using command+option with all options selected except "rebuild from automatic backups." I can drag just one image into iPhoto from the bunch and it disappears to after a close+reopen. I have not yet tried to do a camera-based import. These are files on my desktop.
    Lastly, I think this may be a red herring, but I just recovered from a HD crash last week. I got a new HD installed by professionals and did all the new installs to Snow Leopard and restore from my time machine backups myself. Everything looks/works like it did before the crash, except one of the user's (4 of us on this machine) desktop was missing their background pic and had to re-add it. All the other user's desktop pics were fine. This desktop pic was associated with the iphoto library I'm having the problem with. I just realized after talking with my wife that all the pictures she has added since the crash have had the same behaviour and are sitting in the iphoto library package but are not in the iPhoto library "viewer" when iPhoto is open.

    The Library database is corrupted.
    Best option: restore from back up. Otherwise:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Active Screen Corner Customization with added hot keys fails

    Active Screen Corner Customization with added hot keys fails upon restart. So, if my lower left corner is set to activate the screen saver it works. If I add the command key to that operation it works unit I restart the machine than the hot key requirement vanishes, i.e. the screen saver works but not with the required hot key requirement. The system seems to forget all about the hot key association/requirement after restart. Dumping the file below did not change the situation.
    /Library/Preferences/com.apple.preference.desktopscreeneffect.plist

    You might want to try deleting the screen saver preference/plist - look in your home directory:
    /Library/Preferences/com.apple.preference.desktopscreeneffect.plist

Maybe you are looking for

  • Default password for SID adm

    The subject says it all - I am new to MaxDB, and did not install the application. We are trying to update some tables, and get permission errors. I have the SUPERDBA user, but that user does not have permissions on the <SID>ADM tables. Is there a def

  • JDialog not displaying correctly

    Hi all, Im having this problem with displaying a JDialog. I have a lengthy delay in my app and want to display an animated GIF while the user is waiting. The below code is what im trying to run. The JDialog wil display, but the title text, message te

  • Application exits after opening and closing two forms

    Hi, <<This message was also posted on the designer forum!>> During testing of a migrated application from 6.0 to 6i we found the following (webbased). Expected behavior: 1 start application, startform opens; 2 select sub-application, startform sub-ap

  • Wont play music continously

    I have the 3rd Gen iPod Touch 8 GB iOS 4, iPod recently stopped playing music continuously. It will return to the home screen after 1 song is played. It starts to play a little bit of the next song before stopping, help please!

  • Is Smartforms recommended for use in check payments?

    Looking at some of the comments on this Forum, I am apprehensive about the advisability of using SMARTFORMS for check payments. I see issues in configuration (only Script/PDF Forms are available in Payment Methods) and the driver program RFFOUS_C nee