Quota upload

Gurus
  We went live and  payroll Ran from April2011 to  sep2011.(With Hiring dates from 01.01.1990)
    Now we want to upload Quota From 01.10.2011
  Changed date in table  VV_T569R_V2
  updated infotype 2013 correction  on 01.10.2011 
But when i run PT60 getting below error. Kindly advise me in this.
Error entry no. 83 Error when creating absence quota
Change in earliest retroactive accounting date time not possible
Kindly advise me in this.
Edited by: HRSAP2011 on Oct 7, 2011 10:20 AM

Hi  Raghu
  We just went live by running April2011-Sep2011 without any Quota (With unpaid Absences)
  Now from 01.10.2011 We want to upload the quota which they have in their legacy system.
For that i have changed date as 01.10.2011 in table VV_T569R_V2.
Then i have uploaded Quotas in IT2013 with date as  01.01.2011
When i run PT60 with evaluation upto 01.01.2011  error is appearing.
Note : Configutations seems to be fine. When i change date  as 01.01.1990 in table VV_T569R_V2 then PT60 is running.

Similar Messages

  • Upload / email form

    hello everyone. i made an upload files page with a browse
    button and text fields for the client to put their information in.
    how can i make the "submit" button upload the file to my server AND
    send me the email at the same time?? the uploading part works but
    not the email part. please help! thanks!!

    I am using html for the form and php for the actual uploading
    to work. Here is the form I created:
    <form enctype="multipart/form-data" action="uploader.php"
    method="POST">
    <span class="style1">
    <input type="hidden" name="MAX_FILE_SIZE"
    value="100000000" />
    <input type="hidden" name="redirect"
    value="greeny_blu/index.html" />
    </span>
    <table width="565" height="364">
    <tr>
    <td colspan="2"><div align="center"
    class="style9">
    <div align="left">Upload Files</div>
    </div></td>
    </tr>
    <tr>
    <td colspan="2"><div align="center"
    class="style10">
    <p align="left">Fill out the form below in order to
    send us your print-ready files.<br />
    Please make sure to zip or compress your files and do not
    send any <br />
    files larger than 15mb.</p>
    <p align="left">Thank you for choosing Level
    Graphics!</p>
    </div></td>
    </tr>
    <tr>
    <td width="148"><label for="companyname">
    <div align="right" class="style20">Company
    Name:</div>
    </label></td>
    <td width="405"><label
    for="companyname"></label>
    <input type="text" name="companyname" id="companyname"
    /></td>
    </tr>
    <tr>
    <td><div align="right" class="style20">Contact
    Name:</div></td>
    <td><label for="contactname"></label>
    <input type="text" name="contactname" id="contactname"
    /></td>
    </tr>
    <tr>
    <td><div align="right" class="style20">E-mail
    Address:</div></td>
    <td><label for="email"></label>
    <input type="text" name="email" id="email"
    /></td>
    </tr>
    <tr>
    <td><div align="right" class="style20">Telephone
    Number:</div></td>
    <td><label for="phonenumber"></label>
    <input type="text" name="phonenumber" id="phonenumber"
    /></td>
    </tr>
    <tr>
    <td><label for="message">
    <div align="right"
    class="style20">Message:</div>
    </label></td>
    <td><label for="message"></label>
    <textarea name="message" id="message" cols="45"
    rows="5"></textarea></td>
    </tr>
    <tr>
    <td height="41"><div align="right"><span
    class="style20">
    <label>
    <label for="upload" class="style10">
    Upload Files:</span></div>
    <div align="center"></div>
    </label></td>
    <td><label for="upload"></label>
    <input name="uploadedfile" type="file" /></td>
    </tr>
    <tr>
    <td colspan="2"><label>
    <div align="center">
    <p align="left" class="style19">When uploading files,
    do not click the &quot;Upload File&quot; button more than
    once.<br />
    Please be patient, larger files may take a while to
    send.</p>
    <p align="left" class="style19">
    <input type="submit" name="submit" id="submit"
    value="Upload File" />
    </p>
    </div>
    </label></td>
    </tr>
    </table>
    <p class="style1"> </p>
    <span class="style10">By sending us your file you have
    agreed to our <a href="terms.html">Terms &amp; Conditions
    </a></span>
    <p class="style10"> </p>
    </FORM>
    I copied the php code from an online tutorial. Here it is:
    // Where the file is going to be placed
    $target_path = "uploads/";
    /* Add the original filename to our target path.
    Result is "uploads/filename.extension" */
    $target_path = $target_path . basename(
    $_FILES['uploadedfile']['name']);
    $_FILES['uploadedfile']['tmp_name'];
    $target_path = "uploads/";
    $target_path = $target_path . basename(
    $_FILES['uploadedfile']['name']);
    if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'],
    $target_path)) {
    echo "The file ". basename(
    $_FILES['uploadedfile']['name']).
    " has been uploaded";
    } else{
    echo "There was an error uploading the file, please try
    again!";
    If you want to view to actual site then go to
    www.levelgraphics.biz/greeny_blu/upload_files
    Thank you!!!

  • Installing application on 9810 freeze at uploading ram image

    I am using windows 7 latest bdm software
    i am trying to install the spanish langauge pack
    i get to the point
    quote
    uploading applications
    do not disconnect your device before this update is complete
    update | back up third-party applications
    reboot |
    uploading ram image
    unquote
    i have a screen shot
    tried 2 different windows 7 machines same thing
    if i disconnect the 9810 the only way i can get BDM to loadup again is to restart windows
    very frustrating 

    i also have to pull the battery on the 9810 to get it to work also

  • File as attachment in email form

    hi all,
    It would be a great help for me if any one can help me, how
    to send a file( minimum of 300k ) as attachment through a email
    form created in flex....
    please help me ...
    thanks

    hi all i have got a php code which sends attachments via
    mail..... Please help me how to send the file parameters to the php
    via http service send method.... i am placing the php and flex
    codes here please help Sad
    PHP code
    &lt;?php
    $to = '[email protected]';
    $from = $_POST[email];
    $name = $_POST[&quot;name&quot;];
    $subject = $_POST[&quot;title&quot;];
    $emailMessage = $_POST[&quot;message&quot;];
    $message = &quot;\nFrom: $name\nEmail Address:
    $frommail\nContact Number: $phone\n\n $emailMessage&quot;;
    $message = StripSlashes($message);
    $fileatt = $_FILES['fileatt']['tmp_name'];
    $fileatt_type = $_FILES['fileatt']['type'];
    $fileatt_name = $_FILES['fileatt']['name'];
    $headers = &quot;From: $frommail&quot;;
    if (is_uploaded_file($fileatt)) {
    $file = fopen($fileatt,'rb');
    $data = fread($file,filesize($fileatt));
    fclose($file);
    $semi_rand = md5(time());
    $mime_boundary =
    &quot;==Multipart_Boundary_x{$semi_rand}x&quot;;
    $headers .= &quot;MIME-Version: 1.0\n&quot; .
    &quot;Content-Type: multipart/mixed;\n&quot; .
    &quot;
    boundary=\&quot;{$mime_boundary}\&quot;&quot;;
    $message = &quot;This is a multi-part message in MIME
    format.\n\n&quot; .
    &quot;--{$mime_boundary}\n&quot; .
    &quot;Content-Type: text/html;
    charset=\&quot;iso-8859-1\&quot;\n&quot; .
    &quot;Content-Transfer-Encoding: 7bit\n\n&quot; .
    $message . &quot;\n\n&quot;;
    $data = chunk_split(base64_encode($data));
    $message .= &quot;--{$mime_boundary}\n&quot; .
    &quot;Content-Type: {$fileatt_type};\n&quot; .
    &quot;
    name=\&quot;{$fileatt_name}\&quot;\n&quot; .
    &quot;Content-Transfer-Encoding: base64\n\n&quot; .
    $data . &quot;\n\n&quot; .
    &quot;--{$mime_boundary}--\n&quot;;
    }else echo &quot;File error! &quot;;
    mail($to, $subject, $message,$headers);
    ?&gt;
    Flex code...
    &lt;?xml version=&quot;1.0&quot;
    encoding=&quot;utf-8&quot;?&gt;
    &lt;mx:Application xmlns:mx=&quot;
    http://www.adobe.com/2006/mxml&quot;
    viewSourceURL=&quot;srcview/index.html&quot;
    creationComplete=&quot;init();&quot;&gt;
    &lt;mx:HTTPService id=&quot;httpService&quot;
    url=&quot;
    http://jibysubhash.x10hosting.com/jibysk/sendmail.php&quot;
    method=&quot;POST&quot;&gt;
    &lt;mx:request &gt;
    &lt;name&gt;{txtname.text}&lt;/name&gt;
    &lt;email&gt;{txtemail.text}&lt;/email&gt;
    &lt;phone&gt;{txtphmo.text}&lt;/phone&gt;
    &lt;title&gt;{txtpost.text}&lt;/title&gt;
    &lt;message&gt;{txtcover.text}&lt;/message&gt;
    &lt;/mx:request&gt;
    &lt;/mx:HTTPService&gt;
    &lt;mx:Script&gt;
    &lt;![CDATA[
    private var file:FileReference = new FileReference();
    private function init():void
    file.addEventListener(Event.SELECT, selectHandler);
    private function selectHandler(event:Event):void
    private function browse(event:MouseEvent):void
    var filefilter:FileFilter = new FileFilter(&quot;Resume
    Files&quot;,
    &quot;*.zip;*.doc;*.pdf;*.txt;*.rar;*.docx&quot;);
    file.browse([filefilter]);
    ]]&gt;
    &lt;/mx:Script&gt;
    &lt;mx:Panel id=&quot;panel1&quot;
    width=&quot;691&quot; height=&quot;665&quot;
    layout=&quot;absolute&quot; title=&quot;Apply for the
    job&quot; &gt;
    &lt;mx:Form x=&quot;0&quot;
    y=&quot;0&quot;&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;nam&quot;
    label=&quot;Name : &quot;&gt;
    &lt;mx:TextInput width=&quot;354&quot;
    height=&quot;20&quot; id=&quot;txtname&quot;
    /&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;mail&quot;
    label=&quot;Email : &quot;&gt;
    &lt;mx:TextInput width=&quot;354&quot;
    height=&quot;20&quot; id=&quot;txtemail&quot;
    /&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;phone&quot;
    label=&quot;Phone/mobile : &quot;&gt;
    &lt;mx:TextInput width=&quot;354&quot;
    height=&quot;20&quot;
    id=&quot;txtphmo&quot;/&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;post&quot;
    label=&quot;Post applied : &quot;&gt;
    &lt;mx:TextInput width=&quot;477&quot;
    height=&quot;20&quot; enabled=&quot;false&quot;
    editable=&quot;false&quot; id=&quot;txtpost&quot;
    text=&quot;test mail&quot;/&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;upload&quot;
    label=&quot;Upload resume : &quot;&gt;
    &lt;mx:Button label=&quot;Browse&quot;
    id=&quot;bro&quot;
    click=&quot;browse(event);&quot;/&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem fontWeight=&quot;bold&quot;
    color=&quot;#000000&quot; id=&quot;cover&quot;
    label=&quot;Cover Letter : &quot;&gt;
    &lt;mx:TextArea width=&quot;507&quot;
    height=&quot;350&quot;
    id=&quot;txtcover&quot;/&gt;
    &lt;/mx:FormItem&gt;
    &lt;mx:FormItem label=&quot; &quot; &gt;
    &lt;mx:Button label=&quot;Send&quot;
    id=&quot;applynow&quot;
    click=&quot;httpService.send();&quot; /&gt;
    &lt;/mx:FormItem&gt;
    &lt;/mx:Form&gt;
    &lt;mx:Label x=&quot;210&quot;
    y=&quot;125&quot; text=&quot; &quot;
    maxWidth=&quot;300&quot;
    id=&quot;statuss&quot;/&gt;
    &lt;/mx:Panel&gt;
    &lt;/mx:Application&gt;

  • XML email help......

    Hi, I have an XML flash cart for my flash site, but i'm trying to use it as a quoting system instead of purchasing. The customer adds to the quote (cart) where everything adds up like a cart but instead of payment i want it to email me the quote details for a follow up. Similar to an email form. I'm using PHP to send it and it sends all the details but it isn't legable. Here's an example of what it sends; amount%5F1=29%2E95&item%5Fname%5F1=%27THE%20BLUES% 27%20CD&quantity%5F1=1&upload=1&cmd=%5Fcart So the amount, product name and price are all there but it has all the other characters in between. Is this a ignoreWhite problem? 
    I'm a flash Newbie, so I'd really appreciate your advise

    Thanks kglad
    Here's my actionscript, i've used the LoadVars, but maybe i've done it wrong?
    function purchase() {
    quote = new LoadVars();
    quote.cmd = "_cart";
    quote.upload = "1";
    var receiveLoad:LoadVars = new LoadVars();
    var sendLoad:LoadVars = new LoadVars();
    for (n=0; n<cart.length && n<21; n++) {
      quote["quantity_"+(n+1)] = cart[n].qty;
      quote["item_name_"+(n+1)] = cart[n].name;
      quote["amount_"+(n+1)] = cart[n].price;
       sendLoad.quote = quote;
      sendLoad.sendAndLoad("send.php",receiveLoad);
      trace(quote);
    _root.orderform.submit.onRelease = purchase;

  • Export to minilab profile?

    I use the local Costco minilab for small jobs, using the profile for their printer from DryCreekPhoto. In Capture One Pro I could specify the profile, the print size, and dpi. CO would "print" to file with my settings, and I'd upload the files to the minilab.
    This is the first time I've wanted to do the same thing with LR and I'm not seeing a way to export jpgs using the minilab profile, print size, and the dpi I want. What am I overlooking?

    I see that you're right - they call it "upload speed," which is described with the "more info" link as:
    <begin page quote>
    Upload Speed
    Whenever you upload photos to your Costco Photo Center account, you have two choices:
    1. Fast Upload
    2. Large Print Upload
    Fast Upload
    When you choose Fast Upload, we upload a medium-resolution image, good for nearly every gift in our store and all print sizes up to 8x10, including calendars. This upload is faster and should be selected most of the time, unless you intend to make poster prints or large gifts like photo canvases.
    Large Print Upload
    When you choose Large Print Upload, we upload a high-resolution image, necessary only for poster prints and large gifts like photo canvases. This upload takes longer. Choose this upload speed only if you intend to make poster prints or large gifts. Images should be the following resolution for poster prints:
    Poster Size Minimum Photo
    Resolution Required
    11" x 14" 1610x1265
    12" x 18" 2070x1380
    16" x 20" 2300x1840
    20" x 30" 3450x2300
    <end quote>
    Thanks for pointing that out!
    Costo also gives resolution warnings beside each thumbnail on the print sizes ordering page to indicate the larger prints that won't work well given the resolution of the uploaded file, so they do give you a final warning in case the rez is too low.

  • To remove Double quotes while uploading a file

    Hi All,
    I have a requirement, where i have to Remove double quotes after uploading a file.
    I am uploading the file using GUI_UPLOAD.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      = v_file
      FILETYPE                      = 'ASC'
      has_field_separator           = '"'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        data_tab                      = it_tab
    EXCEPTIONS
       file_open_error               = 1
       file_read_error               = 2
       no_batch                      = 3
       gui_refuse_filetransfer       = 4
       invalid_type                  = 5
       no_authority                  = 6
       unknown_error                 = 7
       bad_data_format               = 8
       header_not_allowed            = 9
       separator_not_allowed         = 10
       header_too_long               = 11
       unknown_dp_error              = 12
       access_denied                 = 13
       dp_out_of_memory              = 14
       disk_full                     = 15
       dp_timeout                    = 16
       OTHERS                        = 17
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    LOOP AT it_tab INTO wa_tab.
      TRANSLATE wa_tab-line USING '" '.
      SHIFT wa_tab-line LEFT DELETING LEADING space.
      MODIFY it_tab FROM wa_tab.
      CLEAR wa_tab.
    ENDLOOP.
    The above logic is replacing '"' with a blank space. I dont want this blank space which is generated. The double quote should be removed and the next character should shift to left in place of Double quote.
    Note : I am on 4.6C and it doesnt have replace all occurrences of.
    How to achieve this ?
    Thanks in advance,
    Best regards,
    Prashant

    Hi Prashant ,
    There is one simple method for it . When you find <b>"</b>  in you table , you shift the previous data into other tab (table2) . Continue searching and when you get next <b>"</b> again shift the data to table2 .
    Hope this helps .
    Edit : If you dont want to use another table , you can use function TRIM . To know more about it click
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/a8/2afd3f2d14e869e10000000a155106/content.htm">TRIM</a>
    Message was edited by: Shounak  M
    Regards ,
    Shounak M.
    Message was edited by: Shounak  M

  • Uploading of Quota arrangement using LSMW

    Dear Members,
    I want to upload Quota arrangement using LSMW.
    Pl advise.
    Thanks & Regards,
    Sanjay Kohli

    I am trying to upload quota arrangement using IDOC method, since there is no Standard/Batch Input Method as well as Bussiness object method available for it.
    I am not using Batch input recording method since no of vendors will varies depending on the plant & material comination.
    I am unable to load it using IDOC as I not able to identify process code for I DOC message Type LIPEQU.
    I slhall be thakful in case you can provide the same or alternative method to upload Quota arrangement in addition to Batch Input recording.
    Regards,
    Sanjay Kohli

  • Removing Double Quotes while uploading CSV file in APEX

    Whenever I upload a CSV file using data load option in APEX there are values which get uploaded in Double Quotes.
    e.g Oracle Polska Sp. z o.o -----------value like this gets uploaded with Double Quotes."Oracle Polska Sp. z o.o"
    How can I overcome this problem? I am using Apex 4.2.

    Did you specify the "Optionally Enclosed By" option with the double quote sign?

  • Upload Failed. The server storage quota has been exceeded

    Dear All,
    I have an Excel file on Document library which is more than 100Mb. I am working with it daily (Simple edit, update and save). Since yesterday I am getting error message "Upload Failed. The server storage quota has been exceeded. Save a copy". But
    i have 10GB quota (I have checked in CA). Other users are fine. I am only the person who get this message. any idea?
    Best Regards
    lasantha

    Were are you storing this file?in Mysite Document library or in general site document library? Considering other users are not facing problems i guess personal quota on mysite is exceeded
     Go
    to your Central Administration à Application
    On the Application Management page, in the SharePoint
    Site Management section, click Quota Templates.
    On the Quota Template page, you can see the Personal
    site’s Limit site storage is set to 100Mb by default
     Make  it 200mb

  • Upload size quota.

    Hey, I was wondering why the file size quota for uploading files is 5 GBs. The reason for me asking this is because other file sharing sites like Mediafire and Google Drive doesn't have a quota like this one. I get requests from clients to upload final export quality products and it seems Mediafire throttles their DL speeds in order to keep a stable site with the amount of accounts being used at once there and my Google Drive account is full. I was thinking of using CC's file sharing service since I am guessing the DL speeds are at a reasonable speed. But, I can't use it for certain scenarios like this one since the product is about 9 GBs. Again, it's this size because it's an hour long and the client wants a near perfect output to review for imperfections.
    Is this because the service is relatively new compared to sites like Mediafire and Google Drive which have been around for years? Or is it that currently there aren't as many storage mainframes to provide to all the customers?
    Again, this is just out of curiosity and if the staff doesn't want to answer, this is fine.

    Hi Phil - again,
    Also, tried with Core FTP LE;
    Resolving beehiveonline.oracle.com...
    Connect socket #832 to 156.151.25.7, port 21...
    Can't establish connection --> beehiveonline.oracle.com:21 @ Thu Mar 14 09:03:20 2013 (0-5)
    Connection Failed
    ??? thanks,
    Eric

  • I keep getting error message "insufiecent storage quota" when I am trying to upload photos via blogsy, please help !

    I am trying to upload my camera's photos to my blog post , using the blogsy app but I keeping getting the error message "insufiecent storage quota" what does this mean? And how can I sort it ?
    Thank you

    Not a good error.
    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.
    "may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Double quotes problem while uploading tablimeited text file to internal tab

    H all,
    I am uploading excel data using GUI_UPLOAD function module by converting excel to tab delimited text format.
    Problem is Material AB" is converted to "AB"  "           " material in tabdelimited text format.
    Can anybody give solution to problem?
    Is it possible to upload excel file directly using GUI_UPLOAD function module?
    I can not use 'ALSM_EXCEL_TO_INTERNAL_TABLE'  and  'TEXT_CONVERT_XLS_TO_SAP'
    as i want to upload upload fields of length 3000 cahrs and these function module uploads fields of only 256 chars.
    Thanks.

    Get a excel - 97-2003.Fil the data which you want to upload .(3 columns )
    A      I      B     I     C     I.
    save it
    Code :
    TABLES : thead.
    Structure to store the file name, as selected from the open dialog
    TYPES: BEGIN OF file ,
            filename TYPE file_table-filename,
           END OF  file.
    Output for excel
    TYPES : BEGIN OF test,
                   a(5),
                   b(5),
                   c(5),
            END OF test.
    Internal table of excel
    DATA : it_test TYPE TABLE OF test.
    DATA : it_filename TYPE TABLE OF  file,.  "to store file names.
                 ws_filename TYPE       file.
    SELECTION-SCREEN
    PARAMETER: p_file LIKE rlgrap-filename  LOWER CASE.
    At Selection Screen
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Parameter to store the sy-subrc value from FM file_open_dialog
      DATA: rc TYPE i.
      CLEAR: it_filename,
             ws_filename,
             p_file .
    Get the file name and path from the presenatation server
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = 'Select Input File'
          default_filename        = '*.xls'
        CHANGING
          file_table              = it_filename
          rc                      = rc
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          not_supported_by_gui    = 4
          OTHERS                  = 5.
      IF sy-subrc = 0.
        LOOP AT it_filename INTO ws_filename.
          p_file = ws_filename.
          EXIT.
        ENDLOOP.
      ENDIF.
    DATA: l_file TYPE string.
      CLEAR it_test .
      l_file = p_file.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = l_file
          filetype                = 'ASC'
          has_field_separator     = 'X'
        TABLES
          data_tab                = it_test
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc NE 0.
        WRITE: "Upload error".
        STOP.
      ENDIF.

  • Why did I get an emails stating that i uploaded 50 photos and have used my quota for the month when I have not uploaded ANY photos. I just installed PSE 12.

    I just installed PSE12 and I think it automatically synced photos to REVEL?
    I don't want all my photos on REVEL. How do i control this.
    It also states that I reached my 50 max for the month. I didn't upload any photos!
    i this a push for paid subscription?
    There is no upload button under share?
    so how is this controlled. I looked at my revel and I have some older pic up there from about 8 months ago.
    All my nikon pics are in raw, when will you support this?
    If I have to convert them all into jpgs, this is a tedious task and I may as well use Flikr?
    Thanks,
    Chet

    Hi Chet-
    This is a user to user forum that  adobe employees also monitor and reply on.
    Our records  show that you have indeed hit your limit of 50 uploads. The uploads began around 5/2 from Elements on Windows to Chester's library, which was then deleted on 5/5. Each upload counts, even if you delete and re-upload.
    When you first install elements, it asks if you want to make all your albums mobile or just select ones. If you say all, then all will be uploaded to revel (if you have enough uploads available). If you select certain ones, then only those will sync with revel. It sounds like you seleted either some or all and your elements organizer is trying to sync with revel as requested. The idea behind mobile albums is that they stay in sync whether you upload from elements or revel.
    If you do not want to have all albums as mobile albums in the Elements Organizer,
    you can open up Preferences, switch to the Adobe Revel Preferences section and if the box is checked saying
    "Automatically access all my catalog media in Adobe Revel", uncheck that checkbox and click OK.
    You do not have to have a premium subscription as long as you only want to upload 50 files or less to revel. A subscription will get you unlimited uploads.
    Regarding raw files:
    1) If you select a raw file to upload to revel from elements, it will first create a jpg and then upload it to revel 12.1. You will only see a jpg file in revel when you look from your other devices.
    2 )If you then edit the raw file from elements, it will replace the old jpg in revel with the edited one.
    3)If you edit the jpg file in revel (that was made from the elements raw file and uploaded to revel in 1 above), then it will show there and will also show up in the version set in elements.
    4) If you import a raw file directly into revel (say from adoberevel.com rather than elements) you will not see it show up in elements. There is not a feature to sync a raw files or their associated jpg file with elements.
    I hope this helps. Please let me know if you have further questions.
    Pattie

  • Increased upload quota (2 Mb) in squirrelmail

    Hi everybody !
    How i can upload a file more than 2 Mb in squirrelmail ?
    This limit is curious at the time no ?
    Thanks for response.

    You have to change a setting in the php.ini file (Squirrelmail uses PHP).
    Mostly you can find this file in /usr/local/lib.
    Look for the "postmaxsize" string in the file. Now it will be 2MB, change it to the amount you like. I prefer 10MB as a max.

Maybe you are looking for