Export constrain file size

The lab my client uses doesn't like to handle jpegs larger than about 2MB. OK, that's their rule and I have to make it work.
In PhotoShop, when I converted to jpeg I could see how large a file it was going to produce. In LightRoom I don't know how to do that. I can choose a quality, which isn't measured in anything. And I can enter a dpi, which shouldn't make any difference if the pixel count is unchanged. There's no way to sort by size. So I guess and export them all, then check the sizes and go back again and re-export the files that are too large. Very Clumsy.
Can anyone advise me how to get these Canon 5D files to convert to jpegs at around 2MB?
-wick

Through trial and error (no help from LightRoom), I decided to contrain the file size to within a 2K by 2K pixel rectangle. This gives me roughly the right file size. thanks to all for your suggestions. In the end, of course, I either have to downsize the image or raise the compression to around 60 (as Ian suggested). In the end, assuming a print size no larger than 8 x 10, do you think the better solution is to downsize or upcompress?
-wick
PS: Has anyone else come across the bug mentioned in my second post, where exporting the same file over and over leads to the wrong file getting exported? Maybe LightRoom just got bored?

Similar Messages

  • Aperture is exporting large file size e.g. original image is 18.2MB and the exported version (TFF 16 Bit) is 47.9MB, any ideas please

    Aperture is exporting large file size e.g. original image is 18.2MB and the exported version (TFF 16 Bit) is 47.9MB, any ideas please

    Raws, even if not compressed, Sould be smaller than a 24-bit Tiff, since they have only one bitplane. My T3i shoots 14 bit 18MP raws and has a raw file size of 24.5 MB*. An uncompressed Tiff should have a size of 18 MP x 3 bytes per pixel or 54 MB.
    *There must be some lossless compression going on since 18 MP times 1.75 bytes per pixel is 31.5MB for uncompressed raw.

  • Constraining file-sizes in iPhoto 6

    Is it possible to export a file under iPhoto 6 such that it is constrained to a specific file-size? Such as, if I import a 1 MB file and I want to export a copy that is only 500K in size, does iPhoto have this ability? I see where I can constrain the dimensions of the image, but not the size of the file itself.
    Any ideas?
    --- Chris
    G5, dual 1.8   Mac OS X (10.4.6)   It's shiny.

    HI Chris,
    If you have no other image editing software, you can try this on PREVIEW.
    Open images in PREVIEW and use the SAVE AS option > you'll see a dialog box, use jpg format, and you will also see a "Quality" slide, move more to left to make file smaller... and save to desktop with a NEW NAME. You will need to practice to get the correct file size you desire. After saving as, image will auto open again in PREVIEW, use the 'Get Info' for final file size, you can determine how much more or less you need...
    This is you only option if you need orginal resolution size but smaller file size and you do not have additional image edting software... practice makes perfect...:-)
    Rick
    iMac G5 iSight 20" - 30G iPOD in Slimming Black -   Mac OS X (10.4.7)   - HP Pav 15" WS and Toshiba Sat 17" WS LP's - Canon 20D & A620

  • Exported media file size issues Sometimes one size, Sometimes another without making any changes in FCPX?

    Hi there
    I'm having some strange issues with files sizes from
    Share>Export Media
    I'm not changing anything about the video (just moving an audio track forwards and backwards ever so slightly to try and get it to the correct timing), nor am I changing anything about the way I export the video.
    I am always using the EXACT same settings
    Sometimes finder states my video is 1.15GB, sometimes its states its 3.8GB
    But then when I close Finder down and then go back into Finder again to find the file it states its gone from 1.15GB to 3.8GB
    I'm not sure if this is a error with my system or Final Cut Pro X?
    By the way I'm running 10.0.5
    Thanks

    Bob,
    Well, the issue has gone to press and I have upgraded to Snow Leopard and CS5. Initial tests show that the problem still exists, and that it is  related to the XML tags. The problem occurs both with legacy (CS4) documents and documents created from scratch in CS5. As I mentioned before, it only seems to happen when overrides are applied to paragraph styles.
    Here is a sidebar as exported from InDesign. Overrides were applied to the two headlines to modify color, point size and baseline shift:
    The file with XML tags, packaged and opened in InCopy CS5:
    The same file with XML tags removed, packaged and opened in InCopy:
    OK. Now is when things start to get really interesting.
    I thought perhaps that exporting the InDesign file as an IDML document, then reopening it, might perhaps fix the problem. But, no. In fact, when I reopened the IDML file in InDesign, the font styles were broken in _exactly_ the same places as they were in InCopy. Apparently, whatever problem InCopy is having with the XML tags is being duplicated by the IDML export. (Do these processes share the same file format?)
    For example, here is a title page from the magazine as a screen grab in InDesign. Overrides were applied to the top headline on a line-by-line basis:
    The same file, exported as an IDML file and reopened in InDesign:
    As with InCopy, when the XML tags are removed, the IDML file reopens in InDesign just fine. Unfortunately, removing the XML tags is not a option. We need them to repurpose the content after it goes to press.
    This is a real bug, and for us it's a serious one. I'm surprised it hasn't come up before. Is there any way to draw this to Adobe's attention? I'd be more than happy to share any of these files if that would help.
    Steve

  • Problem exporting '.txt' file size 23 KB and '.zip' file size 4 MB

    I am using Apex 3.0 version screen to upload '.txt' file and '.zip' file containing images.
    I can successfully export '.txt' file and '.zip' file containing images as long as '.txt' file size is < 23 KB and '.zip' file size < 4 MB from database table 'TBL_upload_file' to the OS directory on the server.
    processing of Larger files (sizes 35 KB and 6 MB) produce following Error Message.
    ‘ORA-21560: argument 2 is null, invalid or out of range’ error.
    Here is my code:
    I am using following code to export Documents from database table 'TBL_upload_file' to the OS directory on the server.
    create or replace procedure "PROC_LOAD_FILES_TO_FLDR_BYTES"
    (pchr_text_file IN VARCHAR2,
    pchr_zip_file IN VARCHAR2)
    is
    lzipfile varchar(100);
    lzipname varchar(100);
    sseq varchar(1000);
    ldocname varchar(100);
    lfile varchar(100);
    -- loaddoc (p_file in number) as
    l_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32000);
    l_amount NUMBER := 32000;
    l_pos NUMBER := 1;
    l_blob BLOB;
    l_blob_len NUMBER;
    l_file_name varchar(200);
    l_doc_name varchar(200);
    a_file_name varchar (200);
    end_pos NUMBER;
    begin
    -- Get LOB locator
    SELECT blob_content,doc_name
    INTO l_blob,l_file_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_text_file;
    --get length of blob
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_file_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file);
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    utl_file.fflush(l_file); --flush pending data and write to the file
    -- set the start position for the next cut
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos captures length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    --- zip file
    -- Get LOB locator to locate zip file
    SELECT blob_content,doc_name
    INTO l_blob,l_doc_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_zip_file;
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_doc_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file); --flush out pending data to the file
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    l_pos:=1;
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    UTL_FILE.fflush(l_file); --flush pending data and write to the file
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos contains length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    -- Close the file.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    exception
    WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR(-20214,'Screen fields cannot be blank, Proc_Load_Files_To_Fldr_BYTES.');
    WHEN TOO_MANY_ROWS THEN
    RAISE_APPLICATION_ERROR(-20215,'More than one record exist in the tbl_load_file table, Proc_Load_Files_To_Fldr_BYTES.');
    WHEN OTHERS THEN
    -- Close the file if something goes wrong.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    RAISE_APPLICATION_ERROR(-20216,'Some other errors occurred, Proc_Load_Files_To_Fldr_BYTES.');
    end;
    I am new to the Oracle.
    Any help to modify this scipt and resolve this problem will be greatly appreciated.
    Thank you.

    Ask this question in the Apex forums. See Oracle Application Express (APEX)
    Regards Nigel

  • Exported mp3 file size is huge!

    Does anyone know how to control the size of an exported song? For a 5 minute track I'm getting a 60Mb MP3!! I'm guessing this is done by setting the a different bit rate for the exported song but can't find any options in Garageband to do this.
    With such huge file sizes it makes it difficult to share the song through my website.

    No, you're not getting a 60 MB MP3, but a 60 MB AIFF file, and that's the regular size for uncompressed audio files. The bitrate in GB is fixed, and you wouldn't want to change it. Instead, convert the file into an MP3 or AAC in iTunes.
    (Come back if you need help with doing that.)

  • InDesign - Export PDF file size

    Hey everyone. I use InDesign to create my resume for job apps and whatnot. I've found that many corporate sites only accept file sizes under a certain limit (usually 500kb or smaller). My resume is usually around 590-610kb. Is there any way that I can reduce the file size without losing significant quality, or even any?
    Cheers.

    rayzha wrote:
    So I need to d/l adobe acrobat?
    OK, so this sounds like you don't have a Creative Suite package, or perhaps you are using Creative Cloud and didn't install Acrobat Pro.
    The free Adobe Reader will not help you to optimize a PDF, you need the full, paid, Acrobat application. Uwe's suggestion to distill might get you a smaller PDF, but again, without Acrobat you won't have Distiller. There are a few freeware Distiller clones that would probably work for plain text, but I doubt there's much that can be done to bring the size down on a file that has nothing but text in it without removing the non-graphic disposables like metadata, and the embedded page thumbnails, which requires the optimizer.
    It occurs to me that one reason your exported PDF might be large is that ID always embeds fonts unless they are restricted. If you are using common system fonts that you know your viewer will have, you can distill PDF without embedding fonts and save a couple of bytes. I just pulled up a random page from a student paper, which has about seven fonts in use. The usage audit says they total a bit over 2mb.

  • Why Is "Export Small File Size" Large?

    Hi, I work in CS3.  Out of 100 brochures, I have two brochures that will not export to a small file size PDF. The settings for export are all the same.  What else should I be looking for?  The sizes are usually 1 MG.  These particular 2 brochures are 5 - 6 MG.  What can I look for to correct this?
    Thanks

    Small size is very dependent on the contents being exported to PDF. Images are readily compressed. Text and vector data isn't. Thus, if your content is primarily text and vector, it is very unlikely that the content can be compressed signficantly more via change of settings.
    Another factor that can relate to image compression is use of any duotones that use spot colors. Such images cannot be JPEG-compressed, only ZIP-compressed.
              - Dov

  • Lightroom 5 exporting wrong file sizes?

    I am having trouble with Lightroom 5 exporting images at incorrect file sizes. For example, if I use my export preset for images with long edge 2500 pixels and maximum size 1000k it is exporting images at 1500-2500k. 
    Is anyone else experiencing this? I am wondering if it is a bug.
    Thanks

    I never had a problem with it in LR4. The example I gave was one of many options I tried. At the other end I asked it to produce smaller files (eg 1500pixels long edge) with a 1000k maximum and I could only get them to output at around 160k.
    I have since realised that I neglected to mention that I was using LR/Mogrify2 plug in to add a text graphic to the images. I experimented with turning that option off and I was able to produce a 2500px long edge file at 996k. As soon as I turn that option on again the file ouptuts at 1600k (where I have specified at 1000k limit).
    This was never a problem with LR4 so there is a conflict or a bug somewhere.
    Is anyone else using a LR / Mogrify 2 plug in and experiencing unpredictable results? I have the option to use LR / Mogrify 2's version of ImageMagick checked.
    Message was edited by: Shipp
    So I just did further testing. It seems that LR5 cannot control the maximum file size when working with Lr / Mogrify 2. If I ask the plug in to resize the image and control the maximum file size I can produce a file with long edge 2500pix, 1000k maximum size and the text graphic with no problem at all, as I used to be able to do with LR4. I will contact the plug in developer and see if they are aware of this.

  • Exported JPEG file sizes

    A number of my images exported to JPEG have a larger file size than the original RAW file. My export is fairly basic, quality 100, color space sRGB, no resizing, no watermark. Anyone any idea why ? I thought JPEG were supposed to be compressed.

    Possibly because you are not setting an output resolution so light room is making a best interpolation.
    Try setting the dimensions you want or the dimension for the long edge and use a resolution of 300ppi for printing or 72 for uploading to the web.

  • LR3 Export jpg File Size Inaccurate

    I have a CR2 file 4752 x 3168 and 22.22 MB that I want to export to jpg. I select resolution of 72 with dimensions of 1024 x 683 (largest size of side is 1024) with a file limit of 150KB. I get a file that is 155 KB with the indicated dimensions/resolution. I set the maximum file size to 130 KB and get a file that is 155 KB. I have to set the limit at 100KB to keep the file size under 150KB. I can do the same thing in CS5 using the Save to Web without any problems.
    It should not be that difficult to convert and resize an image for web imports limits.

    Thank you. Maybe they will get everything corrected before they release 3.2 for production.
    Regards,
    Mike

  • Export smallest file size best quality

    Hi,
    I need to export a video and get the best quality with the smallest file size preferably under 100 mb. It's a 4 min video that's about 4 GB. Thanks in advance.
    Kerry

    See those links. Ignore Compressor application but all settings are available from FCE quicktime conversion.
    http://www.kenstone.net/fcphomepage/youtube_compressorgary.html
    http://www.kenstone.net/fcphomepage/you_tube_reduxgary.html
    http://www.kenstone.net/fcphomepage/you_tube_hdgary.html
    Michel Boissonneault

  • PP3 CS3 EXPORT HALF FILE SIZE ONLY ,SHRINKEN FILES FIT SINGLE LAYER DVD ONLY

    Hi!
    I've regently upgraded up PP3 CS3 , Which was exported half of the files size only . I created 1 hour video/audio project on PP3 , then EXport to Encore CS3 , and check Encode setting , at the bottom right side ( ESTIMATE FILE SIZE) is about 2200 MG .Event I switched Sinle layer or Dual layer the files size Estimated the same amounth .
    I created anather 2 hour video/audio project,Exprt to Encore cs3 , Estimate file size about 4 gitbite , It fited single layer 4.7 dvd only
    The DVD quality play back on DVD player is only half of the original footage .
    Encore cs3 is the same issue , when I forced double file to 8 gibite to burn dual layer DVD . It got error (unlimited of disc).
    I could not find any setting to make it work on PP3 cs3 and Encore cs3
    I have previous PP2 , It could not build straigh 2 hour DVD , But It could make 1 hour each time with original my footage or very close I'm happy with that ,Build ISO folder , each file is about 4 gibite then I used 3rd party software NERO 7. put 2 DVD together about 8 gibite and burn to Dual layer DVD
    I red manual book on page 42 encore cs3 , they do not make daul layer
    I paid upgraded PP3 CS3 and paid full price Encore 3 . They 're not worth what I invested ,
    Any help will be wellcome . Thank you

    Hi Millaard
    I repeated again build my project in PP3 1 hour and 8 munite long video , Exprot Encore , I selected following setting as Type : DVD doule layer,
    Direct burn without menus
    Encoding setting : Preset :NTSC progressive high quality
    or Medium qality
    Video codec : Main concept MPEG VIDEO
    Birates setting : VBR , 1 pass
    minimum : 1.5
    target : 4.
    Max : 7.
    GOP : M frame 3
    M frame 15
    Estimate files size : 2684.98 Mb
    That 's all the setting I did , Whatever I swicthed single layer or double layer , the export file estimate no change .
    If I tried longer video 2 hour , the estaimate file size is about 4. MG ,PP3 shrinken video file to fit single layer DVD 4.7 . The file size of 2 hour dvd good quality is about 8 gibite for dual layer DVD
    The other option in PP3 did not work for any 3rd party sofwarer ,
    It did not build ISO folder , and MPEG2 dvd did not build Video-ts at the root of dvd folder ,and both video and audio is splited could not use third party software , they exprot to Encore cs3 only
    Then Encore did not burn more than 4.7 single dvd for 2 hour long half of quality
    Millaar ; Please tell me what's your setting? and how many mb did you build on sing or dual layer ? Have you tried any yet ? Thank you

  • Problem exporting txt' file size is 23 KB and '.zip' size 4 MB

    I am using Apex 3.0 version screen to upload '.txt' file and '.zip' file containing images.
    I can successfully export '.txt' file and '.zip' file containing images as long as '.txt' file size is < 23 KB and '.zip' file size < 4 MB from database table 'TBL_upload_file' to the OS directory on the server.
    processing of Larger files (sizes 35 KB and 6 MB) produce following Error Message.
    ‘ORA-21560: argument 2 is null, invalid or out of range’ error.
    Here is my code:
    I am using following code to export Documents from database table 'TBL_upload_file' to the OS directory on the server.
    create or replace procedure "PROC_LOAD_FILES_TO_FLDR_BYTES"
    (pchr_text_file IN VARCHAR2,
    pchr_zip_file IN VARCHAR2)
    is
    lzipfile varchar(100);
    lzipname varchar(100);
    sseq varchar(1000);
    ldocname varchar(100);
    lfile varchar(100);
    -- loaddoc (p_file in number) as
    l_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32000);
    l_amount NUMBER := 32000;
    l_pos NUMBER := 1;
    l_blob BLOB;
    l_blob_len NUMBER;
    l_file_name varchar(200);
    l_doc_name varchar(200);
    a_file_name varchar (200);
    end_pos NUMBER;
    begin
    -- Get LOB locator
    SELECT blob_content,doc_name
    INTO l_blob,l_file_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_text_file;
    --get length of blob
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_file_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file);
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    utl_file.fflush(l_file); --flush pending data and write to the file
    -- set the start position for the next cut
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos captures length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    --- zip file
    -- Get LOB locator to locate zip file
    SELECT blob_content,doc_name
    INTO l_blob,l_doc_name
    FROM tbl_upload_file
    WHERE DOC_NAME = pchr_zip_file;
    l_blob_len := DBMS_LOB.getlength(l_blob);
    -- save blob length to determine end position
    end_pos:= l_blob_len;
    -- Open the destination file.
    -- l_file := UTL_FILE.fopen('BLOBS','MyImage.gif','w', 32767);
    l_file := UTL_FILE.fopen('BLOBS',l_doc_name,'WB', 32760); --use write byte option supported in 10G
    -- if small enough for a single write
    IF l_blob_len < 32760 THEN
    utl_file.put_raw(l_file,l_blob);
    utl_file.fflush(l_file); --flush out pending data to the file
    ELSE -- write in pieces
    -- Read chunks of the BLOB and write them to the file
    -- until complete.
    l_pos:=1;
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_file, l_buffer);
    UTL_FILE.fflush(l_file); --flush pending data and write to the file
    l_pos := l_pos + l_amount;
    -- set the end position if less than 32000 bytes, here end_pos contains length of the document
    end_pos := end_pos - l_amount;
    IF end_pos < 32000 THEN
    l_amount := end_pos;
    END IF;
    END LOOP;
    END IF;
    -- Close the file.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    exception
    WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR(-20214,'Screen fields cannot be blank, Proc_Load_Files_To_Fldr_BYTES.');      
    WHEN TOO_MANY_ROWS THEN
    RAISE_APPLICATION_ERROR(-20215,'More than one record exist in the tbl_load_file table, Proc_Load_Files_To_Fldr_BYTES.');     
    WHEN OTHERS THEN
    -- Close the file if something goes wrong.
    IF UTL_FILE.is_open(l_file) THEN
    UTL_FILE.fclose(l_file);
    END IF;
    RAISE_APPLICATION_ERROR(-20216,'Some other errors occurred, Proc_Load_Files_To_Fldr_BYTES.');     
    end;
    I am new to the Oracle.
    Any help to modify this scipt and resolve this problem will be greatly appreciated.
    Thank you.

    Ask this question in the Apex forums. See Oracle Application Express (APEX)
    Regards Nigel

  • Using the Premiere pro CC 2014 exported media file size is much larger than estimate, also is so much bigger than Premiere CS 6?

    I used the preset H,264 Youtube 1080HD to export a video. The estimate size is 7308 MB {after I reduce the nitrate). The final size is 11.18 GB.
    Why is so much different? Befor I Use the Premiere CS6 to export a simial size use the same format Is around 6GB.

    First of all, the estimated file size just an estimate based chiefly on the combination of the bitrate and duration. The actual size can vary significantly, depending in large part on the amount of change from frame to frame throughout the video. For example, if you encode two clips of identical duration to exactly the same settings, the only difference being the nature of the content--say on is a talking head interview shot with the camera locked down on a tripod while the other is skateboarding footage that was shot handheld--the size of two resulting outputs files will be widely divergent.
    As to the comparison between CS6 and CC2014, note that the settings for some presets have been changed. For instance, the h.264 YouTube 1080 presets went from 8Mbps to 16.

Maybe you are looking for

  • Creating multiple stateful session beans from a java client. (EJB 3.0)

    I'm having difficulties with the following: To access the ShoppingCartBean, I have to put the following annotation in my standalone java client: @EJB private static ShoppingCartRemote shoppingCartBean; The static must be there, thus only one Shopping

  • Planning and SmartView query

    If we import forms from Planning application on SmartView, can we do ad-hoc analyses on it? I imported Planning formas an alternative to F.Reporting failure but am unable to do member selections on the imported form, etc. Is there a work around for t

  • Unexpected Failure in SOAP RPC client while consuming the resource

    We are web service provider, The consumer is outside our local network and the URL is https, ie SSL, since they getting the below error intermittently.I would really appreciate for valuable suggestions. time_stamp=Wed Oct 10 15:56:36:697 CDT 2012 hos

  • How to reset sharedobject when an app is completely restarted?

    hi guys, i use sharedobject to save the previous state of the application, i.e. the last viewing screen. So for example, if the user clicked on an external link, he is being redirected to the safari browser, but when he click on my app on the "multi

  • Cannot open anything in photoshop or illustrator

    Hi In both programs i select File / Open and that opens up my Finder Window which shows me all my files on my desktop. That window appears on my screen for about 3 seconds before i can select open any files.... I have uninstalled and reinstalled both