Run-time error for the chart  - TBUtilities

Hello,
I'm trying to create a report template with the BI Publisher desktop plugin. The load of the xml file, the Table creation and PDF export work fine. When I want to add a chart to the template (Insert -> Chart...), I have a Microsoft Visual Basic Error:
Run-Time error '-2147024894(80070002)':
File or assembly name TBUtilities, or one of its dependencies, was not found.
I use Word 2000 (9.0.8950 - SP3), .Net framework 2.0 and Java JRE 1.5.0_05.
I checked the other topic about this type of error but I didn't find any solutions...
Is there a patch to fix this error ???
Thanks

Has anybody got an answer for this one, as it has just happened to me
Gus

Similar Messages

  • Loading Itunes on Windows so that I can get my Iphone synch etc. But I keep getting a run time error for the Microsoft  Visual C   Run time Library

    In loading Itunes down on my PC using Vitsa I keep geeting an error message saying that a program is trying to load: Microsoft Visual C++ Runtime Library and ITunes will not complete the down load. Any Suggestions

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Getting run time error for multiple counter plan

    Hi Friends,
    Its very critical issue,wherein i am getting run time error for multiple counter plan.
    Explanation:While try to change the Call horizon or scheduling period of the counter based plan through IP42 or IP15,systam allowing me to change the data but while saving also i am getting "Maintenance plan has changed" message and once come to the back of the transaction instantly i am getting pop up window saying that "Express document get terminated".However we have been maintaining copy of this data in another client wherein we are not getting any Run time error.
    Please find the screen shots for your reference and please let me know how to fix the issue.
    Regards,
    Srinika

    Hi,
         Please check reason for update termination in Transaction code SM13.

  • REP-1437: Run time error in the PL/SQL development environment (DE).

    I have a report that has always worked. Now I get the following error
    REP-0003: Warning: Unable to open global preference file.
    Starting report STCONF6 [Mon Nov 10 21:38:59 2008] ...
    REP-1437: Run time error in the PL/SQL development environment (DE).
    PDE-PSD001 Could not resolve reference to <Unknown Program Unit> while loading <Unknown> <Unknown>.
    End report STCONF6 [Mon Nov 10 21:39:10 2008].
    What is it? I DON'T know.
    Regards SILVIA

    I recall my report from a form, I get the parameter form with my parameters, then click on the traffic light to run and the error appears here
    Silvia

  • "RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'name'. Make sure it exists and that its name is spelled correctly.

     When I run the code below I get the following error:"RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'False'. Make sure it exists and that its name is spelled correctly. Note that I do not call
    anything by the name of "false" anywhere in this code.
    The subject code (the underscored line of code is highlighted in the debugger when the error occurs):
    Option Compare Database
    Private Sub JobAssign_Click()
    MatLotListAvail_openform
    End Sub
    Function MatLotListAvail_openform()
    Dim dbsAPIShopManager2010 As DAO.Database
    Dim rstMaterialLotJobJoint As DAO.Recordset
    Dim strSQL As String
    Set dbsAPIShopManager2010 = CurrentDb
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID" = "tempvars!JobID" And "MatLotID" = "tempvars!MatLotID"
    Set rstMaterialLotJobJoint = dbsAPIShopManager2010.OpenRecordset(strSQL, dbOpenDynaset)
    If rstMaterialLotJobJoint.EOF Then
    DoCmd.OpenForm "JobAssignMatConf", acNormal, "", "", acEdit, acNormal
    Forms!JobAssignMatConf!PartapiIDVH = TempVars!PartapiID
    Forms!JobAssignMatConf!JobapiIDVH = TempVars!JobapiID
    Forms!JobAssignMatConf!JobIDVH = TempVars!JobID
    Forms!JobAssignMatConf!MaterialLotIDVH = TempVars!MatLotID
    Forms!JobAssignMatConf!Desc = TempVars!MatDesc
    Forms!JobAssignMatConf!recdate = TempVars!recdate
    DoCmd.Close acForm, "MaterialLotListAvailable"
    Else: MsgBox "This material lot has already been assigned to this job."
    DoCmd.Close acForm, "MaterialLotListAvailable"
    End If
    End Function

    I think the SQL statement should be
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID=" & _
    tempvars!JobID & " AND MatLotID=" & tempvars!MatLotID
    This assumes thatJobID and MatLotID are number fields.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Abap run time error at the time of GR

    I am facing a ABAP run time error at the time of  GR of STO through MIGO_GR, then abap run time error is generated, details are given as per the Tcode:- ST22;
    Runtime Error          MESSAGE_TYPE_X
    ShrtText
       The current application triggered a termination with a short dump.
    What happened?
       The current application program detected a situation which really
        should not occur. Therefore, a termination with a short dump was
        triggered on purpose by the key word MESSAGE (type X).
    Transaction
       Transaction......... "MIGO "
       Program............. "SAPLMBWL"
       Screen.............. "SAPLMIGO 0001"
       Screen line......... 15
    Information on where terminated
         The termination occurred in the ABAP program "SAPLMBWL" in
         "MB_POST_GOODS_MOVEMENT".
         The main program was "SAPLMIGO ".
         The termination occurred in line 56 of the source code of the (Include)
         program "LMBWLU21"
         of the source code of program "LMBWLU21" (when calling the editor 560).
    Source Code Extract
         55    IF NOT sy-subrc IS INITIAL.
    >>>>>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
         57                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

    Hi Tiwari,
    The error seems to be triggered by note 385830. Pls refer to 'Note 556000 - Short dump due to note 385830' in www.service.sap.com
    Btw, which version are you in?
    Best Regards
    Sathees Gopalan

  • Why getting "Run-time error 2046 the command or action 'GoToRecord' isn't available now"

    Hello,
    I'm running this on Form Load:
    Private Sub Form_Load()DoCmd.GoToRecord , , acNewRec
    End Sub
    when I'm in the office connected to the LAN, the database opens without any error but when
    I'm working remote through a VPN, I get this error:
    Run-time error 2046 the command or action 'GoToRecord' isn't available now.
    I'm wondering if this is related to a speed issue and more importantly, how to fix it?
    Thanks,

    Make absolutely sure the query behind the form is updateable and the form allows edits
    Use the following code with the forms On Open event:
    DoCmd.ShowAllRecords
    DoCmd.GoToRecord , , acNewRec
    See if that helps. Have no clue why it would work in one environment but not another.

  • Running Time Machine for the first time, how that I make sure that some information I have in the external drive does not get erase in the prosess

    Running Time Machine for the first time, how that I make sure that some information I have in the external drive does not get erase in the prosess

    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Note: This is now your Library. It's not a Back Up, and you need another disk for backing up.
    Regards
    TD

  • Unable to run time evaluation for the entire year...

    hi experts,
    I'am unable to run time evaluation for the entire year, even though mentioned the date as Force calculation as of : 01.01.2010
    and evaluation upto date : 31.12.2010.  when time evaluation is run , the log is only run for Jan 2010.
    Maintained IT2011 from 01.01.2010 to 31.12.2010
                      IT0050 from 01.01.2010 to 31.12.9999
                      IT0003 : PDC recalculation : 01.01.2010
    Kindly advise.
    Regards
    Pammi

    Check if Time Management status is 1 or 9....
    If it is 1 then it would not run for the entire year..It would run only till today. If it is 9, then the TE runs for future also...also check if in the schema it is activated for future runs or not...

  • Run time error for program: RPCALCU0_CE

    Hi Abapers,
    When we execute the standard program: RPCALCU0_CE from SE38. Below run time error is getting trigerred before selection screen is displayed. Below are the run time error details -
    Runtime Error          UNCAUGHT_EXCEPTION
    Exception              CX_HRPA_INVALID_PARAMETER
           Occurred on     08/04/2010 at   01:22:17
    What happened?
    The exception 'CX_HRPA_INVALID_PARAMETER' was raised but was not caught at any
    stage in the
    call hierarchy.
    Since exceptions represent error situations, and since the system could
    not react adequately to this error, the current program,
    'CL_HRPA_RESOLVE_EXCEPTION=====CP', had to
    be terminated.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_HRPA_INVALID_PARAMETER',
    was neither
    caught nor passed along using a RAISING clause, in the procedure
    "RESOLVE_EXCEPTION" "(FORM)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    Invalid parameter EXCEPTION, value
    The occurrence of the exception is closely linked to the occurrence of a
    previous exception, "CX_HRPA_VIOLATED_PRECONDITION", which occurred in the
    program "CL_HRPA_MASTERDATA_FACTORY====CP" -
    specifically in line 6 of the (Include) program
    "CL_HRPA_MASTERDATA_FACTORY====CM004".
    The reason for the exception was:
    Precondition violated
    Please suggest the solution to overcome this.

    Hey,
        I could not figure your exact problem. But you can go to the transaction ST22 to take a better look at the error that you got. This gives a detailed explanation of the exact error that you are getting. The moment you enter this transaction, you will see the number of runtime errors you got today. Just click on 'Today'. This will give you the list of runtime errors. Click on the relevent error and you can get a much more detailed explanation of the same.
    Hope this helps.

  • Run time error for  program /MRSS/SAPLRSG_PM_ORDER

    Hi All,
    When I am confirming the service order through transaction code IW41, I am getting a run time error which says " Error in Program  /MRSS/SAPLRSG_PM_ORDER". In this client MRS is active.
    Some details of Runtime error is as follows.
    Trigger Location of Runtime Error
        Program                                 /MRSS/SAPLRSG_PM_ORDER
        Include                                 /MRSS/LRSG_PM_ORDERU03
        Row                                     1.224
        Module type                             (FUNCTION)
        Module Name                             /MRSS/RSG_PM_ORDER_PUSH_TO_MRS
    Source Code Extract
    Line  SourceCde
    1194
    1195     CLEAR: lv_failed, lt_messages.
    1196
    1197     lt_assignment_rfc[] = lt_assignment[].
    1198     CALL FUNCTION '/MRSS/RSG_MAINTAIN_MRS'
    1199       EXPORTING
    1200         it_dem_h          = lt_dem_h
    1201         it_adm            = lt_adm
    1202         it_plr            = lt_plr
    1203         it_plrs           = lt_plrs
    1204         it_info           = lt_info
    1205         it_tool           = lt_tool
    1206         it_relat          = lt_rel_dem
    1207         it_qualif         = lt_qualif_dem
    1208         it_assignment     = lt_assignment_rfc
    1209 *        iv_no_save        = no_save
    1210         iv_no_save        = true
    1211         iv_no_commit      = no_commit
    1212         it_status         = lt_status_abst
    1213         it_partner        = lt_partner_ext
    1214         it_address        = lt_address
    1215         it_operations     = lt_opera_activity
    1216         iv_no_authority_check = lv_no_authority_check
    1217         it_split_upd_number = lt_split_upd_number
    1218       IMPORTING
    1219         et_demands        = lt_demand_mrs
    1220         ev_failed         = lv_failed
    1221         et_messages       = lt_messages.
    1222
    1223     IF lv_failed = true.
    >>>>>       MESSAGE x000(/mrss/sge).
    1225     ENDIF.
    1226

    Hi,
    Can you try with T-code /n/MRSS/WFM_HR.
    Make sure to open only one SAP session to run this.
    Ask yor basis admin to look in to error details ,related SM21 logs,cancel jobs, Job logs and report analysis.
    Regards
    Nagaraju

  • ORA-01002 run-time error for help

    Hi, All:
    I modified little in Sample10.pc of PRO*C sample code to fit both NT and
    Linux using 8i version precompiler, with VC++ and GCC Compiler respectively.
    All process were fine when they connected to a DB Server(8i version), but
    when they connected to the other Server(8 version), the error : ORA-01002
    (Fetch out of sequence) was always issued at run-time. I checked the error
    message and found that the program was stuck on the "PREPARE" description. I
    have spent much more time debugging, but it still didn't work. Could you
    help me? I'm so preciated.
    Best regards,
    Yen-Gou Pan
    null

    Hello,
    This error comes when  there is an OpenSQL statement that tries to insert a record into a database table that is already existing.
    You need to implement  SAP Note 196113 and 1041894 along with technical consultant to help and overcome the issue.
    Br,
    Tushar

  • Running Time Machine for the First TIme

    I have finally decided to run Time Machine. I'm guessing it's a bad idea to mess around on my computer while it's backing up. But it's taking forever. Can I still work while it's doing the initial BackUp?

    GagReel wrote:
    I have finally decided to run Time Machine. I'm guessing it's a bad idea to mess around on my computer while it's backing up. But it's taking forever. Can I still work while it's doing the initial BackUp?
    yes, you can. it might increase the backup time a little but it's probably easier than waiting.

  • Run time error while closing the CRM Order using BAPI

    Hi Experts,
    Need your invaluable suggestions here.Apologies for the lengthy mail, intention is to give clear idea of the issue.
    I am facing an issue while closing the CRM orders. According to our business process, when an issue is solved we will keep the order in resolved status only. We will not directly close the order from the CRM tool, instead we have created a custom program for the same purpose.
    For the custom program we will give input as the order number and execute it, this will close the order.
    Here close the order means assigning it to Close status as well assign the reason code.
    We have created some reason codes for closed status.
    So when the program is run the Order moves from resolved status to closed status along with reason code.
    But of late we are facing some problems with this program, it is giving run time error for some CRM orders.
    Run time error message : The ABAP/4 Open SQL array insert results in duplicate database records.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught in procedure "CRM_SERVICE_OS_UPD_OST_DU" "(FUNCTION)", nor was it propagated by a RAISING clause.
    Please find my code which have used in the custom program
    Closing the resolved SOs in the system
        CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN_OW'
            EXPORTING
              objnr                     = iv_guid
              user_status          = lc_status_closed
           EXCEPTIONS
             object_not_found          = 1
             status_inconsistent       = 2
             status_not_allowed       = 3
             OTHERS                        = 4.
        IF sy-subrc <> 0.
          WRITE :  'Error at maintaining status'.
        ENDIF.
    Set reason code
    build lt_subject
        ls_subject-ref_guid = iv_guid.
        ls_subject-katalogart = 'A2'.
        ls_subject-codegruppe = 'ZR000003'.
        ls_subject-code       = 'ZR33'.                      " Reason code
        ls_subject-mode       = 'A'.
        APPEND ls_subject TO lt_subject.
    build lt_ossset
        ls_osset-ref_guid        = iv_guid.
        ls_osset-subject_profile = 'ZREASON03'.
        ls_osset-profile_type    = 'G'.
        ls_osset-subject         = lt_subject.
        APPEND ls_osset TO lt_osset.
    build lt_service_os
        ls_service_os-ref_guid  = iv_guid.
        ls_service_os-ref_kind  = 'A'.
        ls_service_os-osset     = lt_osset.
        APPEND ls_service_os TO lt_service_os.
    build lt_input_fields
        REFRESH: lt_input_fields, lt_field_names.
        CLEAR  : ls_input_fields, ls_field_names.
        ls_field_names-fieldname    = 'CODE'.
        APPEND ls_field_names TO lt_field_names.
        ls_field_names-fieldname    = 'CODEGRUPPE'.
        APPEND ls_field_names TO lt_field_names.
        ls_field_names-fieldname    = 'KATALOGART'.
        APPEND ls_field_names TO lt_field_names.
        ls_field_names-fieldname    = 'SERVICE_PROFILE'.
        APPEND ls_field_names TO lt_field_names.
        ls_input_fields-ref_guid    = iv_guid.
        ls_input_fields-ref_kind    = 'A'.
        ls_input_fields-objectname  = 'SERVICE_OS'.
        ls_input_fields-field_names = lt_field_names.
        APPEND ls_input_fields TO lt_input_fields.
         CALL FUNCTION 'CRM_ORDER_MAINTAIN'
          EXPORTING
            it_service_os     = lt_service_os
          CHANGING
            ct_input_fields   = lt_input_fields
          EXCEPTIONS
            error_occurred    = 1
            document_locked   = 2
            no_change_allowed = 3
            no_authority      = 4
            OTHERS            = 5.
        IF sy-subrc <> 0.
          WRITE :  'Error at maintaining reason'.
        ENDIF.
        CALL FUNCTION 'CRM_ORDER_SAVE'
          EXPORTING
            it_objects_to_save   = lt_header_guid
            iv_update_task_local = lv_update_task_local
          IMPORTING
            et_saved_objects     = lt_saved_objects
          EXCEPTIONS
            document_not_saved   = 1
            OTHERS               = 2.
        IF sy-subrc <> 0.
          WRITE : 'Error at saving'.
        ELSE.
          WRITE : 'Successfully Closed'.
          COMMIT WORK AND WAIT.
        ENDIF.
    Run time error is coming at COMMIT WORK AND WAIT statement.
    Please let me know any corrections are required in the above program.
    When I analyzed the run time error I have found that it trying to insert the record in CRMD_SRV_OSSET for that CRM order, but already one record is present in the table for the same CRM order number.
    For most of the CRM orders there is no entry in this table so they are closing successfully but for a few orders for which there is an entry we are getting the above run time error.
    There is nothing wrong with the orders which have an entry already in the table CRMD_SRV_OSSET, I need to close these kind of orders with out run time error.
    Kindly provide your feedback.

    Hi Dinakar,
    You posted this in APO PPDS forum. This question should go to PP forum where someone could answer it.
    Please close this thread and open a new thread in PP forum so that you could get help quickly from the relevant experts.
    Regards - Pawan

  • What causes Run Time Error 10086 when attempting an external calibration with the Calibrate_E_Series funcition.

    I am using Vb6(sp5), NT4, Component Works (latest), and Ni-Daq 6.9.1. The error occurs when using either a PXI-6052E or PXI-6070E. The Self Cal works fine but the external cal code generates this error during the call. The code used is taken directly from the programming example in the NI_DAQ programmers reference for the Calibrate_E_Series function.
    The Error Text is:
    Run-time error '10086':
    The external reference is invalid

    John;
    I found a Knowledge Base about that error you can refer to. The KB, originally, talks about Labview, but, as Labview makes NI-DAQ function calls in the same way any other Software language, you can apply the same concepts when using VB. The link is:
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/2d8abbbb8d45ff74862565f6005c8d7b?OpenDocument
    and the KB number is 18TAPEY5
    in case you prefer to search for it at our home page.
    Hope this helps.
    Filipe
    Applications Engineer
    National Instruments

Maybe you are looking for

  • "Host Process Rundll32 Has Stopped Working"

    Whenever I try to access the advanced settings option in my TouchPad, I get this this message that Rundll32 has stopped working. This is frustrating as I can't figure out what went wrong. Was working fine about a month ago. Can anyone help? Thanks.  

  • Reading and Writing files to external controller with Agilent 4395A

    Hi everyone, I have been trying to store the Agilent 4395A Analyzer Compensation Files in an external controller, and then writing them back into the 4395A while running a program. I'm doing this because the 4395A's internal memory and disk storage a

  • SMLT Could not start transport control program tp

    Hello. I want to install language on fresh system ERP 2005 SR2. Platform is AIX and Oracle. In SMLT i get error: Could not start transport control program tp Message no. TP608 Diagnosis There was an attempt to start the transport control program tp u

  • How justify margins in text box in Adobe Elements?

    The Text options appear to be: justify to the right, justify to the left & center.  How can I justify left and right? 

  • How MIGO/MIRO updates SRM PO with GR/IR number?

    Hi Experts, For a ECS SRM PO, if we do MIGO/MIRO directly in ECC, which FM updates the PO history in SRM with ECC GR/IR number immediately? Since CLEANER or GET STATUS jobs run at intervals, I guess these jobs do not do it. So I would like to know th