Javascript in flash throwing IE pop up error

Im trying to open a new window in my browser from my swf
file. In my swf file i have this basic code:
on (press) {
getURL("javascript:NewWindow('/OutsideLinkWarning.cfm?ButtonText=Continue&LinkTo=http://ho me.clarkeamerican.com/www/reorder.cfm',
'Terms','590','350','no','no','no','no','no')");
When i click on the button when previewing the file in IE it
causes a pop-up error.
Other links throughout the site open a new window, leading to
the same page as the link above, using this code in the html page:
<area target="_blank"
onclick="NewWindow(this.href,'Terms','590','350','no','no','no','no','no');return
false;"
href="/OutsideLinkWarning.cfm?ButtonText=Continue&LinkTo=http://home.clarkeamerican.com/w ww/reorder.cfm"
a="" coords="3,219,166,245" shape="rect"/>
it works without any errors. Why would an error be thrown
through my flash swf?

The pop-up flash has a tiny catch-hook which holds it down.  When the camera (or a manual operation) wants to pop it up, a solenoid release the catch-hook and the spring should pop it up.
You shoul hear the clicking sound of the solenoid releasing the catch a few times before the camera gives up and displays the error message.
It means the pop-up flash is jammed... possibly a bit of dust, sand, or gunk is gumming it up so it can't flip up.
Using your fingers, gently pull up on the flash either while pressing the flash pop-up button or just pressing the shutter button in a sitaution where the camera would call for flash.
Once opened, you can use a bit of compressed air on the hinge points to see if you can clear the problem.  You'll probably notice the hinge is stiff and doesn't pop-up on its own.  
I have seen suggestions to use WD40 -- but frankly wouldn't get that stuff near my camera.  If there is gunk, you could use denatured alcohold to dissolve whatever is gumming up the works.  The advantage of the alcohol is that it'll evaporate on its own. 
Tim Campbell
5D II, 5D III, 60Da

Similar Messages

  • Pop Up Error using MVC method after Validation in  DO_HANDLE_EVENT Method

    Hi Experts,.
    I am rather new to BSP applications and I am working using MVC at the moment. I have a requirement which apparently is simple, but am yet to get that done successfully.
    I have a couple of buttons on my BSP View screen, on click of these buttons, the User Name would be verified with entries in a Custom table and if the User Name is not found, an error message would pop up stating, "You are not Authorized to use this option".
    On click of the button, the event which is triggered is handled in the DO_HANDLE_EVENT Method of the Controller for the view.
    The check is performed in that method. Thereafter the method DO_REQUEST follows automatically which loads the view yet again. I want to throw a pop up error message at this instance if the User Name was not the authorized one.
    I have used Java Script to throw pop up message but only in case of field content validation where I did not need to navigate away from the view for the validations. But how do I bo about for this example.
    Any help would be highly appreciated.
    Regards,
    Subhrangsu

    Hi
    1. You can call the view in pop-up because you will be calling the controller using open.window.
    Here is the sample code:
    method DO_REQUEST .
      data:
            li_vw           type ref to   if_bsp_page,
            lv_form_field   type          string,
            li_md           type ref to   zcl_model01.
      dispatch_input( ).
      li_md ?= get_model( 'm01' ).
      lv_form_field = request->get_form_field( 'invoice_create' ).
      if lv_form_field is initial.
    *------ Request to display main page
        li_vw = create_view( view_name = 'main.htm' ).
        li_vw->set_attribute( name = 'model' value = li_md ).
        call_view( li_vw ).
      elseif lv_form_field eq 'true'.
    *------ Request to display Invoice page in pop-up
        li_vw = create_view( view_name = 'invoice.htm' ).
        li_vw->set_attribute( name = 'model' value = li_md ).
        call_view( li_vw ).
      endif.
    endmethod.
    Layout :
       function do_Invoice()
          { var s=0; r=1; w=300; h=300; x=screen.width/2;
            x=x-w/2;
            var y=screen.height/4;
            y=y-h/2;
            popUp=window.open('main.do?invoice_create=true','win','width='+ w
            +',height='+ h +', left=' + x +',top='+ y +');
    Regards,
    G. Nikhil Kumar

  • Flash Player 10 (plugin) actionscript error pop-up dialogue

    A few weeks ago Flash Player began Popping up dialogue boxes as i traversed the web.
    Not looking for embedding flash content on sites i can't conclude what triggered these pop-ups.
    They vary in what they say and are not always the same error message nor description. I was wondering if someone has seen these and has a "fix" or even a way to keep them from popping up as they are annoying.
    I use this PC as a development system and have Adobe CS5 Web installed and use it...including Flash CS5 Professional and Flex Builder 4+.
    Below is a typical pop-up that I am seeing:
    Thanks in advance for suggestions.

    OK, specs, windows 7 Home Premium 64 bit. 8gb ddr3 intel i5-460m 2.53ghz 1mb Ati 54
    Internet explorer 8.0.7600.16385
    Flash Player 10.1.102.64 [installed correctly]
    my system has many browsers installed for testing ect...
    Firefox 3.6.13
    Chrome 8.0.552.237
    Safari 5.0.3 (7533.19.4)
    Opera 11.00.1156

  • After installing Epson Stylus SX535WD printer on Windows 7 computer Firefox produces a pop-up error box when I launch Firefox or open Web page

    After installing my new Epson Stylus SX535WD printer on my Windows 7 32 bit computer, Firefox now produces a pop-up error box every time I launch Firefox or open a new Web page in it the following error box pops up multiple times: [JavaScript-Application] Server could not log you in. This error has never error occurred before I installed the printer.

    Posting the same question multiple times will not get you an answer any faster..

  • Pop up error messages for failed custom validation

    I am using jdev-10.1.3.4
    My application is in ADF BC
    I am writing custom validation through managed bean, I want pop-up error message for this failed validation.
    My problem scenario is:
    I had some list box as "status"-when this status changes to failed then the other field namely "closed date" should become madantory and also date in closed date field can't be in future.I am able to have all this validation through managed bean and also able to use af:messages through which i am able to print error message on the top of the form, but i am not able to give pop up error message for this failed validation.
    I had gone thru jdev guide but there is nothing like what i am asking.
    it would be of great help if someone can give me some example also.
    thanks in advance.

    ADF has global setting where you can configure the way messages are shown to user:
    You can make this setting in adf-faces-config.xml
    The <client-validation> element controls how client-side converters and validators are run.
    Three values are supported:
    "INLINE": validation is shown inline in a page (the default)
    "ALERT": validation is shown in an Javascript alert
    "DISABLED": validation is only handled on the server
    IN your case, set it to 'ALERT'.

  • Pop-up error messages

    I am constantly getting these pop-up error messages and I can't seem to figure out how to get rid them and it is driving me insane.
    Adobe Flash Player 10.1.102.64
    An ActionScript Error occurred
    VerifyError: Error #1014: Class flash.events::ThrottleEvent could not be found. 
    and
    TypeError: Error #1009: Cannot access a property or method of a null object reference. 
              at com.brightcove.opensource::DataBinder/getVideoProperty()
              at com.brightcove.opensource::DataBinder/getValue()
              at com.comscore::ComScore/getCustomValue()
              at com.comscore::ComScore/getComScoreURL()
              at com.comscore::ComScore/sendBeacon()
              at ComScoreSWF/onAdStart()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.api.modules::AdvertisingModule/wrapEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.api.modules::AdvertisingAPI/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.fl.advertising.adSwf::AdSwf/dispatchAdEvent()
              at IMA3AdSwf/displayAd()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onAdInitFrame()
    Can somebody please help me out

    You're using a version of Flash Player that's a couple of years out of date. You can't expect it to work with all modern websites.

  • Built in flash doesn´t pop up

    Hello, I have an EOS Rebel XS camera. The built in flash isn´t opening and teh follow message appear:
    " Error 05     The built-in flash´s auto pop-up was obstructed. Turn de power switch to <OFF> and <ON> again."
    I´ve tryed several times with no results. Is there something else I could do before taking the camera to the Service?
    Thanks a lot!
    Pedro
    Solved!
    Go to Solution.

    The pop-up flash has a tiny catch-hook which holds it down.  When the camera (or a manual operation) wants to pop it up, a solenoid release the catch-hook and the spring should pop it up.
    You shoul hear the clicking sound of the solenoid releasing the catch a few times before the camera gives up and displays the error message.
    It means the pop-up flash is jammed... possibly a bit of dust, sand, or gunk is gumming it up so it can't flip up.
    Using your fingers, gently pull up on the flash either while pressing the flash pop-up button or just pressing the shutter button in a sitaution where the camera would call for flash.
    Once opened, you can use a bit of compressed air on the hinge points to see if you can clear the problem.  You'll probably notice the hinge is stiff and doesn't pop-up on its own.  
    I have seen suggestions to use WD40 -- but frankly wouldn't get that stuff near my camera.  If there is gunk, you could use denatured alcohold to dissolve whatever is gumming up the works.  The advantage of the alcohol is that it'll evaporate on its own. 
    Tim Campbell
    5D II, 5D III, 60Da

  • CS4 product registered in 2009 suddenly throws a 147:20 error

    I have a number of CS4 and CS5 products. All are running fine except Flash, which throws a 147:20 error. I have looked at Adobe documentation which prescribes actions in XP Pro that simply do not exist. The actions that it recommends seem likely to interfer with the other working packages. I have two options: deinstall Flash and go to HTML5 like everyone else, or soldier on with the sterling advice that these forums offer, Can anyone help with what appears to be an Adobe-generated problem?

    Maybe... Goto open file location on your shortcut and see if any obvious files are missing.

  • Javascript desde Flash

    Hola:
    Estoy usando javascript desde mi Flash 8 P. La
    instrucción es simple y todos
    sabemos lo que hace:
    getURL("JavaScript:ventana=window.open('pagina.html')");
    Este código lo coloco en el evento Press o Release de un
    botón.
    El asunto es que este código tiene un comportamiento en
    IE y otro, por
    ejemplo, en SAFARI. El comportamiento que espero es el que se
    produce en
    SAFARI. El navegante presiona el botón y se abre la
    ventana nueva pero el
    Flash en el que se encuentra el botón sigue ahí.
    En cambio, en IE, luego de presionar el botón,
    además de abrirse la ventana
    nueva, la ventana donde se encuentra el botón carga una
    página en blanco que
    sólo dice [object]
    Esto es un misterio y no sé cómo resolverlo.
    Cualquier comentario puede ayudarme.
    Muchas gracias.
    Federico

    Estimado Juan:
    Muchas gracias por tu mensaje.
    No soy un teórico de los lenguajes de programación
    y seguro que sé mucho
    menos que vos en este aspecto y en varios otros. Pertenezco a
    una generación
    reciente de programadores que no han pasado por la
    educación formal pero que
    tienen ya, a pesar de eso, algunos logros en su trabajo.
    Sin confrontar, te voy a efectuar algunas preguntas y voy a
    hacer algunos
    comentarios. De acuerdo a lo que sé sobre lenguajes
    orientados a objetos,
    void forma parte de la definición de una función,
    por ejemplo void mifuncion
    (void) sería una función que no retorna un valor
    (tal vez deberíamos
    llamarla procedimiento) y que tampoco recibe parámetros.
    Esto está muy
    claro. El asunto es que void aparece en la definición de
    la función, pero
    nunca he visto que se utilice para llamar a la función.
    De hecho, si la función open del objeto window no
    retorna un valor en
    javascript, te menciono que no he visto en ninguna
    página en la que se use
    esta función que se lo haga con el operador VOID. Ahora
    bien, estamos de
    acuerdo en que es un error desde el punto de vista de la
    sintaxis con que se
    debe escribir la función y estamos de acuerdo en que
    varios vicios de los
    programadores se han ido consolidando con el tiempo, no
    debería Flash
    indicarme que hay un error en el modo en que coloco la
    función, sobre todo
    considerando que esta no funcionará correctamente en
    algunos navegadores?
    Estas son algunas de las preguntas que me hago.
    Gracias por tu ayuda!!
    Federico
    "Juan Muro" <[email protected]> escribió en el
    mensaje de noticias
    news:[email protected]...
    > Ante todo mis excusas, Federico: Podría
    interpretarse por el comienzo de
    > mi anterior mensaje que te reprocho no estudiar, lo que
    nunca fue mi
    > intención. Pretendía con ello decir que este
    es un problema bastante
    > básico, pero mis palabras no fueron las correctas.
    Repito, mil perdones.
    > Precísamente porque la instrucción nativa void
    indica que la función no
    > retorna un valor, es por lo que es adecuada en este
    caso. De otra manera
    > el server puede (y debe) interpretar que existe un
    objeto -en este caso un
    > objeto ventana- esperando respuesta de la funcion.
    > No es que los ingenieros programadores que hicieron
    Flash no supieran de
    > esto (no es cosa de flash en este caso sino del
    javascript al que se llama
    > desde una función de Flash), sino de la manera de
    programar:
    > A la manera ortodoxa, por decirlo así, de utilizar
    los lenguajes de
    > programación le llamamos 'strict data typing', o en
    mal castellano 'tipado
    > estricto de datos'. Mediante esta manera los
    programadores nos obligamos a
    > definir en las funciones el tipo de datos que manejamos
    y los retornos de
    > las funciones, so pena de obtener en los depuradores
    (debugers) de los
    > compiladores de código, unos errores que impiden la
    compilación. ¿Para qué
    > asumimos estas nuevas obligaciones?, pues precisamente
    para detectar y
    > poder evitar errores como el que comentamos.
    > Pero algunos lenguajes de programación comenzaron
    su andadura sin tener
    > presente los estándares de programación, por
    lo que la implementación del
    > strict data typing era imposible. Action Script, por
    ejemplo, solo lo
    > consiguió a partir de la versión 2 del
    lenguaje -con Macromedia Flash 8- y
    > muchos otros andan aún en ello.
    > Lo que sucedió durante la elaboración de IE es
    algo tan confuso, y repleto
    > de injerencias empresariales que nada tienen que ver con
    los lenguajes de
    > programación, que sería demasiado largo de
    contar. No obstante
    > desconocemos el código C++ en el que está
    implementado IE, ya que forma
    > parte del sistema operativo windows, con el que se haya
    profusamente
    > entrelazado, y no solo es secreto y privado sino
    secretista y privativo.
    > Mozilla Firefox interpreta bien tus intenciones de abrir
    una nueva
    > ventana, aunque hayas 'escrito mal' (de manera poco
    ortodoxa, quiero
    > decir) la instrucción. Esto sucede porque, hartos
    de encontrarse con este
    > problema, terminan por asumirlo e implementar en su
    navegador el código
    > que interpreta tu órden de la manera más
    habitual, pero ello no significa
    > que sea Mozilla el que funciona de la manera correcta
    (de hecho es IE el
    > que lo hace), sino que Mozilla ha tapado este parche tan
    frecuente y ha
    > asumido con ello una mala práxis de algunos
    programadores.
    > Salu2
    > `8¬]
    > Juan Muro
    >
    > "Federico" <[email protected]>
    escribió en el mensaje de noticias
    > news:[email protected]...
    >> Estimado Juan:
    >>
    >> Te aseguro que estudio bastante, pero insisto en mi
    teoría de que el
    >> mundo de la programación es sumamente arduo. He
    preguntado en foros dónde
    >> hay personas que saben mucho más que yo y no
    supieron qué decirme.
    >> Conozco lo que hace la instrucción VOID, mi
    pregunta es, y qué importa lo
    >> que hace en este caso? Esa instrucción indica
    que la función no retorna
    >> un valor. Me pregunto si la gente que hizo Flash y
    la que hizo IE no lo
    >> saben, si la función no retorna un valor no me
    explico porque tengo que
    >> utilizar una instrucción que indique eso. Me
    parece que es Mozilla el que
    >> funciona de manera correcta.
    >> Te mando un saludo.
    >>
    >>
    >> Federico
    >>
    >>
    >> "Juan Muro" <[email protected]> escribió
    en el mensaje de noticias
    >> news:[email protected]...
    >>> No Federico, no es difícil, solo hay que
    estudiar. El void es la orden
    >>> de no retorno en muchos lenguajes de
    programación, no solo en java y
    >>> javascript. Con ella le indicamos a la
    función que no tiene que
    >>> devolvernos un valor de datos. Lo extraño
    del caso es que la
    >>> bien-interprete Microsoft, que siempre se ha
    distinguido por su
    >>> programación farragosa y su falta de
    ortodoxia en las sintaxis de los
    >>> lenguajes, y sin embargo sí que cuele en
    Mozilla y otros, que respetan
    >>> más los estándares.
    >>> Ya ves que nada es verdad ni es mentira, todo se
    ve según el color del
    >>> cristal con que se mira.
    >>> Salu2
    >>> `8¬]
    >>> Juan Muro
    >>>
    >>> "Federico" <[email protected]>
    escribió en el mensaje de noticias
    >>> news:[email protected]...
    >>>> Juan:
    >>>>
    >>>> Mil gracias, justo ayer, después de dos
    o tres semanas de investigar,
    >>>> encontré a alguien en Internet dando el
    mismo consejo que vos y así
    >>>> pude resolver el problema. Que difícil
    es programar no?
    >>>> Saludos.
    >>>>
    >>>>
    >>>> Federico
    >>>>
    >>>> "Juan Muro" <[email protected]>
    escribió en el mensaje de noticias
    >>>> news:[email protected]...
    >>>>> Hola Federico:
    >>>>> A la función de javascript le debes
    meter un void para que no retorne
    >>>>> datos de objeto, tal que, por ejmeplo,
    así:
    >>>>> on (release) {
    >>>>> getURL
    >>>>>
    ("javascript:void(window.open('../HTML/pop_up2.htm','popup','toolbar=no,menubar=no,scroll bars=no,resizable=no,width=400,height=550'))");
    >>>>> }
    >>>>> Salu2
    >>>>> `8¬]
    >>>>> Juan Muro
    >>>>>
    >>>>> "Federico"
    <[email protected]> escribió en el mensaje de
    >>>>> noticias
    news:[email protected]...
    >>>>>> Hola:
    >>>>>>
    >>>>>> Estoy usando javascript desde mi
    Flash 8 P. La instrucción es simple
    >>>>>> y todos sabemos lo que hace:
    >>>>>>
    >>>>>>
    getURL("JavaScript:ventana=window.open('pagina.html')");
    >>>>>>
    >>>>>>
    >>>>>> Este código lo coloco en el
    evento Press o Release de un botón.
    >>>>>> El asunto es que este código
    tiene un comportamiento en IE y otro,
    >>>>>> por ejemplo, en SAFARI. El
    comportamiento que espero es el que se
    >>>>>> produce en SAFARI. El navegante
    presiona el botón y se abre la
    >>>>>> ventana nueva pero el Flash en el
    que se encuentra el botón sigue
    >>>>>> ahí.
    >>>>>> En cambio, en IE, luego de presionar
    el botón, además de abrirse la
    >>>>>> ventana nueva, la ventana donde se
    encuentra el botón carga una
    >>>>>> página en blanco que sólo
    dice [object]
    >>>>>> Esto es un misterio y no sé
    cómo resolverlo.
    >>>>>> Cualquier comentario puede ayudarme.
    >>>>>> Muchas gracias.
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>> Federico
    >>>>>
    >>>>
    >>>
    >>
    >

  • Installing Epson Stylus SX535WD printer causes pop-up error box in Firefox

    After installing new Epson Stylus SX535WD printer on computer, Firefox now produces a pop-up error box. every time I launch Firefox or a new page in it the following error box pops up multiple times: [JavaScript-Application] Server could not log you in.

    Posting the same question multiple times will not get you an answer any faster..

  • Crystal Report throws Unexpected Database Connector error

    Hi,<br>
    <br>
    We are using Crystal report 2008 CR4E API to implement the crystal report in our application. We use the below code to reset the report data source with our application data source. It works fine for most of the simple queries. But if the query contains any function defined in the SELECT Clause it throws Unexpected Database Connector error. As per the log and analysis we believe the root cause of the exception is it consider that function as column in the table and throws the SQL Exception that "function is Invalid Identifier". Could you please help in resolving this issue?
    <br><br>
    Code:<br><br>
         Tables tables = clientDoc.getDatabaseController().getDatabase().getTables(); <br>
                for(int i = 0;i < tables.size();i++){<br>
                    origTable = tables.getTable(i);<br>
                    if (tableName == null || origTable.getName().equals(tableName)) {<br>
                        newTable = (ITable)origTable.clone(true);<br>
                        newTable.setQualifiedName(origTable.getAlias());<br>
                        connectionInfo = newTable.getConnectionInfo();<br>
                        propertyBag = new PropertyBag();<br>
                        propertyBag.put("Trusted_Connection", params.trustedCon);<br>
                        propertyBag.put("Server Type", params.serverType);<br>
                        propertyBag.put("Use JDBC", params.useJdbc);<br><br>
                        propertyBag.put("Database DLL",params.databaseDLL);<br>
                        propertyBag.put("Connection URL", params.connectionURL);<br>
                        propertyBag.put("Database Class Name", params.dbClassName);<br>
                        connectionInfo.setAttributes(propertyBag);<br>
                        connectionInfo.setUserName(params.userName);<br>
                        connectionInfo.setPassword(params.password);<br>
                        clientDoc.getDatabaseController().setTableLocation(origTable, newTable); // Exception is thrown here<br>
              }                    <br>
         }     <br>
    <br>
    SQL Query : <br><br>
    Select empno, Fun_getEmpAddress(empno) from employee where empno = ?<br><br><br>
    Error Log:<br><br>
    2011-04-26 16:30:41.926 89022900 CrystalReportParms_jsp._jspService(368) Error while generating crystal report<br>
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected database connector error---- Error code:-2147467259 Error code name:failed<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2285)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2305)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:737)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)<br>
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)<br>
         at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)<br>
         at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)<br>
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)<br>
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)<br>
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)<br>
         at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)<br>
         at com.crystaldecisions.sdk.occa.report.application.an.a(SourceFile:108)<br>
         at com.crystaldecisions.sdk.occa.report.application.b0.if(SourceFile:148)<br>
         at com.crystaldecisions.sdk.occa.report.application.b0.b(SourceFile:95)<br>
         at com.crystaldecisions.sdk.occa.report.application.bb.int(SourceFile:96)<br>
         at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(SourceFile:151)<br>
         at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(SourceFile:106)<br>
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:2159)<br>
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:543)<br>
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:3898)<br>
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(SourceFile:2906)<br>
         at com.mysystems.myapp.common.CRJavaHelper.changeDataSource(CRJavaHelper.java:157)<br>
         at com.mysystems.myapp.common.CrystalReport.print(CrystalReport.java:202)<br>
         at org.apache.jsp.english.CrystalReportParms_jsp._jspService(CrystalReportParms_jsp.java:368)<br>
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br>
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)<br>
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)<br>
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br>
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br>
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br>
         at com.mysystems.myapp.common.MyServletFilter.doFilter(MyServletFilter.java:107)<br>
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br>
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br>
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br>
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br>
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br>
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br>
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br>
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br>
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)<br>
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)<br>
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<br>
         at java.lang.Thread.run(Thread.java:595)<br>
    Caused by: com.crystaldecisions.reports.common.QueryEngineException: Unexpected database connector error<br>
         at com.crystaldecisions.reports.queryengine.Connection.bf(SourceFile:2958)<br>
         at com.crystaldecisions.reports.queryengine.Rowset.z3(SourceFile:944)<br>
         at com.crystaldecisions.reports.queryengine.Rowset.bL(SourceFile:533)<br>
         at com.crystaldecisions.reports.queryengine.Rowset.zM(SourceFile:245)<br>
         at com.crystaldecisions.reports.queryengine.Connection.a(SourceFile:776)<br>
         at com.crystaldecisions.reports.queryengine.Table.a(SourceFile:2234)<br>
         at com.crystaldecisions.reports.queryengine.Table.if(SourceFile:2161)<br>
         at com.crystaldecisions.reports.queryengine.Table.try(SourceFile:1525)<br>
         at com.crystaldecisions.reports.queryengine.Table.a(SourceFile:568)<br>
         at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2405)<br>
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)<br>
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)<br>
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)<br>
         at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)<br>
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1167)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)<br>
         ... 47 more<br>
    Caused by: com.businessobjects.reports.jdbinterface.common.DBException: Unexpected database connector error<br>
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCQueryDefinition.Execute(Unknown Source)<br>
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCQueryDefinition.Execute(Unknown Source)<br>
         at com.crystaldecisions.reports.queryengine.Connection.bf(SourceFile:2953)<br>
         ... 63 more<br>
    Caused by: java.sql.SQLException: ORA-00904: "Fun_getEmpAddress": invalid identifier<br>
    <br>
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)<br>
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)<br>
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)<br>
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:622)<br>
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:111)<br>
         at oracle.jdbc.driver.T4CStatement.execute_for_describe(T4CStatement.java:350)<br>
         at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:895)<br>
         at oracle.jdbc.driver.T4CStatement.execute_maybe_describe(T4CStatement.java:382)<br>
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:985)<br>
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1515)<br>
         ... 66 more<br>

    i'm also getting the same error when i'm trying to call stored procedure (that will fetch the result set and populate the report) through the query in the report-viewer.jsp. The result set is fetched i.e. when i print the result set it shows on tomcat but it is not getting passed to Table object to populate the report. However when i try to give the query explicitly in the form of SELECT statements, it works fine i.e. i can view the report in the browser. But giving query in the form of SELECT is a very naive way and is ok if u have too less reports not requiring too many joins, thats why i was using stored procedure. Any help would be appreciated.

  • How can I throw a hard 404 error to apache when a JSP is not found.

    How can I throw a hard 404 error to apache when a JSP is not found.
    I want to let apache handle the error.

    [email protected] (Jeremy Conner) wrote in
              <[email protected]>:
              >How can I throw a hard 404 error to apache when a JSP is not found.
              >I want to let apache handle the error.
              >
              >
              First thought that comes to mind is to return HTML that tells the browser
              redirect to a nonexistent file under Apache. You can't tell Apache to
              throw a 404 unless you're in a mod. Maybe something they could add to the
              proxy, but until then, I think a redirection in the response HTML is your
              only option.
              Jesse
              

  • "Access Denied" pop up error while opening adobe online form in IE8.

    "Access Denied" pop up error while opening adobe online form in IE8. I use crosslink to connect to client network and then open IE with App Tunnel. Tried to re-install Acrobat reader multiple times but issue still persist. Even tried to change the PDF properties (Edit-> Preference- General/Internet/Security Enhanced)

    Hello Adobe technical Team,
    I am struggling to fix the issue. Tried a lot of combinations to manipulate PDF preference, browser setting but failed to fix the issue. Can someone please look into the details and advise? Thanks in advance for any help.input.

  • FF not connecting to web- This "Network Connections" message pops up: Error 623: The system could not find the phone book entry for this connection. Any ideas?

    About a month ago I could no longer connect to the internet on our PC. Every time I clicked on the Firefox icon the Netscape sign-on window would pop up. I would try to close it but it would pop up over and over again. If I tried to close it a dozen or so times eventually Firefox would open up but it would never connect. Just today I moved my Netscape file to the recycle bin. No longer does the Netscape sign-on window pop up but following Network Connection error message pops up: "Error 623: The system could not find the phone book entry for this connection".. This error window behaves the same way the Netscape sign-on window used to behave. Every time I click to close it it pops open again. After numerous clicks Firefox opens up but it never connects.

    Do you have this error message on a Mac computer or on a Windows computer?
    I've only seen this error mentioned on a Windows computer.
    *http://kb.mozillazine.org/Autoconnect

  • My iphone 3g is in reset mode and i tunes will not reset. it pops an error message with no code. how can i get i tunes to rest my phone?

    my iphone 3g is in reset mode and i tunes will not reset. it pops an error message with no code. how can i get i tunes to rest my phone?

    No need to Double Post... It is considered impolite.
    https://discussions.apple.com/message/20652820#20652820

Maybe you are looking for

  • How to RollUp Amount data based on SAP BI GL Account to BPC Grp GL Account

    Hi All, Initial data format EXTERN            INTERNAL         AMT GL Acco                 Grp GL  ACC           AMT 0200001              100000          0100 1000000              100000          0200 1000010              100000          0300 1000011

  • Thumbnail does not appear for eps file

    Hi, I am working with IBR and when i check-in an .eps file, the thumbnail is not created.It is configured at the Administration -> File formats also. Thumbnail is getting created for other images like jpeg,gif,png etc. .eps shows the status as "Not C

  • CTS transport in Integration Directory

    Hello, We are running NW70 SP13 and have fully configured CTS+ as per the SAP documentation for SP13 specifically. In Integration Repository we can see the export option using CTS but in the Integration Directory for scenarios we do not see the "Tran

  • Photo adding

    i want to add extra photos to ones already on my ipod but it makes me remove all the ones on there and then add them all again plus the new ones which seems ridiculous, there must be a solution.cheers

  • Refurbished IPod touch 4 32G $10 higher than the 64G

    I see on the site I can get a refurbished Touch 4 64G for less than a 32G.  What would be the reason for this?  Also, are refurbished items generally worth it?