SVG graphs: microsoft jscript run time error

I have an application that uses SVG pie charts. A few months ago, we suddenly started to get an error message saying, "Microsoft JScript Runtime Error: Object expected, line: 1, column 26". After you click ok, the pie charts are displayed.
The only thing that has changed is that the application is now being run from Juniper. Also, if i run the application using Firefox instead of IE 7, we don't get the Microsoft JScript error. ( We are using Adobe SVG viewer for IE 7 given that IE doesn't have native support for SVG graphics).
Does anybody else have any similar problems or know what can be the cause of the error?

Hello,
What is Juniper?
Regards,
Carl
blog : http://carlback.blogspot.com/
apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

Similar Messages

  • Microsoft C++ Run Time Error

    hi experts...
    When iam login to sap b1 it's showing Run Time Error
    Microsoft C++ Run Time Error 
    Programs:C/progrmsfile/sap/sapb1.exe
    Abnormal programmer Terminations.
    We unistall totall .net s/w then it's showing same error.
    before i done some add-ons in my pc is it resone ?
    how i can solve this problem?
    Edited by: Darius Heydarian on Mar 25, 2008 5:56 PM
    Edited by: Darius Heydarian on May 6, 2008 5:15 PM

    Hello,
    In addition to Lucas suggestion, there is another SAP Note 852031 following above Note 808354. Try the suggested work around in this Note only after going over Note 808354. The work around is good for cases where more than one UI versions ar registered at the same time.
    Note 852031 Link:
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000852031]
    Hope this Note can be useful.
    Best Regards,
    Tim
    Edited by: Tim Dai on May 19, 2008 4:40 PM

  • Run-time error '13' in ALV report

    Hello,
    In a standard ALV report we are using Excel report layout. The Excel contains a table and a graph. The excel table refreshes with no errors.
    In order to refresh the graph data we recorded a VB Macro but when we run the report (which runs the macro) we are getting the error:
    run-time error '13'
    When we open the excel report from our workstation (not trough the SAP system) we are not getting this error.
    Please Advice,
    Amir

    hi
    this is a bug(error )in microsoft excel:
    Run-time error:'13' Type Mismatch" error message when you click a macro or a function on a menu in Excel 2002
    Please chec kthis link for the details:
    http://support.microsoft.com/kb/821292
    Regards
    Neha

  • "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)

  • "run time error -91" in microsoft excel add-in

    when I am trying to access a report in add-in, am getting error like this....
    "Run-time error '91':
    Object variable or With block variable not set.

    And my excel is 2010, which version of essbase is compatible for my excel?

  • A run Time Error Has Occured

    Hi All
    Please help, I have recently got a new PC and reinstalled Contribute CS3.  I had to update to MS Service Pack 3 due to other software requirements.
    I previously had some shockwave files saved on to pages within my site, however each time i now try to update the pages with any shockwave file on the page, I get the following.
    A Run Time Error has Occured
    Do you wish to debug?
    LIne '0'
    Error 'Null' is Null or not an object.
    With an option of YES or No
    If I press 'No' I end up in a continous loop and end up having to carry out an End Task.
    If I press 'YES' I end up In Microsoft Script Editor with the code below
    try { document.getElementById("").SetReturnValue(__flash__toXML(getFlashLogLevel("xcelsius")) ); } catch (e) { document.getElementById("").SetReturnValue("<undefined/>"); }.  There is no way of editing the code and I still end up ending the task.
    Could anyone tell me if this is related to the installation of Serive Pack 3 or is there something more sinister going on.
    Thanks fior reading and any adive would be gratefully received.
    Thank
    Luke

    Hi Krishna
    Thanks for your reply, it was while trying to "edit" the page containing the shockwave file however it’s a bit of a strange one, as When I reposted this post , I had been experiencing the problem for about a week.  I then went on leave for a week and when I returned it started working again???.  I queried with my IT department if anything had changed or been updated but they could not think of anything.
    So for now it's working, but if you have any thoughts on what may of happened I would appreciate any suggestions?
    Thanks again
    Luke

  • Run-time error '1004' -- Method 'Container' of object '_Workbook' failed

    Dear All,
    One of our users is getting the following Microsoft Visual Basic error while running the report S_ALR_87013614.
    Run-time error '1004'
    Method 'Container' of object '_Workbook' failed.
    I have searched the forum posts for help. But I only found some details related to Run-time error 1004 related to some excel file security but not related to "Method 'Container' of object '_Workbook' failed".
    Could anyone please tell me how this error can be eliminated for the user?
    Regards,
    Lakshmi.

    Dear Arpan,
    We too observed a few PIDs along with the one that you have mentioned but they make no difference. Some users who has the PID G_RW_DOCUMENT_TYPE set with some value are getting the report.
    Upon further searching we are assuming that it could be an issue with the Microsoft applications or macro settings of the user. But not sure about it.
    Regards,
    Lakshmi Venigala.

  • Run time error while logging from a client

    hi all,
    My server is connected to 10 clients. out of that 2 clients are suddenly showing error while logging.
    Microsoft visual studio C++(error window)
    run tme error
    debug
    error c:/program files/sap/sap business one/sapbusiness one.exe
    This is the error window showing. I have uninstalled the client and again installed it but with no results. I found in the path mentioned above there should be the client run file "sap business one.exe", which is not present. I mean the .exe is missing. the file shows "sap business one" only.
    whenever we install the client then i the folder
    c:/program files/sap/sap business one
    there is a .exe file. which is not being installed in this client machine. what is being installed is a
    sap business one (not a .exe)
    when the client icon in the desktop is made to run, the log in screen appears, the list of company and db appears. I have recently upgraded the server to PL 42. so when a company is selected for log in then the client upgrade message also appears. when "ok" is clickd the run time error appears.
    where as all other clients are running well after the upgrade.
    please help with a solution.
    regards,
    Raj
    Edited by: debraj bhattacharyya on Dec 5, 2008 5:37 PM

    I have explored all the areas and I hope the problem is with the exe file only. Because I have tried an option. I copied the entire file SAP Business One (in the C:
    Program Files\sap) from one client which is working to the client where the error was showing. Then the it started working properly.
    But I donot think this will be a permanent solution. Because on reinstaling the client the SAPBusiness One.exe does not appear and to the best of my research i am quite sure that may be the problem.
    Any idea from any one for a perfect reason.
    Regards,
    Raj

  • Run time error while installing Labview 8.6.1 in Vista x64

    hai friends,
               i got an error( Run time error) while installing Labview 8.6 software. this software has bought from NI. it shows the error path as setup.exe. this software i had tried to install in vista x64. but when i am installing the same software in windows xp, it is installing fine...so what was the problem for this error. how to solve it, please help me....

    Thank You Mr.Jason Daming,
    Same error what post Mr.muks referred in the last reply....
    When the installation begins an error occurs (after the acceptance of licence step in the installation procedure) with the title on the error window "Microsoft Visual C ++ Runtime Library " and displays the program set up path with these statements " This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
    while installing the same Labview in windows XP..... it is installing fine... but in vistax64 only i am facing this kind of problem...

  • XL reporter launching in SAP 8.81 PL:00: run time error

    Hello experts,
    We have a customer who is on SAP 8.81 PL:00.
    They are trying to use XL reporter but when they try using XL reporter, they get:
    Run time Error 91
    The system then freezes.
    Have checked they have Microsoft.net 1.1 which they do and that they have the correct excel.exe config file which they do.
    Any suggestions or known faults with 8.81?
    Thank you in advance,
    Andy

    Hi Andrew,
    'Object reference not set to an instance of an object ' is a known error, this usually happens because there was a previous install of the same add on which was not uninstalled completely. This can cause the error.
    I would suggest you to go through sap notes 1247315, 1287193. These all suggests about run time errors, cleaning registry files and clean install etc.
    Hope it helps
    regards
    Johnson

  • Run time error in report for a particular month : "  TIME_OUT"

    hi frends, we have developed a report for PM module in SAP. it is a monthy report. and user have to enter the month for which he wants to see the report. we are facing runtime error for a particular oct. and nov month of 2009 only , all other months are working fine. The error is :
    The program "ZPMR_EQUP_PERFORMANCE_REPORT" has exceeded the maximum permitted
      runtime without
    interruption and has therefore been terminated.
    what could be the reason.

    Hi  Achalmehra,
    By seeing the run time error "TIME_OUT", I suspect this is due to Performance issue.
    There is a chance that they had huge data dump into PM server from other servers and there is also chance that
    They have many records available for these 2 months.
    IN any case, please chk with Run time analysis (SE30) by executing your program...
    If it displays the graph more than 30 % for Database then it is an issue with the Performance.
    Also chk with SQL trace.....
    Second case :
    Check you had not used Nested Loops,  Select queries in Loop.
    Make sure you use Binary search for  Read Statements....
    Third : Chk with the runtime error at which place of the code it is throwing Time_out error at Source code extract.
    To help you further, please paste your code here and also paste the Run time error that you receive with the select queries.
    Regards,
    Kittu

  • Run time error in Portal (BW 7 version)

    Hi,
    I am using BW 7 for generating a graph.i am using web application designer where i will give the name of query
    which is generating a report that consists of graph.
    then i am pasting the link of above report into a portal(iview)...later when i will see the portal,sometimes i can see the report(graph) but some times i get an error without graph saying that
    "A run time error has occured.Do you wish to debug?
    Line 7: Error: Undeterminated String constant"
    Please tell me the solution.

    Can you provide exception details logged in your trace file ?
    Thanks
    MMK

  • Run-time Error '432'  in WAD

    Hi Experts,
    While opening a web template in web application designer, I am getting following error,
    Run-time Error '432' :
    File name or class name not found during automated operation.
    If i press ok, exist from WAD.
    I have uninstalled the GUI and installed SAP GUI 6.4 with the latest patch, still getting the error.
    It would be a great help if you could provide a solution for this.
    Thanks,
    Kaushik

    We are talking about a small .dll.
    No need of installing the OS again. I will say, ask your Windows administrator to look for it. He might look for it on MSDN or may be he will contact Microsoft for it.
    Most probably it might be 10 minutes job.
    Why don't You look for runtime error 432 in microsoft(MSDN) website.
    and even if you reinstall Windows XP, I guess it won't resolve the issue. there are couple of issues I heard with XP and SAP applications.
    Tnks
    Message was edited by:
            Keerti Vemulapalli

  • Frequent run-time errors during audio recording

    While recording audio voice-over for a slide, I'll often do
    several "takes" before finding the best one. All too frequently,
    when I click OK, I encounter a run-time error that terminates the
    Captivate 2 software. I've done the default installation on two
    machines and encountered the same problem on both. Are other users
    running into this problem as well? Any fixes / workarounds to
    suggest? Is this problem fixed with Captivate 3?
    Below is the message that appears.
    Title Bar: Microsoft Visual C++ Runtime Library
    Messaqe Text: Program: C:\Program Files\Adobe\Adobe Captivate
    2\AdobeCaptivate.exe
    This application has requested the Runtime to terminate it in
    an unusual way. Please contact the application's support team for
    more information.
    Any input would be greatly appreciated. Thanks!

    Hi folks,
    The first thing I would do is to remove the .dat file that
    can be found via the following path:
    C:\Document and Settings\Username\Application
    Data\Adobe\Adobe Captivate\
    Rename the captivate_v20.dat to something like
    Old_captivate_v20.dat and then start up Adobe Captivate.
    If this doesn't address the problem then report this as a bug
    using the
    Adobe
    Captivate Feature Request/Bug Report Form
    Let us know how you get on.
    Best - Mark

  • Run-Time Error '6' Overflow within BEx Analyzer after copy/paste query

    Hi all,
    User is getting a "Run-time error '6' overflow" message which is caused after copying any query in a 'query pack' to any free row/column within the same sheet (BEx Analyzer). This "query pack" has multiple queries within one sheet and covers 1800 rows so there is enough free space left for copying one of the queries to another position in the same sheet.
    Microsoft Office Excel SP2 is used which is part of MS Office professional edition 2003. The BW version is 3.0.
    Please let me know if more details are required or above mentioned error message is recognized and can be explained.
    Thanks and kind regards,
    Raymond Flaton

    Hi VRV,
      This error is caused whenever there is memory issue. If your query is built on a cube which has a BWA index then this problem can be related to the issue with the BWA server. Check your BASIS team to check if there is memory issue presently in the BWA server.
    Sometimes the issue is temporary, where the several users accesing the reports to fetch data from BWA lead to this type of error as the BWA gets overloaded. Try exiting the report and run it after some time again.
    Alternatively you can also try restricitng the selection for fetching the data in the report as suggested.
    Thanks

Maybe you are looking for

  • Why can I not see my projects in time machine

    I have lost a project book and so I went into my time machine to find that projects wasn't there. What do I need to do to either find my project or for this not to happen again. Thanks

  • Writing query

    Hi All, I have following query to execute at every 20 seconds interval for one day. si.pos_txn_date between to_date('01-DEC-2011 21:20:01','DD-MON-YYYY HH24:MI:SS') and to_date('01-DEC-2011 21:40:00','DD-MON-YYYY HH24:MI:SS') This parameter i want to

  • HT201317 The photos in my photo stream on my iphone do not appear on my PC.

    The photos in my photostream on my iphone 4s do not appear in the photostream on my PC.  Photostream is enabled on both phone & in the icloud control panel. Any ideas?

  • Custom method in HttpURLConnection class

    Hello I'm trying to call a URL that expects a custom method request. Specifically a SEARCH method. When I execute the setRequestMethod("SEARCH") method, it throws an "java.net.ProtocolException: Invalid HTTP method: SEARCH" exception. What I would li

  • DVD drive not opening

    HI, I have HP 430 notebook that I use rarely. The DVD drive on drive is not opening by pressing button on dvd drive. MY machine is power on. Not sure if I need any special driver to open dvd drive on machine. The default microsoft driver with windows