Why can't Max Size of Post Data be increased?

We need to do a CFFILE upload of 1 – 3 GB videos and are having troubles.
(I know this is crazy, but FTP, network mapped drives, etc. aren’t going to leave an audit trail like an HTML form will for when people have to upload/update/delete bus incident videos.)
I can't increase the Max size of post data to even 2048MB without people getting "500" errors who are trying to upload small gifs or pdfs.  If I move it above 2047MB, no one can upload anything.
Our setup:
CF Enterprise 8.0.1 with Hot Fix 2
2 - Win Servers 2003 R2 Enterprise x64 using replication, load balancing, and MS virtual machine.
CF is clustered so the Java class paths begin with
C:/JRun4/servers/HSWSD0C1O/cfusion.ear/cfusion.war/WEB-INF/...
CF Admin settings:
Max size of post data = 2047MB
Request throttle threshold = 4MB
Request Throttle Memory = 3072MB
Setting of 10 simultaneous requests.
Restarted CF services after Hotfix 2 install.
On the Application.cfm page I put
  applicationtimeout="#CreateTimeSpan(0,4,0,0)#"
Basic code for uploading:
<!--- upload file and get results --->
   <cffile action="upload"
      filefield="file"
      destination="#fileDirectory#"
      nameconflict="error"
      result="uploadResult">
This code works for small files IF I don't raise the max size of post data above 2047MB, which means we'll never get those videos up.
I've been fighting with this for weeks.  Any ideas?
Thanks!

First thought is that Web Servers can impose their own upload throttles.  You should check the documentation of your web server as well.
Secondly
I know this is crazy, but FTP, network mapped drives, etc. aren’t going
to leave an audit trail like an HTML form will for when people have to
upload/update/delete bus incident videos
What wouldn't FTP leave an audit trail?  FTP communication can leave just as much, if not more, of an audit trail as HTTP communications.
Network mapped drives, I'm not so sure about, but I imagine there are ways to audit these as well.  But then if you can use network mapped drives, you must be working with a well defined set of users all of which belong to a well defined network domain.
P.S.  Also make sure that the max post size limits fit inside the overall limits of jvm memory.  Trying to upload a file larger then the memory it can fit in sounds like a likely source of problems.

Similar Messages

  • Why can't I set a relative date for a recurring event in calendar on my ipod touch?

    why can't I set a relative date for a recurring event in calendar on my ipod touch?

    Because The Calendar app does not support it. There are apps in the App store that do.

  • Why can't I browse by release date in the Albums view?

    I listen to Vocaloid music, specifically Megurine Luka. When I want to check for new releases, I do a search for Megurine Luka. I then click on Albums to see a complete list of every album in which she has at least one song. That works great, but I can't refine the search by release date. I just get a seemingly random list of albums. So, to check for new releases, I have to go through all of them, looking at the release dates. Sometimes the new releases are at the bottom, sometimes in the middle, sometimes near the top. If I had the option to view by release date, it would make that much easier. Is there a way to do this, and I'm just not seeing it?

    Hi dddnlb!
    "Why can't I post a new topic in the Leopard discussions."
    The info posted below is also available in the Announcement How to Post a New Topic
    If you have a Technical question about Apple Hardware, Programs, Services, Technology, Software, Applications, Products, etc, from this page Discussions - Forum Home, select an appropriate Category from one of the sixteen divisions.
    For example, under Mac OS X Related Software, choose the Category Mac OS X v10.5 Leopard.
    On the page that opens, select a Forum, such as Installation & Setup, or Using Mac OS X Leopard.
    Most Category pages, have numerous Forums within them.
    But some may have only one, two, or three.
    For example, the Safari Category page, has three choices listed under Forum / Category:
    Safari For Windows
    Safari for Mac Support forum
    Safari 4 (Beta).
    And the Apple Remote Desktop Category, has only one Apple Remote Desktop Forum.
    From a Category page, select an appropriate Forum to post in.
    On Forum pages, there is an option to Post New Topic.
    More info here How Is Discussions Content Organized?.
    Edit: I have requested that a Host, relocate your Topic to a more appropriate Forum.
    As it will be transferred, it is not necessary for you to repost elsewhere, at this time.
    ali b

  • SALES ORDER CAN NOT BE LESSER THEN POSTING DATE

    Hi everyone
    Can any one tell how can I restrict sales delivery date less then posting date. Like if user create a sales order on 22,03.14 then delivery date should not be before 22.03.14. I saw in system if I enter sales delivery date before 22.03.14 then system accept the date

    Hi,
    Try this:
    IF @transaction_type in ('A') AND (@OBJECT_TYPE='17')
    BEGIN
    If exists (SELECT t0.docentry FROM ORDR T0 WHERE T0.[DocDueDate] < T0.[DocDate] and  T0.DocEntry =  @list_of_cols_val_tab_del)
    Begin
    SET @error = 10
    SET @error_message = 'Not allowed to enter delivery date less than posting date'
    End
    End
    Thanks & Regards,
    Nagarajan

  • Can We find out gl posted date of an invoice

    Hi All,
    we need to find out the gl post date. we have a field 'gl date' which will refer to the accounting date but we are looking for  accounting entries posted date in gl from an invoice. to be very particular we want the table and field name of gl posted date of an invoice.Appreciate any inputs
    Thank you

    Hi Yugesh,
    If you query the ap_invoice_distributions_all table, you will see an accounting_date field. That is the accounting date that was used when the accounting was transferred to GL.
    The same accounting_date should match the xla_ae_headers table.
    The xla_ae_lines_all table has a gl_sl_link_id column which links to the gl_je_lines table.
    Cheryl

  • Why can't I save pictures with Dates in name such as 2010/05/20 subject.jpg?

    I am trying out Photoshop CS5 before I buy and found out I can no longer save pictures by dates to keep them in order.It has worked in every photoshop I have owned before. If you use a photo name like 2010/05/20 subject.jpg It gives you (could not save as "2010:05:20 subject.jpg" invalid file name)

    I don't have a copy of CS5, so cannot confirm, but...
    Apple did a very strange thing when it changed from System 9 to OS X (a long time ago!). The separator character in System 9 paths was ":", while the separator character in Unix is "/". This means that you cannot have a ":" in a file name in System 9, and you cannot have a "/" in a file name for Unix, including all versions of Mac OS. There is a work-around that I don't really understand that allows Mac to put a ":" in a file name on OS X that is then displayed as a "/". You can test this by creating a file with "/" in it and then doing a "ls" in Terminal. A file named "This/file/has/slashes.rtf" in Finder becomes "This:file:has:slashes.rtf" in Terminal.
    In any event, this work-around is a recipe for disaster (a file has a different name in the Finder than it when looked at by Unix command-line tools?--careful!).
    I always use dashes in my dates.
    I suspect that CS5 is using different Apple code than CS4, resulting in this issue.

  • Switching phones--why can't I keep the same data plan?

    I am on a family plan with three phones on it, two of which are Android phones.  The third line, currently suspended by me, is on an LG Env3.  Before the data plans changed, I added the unlimited data to the phone for $29.99.  I reactivated the line to verify the data plan shows on it, and then suspended the phone again. 
    I want to use this extra line as a house phone, and I have an HTC Eris I'd like to use.  Since it's a smart phone, I know I have to have a data package, which is already attached to the line.  When I got on-line and tried to reactivate the line, changing it to the Eris, a window popped up telling me I have to switch to one of the new data plans. 
    Anyone have any idea why it is doing this?  I changed from the Eris to a Thunderbolt on one of the other lines two weeks ago, and had no problem keeping the unlimited $29.99 plan. 
    If I call customer service and do it with a rep, will I be able to keep the $29.99 data plan? 
    Thanks for sharing your knowledge.
    (Originally posted in wrong forum)

    LG Env3 is not a smartphone. The feature phone unlimited data plan is coded differently than the smartphone unlimited data plan. If you change that line to a smartphone (like a Droid Eris) you have to select from the currently available data plan options.
    As long as you keep a feature phone on that line you can keep the grandfathered feature phone unlimited data plan.

  • How can I get size of fetched data size when run a SQL ?

    Hi,
    When I run a SQL how can I get fetched data size?
    regards,

    We can get it using some calculations:
    1. SQL%ROWCOUNT attribute will fetch you number of rows returned in a SQL statement.
    Problem-->Now you need to get the size of 1 row.
    Solution-->
    Step 1.We can get size of table from dba_segment data dictionary.
    Select block_size from dba_segemnts where segment name like '%YOURTABLE%';
    Step2 . Get count of rows in your table
    Select count(*) from YOUR_TABLE
    Step 3.
    Get size of 1 row--> Divide result in Step1 by result in Step 2.
    Required result--> multiple result in step3 with SQL%ROWCOUNT..
    I hope this is what u want.

  • Why can't 6  talk and use data without wifii

    why is Apple restricting the wY I use my phone that I paid over $800 for ???? If I want to talk text and use the Internet at anytime without wifi I should that's ******** that you restruct the phones like that but you don't restrict the price. T-Mobile phones can talk and yes data they have the worst service out there

    You just inadvertently answered your own question.
    It depends on the carrier.
    I'm in Mexico and our biggest carrier, Telcel, has no problem letting me do 4G/LTE stuff while talking.

  • Why can't  the JSP display the data with logic:iterate?

    Hi,all
    I am writing a web application with Struts framework. I dont know what's the problem when I use the tag logic:iterate in my application. I have created a form bean follow source code:
    public class ProductsForm extends ActionForm {
         private Vector alist;
         public void reset(ActionMapping mapping, HttpServletRequest request) {
         this.alist = new Vector();
         public Vector getAlist() {
              return alist;
         public void setAlist(Vector alist) {
              this.alist = alist;
    I also created action for the form
    public class ProductsAction extends Action {     
    public ActionForward execute(
              ActionMapping mapping,
              ActionForm form,
              HttpServletRequest request,
              HttpServletResponse response)
              throws Exception {
                   String target = "success";
                   if(form!=null){
                        ProductsForm aForm = (ProductsForm) form;
                        Vector aList = new Vector();
         //loadProductsList() method return the Vector object
    // which is a array included Product object.
                        aList = loadProductsList();
                        if(!aList.isEmpty()){
                        request.setAttribute("aList",aList);
                   return mapping.findForward(target);
    JSP page follow:
    <logic:iterate id="aitem" name="aList">
    <tr>
    <bean:write name="aitem" property="productname"/>
    </tr>
    </logic:iterate>
    Anybody tell me why the JSP page can't display the result. Thanks.

    Are you getting any error messages, or are you just not seeing anything in the page? If you get error messages, please post them.

  • Why can't I change the Created Date on a file using Terminal?

    I bought a used Contour helmet camera to take pictures of the kids while they're skiing, and I cannot access the camera itself to change the clock in it (USB port is broken).
    I get videos from it just fine, but every time I remove the battery the date/time on the camera resets to January 2008, so my skiing videos end up someplace completely different from what I expect in iMovie.
    I thought I could change the Created Date with Touch in Terminal, but it only handles the Modified Date.  I know I can purchase File Date Changer 5 from the App Store to do this, but I'd like to know why I can't do it in Terminal.
    Anybody know?  Or know of a different way that I COULD do it in Terminal?

    pessex wrote: Anybody know?  Or know of a different way that I COULD do it in Terminal?
    Don't know about Terminal, but, because you are using 10.9.x and iMovie, try the iMovie method:

  • So why can't I size a photo to fit the lock screen on the iPhone?

    After choosing a photo to use on the lock screen, I can move it around, but cannot size it to fit correctly. What's the secret to getting the pic to fit?

    Thanks for the reply. After posting the question, I did some reading of other discussions and found that your solution seems to be the only one out there. I also sent a note to Apple feedback requesting a fix in the next software update. Fingers are crossed

  • Why can I not get this table data into Excel?

    I want to use Excel to analyse some data from the local newspaper.  The table of figures looks like this:
    I've used the 'print' function from the online newspaper to create the pdfs, then run OCR.  I can highlight the text and copy/paste it into a text document without any trouble, but I'd really like to have the data keep its columnar format.  When I highlight a part of the table then use the right-click menu to 'save as table' or 'copy as table' or 'Open data in spreadsheet', nothing happens.  What am I doing wrong?

    I would suggest you to try Acrobat XI once. The export quality with Acrobat XI is remarkably improved than it's predecessors.
    You can download the trial version from http://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=us

  • Why can't I migrate the Access data?

    Hello everyone : ),who can help me?
    Access2000 -->Oracle 9i
    with following steps:
    1.I use the Exporter for MS Access tool (omwb2000.mde) to extract the data from my Access MDB file. There is no error in this procedure.
    2.Then , I use the Capture Source Database Wizard to capture database and no error.
    3.Finaly ,I use the Migration Wizard ,errors appear "Unable to migrate data from source table *** to destination table ***" ,it prompt "modify your access automaticlly".
    The result is , I can see the table structure in the Oracle Enterprise manager console but no data.
    What's the reason?
    Thanks in advance !

    Hi,
    If you are receiving the "JET/DAO error code 3265" error, the full text of this error message will read "3265 Item not found in this collection". The only circumstances I would believe you will receive this error message is where the table name you are trying to locate in the MS Access MDB file has been changed. Is it possible that you migrated your MS Access database, and selected the "modifying MS Access database" option without migrating the data, but then went back to migrate the data later?
    During the "Modifying the Microsoft Access Database" process carried out by the workbench, the MS Access database is modified to allow the MS Access forms and reports to operate against the migrated data in the Oracle database. The original Microsoft Access tables are renamed to <tablename>L.  The original table is exported to Oracle where it is called <tablename>.  A table attachment is created to the Oracle table with the name <tablename>R.
    When you open the MS Access MDB file, do the table names have "_L" and "_R" at the end of their names? If so, you have the option of using the "Exporter for MS Access tool" to extract your data, and then use SQL*Loader scripts generated by the workbench, to load the data into your Oracle database. When you have extracted the data from your MDB file using the Exporter tool, modify the generated .DAT files to remove any references to "_L" in the .DAT file name or in the file content. Then generate the required SQL*Loader scripts for these tables - please refer to Oracle Migration Workbench User's Guide for steps to generate the required SQL*Loader Control Files and how to use them.
    Also, you mention that you do not have an ODBC DSN set up. As part of the install, a DSN called "omwb_msaccess" should have been created. As I mentioned previously, please ensure that this exists.
    I hope this helps.
    Regards,
    Hilary

  • Why can't I keep the event-dates I have listed on my iPad 3 calendar?

    I've been using my iPad 3 calendar for my business appointments and special events! But some of the event-dates are kept but others just disappear specially the occuring dates!! This is very disappointing and I want to know what could be done to correct it... ... ...

    The latest 9.0.x version is not compatible with your os.
    see :[http://www.mozilla.org/en-US/firefox/9.0.1/system-requirements/ Firefox 9 System Requirements]
    Firefox 4 versions and later do not run on a '''PowerPC Mac'''(like yours) and require '''at least OS X 10.5 and an Intel Mac'''.
    The latest supported version for your os is '''3.6.25''' (you have 3.6.23), your can download from here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    see : [http://www.mozilla.org/en-US/firefox/3.6/system-requirements/ Firefox 3.6 System Requirements]
    [For older Macs that aren't supported in Firefox 4+ versions, if you like, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8]
    http://www.floodgap.com/software/tenfourfox/
    http://tenfourfox.blogspot.com/
    https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

Maybe you are looking for

  • I cannot view my videos after upgrading to OSX

    I cannot view my videos after upgrading to OSX. Each video I try to open the message on the black background is Blocked Plug-In. In system preferences I have the latest Java but Flash Player does not upgrade to Flash 12 after numerous attempts.

  • Can't Create USB Recovery Drive after Win 8.1 upgrade on Lenovo Twist

    After upgrading to Win 8.1 and trying to create the usb recovery drive, I get this error: "We can't create a reccovery drive on this PC. Some required files are missing.To trouble shoot problems when your PC starts,use your window installation disk o

  • Table or view not exists error from procedure - occurs randomly

    I have a procedure used in a website, it works fine until recently we occationaly getting an error said Table or View not exists, the error will go away if refresh the page which will re-execute the procedure. This procedure uses an table object as t

  • I have a feed which my reader doesn't pick up.

    I know I asked this sort of question before, but I've got a different kind of problem. I have a feed I just added; it's not a generic feed--it looks normal. When I click on the feed to open it, the website (Feedzilla) just takes me back to where I fo

  • Where is the title bar in the document tab?

    Im trying to complete the tutorial but the actual IDE is setup differently than the one they used when they made the tutorial. It wants me to change the title in the title bar, but there isnt one.....