Two issues: Runtime error when trying to Reduce Size or Optimize File. And navigation in some files is VERY SLOW.

I haven't figured out if there is a pattern here, as of yet.
This happens with larger files (1500 pages and so forth) and not all the time. 
- Bookmarks may take up to 4-5 seconds to go to its page.  Scrolling up and down pages is just as painfully slow.
Even when I break the big file into smaller sections, the navigation remains slower than molasses.  
- When I try to Optimize certain files, or Reduce their size, I get a Runtime Error. I have disable the Updater (I read this could be an issue) but that made no difference.  I have also broken the larger files into 2 or 3 pieces.  One of the pieces may work out well (I can optimize and so forth) but the other(s) may not.
Thank you.
PS: I use Windows XP Pro, Service Pack 3.  I have requested an upgrade (several times) but my wishes are not their command, I am afraid.

HI ,Thanks for your response. That was an error in the code I posted, but wasn't the error I was trying to solve. Once correcting that error you pointed out I am getting the problems not when I send a plain text email like:
          if(!sendmultipart)
             // send a plain text message
             msg.setContent(msgText, "text/plain");
          }but when I try and send multipart messages doing this:
          else
             // send a multipart message// create and fill the first message part
                   MimeBodyPart mbp1 = new MimeBodyPart();
     mbp1.setText(msgText);
      // create and fill the second message part
     MimeBodyPart mbp3 = new MimeBodyPart();
     // attach the file to the message
     FileDataSource fds = new FileDataSource(soundfile);
     mbp3.setDataHandler(new DataHandler(fds));
     mbp3.setFileName(fds.getName());
                   Multipart mp = new MimeMultipart();
     //adds the text to the message
      mp.addBodyPart(mbp1);
      //adds the attachment to the message
      mp.addBodyPart(mbp3);
       // adds the content to the message
      msg.setContent(mp);
     }So i get the error when executing the else branch.
Can you spot any errors here? I get the same error as mentioned earlier.
Thanks a lot,
Jess

Similar Messages

  • Runtime error when trying to use Thinkvantage system updater

    I get a runtime error when trying to use the Thinkvantage system updater.Have tried it numerous times and this is the exact message:
    "Runtime error!
    Program:C:\Program Files\Lenovo\System Update\tvsu.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information."
    Can somebody please help me to get the Thinkvantage system updater working properly?
    Thanks-George
    This issue has since been resolved.Thanks-G

    I'm getting the same error.   I tried reinstalling system updater but it didn't help.

  • Has anyone got a "runtime error" when trying to search in itunes store?

    has anyone got a "runtime error" when trying to search itunes store?

    I assume since you are posting in the iTunes U for iOS forum that you are having issues with the IOS version of the app. What is the exact error message?
    Can you participate in a course's discussion from iTunes U's Course Manager (https://itunesu.itunes.apple.com/coursemanager/)?

  • Portal runtime error when trying to create new Iviews in EP

    Hi
    Require an Urgent help
    getting portal runtime error when trying to create a new iView in portal. I am unable to create a single iView  in portal.
    It was working before please see this error message
      Portal Runtime Error
    An exception occurred while processing a request for :
    iView : com.sap.portal.appintegrator.sap.WebDynproPageBuilder
    Component Name : com.sap.portal.appintegrator.sap.WebDynproPageBuilder
    Error occurs during the rendering of jsp component.
    Exception id: 05:20_12/01/08_0004_17115850
    See the details for the exception ID in the log file
    AM Iworking on NW2004s sp11. I was able to create iViews on this system before
    let me know where to check the log file also. Points will be awarded
    Thank you
    Krishna Kanth
    Edited by: siddi siddi on Jan 13, 2008 12:05 AM

    Krishna Kanth,
    logs can be read from nwa, if you hv the relevant access or get portal admin to pass the defaulttrace file to you. Login to nwa, navigate to Monitoring-Logs and traces and select (either default trace or last 24hrs) to view the logs. hope this helps
    prachi

  • I am getting a runtime error when trying to download itunes

    I keep bgetting a runtime error when trying to download itunes

    Not there aren't any special settings for this. You just use the Open In feature to save the document into Pages. You could have a font in the document that Pages doesn't like, maybe something that you copied and pasted from somewhere into the document that went corrupt. But there is nothing special about the way that you save a Word document into Pages. You save it like you save any document or file into a compatible app.

  • Error when trying to access the RBAC User editor and Message tracking

    Hi,
    I am getting an error when trying to access the RBAC User editor and Message tracking on the Web Mgmt interface. I verified that the admin account trying to access is in the Organization Management group and has the correct Role Assignment Policy applied.
    I searched through this thread below and saw that matching the msExchRoleLink and msExchUserLink attributes fixed the issue. 
    https://social.technet.microsoft.com/Forums/exchange/en-US/fc568cc6-8691-4127-b70b-bcc82f9b1f7f/first-2010-cas-server-no-administrator-rights-emc-permissions-gone?forum=exchange2010
    However I have another environment where this is not the case and works just fine; the msExchUserLink attribute has a value of CN=Organization Management,OU=Microsoft Exchange Security Groups,DC=Domain,DC=Local which is different as per the issue outlined in
    the above thread so I am not convinced that this will work and also don’t want to blindly edit something in adsiedit without being sure.
    I then checked the event logs on the server and saw the below error logged;
    Current user: 'Domain/Server Services Accounts/administrator'
    Request for URL 'https://server.domain.com/ecp/default.aspx?p=AdminDeliveryReports&exsvurl=1' failed with the following error:
    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the
    page. Please contact your administrator for the required credentials. For new credentials to take effect, you have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       --- End of inner exception stack trace ---
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at ASP.default_aspx.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the page. Please contact your administrator for the required credentials. For new credentials to take effect, you
    have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I then had a look at the IIS permissions for ecp and owa. The account did not have permissions so I added them there but still got the same error. I’ve also tried all of the above with a newly-created account but still got the same issue.
    Any ideas as to what the above event log is specifically referring to?

    Hi,
    From your description, I would like to clarify the following thing:
    If you want to search message tracking logs, the account you use should be a member of the role groups below:
    Organization Management role group, Records Management role group, Recipient Management role group.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Runtime error when trying to open an ODS to edit

    Hi,
    I'm encountering a Runtime error while trying to open an ODS to move some datafields to keyfields. When data is loaded into that ODS, it is not giving any Runtime error and allowing me to edit the ODS. But anyhow as there is data in that ODS, I couldn't move the datafields into keyfields. Can anyone suggest me what to do..it's urgent.
    Thanks in advance.
    Hima

    Hi,
    You cannot add add or move fields in ODS if data available in the ODS.
    You get runtime error.
    It's better to delete data from ODS.
    After that activate your all objects of that particular flow.
    Reg,
    Pra

  • Runtime error when trying to open photoshop elements

    I need help getting into my photoshop elements. Purchased several weeks ago. Worked fine, then all of a sudden I'm getting "runtime error" when I try to open. Any thoughts?

    Try re-generating the media database by renaming MediaDatabase.db3
    See this link for further information:
    http://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.html

  • Runtime Error when trying to trigger smartform from VL03N

    Hi all,
    i am having a runtime error while trying to triger my smartforms from transaction VL03N.
    The error is 'The current ABAP program "SAPLV60U" had to be terminated because it has come across a statement that unfortunately cannot be executed.'
    The it's in the include: "LV60UF0K"
                                                                                    |   21|  LOOP AT XKOMV.                                                                           
    |   22|    KONV       = XKOMV.                                                                    
    |   23|    BELEG = XKOMV-KNUMV.                                                                   
    |   24|    IF BELEG-ID = '$'.                                                                     
    |   25|      PERFORM VBRK_BELEGNUMMER_ERMITTELN.                                                 
    |   26|      XKOMV-KNUMV = XVBRK-KNUMV.                                                           
    |   27|    ENDIF.                                                                               
    |   28|    MODIFY XKOMV.                                                                          
    |   29|  ENDLOOP.                                                                               
    |>>>>>|  INSERT KONV FROM TABLE XKOMV.                                                            
    |   31|  IF SY-SUBRC NE 0.                                                                        
    |   32|    MESSAGE A100 WITH 'KONV' SY-SUBRC XKOMV-knumv.                                         
    |   33|  ENDIF. 
    can anyone help me on this please..
    Thanks in advance
    Regards
    Nitin

    This looks like standard SAP code, your best bet is to log this as a problem on service.sap.com
    Regards,
    Nick

  • Runtime error when trying to execute transaction OB58

    Hi all,
    We have upgraded from SAP system 4.6c to ECC 6.0 . We are facing one error in the FI transaction OB58.
    When trying to delete any finanicial version or trying to create any new financial version , we are getting a runtime error which
    states that " Error when attempting to IMPORT object "X011F". and its giving short dump at this point .The description of the error is :
    Short text
        Error when attempting to IMPORT object "X011F".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLFAGL_FSV" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "FSV_POSITIONS_CONVERT" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When importing the object "X011F", the component 1 in the dataset
        had a different length from the corresponding component of the
        target object in the program "SAPLFAGL_FSV".
        The length is 4 in the dataset, but 32 in the program.
    Thanks,
    Sumit

    Hi Sumit,
    We Upgraded our system from 4.6C to ECC 6.0 and
    I am facing same error. We applied note 1544367. After applying not also we are facing issue during
    import x011p to lt_x011p
             i011z to lt_x011z
             x011v to lt_x011v
             x011s to lt_x011s
             x011f to lt_x011f   
    from database rfdt(bs) client p_mandt
                                   id p_versn
                            accepting padding
                             ignoring conversion errors.
    You faced same issue after applying note or if you have any solution please let me know.
    Regards,
    Mahesh

  • Runtime Error when trying to synchronize Blackberry

    I recently upgraded from the Blackberry pearl to the Bold along with the new desktop software. Since the upgrade, I am no longer able to synchronize by microsoft Outlook to my Blackberry Bold. When trying to set up the synchronization I recievethe following Runtime error:
    Cannot find system in table file. I have tried all sorts of fixes with no solution, does anyone have any suggestions?
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    I found this KB, though the error wording is a tiny bit different...but perhaps it'll help?
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB15278&slic...
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Lightroom 2 runtime error when trying to start up *URGENT ERROR*

    I updated from 2.0 to 2.1 recently. Now everytime I try to start lightroom it will not, and i get a microsoft visual c++ runtime error and it immediately asks to close LR before it even opening.
    I found 3 possible solutions on the adobe knowledge base. none of which work. Deleteing the preference files, deleting the preference folder, and trying to install LR under a different user account. I have Vista sp1 OS running on my computer. I have plenty of room and ram.
    I even went as far as uninstalling LR and deleting all references to it in the registry. I just tried to reinstall 2.0 and open it with the same darned error. I am at my wits end as I have over 100 highschool kids composite protraits to churn out, and their adjustments are all stuck in a lightroom catalog that I can't open.
    Any other solutions floating around about this that i haven't tried?????

    Some more things in random order:
    I think you're right about something deeper going on. The bad install for Flash sounds bad.
    The C++ error sounds like it could be a missing file from something that didn't get installed right.
    You might go buy yourself a new hard-drive, reinstall vista and see if you can get things to work, then, and either use that as your new boot drive or go back to the other one and try again.
    Presumably ScanDisk doesn't show any problems?
    You might disconnect all your USB drives and use just C and see if things work.
    Do you have any permissions issues at all?
    Look in event log and see if it says anything leading up to the C++ error.
    Have you tried reseating the hard-drive cables and memory chips on your MB although usually these things would cause a blue-screen not a C++ error.
    Remove any extra peripherals that you don't need.
    Does the error you get indicate a recognizable GUI-related thing? If so perhaps changing the graphics-card acceleration or other settings could affect it.
    After you system-restore back, are you then installing LR 2.1?
    Why didn't it let you do a Restore and what did you do to finally get it to work?
    This thread started pretty late at night, so the Adobe types are probably not reading things at this point and will have some ideas, tomorrow.

  • C++ Runtime Error when trying to open Adobe Acrobat

    When I try to launch Adobe Acrobat 6.0, I get the following
    error:
    Runtime Error! This application has requested the Runtime to
    terminate it in an unusual way.
    I've tried every fix I could fin on the Web including
    reinstalling the program.
    Does anyone have a sure fire fix?

    i'm new and just trying to get help.

  • Portal Runtime Error when trying to preview an iView

    Hi All,
                  I am getting the following exception when I am trying to preview an iView (created from a par file I did some settings like rt_Parameter )
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 02:06_26/09/08_1612_8553150
    See the details for the exception ID in the log file.
    Can some one point me the location of the log file where I can view for the details of the exception and possibly can some one help the cause of the exception.
    Thanks
    Prathima

    Hi,
    you can use the SOAP Log viewer in the EP perspective you can find this icon at the bottom right image with specs click this trace fiel will open in the browser.
    In opened file search the defaulttrace file with the smallest size and go for filter with the value 1 for the current day. and search based on the error id.
    Or....
    if you have administrator id/pwd then type:-
    http://<servername>:<port>/irj/nwa
    in that you can find moniter->log file....
    in this use can search based on the error id.
    Hope this may help you.
    Deepak

  • Runtime Error when trying validate password in Teststand2​.0/LabVIEW​6.1

    Hi there,
    I am trying to build a custom user login (LabVIEW 6.1) for TestStand2.0. I am trying to validate the user password. I am using a reference from the TS.IEngine and about every other time I run it I get the following error:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program:...ogram Files\National Instruments\LabVIEW 6.1\LabVIEW.exe
    R6025
    -pure virtual function call
    I have attached the vi to see if you get the same error. Also, I have not been able to get the function to successfully return a true for validated password.
    Thanks,
    Kevin
    Attachments:
    TestStand_-_Check_User_Name_and_Password_Error.vi ‏22 KB

    Nemo,
    Thanks for the reply. This is not exactly what I needed but your comments really helped a lot!! (especially regarding obtain the Engine Reference from the sequence context---missed that one I thought I could just open a new reference to the TestStand Engine but as it turns out (not quite sure yet why...ActiveX rules I sure but I do not know them all yet one can simply open the reference and use it. I actually thought I was doing something similar to what the LV TestStand Operator Interface does, which is open a reference and then start using it...bad assumption! So, long story short, When I place this vi in a TS sequence (remove the garbage) and run it, it works how I want it to. So thanks again for the advice.
    Kevin

Maybe you are looking for

  • Print Button On OA Page

    Hi I have a page with a richtexteditor component on an OA page.. i would like to add a Print button that will take the content from that box and print it.. any idea's???

  • Shopping cart trick work for you?? Please add to list!

    Hi all, I am making this post to explain the shopping cart trick. The shopping cart trick is from what i gathered mostly comenity bank cards. (not all of them) Go to there store, add items into your cart, go check out and put in your info (as it appe

  • Shift button + restore / check for update no longer works

    Hello the shift and restore no longer works. It was taken away in an earlier version of itunes. I'm using the 64bit version but im sure it dosent work in 32bit version either. I still see posts referencing to it what is going on. I'm running it as ad

  • Check box in alv grid

    Hi Gurus, I developed one alv(grid) report. the grid having first three columns are with check boxes. Now my requirement  is if I tick or on tick those check boxes I need to track which records check boxes are modiried. But I canot tracking the  modi

  • Impossible d'acheter adobe acrobat je ne serais pas dans la bonne région (Guyane française)

    C'est le message qui apparaît : Erreur dans votre commande   Ce compte a été enregistré pour un pays différent. Veuillez vous déconnecter puis vous reconnecter à un compte existant pour ce pays.