Permanent solution to Runtime Error

I have a "Microsoft Visual C++ Runtime Error" using Photoshop Elements 11 and have cleared it by renaming the MediaDatabase.db3 file as suggested. The only problem is, it occurs every time I start Photoshop and it's getting a bit tiresome having to go through the same process before I can open the software.  Is there a more permanent solution?

Hi,
first of all please read the forum rules:
<< Do not post the same question across a number of forums >>
And second: I already moved your first thread about this problem to the correct forum. It is not necessary to open a second one again in the wrong forum. It is like doing the same fault twice.
Anja (Moderator)

Similar Messages

  • Runtime error! Please help. Has anyone found a solution?

    I just started to get the below error as soon as i open iTunes. Then it closes.
    Does anyone have a solution?
    Runtime Error!
    Program: c:/Program Files/ITunes/ITunes.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information.
    It just randomly started happening as so I can't even get into iTunes without it closing. I'm not too tech savy so if anyone has any idea what to do, please please please let me know. Thanks!

    change the order of operations here, placing: sb = new
    smallBox(); following the line: bb = new bigBox();
    you cannot add a child to bb that does not yet exist. then
    assign the x/y position within the main class previous to adding it
    to the display list, rather than in the smallBox constructor, as
    in:

  • Quicktime Error -120  Any permanent solution?

    Has anyone found a permanent solution for this error? We are encoding HD 1080i to H264s via a droplet. The -120 error does not happen every time we encode. We are getting tired of resetting the background process in Compressor. We are getting this on only one of three Macs...

    Eric@Charter wrote:
    Has anyone found a permanent solution for this error?
    A superficial search indicates negative. But I've never enountered the error myself.
    Eric@Charter wrote:
    We are encoding HD 1080i to H264s via a droplet. The -120 error does not happen every time we encode.
    Then it's not a software problem. It must be related to your media or your hardware.
    Eric@Charter wrote:
    We are getting tired of resetting the background process in Compressor. We are getting this on only one of three Macs...
    Why are you resetting background processes for Compressor?
    Isolating the problem to one machine indicates clearly it's not a Compressor problem or it would be present on each of your machines and we would be seeing this topic much more often.
    Simple but tedious binary tests are required to debug this. You start with a project that returns the error and move it to another machine. If it doesn't error out, the problem lies on the first machine. If you bring a known good project from Machine 2 to Machine 1 and Machine 1 errors out, you know it's the machine. But you don't know what on the machine is causing the problem. Now you start looking for likely causes starting with drives.
    bogiesan

  • Permanent solution for Java iView Runtime error ?

    Hi
    I have SAP IDES installed in my system...recently i am getting following error when i am trying to login Portal :
    Java iView Runtime
    Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    If this situation persists, please contact your system administrator.
    I have searched SDN many discussions say that restart server and check memory and...etc......etc
    My system also if i restart server problem is solved temprarely....
    My system memory is not a problem because i have 16GB Ram amd 1 Tera hard disk still i have 500 GB hard diskk free space...
    If i restart simply MMC my J2ee table will not connected so i have to restart hole sytem them start MMC .....then server is up and i can connect to portal .......it seems connection for j2ee table are getting lost.....
    Can some one suggest me permanent solution
    thanks in advance

    Hi Maya,
    BEx Web Analyzer requires Portal and is basically a Web template called 0ANALYSIS_PATTERN.
    Is Portal configured in your system landscape? If yes try to see if its configured probably using transaction RSPOR_CUST01.
    If you have access to SM59, you can test the RFC connection to the portal by running the Test Connection for the corresponding RFC destination ID that you see in RSPOR_CUST01 transaction.
    Assign points if helpful
    Regards, Uday

  • Runtime Errors Raise Exception in Solution Manager

    Hi Guru's,
    While I try to excute the transaction solman_issue_mgnt in solution manager for issue tracking, runtime errors occurs.
    Error analysis
        A RAISE statement in the program "CL_GUI_HTML_VIEWER============CP" raised the
         exception
        condition "CNHT_ERROR_PARAMETER".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
    Could anyone suggest me on this issue.
    regards,
    Guna

    Hi Juan,
    As per the note, everything was fine there. We have SAP_Basis 700 with SP16.
    Earlier it was worked fine. Now only we are facing this issue while excuting the t-code solman_issue_mgmt.
    regards,
    Guna

  • ABAP Runtime Error : STRING_LENGTH_TOO_LARGE In Solution Manager 7.0

    Hi All,
    In SolMan 7.0 when i am using T-code Solution_Manager->Business process Monitoring tab System is give as give below ABAP DUMP . Please Share your idea to resolve this issue.
    Runtime Errors                                                       STRING_LENGTH_TOO_LARGE
    Except.                                                       CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time                                                       24.11.2009                    12:16:08
         Short text
                   Illegal access to a string (length too large)
         What happened?
                   Error in the ABAP Application Program
                   The current ABAP program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" had to be
                    terminated because it has
                   come across a statement that unfortunately cannot be executed.
         What can you do?
                   Note down which actions and inputs caused the error.
                   To process the problem further, contact you SAP system
                   administrator.
                   Using Transaction ST22 for ABAP Dump Analysis, you can look
                   at and manage termination messages, and you can also
                   keep them for a long time.
         Error analysis
                   An exception occurred that is explained in detail below.
                   The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
                    caught in
                   procedure "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", 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:
                   In the running program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP", part of a string was
                    about to be accessed
                   with an explicitly specified length.
                   However, this length (8) exceeded the current length of the string
                   (5).
                   This kind of access is illegal.
         How to correct the error
                   Reduce the length with which to access the string.
                   If the error occurred in your own ABAP program or in an SAP
                   program you modified, try to remove the error.
                   If the error occures in a non-modified SAP program, you may be able to
                   find an interim solution in an SAP Note.
                   If you have access to SAP Notes, carry out a search with the following
                   keywords:
                   "STRING_LENGTH_TOO_LARGE" "CX_SY_RANGE_OUT_OF_BOUNDS"
                   "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" or "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004"
                   "IF_HTTP_EXTENSION~HANDLE_REQUEST"
                   If you cannot solve the problem yourself and want to send an error
                   notification to SAP, include the following information:
                   1. The description of the current problem (short dump)
                      To save the description, choose "System->List->Save->Local File
                   (Unconverted)".
                   2. Corresponding system log
                      Display the system log by calling transaction SM21.
                      Restrict the time interval to 10 minutes before and five minutes
                   after the short dump. Then choose "System->List->Save->Local File
                   (Unconverted)".
                   3. If the problem occurs in a problem of your own or a modified SAP
                   program: The source code of the program
                      In the editor, choose "Utilities->More
                   Utilities->Upload/Download->Download".
                   4. Details about the conditions under which the error occurred or which
                   actions and input led to the error.
                   The exception must either be prevented, caught within proedure
                   "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", or its possible occurrence must
                    be declared in the
                   RAISING clause of the procedure.
                   To prevent the exception, note the following:
         System environment
                   SAP-Release 701
                   Application server... ".........."
                   Network address...... ""
                   Operating system..... "Windows NT"
                   Release.............. "5.2"
                   Hardware type........ "8x AMD64 Level"
                   Character length.... 16 Bits
                   Pointer length....... 64 Bits
                   Work process number.. 0
                   Shortdump setting.... "full"
                   Database server... "................."
                   Database type..... "ORACLE"
                   Database name..... "SM7"
                   Database user ID.. "SAPSR3"
                   Terminal.......... ".............."
                   Char.set.... "C"
                   SAP kernel....... 701
                   created (date)... "Oct 12 2008 23:34:32"
                   create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
                   Database version. "OCI_10201_SHARE (10.2.0.2.0) "
                   Patch level. 15
                   Patch text.. " "
                   Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*"
                   SAP database version. 701
                   Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
                    NT 6.0"
                   Memory consumption
                   Roll.... 16192
                   EM...... 4189840
                   Heap.... 0
                   Page.... 0
                   MM Used. 1513920
                   MM Free. 2673296
         User and Transaction
                   Client.............. 100
                   User................ 182836
                   Language Key........ "E"
                   Transaction......... " "
                   Transactions ID..... "09C5D8DE506DF14DB42D001E682F27BB"
                   Program............. "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP"
                   Screen.............. "SAPMHTTP 0010"
                   Screen Line......... 2
                   Information on Caller ofr "HTTP" Connection:
                   Plug-in Type.......... "HTTP"
                   Caller IP............. "10.226.33.101"
                   Caller Port........... 8080
                   Universal Resource Id. "/sap/bc/solman/defaultUser/graphic/solmangraphic.htm"
         Information on where terminated
                   Termination occurred in the ABAP program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" -
                    in "IF_HTTP_EXTENSION~HANDLE_REQUEST".
                   The main program was "SAPMHTTP ".
                   In the source code you have the termination point in line 130
                   of the (Include) program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004".
                   The termination is caused because exception "CX_SY_RANGE_OUT_OF_BOUNDS"
                    occurred in
                   procedure "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", but it was neither
                    handled locally nor declared
                   in the RAISING clause of its signature.
                   The procedure is in program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP "; its source
                    code begins in line
                   6 of the (Include program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004 ".
         Source Code Extract
         Line               SourceCde
           100               *     url of its for WebGUI links (extension for portal cfs)
           101                     WHEN 'its'.
           102                       lv_its = ls_param_fields-value.
           103               *     name of transaction for WebGUI links (extension for portal cfs)
           104                     WHEN 'trans'.
           105                       lv_trans = ls_param_fields-value.
           106               *     name of transaction parameter for WebGUI links
           107               *     (extension for portal cfs)
           108                     WHEN 'trans_keyname'.
           109                       lv_trans_keyname = ls_param_fields-value.
           110               *     info block
           111                     WHEN gc_parameter_name-io.
           112                       lv_io = ls_param_fields-value.
           113               *     portal base url
           114                     WHEN gc_parameter_name-base_url.
           115                       lv_base_url = ls_param_fields-value.
           116
           117               * Note 834787-- Headers of Infoblocks are not translated in Fact sheet
           118               * display set the language
           119                     WHEN 'sap-language'.
           120                       try.
           121                           set locale language ls_param_fields-value.
           122                         catch CX_SY_LOCALIZATION_ERROR.
           123               * No language with this code is installed.
           124               * use the default one
           125                           SET LOCALE LANGUAGE SPACE.
           126                       endtry.
           127
           128                     WHEN OTHERS.
           129               *       additional types for selection
         >>>>>                       IF ls_param_fields-name(8) EQ 'sel-type'.
           131                         CLEAR ls_sel_param.
           132                         MOVE ls_param_fields-value TO ls_sel_param-name.
           133                         lv_num = ls_param_fields-name+8(*).
           134                         CLEAR lv_key.
           135                         CONCATENATE 'sel-value'
           136                                     lv_num
           137                                INTO lv_key.
           138                         READ TABLE lt_param_fields WITH KEY name = lv_key
           139                              INTO ls_param_fields.
           140                         IF sy-subrc = 0.
           141                           MOVE ls_param_fields-value TO ls_sel_param-value.
           142                         ENDIF.
           143                         APPEND ls_sel_param TO lt_sel_param.
           144                       ENDIF.
           145                   ENDCASE.
           146                 ENDLOOP.
           147
           148               * HTML error message if no business partner
           149                 IF bp IS INITIAL.
         Contents of system fields
         Name                         Val.
         SY-SUBRC                         0
         SY-INDEX                         1
         SY-TABIX                         3
         SY-DBCNT                         1
         SY-FDPOS                         17
         SY-LSIND                         0
         SY-PAGNO                         0
         SY-LINNO                         1
         SY-COLNO                         1
         SY-PFKEY
         SY-UCOMM
         SY-TITLE                         HTTP Control
         SY-MSGTY
         SY-MSGID
         SY-MSGNO                         000
         SY-MSGV1
         SY-MSGV2
         SY-MSGV3
         SY-MSGV4
         SY-MODNO                         0
         SY-DATUM                         20091124
         SY-UZEIT                         121608
         SY-XPROG
         SY-XFORM
         Active Calls/Events
         No.               Ty.                              Program                                                            Include                                   Line
                        Name
             4               METHOD                              CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP                                                            CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004                                     130
                        CL_CRM_CCKPT_CFS_SERVICE_HTTP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
             3               METHOD                              CL_HTTP_SERVER================CP                                                            CL_HTTP_SERVER================CM00G                                     574
                        CL_HTTP_SERVER=>EXECUTE_REQUEST
             2               FUNCTION                              SAPLHTTP_RUNTIME                                                            LHTTP_RUNTIMEU02                                     942
                        HTTP_DISPATCH_REQUEST
             1               MODULE (PBO)                              SAPMHTTP                                                            SAPMHTTP                                      13
                        %_HTTP_START
         Chosen variables
         Name
                   Val.
         No.                   4                    Ty.                         METHOD
         Name               CL_CRM_CCKPT_CFS_SERVICE_HTTP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
         SERVER
                   {O:2*\CLASS=CL_HTTP_SERVER_NET}
                 F0000000
                 D0002000
         LS_PARAM_FIELDS-NAME
                   _appl
                 56776
                 F100C
                 00000
                 00000
         SY-REPID
                   CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP
                 4454545444555445554554445455534522222222
                 3CF32DF33B04F363F3526935F8440D3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SPACE
                 2
                 0
                 0
                 0
         GC_PARAMETER_NAME-BASE_URL
                   ep_base_url
                 67566765776
                 50F2135F52C
                 00000000000
                 00000000000
    Regards
    Suresh
    Edited by: Suresh Kumar on Nov 24, 2009 3:21 PM

    Hi Naveen,
    Please find given below BBPCRM & SAP_BW version..
    BBPCRM     500     0013     SAPKU50013     BBPCRM     BBP/CRM Supp. Pack.
    SAP_BW     701     0003     SAPKW70103     SAP Business Warehouse     Component Supp. Pkg.
    This problem is not only with  Bussiness process tab (T-Code: Solution_manage) also System monitoring Still i searching solution for this But once we are restarting System that time this problem is not occuring but after some time system is giving this DUMP
    Regards,
    Suresh

  • Alert Mail configuration in Solution Manager 7.1 for Portal Runtime errors

    Dear Friends,
    We have EP7.01 SP5  installed on windows environment with Oracle DB. Also we have  SAP EHP 1 for SAP Solution Manager 7.0.
    Please help to provide steps to configure
    proactive mail alert configuration ,
    GRMG for High availability
    Any portal runtime errors
    for PORTAL services in Solution Manager.
    Regards,
    Venkat.

    Hello Venkat,
    You will have to include the Portal system in the Central System administration of your Solution Manager.
    As the EP system will be monitored by a sapccmsr running with -j2ee option this one can be configured separately. The agent will be started using the monitoring segment of the J2EE instance and therefore can be started more than once.
    Here you should also use the latest sapccmsr agents.
    The following link provides details on the required agents:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ca/118110ff542640b7c86b570cc61ae3/frameset.htm
    Please refer the below notes.
    214247     RZ20: Questions on configuration of monitoring data
    704349     Activating the CCMS monitoring for TREX 6.1 (NW2004
    Note the EP system can only be monitored by using the SAPCCMSR agents. and then by implement a central autoreaction method you can generate e-mails from CCMS.
    Automatic emails will get generated when certain thresholds are met. You must configure the thresholds from the central monitoring system for the nodes that you want email to be generated.
    Please follow the steps in the note to configure central auto reaction.
    429265 CCMS monitor architecture: Central auto-reaction
    In the central monitoring system ( Solution Manager in your case ), Goto RZ20, choose the monitor for the nodes that you are monitoring. Select the node, click properties, & check the threshold values.
    Also refer to the following notes:
    547024 - Transfer the EP 5.0 Monitoring-Data to SAP CCMS
    644783 -P 6.0 Monitoring via CCMS / SolMan
    Also, check the following link that has information on portal monitoring  :
    http://service.sap.com/~sapidb/011000358700002004322004E
    I guess this is a whole lot of information to assimilate and will be helpful to you to setup what you intend to.
    Regards
    Amit

  • Runtime Error...Any Solution

    Hi all,
    I am trying to laod a flat file in BI 7.0 with the following short dump.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_RSR_X_MESSAGE
    Date and Time          04.02.2007 01:13:2
    What happened?
        The exception 'CX_RSR_X_MESSAGE' was raised, but it was not caught      anywhere along the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program 'SAPLRRMS' has to be
        terminated.
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_RSR_X_MESSAGE', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        No text available for this exception
    Missing Handling of Application Exception
        Program                                 RSAWBN_START
    Any solution.
    Thanks

    Hi,
    But I dont have any access to get hold of that note.
    Thanks
    Message was edited by:
            J B

  • SOLUTION - Photoshop CS5 Runtime Error, R6025, runtime c++

    Hello All CS5 Photoshop Users.
    You have been getting an error on Photoshop CS5 Runtime Error, R6025 C++ in 64bit
    I finally figured the solution for this.
    What you have to do is this:
    Uninstall all the Runtimes x86 x64 for 2005, 2008, 2010
    Uninstall the entire CS5 Photoshop.
    Go to your C:\Program Files\Adobe\Adobe Photoshop (64bit)\Plugins\
    Delete any 3rd party plugins
    Go to C:\Program Files (86)\Adobe\Adobe Photoshop\Plugins\
    Delete any 3rd party plugins
    Reboot
    Re-install CS5 Photoshop, when selecting the installation make sure to install 32bit and 64bit, when you are installing 64bit and you select it will also select 32bit, install the CS5 Photoshop.
    Now install the Runtimes from Microsoft x86 x64 for 2005, 2008, 2010
    Confirm the size of the runtimes from microsoft with cs5 photoshop runtimes
    Location of MS Runtime - C:\Windows\winsxs
    Install the plugins and done!!!!!
    Hope this helps to all CS5 Photoshop users.

    To uninstall the runtimes you can easily do it from registry, best and easy way, this will clear any files which were having conflicts.
    Runtime C++ is the error with Visual C++ Runtime.
    Go to start > run > type regedit and click OK
    In the registry go to:
    HKLM > Software > Microsoft > Windows > Current Version > Uninstall
    Expand the Uninstall and you will see many folders or Keys with long names like {002D9D5E-29BA-3E6D-9BC4-3D7D6DBC735C} ...click on them one by one, on the right side you will see what application it is. On the right side look for these
    Name: DisplayName
    Data: Microsoft Visual C++ 2008 ATL Update kb973924 - x86 9.0.30729.4148
    Name: UninstallString
    Data: MsiExec.exe /X{002D9D5E-29BA-3E6D-9BC4-3D7D6DBC735C}
    Make sure the name is Microsoft Visual C++..... any version, you will for sure have more than 3-4.
    Double click on the UninstallString and copy the Data, go to start > run > and paste , click on OK, and the uninstall will begin.
    WARNING - Please make sure you close all the application before proceeding. Go to task manager and kill any process which is not running by system like any third party application including third party WLAN software, or any other, check system tray (bottom right corner before the clock).
    Once you have all this done you will not have any problem.
    When installing CS5 on 64bit application, make sure to install CS5 32bit as well because of some dll and system files being not fully compatible.
    First uninstall the CS5, then uninstall the runtimes, backup your Plugins as folders, you can over write them later without reinstalling them.
    OR
    Uninstall runtimes, repair CS5 with an option of installing 32bit and 64bit.

  • I downloaded latest update of iTunes (windows 7, 64bit) and have now the problem runtime error R6025 pure virtual function call (Microsoft Visual C   runtime library) - Who would have a solution to that problem? Thanks *********

    I downloaded latest update of iTunes (windows 7, 64bit) and have now the problem runtime error R6025 pure virtual function call (Microsoft Visual C   runtime library) - Who would have a solution to that problem?
    Thanks from Switzerland
    <Edited by Host>

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    (I've asked the hosts to remove your email address)
    tt2

  • Runtime Errors  SYNTAX_ERROR in SAP Solution Manager 4.0

    Hi every body,
         After in install of support packages SAP_BASIS SAP_ABA and ST. When I logon in the SAPGui I received this error:
    Runtime Errors         SYNTAX_ERROR
    Short text
        Syntax error in program "SAPLSCP2 ".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLOLEA" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLSCP2 " in include "LSCP2U09
         " in
        line 66:
        "The field "ZCSA_SYSTEM_LANGUAGE" is unknown, but there is a field with"
        " the similar name "ZCSA_INSTALLED_LANGUAGES". "ZCSA_INSTALLED_LANGUAGE"
        "S"."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
    Error analysis
        The following syntax error was found in the program SAPLSCP2 :
        "The field "ZCSA_SYSTEM_LANGUAGE" is unknown, but there is a field with"
        " the similar name "ZCSA_INSTALLED_LANGUAGES". "ZCSA_INSTALLED_LANGUAGE"
        "S"."
    Trigger Location of Runtime Error
        Program                                 SAPLOLEA
        Include                                 LOLEAU13
        Row                                     71
        Module type                             (FUNCTION)
        Module Name                             AC_CALL_METHOD
    Please help me
    Regards.

    Hi,
    Have upgrade kernel?
    Regards
    Ben

  • PRE 9 Organizer Runtime Error - Solution?

    I was getting "Runtime Error" when I clicked the Organize button in my licensed PRE 9 (and also PSE 9).  I uninstalled and tried to reinstalled both. Then the programs wouldn't even install. I got an error saying it couldn't open the installation log file.  On the second chat session the agent had me delete everything in the Temp file.  To find this file on your system go to the search box and enter %temp%.  The agent then had me reinstall the programs right at C:\ rather than under the more usual "C:\Program Files\Adobe\something".  Everything (PSE 9 and PRE 9) seems to be working now.  I have my fingers crossed.

    It's great to hear success stories, tj! Happy moviemaking!

  • BB Link software - another BB disaster? Fails to even run now - C++ Runtime errors - any solutions?

    As if the latest BB10 / BB Link software wasn't bad enough in terms of functionality - now BB Link won't even run. 
    I recently discovered by chance (thank for not telling any of your customers RIM), that they'd mildly updated BB Link so that it could actually now two-sync Outlook for contact/calendar etc. I've been using the updated software for about three weeks. Problem?
    Now it won't even run. 
    I get the following error showing on the screen - a C++ runtime error, followed by these details. Anyone know what it means or how to resolve it? 
    Would I better off actually chucking my Z10 out of the window, claiming on the insurance and just getting a phone from someone else? I probably would. Why, why, why do I persist with BB who refuse to release things that their customers want? 
    Rant over - any help, very much appreciated. 
    Attachments:
    BBLinkFailure-25.7.13.doc ‏1211 KB

    I have taken a look and while it's so tempting to just pay the miniscule fee and use that, I spose my gripe is that there is no reason why the link software should not work epecially as it did with my first Q10 (and brilliantly I must add) it's just since I had to exchange my handset that it's all got to pot.
    And worse yet no one at RIM seems to be forthcoming with a response (on the support site, or any of the many customer forums) about this issue which is effecting quite a few users (the forums are buzzing with problems with Link and no real way to report them. *sigh*
    I have taken a look and while it's so tempting to just pay the miniscule fee and use that, I spose my gripe is that there is no reason why the link software should not work epecially as it did whit my first Q10 (and brilliantly I must add) it's just since I had to exchange my handset that it's all got to pot.
    And worse yet no one at RIM seems to be forthcoming with a response (on the support site, or any of the many customer forums) about this issue which is effecting quite a few users (the forums are buzzing with problems with Link and no real way to report them. *sigh*
    Edit:
    From BBAppWorld:
    Files & Folders is a unified file manager for your BlackBerry® 10 phone and cloud services.
    ★ Voted Best New App in CrackBerry Readers Choice Awards 2012
    ★ Redesigned and optimized specifically for BlackBerry 10 phones
    ★ Check out the 800+ fabulous reviews of the PlayBook version
    IMPORTANT! Having trouble starting our app? Try removing & reinstalling it.
    Features in this version:
    ★ Works with local files & folders on your phone & sd card, but also:
    ★ Dropbox, Box, Google Drive, Google Docs, SugarSync and Microsoft SkyDrive
    ★ files on your PC, via BlackBerry Link Remote Files (requires BB10.1)
    ★ Manage cloud services in exactly the same way as local files & folders
    ★ Peek back to higher level folder
    ★ Unique "peek forward" feature: look inside folders
    ★ Open files with default app, or choose which app to use
    ★ Open Google & SkyDrive files online
    ★ Cut, copy, paste, rename, delete, even between cloud services
    ★ Share files via other installed apps, BlueTooth, BBM, NFC
    ★ Stream audio & video from the cloud & play local files, folders
    ★ Star your favorite folders for quick access
    ★ List, icon, thumbnail views
    ★ Slide show, keep-awake, text viewer
    ★ Convert between many formats on-the-fly using Google Docs
    ★ Sort by name, date, size, type
    ★ Password protection
    ★ Light & dark color schemes
    ★ Q10 support
    ★ Highly configurable
    ★ Built-in help and excellent support
    CrackBerry said this about the PlayBook version:
    "It's easy to use, has a smooth interface, and is a great addition for the PlayBook."
    If you have trouble with our app, instead of posting a review, please e-mail us at [email protected]. That way we can offer you support.
    Like us on Facebook (http://www.facebook.com/FilesFolders), follow us on Twitter (@FilesFolders) or check out our site (www.innovatology.nl ) for news, tips, updates & more!
    From the looks of it it might still need remote file share to work ...can some one confirm or deny this pretty please?
    Slàinte.
    Not all things are good.
    Not all things are evil.
    But with an open mind...
    You can see the difference.
    Knowledge is power.

  • How do I resolve the "Mozilla cannot find runtime" error message when I try to start Firefox?

    Mozilla Firefox updated to version 36.0. When I click on the Firefox icon to open it I receive the message: "Mozilla cannot find runtime" I receive the same message if I try to open Firefox by selecting "firefox.exe" from within the Program Files. I subsequently uninstall Mozilla Firefox and reinstall it. It will open and run normally right after the re-installation. Then if I close the program and try to re-open it again, I get the same "Mozilla cannot find runtime" error message.
    The only way I can get Firefox to open is if I uninstall and re-install it every time I want to open it after the initial re-installation.

    ''sage68 [[#answer-700841|said]]''
    <blockquote>
    Hi Adriel,
    The "Mozilla cannot find runtime" problem has returned. It occurs in two situations:
    1. When Firefox tries to download updates using "updater.exe" (version 36.0.0.5531), which causes my "Norton Internet Security" program to notify me with the message: "Auto-Protect has removed security risk Suspicious.Cloud.9.B" This message is shown every time "updater.exe" activates.
    </blockquote>
    I also have experienced this during several upgrades, not just the latest. (I am using Windows XP and Norton Security Suite.) Norton identifies c:\program files\mozilla firefox\updated\xul.dll with the Suspicious.Cloud.9.B virus and removes the file. I can set the Norton installation to accept xul.dll but it would make more sense for a Mozilla expert to contact Norton and work out a permanent solution, for all who are facing this problem.

  • Runtime error while executing rule

    Hello All,
      While executing the DTP for a cube, im facing the error as Runtime error while executing rule -> see long text .
      For this source is another Cube, where im loading the data from Cube to Cube.
    Error Description are as follows:-
    Error Location: Object Type    TRFN
    Error Location: Object Name    0T9SCR6Q4VWS1SOPNRRBOY1YD51XJ7PX
    Error Location: Operation Type ROUTINE
    Error Location: Operation Name
    Error Location: Operation ID   00034 0000
    Error Severity                 100
    Original Record: Segment       0001
    Original Record: Number        557
    and Also descripton is :-
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        Division by zero
        The error was triggered at the following point in the program
        GP4H0CW3MLPOTR3E8Y93QZT2YHA 4476
    System Response
        Processing the data record has been terminated.
    Procedure
    The following additional information is included in the higher-level
    node of the monitor:
       Transformation ID
       Data record number of the source record
       Number and name of the rule which produced the error
    Let me know ur valuable suggestions on these error...
    thanks.

    Hello,
    I have checked all the transformation and End Routines.All are working fine.Yesterday i have loaded some data into it, but today its gettting errored out.
    Checked completely in the forum for threads related to this, but couldnt find proper thread which had solutions....
    thanks,
    srinivas.

Maybe you are looking for

  • Regarding IF(IS NOT NULL) condition in Assignment

    Hello,  I am trying to write assignment with functions IF(IS NOT NULL(Product.record),xyz). In this condition, it seems IF condition is not working at all. Can some one confirm that in Assignment, IF condition do not work the way it works in Validati

  • What's Best - DVI or VGA?

    Just received my new Mac Mini which I plan to connect to my plasma monitor and use as a media center. I have the option of connecting into either my TV's DVI or VGA port - which one will give me the best picture? Appreciate your advice so I can buy t

  • Problem in inetrcompany PO

    Hi, I am trying to create a intercomapny PO between two plants belonging to two different company codes. i have dojne following settings for this. 1) Define Shipping Data for Plants(Created a customer for receiving plant and assigned to it) 2) Assign

  • Authentication on Window NT LAN through web

    We want our students to see there results online . But we want to authenticate them by there user Id and password which they use inside the campus. on window NT network. Can we access window NT password database if not then any other suggestions. Tha

  • Home Hub 3 Access Control not working

    Not sure if anyone can help with this, but here goes! I have access control enabled on my HomeHub 3 which should stop my daughter from using the Internet between 9:00pm and 3:00pm - it seems to be working in as much as she isn't able to access the in