A Runtime error which involves a dll

Hi,
I was trying to use jacob for which I included the jacob.dll in the path environment variable (My Computer->properties->environment variable).
Also I set the virtual parameter as -
-Djava.library.path=H:\bipul\java_prj\schedule1\dsrc\jacob.dll
Now when I tried to debug it using IntelliJIDEA, then I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jacob in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
     at java.lang.Runtime.loadLibrary0(Runtime.java:822)
     at java.lang.System.loadLibrary(System.java:992)
     at com.jacob.com.Dispatch.<clinit>(Dispatch.java:45)
     at com.tapsterrock.jiffie.InternetExplorer.<init>(InternetExplorer.java:60)
     at test.main(test.java:55)
But if I run it by first setting path in command prompt and run it there then it runs without any exception.
So can any body please help me get rid of this problem?

Some people have reported that Apple Software Update can cause this error, so you might try removing that and see if it helps. Removing that utility should not affect iTunes, though you won't get automatic updates (you can just download any new version of iTunes or QuickTime manually and install it). It would, however, be wise to make a backup of any purchased content or items that would otherwise be difficult to replace, just in case something goes wrong.

Similar Messages

  • Ps CS5 - Runtime error - which files need to be deleted ? -  if thats the fix

    So I just went thru all this with Adobe Premiere, and now I will have to go thru it with Ps5.   I am getting the run time error in my  Ps CS 5 version 12.0.4  x64 , running on a PC window 7.
    The program crashes immediately upon opening. With premier I had to go in and delete a preferences file, and then it worked again (Thanks to A.T. Romano for the fix) but I lost any
    projects that were in the works. Anyone know how to fix the photoshop problem? And is it likely I will be going thru this with my Lightroom 3 as well?
    Thanks
    AC

    Alex7777 wrote:
    JJ Mack
    Just to clarify, Do you know if thats the fix for ps5 runtime error ? Or just thats how you access preferences ?
    Thanks AC
    No you never posted the information about your errors I was just answered your question about preferences. If you want to work on your errors
    Supply pertinent information
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • During a recent update to iTunes I get a runtime error which says the application has attempted to load the C runtime library incorrectly.  Now I can't open iTunes at all and I can't sync my iPhone or back it up.

    Anyone else have this problem recently? It also won't let me reinstall the previous version of iTunes.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • 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 LOAD_PROGRAM_NOT_FOUND for ARE document.

    Hi All,
    when I am creating or posting ARE document thru tcode J1IA101 & J1IA301 ,I am clicking on Printing check box & when I am going to save it .It is giving me error printing parameter is not set &
    after pressing enter it is giving runtime error, which is as follows:
    Runtime Errors         LOAD_PROGRAM_NOT_FOUND
    Exception              CX_SY_PROGRAM_NOT_FOUND
    What happened?
        There are several possibilities:
        Error in the ABAP Application Program
        The current ABAP program "SAPLJ1IEX" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        or
        Error in the SAP kernel.
        The current ABAP "SAPLJ1IEX" program had to be terminated because the
        ABAP processor detected an internal system error.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "J_1IEX_PRINT_ARE" "(FUNCTION)", nor was it propagated by a RAISIN
         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:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely " ".
        However, program " " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error
    Thanks,
    C Singh,

    hi all,
    please change the access sequence from J1ID to J1IB and include program for printing ARE-3 in program 2 of access sequence J1IB.
    regards,
    C Singh.

  • Runtime error when inserting rows in hrp1018 and hrt1018 tables

    Hi All,
    I have a requirement to insert row in hrp1018 and hrt1018 tables.These tables are interlinked.So, I have used FM 'RH_INSERT_INFTY'. The exact code which I have used is as follows.
    *****************************************code***************************************************************
    << Please post only the relevant portion of the code >>
    The runtime error which is coming is as follows:
    Error analysis
        An internal error in the database interface occurred during access to
        the data of table "HRT1018 ".
        The situation points to an internal error in the SAP software
        or to an incorrect status of the respective work process.
        For further analysis the SAP system log should be examined
        (transaction SM21).
        For a precise analysis of the error, you should supply
        documents with as many details as possible.
    Please let me know why this error is coming.I am not able to find out mistake in the FM and form used in the code.
    Thanks in advance,
    BBKrishna.
    Edited by: Rob Burbank on Jun 9, 2009 1:31 PM

    I am adding the code once again.Please let me know why the error is coming up.
    lv_mproj = 'BLDNG'.
      wa_p1018-mandt = sy-mandt.
      wa_p1018-otype = '9M'.
      wa_p1018-objid = '50009650'.
      wa_p1018-begda = '20090608'.
      wa_p1018-endda = '99991231'.
      wa_p1018-infty = '1018'.
      wa_p1018-plvar = '01'.
      wa_p1018-otype = '9M'.
      wa_p1018-istat = '1'.
      append wa_p1018 to it_p1018.
      repid = sy-repid.
    *Updating hrp1018 and hrt1018 tables
      CALL FUNCTION 'RH_INSERT_INFTY'
        EXPORTING
        FCODE                     = 'INSE'
        VTASK                     = 'D'
         AUTHY                    = ' '
          REPID                   =  repid
          FORM                    = 'FILL_TABS'
        TABLES
          INNNN                   = it_p1018
    EXCEPTIONS
       NO_AUTHORIZATION          = 1
       ERROR_DURING_INSERT       = 2
       REPID_FORM_INITIAL        = 3
       CORR_EXIT                 = 4
       BEGDA_GREATER_ENDDA       = 5
       OTHERS                    = 6
      IF SY-SUBRC <> 0.
        CALL FUNCTION 'BALW_BAPIRETURN_GET'
          EXPORTING
            TYPE                             = SY-MSGTY
            CL                               = sy-msgid
            NUMBER                           = SY-MSGNO
      PAR1                             = ' '
      PAR2                             = ' '
      PAR3                             = ' '
      PAR4                             = ' '
      LOG_NO                           = ' '
      LOG_MSG_NO                       = ' '
         IMPORTING
           BAPIRETURN                        = return_rec
    EXCEPTIONS
      ONLY_2_CHAR_FOR_MESSAGE_ID       = 1
      OTHERS                           = 2
        IF SY-SUBRC <> 0.
            lv_mproj = text-011
                      ELSE.
                      ii_return = return_rec.
                      CONCATENATE                  ii_return-type '-' ii_return-message
                      INTO lv_err_msg SEPARATED BY SPACE.
        ENDIF.
      ENDIF.
    *RHCD_TAB-PROZT
       FORM fill_tabs TABLES ins_tab
                   USING ins_set ins_index.
      DATA : BEGIN OF set.
              INCLUDE STRUCTURE wplog.
      DATA : END   OF set.
      DATA: BEGIN OF h_pt1018.             "to initialize INS_TAB
              INCLUDE STRUCTURE pt1018.
      DATA: END OF h_pt1018.
      REFRESH ins_tab.
      set = ins_set.
      CASE set-infty.
        WHEN '1018'.
          h_pt1018-posnr = lv_mproj.
          h_pt1018-prozt = '100.00'.
          IF NOT ( h_pt1018 IS INITIAL ).
            CLEAR ins_tab.
            ins_tab+36(8) = lv_mproj. "h_pt1018.
            ins_tab+134(5) = '100.00'.
            APPEND ins_tab.
          ENDIF.
      ENDCASE.
    ENDFORM.

  • ESS Leave Request - Portal Runtime Error when the "Cancel" button is hit

    We have configured the Leave Request application, created a custom workflow, created security roles, and we are now testing in our quality environment. 
    We are encountering a very strange "Portal runtime error" which we cannot resolve - When you come into the Leave Request application, and then, without completing the request, just hit the "Cancel" button, the runtime error is generated.
    We have run a trace of authorizations and everything has come up clean.  Everything is configured, and there are no problems actually creating, approving and posting requests. 
    Any ideas?

    Hi,
    please check whether the user is authorized to cancel the request.
    and take a look at this WS12300111
    Regards
    Manohar

  • Not getting runtime errors

    I have been using Flex for 6 months and suddenly this week I
    am no longer getting runtime errors which is making it very
    dificult to debug. Does anyone know what would cause runtime errors
    to be disabled?

    Did you turn off "Strict Mode"?

  • Runtime error (already defined class)

    I get a runtime error which says:
    Class com.pictoflex.app.RecordPanel already defined in RecordPanel. It could be that your source file is not in the correct package..
    The package defined for that class is com.pictoflex.app, the source file is placed in the right directory, and there is only one class definition (public abstract class ... extends JPanel). What is wrong (probably something very stupid I didn't see)?

    Maybe you first compiled a RecordPanel class without package name, and now there exist two class files with the same name in different packages.

  • Runtime Error when generating Backend Adapter

    Hi All,
    I have a problem when im trying to generate a backend adapter for a data object with two nodes. it is just a simple data object with a root node and a child node having sales order header data & item data.
    when im trying to activate i get a runtime error which is listed below.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    What happened?
        An exceptional situation has occurred in the ORACLE software,
        possibly due to an error.
        This is not an error in an application program.
    actual source code trigger location: modify seocompodf from table modify_seocompodf.
    Please help me with this if possible.
    Thanks & Regards,
    Malinda

    Hi Malinda,
    Below link would be usefull:
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/runtime-error-dbif_rsql_sql_error-2649777
    Above link mention why problem is coming
    Runtime Errors DBIF_RSQL_SQL_ERROR & Exception: CX_SY_OPEN_SQL_DB
    According to above link, its problem with database and your Basis team to set up the database according to the note 1005758. It will definitely solve your problem.
    Regards,
    Abhishek Joshi

  • Runtime Error! ..\JC01\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe

    Hi All,
    I have a installed the SAPNW2004sJavaSP9_Trial version on my windows 2000 SP 4 system.When I deploy and run TutWD_DynamicForm I get a Microsoft Visual C++ Runtime Library -> Runtime Error which displays the message:
    Program..\JC01\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe This application has requested the Runtime to terminate it in an unusual way.Please contact the application support team for more information.
    This pop never closed unless i restart the system.
    The detailed error description is as enclosed.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    The initial exception that caused the request to fail, was:
       java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
        at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
        ... 43 more
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
         ... 35 more
    Caused by: java.net.SocketTimeoutException: Read timed out
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:341)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:250)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:362)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:551)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 37 more
    Can someone tell what could be wrong and as to how I can resolve this issue.
    Thanks for all your help in advance.
    Best regards,
    Divya Rao

    Hi!
    Has somebody solved the problem? I am facing the same error .
    Hope somebody has solved this .
    Kind Regards,
    Flysky

  • Oracle Data Profiling and Quality Microsoft Visual C++ Runtime Error

    Hi All,
    I have installed Oracle Data Profiling and Quality on a Windows 7 64-bit machine but every time I try to run the Profiler I get a C++ runtime error which when dismissed reveals an ODQ alert box that says a ReadProcessMemory or WriteProcessMemory did not complete.
    Has anyone encountered similar or does anyone have any ideas? I do not know where to start. Have tried a reinstall from a fresh download but get the same problem. The Metabase Server Admin tool works OK.
    Happy to supply any other info.
    If there's an ODQ forum please let me know and I will move.
    Thanks
    Dicksam

    Change the compatibility mode to windows XP service pack 2. I have this installed on a windows 2008 64bit server had to do that in order to get the metabase admin and the control center to work.

  • Data Quality Runtime Error

    Hi all,
    Not sure if this is the right place but it seems the closest.
    I have installed Oracle Data Quality on a Windows 7 64-bit machine but every time I try to run the Profiler I get a C++ runtime error which when dismissed reveals an ODQ alert box that says a ReadProcessMemory or WriteProcessMemory did not complete.
    I installed the Linux version fine on VirtualBox (same machine 64-bit) but wanted to put this on my Windows Host so I could use the client.
    Has anyone encountered similar or does anyone have any ideas? I do not know where to start. Have tried a reinstall from a fresh download but get the same problem. The Metabase Server Admin tool works OK.
    Happy to supply any other info.
    If there's an ODQ forum please let me know and I will move.
    Thanks
    Dan

    Change the compatibility mode to windows XP service pack 2. I have this installed on a windows 2008 64bit server had to do that in order to get the metabase admin and the control center to work.

  • Reader Update 11.0.3 Gives Runtime Error Message

    After updating to 11.0.3 I get a Runtime error which reads: This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information." I tried a "repair" on the program. Should I uninstall it and reinstall it? Any other suggestions?

    I uninstalled the reader and installed version 10. No problems now. Thanks for responding!
    Sent from Jan's iPad3

  • Runtime Error - Suddenly From Nowhere

    Running Windows XP SP2 - 2GBS RAM - AMD Dual Core 64X2 - Roomy drive.
    I've been running 1.2, since it was first offered as an upgrade to 1.1. I never upgraded to 1.3, because it didn't seem to offer me much, and I was fearful of some of the upgrade problems I had read about..
    SUDDENLY, after using LR frequently, until around three weeks ago, I tried to open it today, and I got the same RUNTIME error which has been reported by other users.
    So, I thought it might have been a glitch in 1.2, and to test it, I upgraded to 1.4. NO DICE, same error.
    I opened LR by holding down the CTRL button, and was offered 2 of my backup catalogs, older ones, on my external drive, and my original catalog. I couldn't open up my original one - same Runtime Error, but could open up the backup. I eventually found all of my backup cataloges in the backup folder on my external drive, and the most recent contains around 97% of my work -- not much work that had been unbacked up.
    What can I, or should I do? It seems to me that my original catalogue must have somehow become corrupt -- obviously an Adobe Bug, or else I wouldn't be reading about so many others with the same problem. I guess I could open up the most recent backup, but what do I do with it then? Ideally, LR opens up with a regular catalogue on my internal drive and the backups are where they belong, on my external drive. Is it possible to resurrect my original catalouge? If so, how? If not, how do I convert my backup catalouge to my main one?

    You mean I've been able to zip files all these years and never knew it? WOW! And, I thought I was so smart.
    LEE: Do you have any opinion on whether or not LR would be more stable on a MAC? This corrupt file/Runtime error, is pecular to Windows, isn't it? I'm getting tired of having to troubleshoot various programs, operating systems, browsers, etc. I think the MAC commercials may be getting to me. I went to the Apple Store today. The IMACS are really neat, and if they're more stable than a PC, I may make the move. If I do, I'll be back here asking you how to migrate my catalogue.

Maybe you are looking for

  • Error while checking RSRV of Cube

    hi all, I am getting following error while checking RSRV (DataBase indexses) of one of the cube. ORACLE: The status of index /BIC/FZPS_C02~020 is INVALID Please suggest something on it. amit

  • HCM F&P: Error in process object reading

    Hi Experts, I am working on Employee Transfer scenario. So I copied the standard Process ORG_CHANGE and made the changes in Workflow, Form scenario and Form according to my reqirement . But when the Reciever manager opens the form it is throwing one

  • Lightroom to Photoshop and back question

    When I export a photo from Lightroom into Photoshop, I make my edits, and then I select save.  In Photoshop the photo changes to a psd file as it should.  But when I go back into Lightroom, the photo does not appear in the original folder it was sent

  • Laptop for Adobe CS5 Standard

    I am in the sign industry and we are starting to get into the digital print aspect of it. I'm looking forward to using CS5 Standard for most of the work. I need a laptop to do this as I need to be able to work in multiple locations. I found an ASUS G

  • Numbers and letters

    is this code true if i want to check if num2 1- either 6 digits (0-9) or letters in UPPER CASE. 2- or a mixture of letters in upper case and digits (in this case there may be up to 9 letters and digits) if(num2.length()==6 &&(c1>='A'&& c1<='Z'||