Error - browser incompatibility?

I've huge query and it's placed in a function and region calls this function and returns query string. When I login first time, it gives the following error, but after refresh and subsequent page visits it works fine. This is the problem ONLY on IE 6.0 for ONLY some users, but works with Mozilla!. Any ideas are appreiated?
failed to parse SQL query:
The query can not be parsed, the cursor is not yet open or a function returning a SQL query returned without a value.
thanks,
Surya

just another update of the problem. I get this error when I remove the exception. The function returning sql query works fine for most users on IE. but few users get this message for fitst time only . After the page refresh the region query works fine again. This looks weird, any suggestions/ideas are appreciated please ...
Error ERR-1101 Unable to process function body returning query.
ORA-06502: PL/SQL: numeric or value error: character string buffer too small

Similar Messages

  • SLD browser incompatibility

    Hi.
    Has anyone already used PI and its tools (including SLD) in a Mac OS X Lion?
    I'm able to run the Java tools but not SLD (although I do can use alt the RWB features). The logon page shows up, but after
    providing the logon credentions, it falls on this error:
    com.sap.tc.useragent.UnsupportedUserAgentException: User Agent (Safari, NaN, NaN) is not supported!
    Is it just a matter of browser incompatibility, given that I tried to access by using Firefox, Safari and Chrome?
    Although I think that this question it's more to the Webdynpro forum than to a PI, I wanted to post here to ask for PI experts' opinion.
    Thanks for your help.
    Rafael.

    Let's base our answer in facts or formal documents. Or just by saying "I think" to let people know that what is being said is not the last word. It would save us a lot of time.
    Mac OS X Lion (as well as Leopard) DOES support SLD.
    Please find details in my thread opened in webdynpro forum.
    Visualization on Mac OSX Lion
    Tks for your help Agasthuri.
    Rafael.

  • Lightbox Error - Browser resizing background by a few pixels when closing, causing browser scrollbar

    I've noticed that when using a lightbox there's an error that commonly occurs. When you close the lightbox, it shifts the browser window size around 5 pixels and creates scrollbars and then shifts back. It's a small error, but looking at the code it looks like it's resizing the background when closing for some reason, and adding the scrollbars and then shifting the browser window size.
    (Reposted from old forum – Since the bug is still there when using lightbox)
    Is anyone with adobe gonna comment on issuse. Why would pay for Muse if there is no help from the support team when help or feedback is wanted.???

    I'm now getting a similar error, My website is a single page, anchor scrolled site, and so has a scrollbar at the side.
    When lightbox is opened, the sidebar goes, making the site jump sideways, then back again when the lightbox is closed and the scrollbar reappears.
    It's very untidy looking and I really dislike it.

  • Error browser

    Nokia browser error (005). What does mean?

    just another update of the problem. I get this error when I remove the exception. The function returning sql query works fine for most users on IE. but few users get this message for fitst time only . After the page refresh the region query works fine again. This looks weird, any suggestions/ideas are appreciated please ...
    Error ERR-1101 Unable to process function body returning query.
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small

  • Error browsing SSAS 2008 cube on Windows 7 with SSMS 2008 R2 Client

    I recently have upgraded to Windows 7 and SSMS 2008R2 and I'm trying to browse a cube through SSMS and I'm getting the following error below after connecting and trying to browse. I have verified that I have .Net 3.5 with SP1 installed. I also
    was able to connect to the cube using Excel verifying that I'm able to authenticate and connect to the cube. One side note, I do have Office 2010 and I'm not sure how this plays into the equation.
    TITLE: Microsoft SQL Server Management Studio
    Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
    BUTTONS:
    OK
    Big Ern

    Hi,
    Cube browser in 2008R2 still use OWC 11, so please check if you have installed the OWC11.
    You can download via below link:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7287252c-402e-4f72-97a5-e0fd290d4b76&displaylang=en
    Another similar thread:
    http://social.msdn.microsoft.com/Forums/en/sqlanalysisservices/thread/57bbbf6c-6a24-40d4-b0d1-a617f4dfae2d
    Hope this helps,
    Raymond

  • Error browsing Info Object Editor( RSD1)

    Hi Gurus,
            While browsing Info object Editor, when I come to middle of list where all 0MATERIAL** objects are listed, I get error message with 'STOP' sign saying "Setting for material number conversion not found" and system throws me out. Any help in this regard?
    Thanks and Regards,
    Anil

    run transaction OMSL.
    Create an entry for MATCONV in the overview screen.
    Double click on this line and set the length parameter for MATCONV.
    the same transaction exists in the r/3 OLTP system compare the 2 systems to set the right values in the details screen in BW.
    Rishi

  • Open Script Record Error - Browser is not recognized or recorded by tool

    Hi,
    I have installed the trial version of OpenScript 9.0 for performing R & D Activities in various features of it.
    The installation was completed successful. But when I click “Record” button the browser gets launched. But when I type the URL and navigate on the browser it is not recognized or recorded by the tool. Please help me on this.
    Regards
    Shan

    Hi,
    - maybe try to reinstal openscript ?
    - you have any messages in Console that could help ?
    - nothing recorded at all in Run ?
    because for me it worked nice on first shot with IE on :
    - xp sp3
    - xp sp3 VM remote
    - vista
    i did not try FF.
    Michael.

  • Sp4 strange error: Browser goes for a spin

    We have an application developed in iAS SP1. We installed SP4 recently and ported the application to SP4. We are facing a strange problem, which I'm describing below,
    We have a login page named "home.jsp" which submits uid/password to a "LoginServlet" and authenticates/ authorises a user against an LDAP directory. We construct a "UserProfile" object and place it in session. The Login servlt forwards to a page index.html.
    "index.html" is a page containing four frames ( heading, bottom. navigation menu and content frame ). Each frame has a src tag, pointing to a relative link in the web application.
    Now here, is the problem,
    After a fresh restart of the application, when we access the application for the first time, we get the home page correctly. Login is successful (from the kjs logs). index.jsp is called. Now the browser sends fresh request to each frame's source and hangs eternally.
    We have no other choice but kill the browser. When we open a new instance of the browser and try the same again, the application works fine. I get all my pages properly as required.
    Why is this happening?
    I have another such page in my application which has roughly the same pattern, (servlet calling first.jsp. and first.jsp having three frame tags.). In this case the page works correctly for the first time i access it. From the next time the browser hangs and CPU load goes to 100%.
    I see some pattern here, but cannot zero in on the problem.
    Looks to be something to do with URL rewriting. The same code works without such problems on SP1 server. So it cant be a browser issue.

    I hear that there are some session concurrency problems in sp4. My first guess is that you are probably running into this bug. Because you have a frameset that is making several simultaneous requests to iAS (for each frame) you are probably getting into some sort of deadlock condition in the session manager.
    Possible solutions (if this is the correct diagnosis):
    * Contact tech support, who (I believe) has a patch for this concurrency problem.
    * Enable sticky loadbalancing. This may relieve enough stress on the session manager to prevent the deadlock.
    * Move to a different service pack or iAS 6.5
    David
    http://www.amazon.com/exec/obidos/ASIN/076454909X/

  • ERROR: browser.tabs.onTop not working now, my reason for using Firefox gone forever now?

    In the latest FF, setting the browser.tabs.onTop has no effect. I believe this is completely wrong step in UI because thinking of the user's focus:
    - The web page is the 'topmost' content having user's focus for the most of the time
    - The next are the tabs which he/she recently opened
    - Only then come the bookmarks
    - And finally, only then comes the address line
    Moving the tabs to the top means you force the user to move his attention/focus from the page contents skipping the lower priority areas (bookmarks, address line). This distracts the user and is simply bad news.
    Being quite simple option, I see no reason why the browser.tabs.onTop functionality was removed. This effectively removes another important advantage of FF over Chrome/IE. I know Classic Theme Restorer (Customize Australis) add-on, but don't want to rely on such things.
    Is THIS what the proclaimed customizability of Firefox is about these days? Sad.
    After many years of FF use in our company, I'm sorry but I will reconsider FF usage in our company if these things don't get fixed soon.
    Regards and thanks,
    Vaclav

    You can use either of the following add-ons.
    * https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    * https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    If you don't want to install an add-on, put the following style in the ''userChrome.css'' file and restart Firefox. You can use [https://addons.mozilla.org/firefox/addon/stylish/ the Stylish add-on] instead, if you have it installed.
    * http://kb.mozillazine.org/UserChrome.css
    <pre><nowiki>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* The above line should appear only once in the file */
    #TabsToolbar { -moz-box-ordinal-group: 99 !important }</nowiki></pre>
    Also see
    * [[How to make the new Firefox look like the old Firefox]]
    '''One of the developers recently posted this explanation'''
    [https://support.mozilla.org/en-US/user/1079955 MikeDeboer] said
    Each setting you see in a computer program you use requires work; when a developer wants to build something new or improve something, he or she has to go through each related (hidden) setting and test if it still works like before and do that on each platform Firefox runs on. That's Apple's Mac OSX, various flavours of Linux and various flavours of Windows, including Windows XP. This costs time, lots of it, and that amount grows exponentially with each setting that's added. This comes on top of our work to continuously fix, improve and innovate Firefox. <br /> <br /> That's why we also removed the tabs.onTop preference. Awesome community members, who were unhappy about that change, created the Classic Theme Restorer add-on. They deserve our collective hugs.
    *'''For more linked help articles and the full quote please also see''' <br /> ''Why have you changed design in new Firefox 29.0?'' [/questions/998084#answer-566525]

  • Application Builder Error "Browse to LabVIEW.exe"

    LabVIEW gurus...
    I am currently building a standalone app from my project.  When I run the application (which builds successfully), LabVIEW prompts me to browse to the LabVIEW.exe file.  However, I want this app to run on a computer that will not have LabVIEW installed, and so browsing to this file isn't an option.
    I know that the reason for this problem is that I'm using 2 call library functions named StrLen and MoveBlock within the LabVIEW.exe library (to access data from a pointer to a pointer).
    LabVIEW.exe shows up as one of the dependencies in my project, but I can't figure out how to add it to my build specifications.  I tried to build an installer and include the LabVIEW runtime environment, but this doesn't seem to work either.
    Any suggestions would be greatly appreciated!
    I'm using LabVIEW 8.6.
    Thanks,
    Jason
    Solved!
    Go to Solution.

    In the dll call simply type LabVIEW without any path. This should work (I used it on 7.1)to automagicallylink it.
    The functions are also located in the lvrt.dll which is the main part of the runtime engine.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • JavaScript Cross Browser Incompatibility

    Hi All,
    I would like to know the list of JavaScript methods that won't work properly or dosen't support in Internet Explorer v6.0, 7 and Mozilla Firefox v2.0 browsers.
    Best Regards,
    Suresh

    I think you have to ask IE-support and Firefox-Support via mail.
    It's because every single update changes this list. You also have to think, that there are a mass of Plugins/Addons and Configuration-Settings, that are important to this list. I think you have to test your projects with both browsers and perhaps check for the browser-type at the beginning to, for example, create 2 different style.css-files (for styles.css you have to create one for IE and one for Firefox, 'cause they are a little bit different).
    X--spYro--X

  • Browser Incompatibility

    Hi;
    How is it that my swf files are suffering from browser incompatibilities? How do I rectify the situation? I'm frankly surprised to encounter this issue, since I would have thought a swf file would be generated such that it wouldn't have these problems. Here are two examples;
    http://globalsolutionsgroup.vi/
    This works fine in Safari, but not in my Mac version of FF (latest of both). In the latter the swf files don't ever display. It works well in (I believe) IE 7 for Windoze but not in IE 8 for Windoze. In the latter it never goes to the index page from the preloader, and when I surf there directly, it doesn't display the swf that "covers" (then disappears from) the main template page, which also has a swf, and in the latter swf one of the graphics never loads.
    http://angrynates.com/perfection/
    This swf plays differently on all sorts of different browsers. On some, such as my Safari, it plays exactly as desired. In my FF, the hands momentarily disappear. In certain Windoze/IE configurations, it gets all screwed up and looks awful.
    What is going on inside the swf files that it displays so differently, and how do I counteract these problems?
    TIA,
    beno

    These DO work in SOME browsers, as I wrote in my first post (please reference). Here is the embedded code for globalsolutionsgroup:
    index.html
    <html><head>
    <SCRIPT language="JavaScript">
    <!--
    window.location="preload.py?width=" + screen.width;
    //-->
    </SCRIPT>
    </head></html>
    preload.py
    // This is a cheat. It's not a real preloader. I use this to simply load my assets which are used in both swf files.
    #!/usr/bin/python
    import cgitb; cgitb.enable()
    import cgi
    import sys,os
    sys.path.append(os.getcwd())
    form = cgi.FieldStorage()
    width = form.getfirst('width','800')
    lines = '''#!/usr/bin/python
    return "%s"''' % width
    f = 'width.py'
    try:
      os.remove(f)
    except OSError:
      pass
    f = open(f, 'w')
    f.writelines(lines)
    f.close()
    os.chmod('width.py', 0755)
    print "Content-Type: text/html"
    print
    print '''
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <head xmlns="http://www.w3.org/1999/xhtml">
    <meta http-equiv="REFRESH" content="0;url=index.py" />
    </head>
    </html>
    index.py
    // important only because it loads the template
    #!/usr/bin/python
    import string
    import cgitb; cgitb.enable()
    import cgi
    import sys,os
    sys.path.append(os.getcwd())
    from template import template
    ourFile = string.split(__file__, "/")
    page = ourFile[len(ourFile) - 1][:-3]
    template(page)
    template.py
    #!/usr/bin/python
    import cgitb; cgitb.enable()
    import cgi
    import sys,os
    sys.path.append(os.getcwd())
    import time
    from threading import Timer
    from width import width
    p = 'template'
    def template(page):
      w = int(width())
      wn = w/1024
      print "Content-Type: text/html"
      print
      print '''
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <head xmlns="http://www.w3.org/1999/xhtml">
    <style type='text/css'>
    .splash { position:absolute; left:0px; top:0px; z-index:2 }
    .page { position:absolute; left:0px; top:0px; z-index:1 }
    .text {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-decoration: none; text-align: justify}
    </style>
    <title>Global Solutions Group</title>
    <meta http-equiv="distribution" content="Global" />
    <meta http-equiv="robots" content="index all, follow all" />
    <meta name="author" content="This web site developed by beno. You may reach him at his web site [beno.vi], or by dialing 340-773-0687 and asking for room 102." />
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
    if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function rem() {
        var t = document.getElementById('splash');
        t.parentNode.removeChild(t);
    //-->
    </script>
    </head>
    <body onload="setTimeout('rem()', 2000)" onload="MM_preloadImages('images/office-supplies-on.jpg','images/catalog-on.jpg','images/ customer-template-on.jpg','images/forms-on.jpg','images/about-on.jpg','images/contact-on.j pg')">'''
    NOTICE HERE THAT IF THE PAGE IS "index" THAT IT WILL LOAD THE SPLASH PAGE
      if page == 'index':
        print '<div class="splash" id="splash">'
        print '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="%s" HEIGHT="%s" id="myMovieName">' % (str(wn*1008), str(wn*785))
        print '''
    <PARAM NAME=movie VALUE="globalSolutionsSplash.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>'''
        print '<EMBED href="/support/flash/ts/documents/globalSolutionsSplash.swf" quality=high bgcolor=#FFFFFF WIDTH="%s" HEIGHT="%s" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>' % (str(wn*1008), str(wn*785))
        print '</OBJECT>'
        print '</div>'
    NOTE HERE THAT IT WILL LOAD "page" IRRESPECTIVE OF WHETHER IT IS THE INDEX PAGE
      print '''<div class='page'>
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="1008" HEIGHT="200" id="globaloilcounter_external1">
    <PARAM NAME=movie VALUE="GlobalSolutions.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED href="GlobalSolutions.swf" quality=high bgcolor=#FFFFFF WIDTH="1008" HEIGHT="200" NAME="GlobalSolutions" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>
    </div>
    <script language="JavaScript1.2" src="quickmenu/sample_data.js"></script>
    <script language="JavaScript1.2" src="quickmenu/dqm_script.js"></script>'''
    The rest doesn't matter.
    Here is Perfection Jewelers:
    <html><head>
    <SCRIPT language="JavaScript">
    <!--
    window.location="preload.py?width=" + screen.width;
    //-->
    </SCRIPT>
    </head></html>
    #!/usr/bin/python
    import cgitb; cgitb.enable()
    import cgi
    import sys,os
    sys.path.append(os.getcwd())
    form = cgi.FieldStorage()
    width = form.getfirst('width','800')
    lines = '''#!/usr/bin/python
    def width():
      return "%s"
    if __name__ == '__main__':
      width
    ''' % width
    f = 'width.py'
    try:
      os.remove(f)
    except OSError:
      pass
    f = open(f, 'w')
    f.writelines(lines)
    f.close()
    os.chmod('width.py', 0755)
    print "Content-Type: text/html"
    print
    print '''
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <head xmlns="http://www.w3.org/1999/xhtml">
    <meta http-equiv="REFRESH" content="0;url=preloader.swf" />
    </head>
    </html>
    So we see that all this code is doing is loading the preloader.swf directly and nothing else.
    If these don't work in any browsers, then there's a chance the swf's are  not properly designed.  USually browser incompatibilites stem from the  embedding code that is used in the html page.  If you show that it may  be determinable.

  • Receiving a Java Script error - load: Type Error - Browser Undefined

    Error occurs when I select a web site option for a "User Friendly View" of a web page

    i know enough about computers to be dangerous - to me! even when clicking on the link to reply that Java warning window pops up. and when connecting to net 2 pages come up - Mozilla's page and my home page though it shows up in mobile view. and my toolbars are gone. should I download Firefox upgrade again? this has never been a problem before when upgrading. thank you for your time.
    Rioriki

  • Error Maintaining incompatibility for TP/VS

    Hi Experts,
    I am facing a problem in maintainign incompatibility in TP/VS. I am trying to maintain incompatibility between two materials. I have defined the incompatibility type in the customizing (between MATNR & MATNR of Order Type). I am using standard fields from Field Catalogue. However at the time of maintaining actual incompatibility after entering the Product ID, system gives message ' Product ID does not exists'. The product very well exists in the system.
    Can any one help in resolving this issue ?
    Thanks & Regards
    Sandeep patil

    Hi Sebastian,
    Yes the problem is resolved after applying the suggested note. Thanks for your response on the subject matter.
    Thanks & Regards
    Sandeep Patil

  • How do I fix this browser incompatability?

    This is my first web site with DW. and I have it finished...but...when I used the browser compatability check , I came up with an erro in line 32 dealing with spry menu bar that affects 8 browsers. I don't know how to correct it since I use design view. I am trying to learn code, but I have no idea how to correct this. Please help!
    Line 32 reads:
    <link href="SpryAssets/SpryMenuBarHorizontal. css" rel="stylesheet"
    Trying 2

    Thank you. I am trying to learn all of this and at times, it is too 
    much...I have gone through books and videos, etc.
    In a message dated 7/27/2009 10:55:13 P.M. Central Daylight Time, 
    [email protected] writes:
    First  thing you need to do is learn html and CSS. Once you've done that
    then remove  the space between . and css, add a type for the link, and close
    the  tag.
    <link href="SpryAssets/SpryMenuBarHorizontal.css"  rel="stylesheet"  
    type="text/css"

Maybe you are looking for