Process Multiple Files is not working correctly

When using Process Multiple Files to resize several images, the resulting files are way too small.  I am resizing to 12"x8" at 150dpi which used to result in about a 2 meg file.  Now the files are about 200k.  Something has changes and I can't find it. Help!

Hi,
I don't have access to my ECC 6 system right now, I would check 2 things:
1) it is possible that the BAdI definition class (for classic BAdIs, it is usually CL_EX_BATCH_MASTER) has been changed manually by SAP, and they removed the LOOP, or have added an EXIT right before the ENDLOOP. I know they sometimes do it.
2) I would check if the BATCH_MASTER classic BAdI has been migrated to new BAdI, in that case I think you should migrate your BAdI implementations
3) Just to be sure: if an implementation raises an exception, that's normal that the other implementations are not executed.
BR
Sandra

Similar Messages

  • Hello I bought Photoshop Elements 9 for PC: The application processing multiple files is not working

    tank you

    Dear Ankush,
    Thank you for your help.  I followed the directions on the link and tried to change the security settings (there were some that I had missed, like the 'sites' on my own), but I still can't get AIR to download. I'm still getting security errors for some reason.
    Sincerely,
    Laurie

  • Multiple file upload not working in IE10 and IE11

    Hi,
    As per the UI5 documentation( https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/FileUploader.html) , UI5 supports multiple file uploading for IE10 and IE11. I set the "multiple: true" flag in the fileuploader example page and the file browser dialog is not allowing to select multiple files. Does UI5 provide multi file upload support for IE10 and IE11 or am i missing anything ?
    regards
    Raja

    Huh?
    Your problem makes no sense. The filename is included with the upload so that the server knows what the file was originally called. Are you running the JSP locally and reading the file directly off the hard drive??
    I note also that you aren't using a multipart form, which is required to upload a file.
    <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
      <input type="file" name="upload" value="<%= fileName %>" />
    </form>You'll need to use the Jakarta Commons FileUpload class to correctly process a form encoded with "multipart/form-data" or getParameter("xxx") will return null. You can also use the older com.oreilly.servlet.MultipartForm or whatever it's called. I'm pretty certain that the Jakarta Commons obsoletes all the COS classes.
    Brian

  • I want to know, why the update process of firefox is not work correctly. Because of i begin update that is not work for along time(Connecting to the update server). So why should i do this problem. Please help me.

    Update process is not work

    See:
    * [[Software Update Failed]]
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder.<br />
    You may need to delete active-update.xml and updates.xml as well if present.
    C:\Users\&lt;user&gt;\AppData\Local\Mozilla\Firefox\Mozilla Firefox\updates
    (%LOCALAPPDATA%\Mozilla\Firefox\Mozilla Firefox)

  • Lightroom 2.0: Save Metadata to File is not working correctly!

    Hi,
    I have this JPG file with no EXIF data whatsoever but I know it's capture time so I went to "Metadata » Edit Capture Time" and changed the capture time. On Lightroom in the Library module, I can see the capture time but then I save the metadata with "Metadata » Save Metadata to File". However, when I check the file on Windows Explorer, the capture time (or date taken as named by Windows) is not specified at all.
    Why isn't the "Save Metadata do File" working correctly?

    > Ok, this problem was working on only a specific file, so I just re-exported the file and it's all good.
    Exporting to a JPEG and writing metadata to the original JPEG is two different things.
    My experience was that when saving xmp metadata, LR does not create an EXIF section in a file where it was initially missing (And that's a common scenario with scanned film). The date and time information is only stored in the embedded xmp, of which Windows Explorer does not know a thing.
    When exporting your original to a JPEG, that's a completely different thing. You create a new file, rather than modifying your original. SO, Lightroom will create a brand new valid jpeg with a valid exif section and everything.

  • Hp 6700 option to scan to single file or multiple files does not work-scans to single files only

    Cannot find a way  to scan multiple documents to a single file.  The option on the Scan function does not work!

    Hi @apdamw 
    Have you tried saving the scanned pages as a PDF? When you choose PDF in the format option, you will see the option to choose save all pages to a single file, or create a seperate file for each scanned page. Depending on what option you see, you will need to tick or untick the option.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Database file views not working correctly

    I have recently set up an Access database on my local
    coldfusion server. When I go to the application panel and go to the
    'databases' tab, I can see a list of my databases just fine. The
    problem is that, when I open the individual tables of a database
    I've created, the files show up as the path to the file and not the
    file name as it normally should. For example, I'm working through a
    lynda.com tutorial and have build a database called 'teacloud'.
    When I open the teacloud tables in Dreamweaver, they should show
    the individual names of the tables, like the following:
    Products
    ProductTypes
    Reviews
    Users
    UserTypes
    Instead, I get the following:
    C:\CFusionMX7\wwwroot\database\teacloud.Products
    C:\CFusionMX7\wwwroot\database\teacloud.ProductTypes
    C:\CFusionMX7\wwwroot\database\teacloud.Reviews
    C:\CFusionMX7\wwwroot\database\teacloud.Users
    C:\CFusionMX7\wwwroot\database\teacloud.UserTypes
    How do I get rid of the file path structure to where
    Dreamweaver simply shows the Table name only? This is very
    annoying, as it prevents me from being able to see the individual
    table names in many of the functions within Dreamweaver.

    The problem was introduced during the CF 7.01 update. I
    understand that the
    7.02 update fixes the issue.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "JTuran" <[email protected]> wrote in
    message
    news:f0lhv9$1p9$[email protected]..
    >I have recently set up an Access database on my local
    coldfusion server.
    >When
    > I go to the application panel and go to the 'databases'
    tab, I can see a
    > list
    > of my databases just fine. The problem is that, when I
    open the
    > individual
    > tables of a database I've created, the files show up as
    the path to the
    > file
    > and not the file name as it normally should. For
    example, I'm working
    > through
    > a lynda.com tutorial and have build a database called
    'teacloud'. When I
    > open
    > the teacloud tables in Dreamweaver, they should show the
    individual names
    > of
    > the tables, like the following:
    >
    > Products
    > ProductTypes
    > Reviews
    > Users
    > UserTypes
    >
    > Instead, I get the following:
    >
    > C:\CFusionMX7\wwwroot\database\teacloud.Products
    > C:\CFusionMX7\wwwroot\database\teacloud.ProductTypes
    > C:\CFusionMX7\wwwroot\database\teacloud.Reviews
    > C:\CFusionMX7\wwwroot\database\teacloud.Users
    > C:\CFusionMX7\wwwroot\database\teacloud.UserTypes
    >
    > How do I get rid of the file path structure to where
    Dreamweaver simply
    > shows
    > the Table name only? This is very annoying, as it
    prevents me from being
    > able
    > to see the individual table names in many of the
    functions within
    > Dreamweaver.
    >

  • Standalone PDF file system not working correctly

    I have built a website http://greatayton.wikidot.com/ where one PDF Menu file calls up lots of other PDF files.
    I now want to use the same menu system to call PDF files on a PC hard disk with the Internet turned off.
    I used hyperlinks to link from the PDF Meny to the PDF files.
    This works but first calls up Internet Explorer then displays the actual file which makes the operation slow and unweildy.
    How do I just get the hyperlinks to call up the PDF files?
    Thanks
    Mike

    I have bought Adobe Acrobat X Standard & now works

  • Multiple file upload not working

    Hi, I've created a form with file upload. I've selected 'Allow Multiple Files,' but it still only allows single file selection using the Ctrl key. Any suggestions? Thank you.
    G

    Never mind, I now realize you select one file at a time before submitting.

  • Batch File is not working correctly

    Hey Everyone,
    I've got a batch file that I'm trying to get to work and seem to be running into difficulties on getting the whole batch file to work. I'm guessing that I have something missing or incorrect.  What
    I'm trying to accomplish is we currently have Java versions 7.0.45 both x64 & x86 platforms installs on all production client machines. My batch file will uninstall the x86 version of Java 7.0.45 and theninstall the
    latest version of Java 7.0.51 x86 without any problems. It's the x64 that my batch file is running into problems and does not uninstall it or install the new version of java (7.0.51 x64).
    Here's what my batch file looks like:
    @ECHO OFF
    cls
    :KillIE&JavaProcesses
    echo *** This will kill Browsers and Java Processes
    Rem ***
    taskkill /F /IM iexplorer.exe
    taskkill /F /IM iexplore.exe
    taskkill /F /IM firefox.exe
    taskkill /F /IM chrome.exe
    taskkill /F /IM jusched.exe
    taskkill /F /IM jp2launcher.exe
    taskkill /F /IM java.exe
    taskkill /F /IM javaw.exe
    taskkill /F /IM jqs.exe
    rem cd x64
    rem msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
    rem cmd.exe /C rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    rem cd..
    cd x86
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
    cmd.exe /C rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    The CM 2012 exemgr log shows that the batch file installed successfully. Please help.
    Thanks!

    Can't really tell without you posting more details. Here are a few pointers:
    Don't use relative paths such as CD X86. Use absolute paths instead:
    CD F:\X86.
    There is no process called "iexplorer.exe". It should be "iexplore.exe".
    What is the point of spawning an extra command processor to remove a folder?
    Why do you try to delete the Java folder twice?
    Did you invoke the batch file from a Console so that you can see the messages it generates?
    What were these messages?
    Did you run the batch file under elevated admin privileges?
    Try this version:
    @ECHO OFF
    echo *** This will kill Browsers and Java Processes ***
    taskkill /F /IM iexplore.exe
    taskkill /F /IM firefox.exe
    taskkill /F /IM chrome.exe
    taskkill /F /IM jusched.exe
    taskkill /F /IM jp2launcher.exe
    taskkill /F /IM java.exe
    taskkill /F /IM javaw.exe
    taskkill /F /IM jqs.exe
    cd /d "F:\x64"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
    rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    cd /d "F:\x86"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
    rem ??? rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q

  • Two Macs Networked, file sharing not working correctly

    Okay, I've had a Mac Pro since February this year and it has been connected to a new iMac since about two days ago. Both computers can see each other on the ethernet network (their respective icons appear in the Finder sidebar). However, something weird is happening because not only are the correct "iMac" and "Mac Pro" icons showing, but also Windows "blue screen of death" icons are appearing also! These icons are named "mac001ffXXXXXXX" where XXXXXXX are a bunch of numbers. I can access the other computer's files by clicking on EITHER the official Mac icons in the sidebar, OR by clicking on the "blue screen of death" icons.
    It should be noted that a Windows XP computer is also a part of this network. I currently have only the AFP sharing option selected (I did have both AFP and SMB, but I disabled SMB because Windows sharing is not really needed), but still the old Windows icon is appearing alongside the iMac icon -- both icons applicable to the iMac.
    I believe this problem is connected to the file sharing issue I am having. While folders I have shared on the iMac can be seen by the Mac Pro, files on the Mac Pro for which I have specified Read and Write guest access to "Everyone" are not visible on the iMac -- the only way to access these files is to log in as a Registered User. I have tried a whole bunch of different things, but nothing seems to work. I was under the impression that communication between two Macs would be completely problem-free!
    So is there something I am missing, or is it a Leopard issue?

    A simple possibility is that you just don't have also have "Personal File Sharing" turned on for the Macs.
    Otherwise, I bet it's on the PC end. Under windows filesharing (SMB), one machine will take control as the server. When there is a PC on the net, the Macs will generally cede that responsibility to the PC Try watching for that in the console log: take all the CPUs off the net, bring a Mac on, then the PC, open the "Console" app on the Mac, and look at the messages. If the problem -is- on the PC end, I'm sorry, but I'm not PC-savvy enough to tell you how to fix it. Hopefully, this will get you closer.

  • File associations not working correctly in Firefox

    Hi,
    I'm using Firefox 3.5.3 on KDE 4.3.2 and have configured Firefox to open files with the "xdg-open" tool. That way you should be able to double-click on files in the download list to open them directly.
    However, Firefox does not use the preferred applications I have chosen in KDE to open a specific type of file. For example it opens whaawmp instead of smplayer for video files.
    When I run xdg-open from a terminal it opens the correct application. Maybe it uses Gnome settings when invoked by Firefox?
    How can I fix this, so that Firefox uses my KDE file-type settings?

    I don't know how to import the KDE mime-types into Firefox but...
    You can change the incorrect associations for filetypes from within Firefox -- from the menu bar select 'Edit > Preferences > Applications'.  Choose the 'Content Type' you wish to change by clicking on it and a dropdown box will appear in the next column.  Then just pick the appropriate program or action.

  • Process Multiple Files - Not Renaming RAW to JPG

    Im trying to process a few RAW files and convert them to JPG.
    The Process raw dialog is set up correct, but it seems after the first image is processed, I am prompted for a location to save the file, and its wanting to be saved as a .psd file and in the same location of the .RAW files...dispite the fact that I have a seperate destination location specified, and despite the fact that I have the settings to convert to >JPG  Max Quality.
    Any ideas why this may be happening? I am new to elements so im not sure if I am doing something wrong. I modified a RAW file and set my edits as the Camera Raw Default, and I just with to apply these settings to all my RAW files and convert to jpg.

    There is a bit of a sequence to follow but this seems to work best.
    To convert to jpeg select your raw files in Organizer and click on the Fix tab and choose Full Photo Edit. Wait for Camera Raw to open and click the button Select All (top left) then apply your saved default settings to all the selected images. Keep them all selected and click Open Images (towards bottom right - and select 8 bit as Barbara suggests before clicking that button) to send the selected images into the Editor.
    After the Editor opens go to the top menu bar click File >Process Multiple Files.
    Set the dropdown for your source to Opened Files then for the destination, check same as source.
    At the bottom of the dialog under File Type choose the jpeg quality from the dropdown e.g. Max, High, Medium or Low. Choose your naming convention.
    Click OK and leave the program to run (this can take a bit of time as raw files are usually large). When finished close the Editor and return to your folder to see your Jpegs next to your raw files. Or go to your new destination folder if preferred.

  • How can I use the "Correct camera distortion" filter and process multiple files in PSE 11?

    How can I use the "Correct camera distortion" filter and process multiple files in PSE 11?

    Did you check the help page for Correct Camera Distortion and Process multiple file
    Correct Camera Distortion: http://helpx.adobe.com/photoshop-elements/using/retouching-correcting.html#main-pars_headi ng_5
    Process multiple files: http://help.adobe.com/en_US/photoshopelements/using/WS287f927bd30d4b1f89cffc612e28adab65-7 fff.html#WS287f927bd30d4b1f89cffc612e28adab65-7ff6

  • Multiple OAM Files are not working on the layout, and  now they are cropping? Need Help fast...

    So an early thing since day one with muse has been when inserting HTML the preview is sometimes off, and even the container box is sometimes forced to be similar like a previously installed HTML bit. I figured this new site I am making at work could use some Adobe Edge Animate functions for rollovers and drop downs, and as I set this up I am getting errors the more OAM files I insert onto the page. The previews I was kind of already expecting to not work correctly, but no I am getting a situation where my OAM file will not display properly because of the containing box of the first Element I inserted. Here are some pictures explaining the issues...

    This is a huge part of our site, please hurry with a bug fix or please dear god give me some tips for this work around. I am searching everywhere and getting nothing

Maybe you are looking for