Getting "Unable to run script at line 1: syntax error"  error?

Hi,
I want to run a script using the AEGP_ExecuteScript() function. but I got an error "Unable to run script at line 1: syntax error". what could be the rea son for this? shall I inlcude anything extra info in my project?
Below is the code ...
char scriptPath[] = "F:\\Documents and Settings\\akshays\\Desktop \\Active Shutter.jsx";
A_Boolean platform_encodingB = 'B';
AEGP_MemHandle outResultPH0;
AEGP_MemHandle outErrorStringPH0;
utilitySuite5->AEGP_ExecuteScript( pluginID, scriptPath, platform_encodingB, &outResultPH0, &outErrorStringPH0 );
please help me.
Thanks
Manjunath

This can be debug by using "ExtendSCript Toolkit 2 and Debugger".
Just open Edit -> Prefernces -> General -> ****
There enable checkbox "Enable javascript debugger".
if you encountering an error while launching the script, then AE will automatically open your script in "ExtendSCript" toolkit with an error at the bottom line. You can see the "DataBrowsing" panel right side for available functions., objects and so on.
then you can get to know what is the error and the reason for this error at least.

Similar Messages

  • Aerender error: "Unable to execute script at line 95. Window does not have a constructor"

    A BG Renderer user is getting this error when running aerender version 10.5.1x2:
    "Unable to execute script at line 95. Window does not have a constructor"
    The render proceeds but the process never completes which is preventing the rest of the BG Renderer notifications from triggering.  Any idea what this error means and how to fix it?
    Thanks,
    Lloyd

    I guess we'll have to wait for Adobe to answer what could be causing the transmission to drop on Line 95. Todd's out of the office for a month or two, but maybe someone else can shed some light.

  • Unable to run a star schema in HFM.   Error message below.

    We are currently unable to run an existing star schema in our HFM 9.3.3 application. This has never caused an issue in the past and is causing a disruption in our montly close process.
    Any assitance would be greatly appreciated!
    I've attempted to delete the Star Schema but still receive same error message.
    Error message below:
    Thank you,
    Brian Riedel
    ==================================================================================================================
    8/1/2012 1:34:24 PM : Status : Extracting Metadata
    Metadata update has failed. : (-2147220903) (Attention: One or more processes are currently using the Star Schema specified by the DSN and Prefix. You must wait until all other processing is completed before attempting to create the specified Star Schema.)
    Processing status change: (-2147220903)
    Data processing failed. : (-2147220903) (Attention: One or more processes are currently using the Star Schema specified by the DSN and Prefix. You must wait until all other processing is completed before attempting to create the specified Star Schema.)
    8/1/2012 1:34:24 PM : Status : Processing completed with errors
    Extended Analytics export completed with errors for Application BSCPROD using Label PL. Error code is:

    The message means another process has a lock on the EA tables, so you have to wait until that processis complete before proceeding. This could happen if you are trying to execute more than 1 concurrent EA exports.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Unable to execute script at line 59. datapath is undefined

    Hello, I am trying to send a ready2go Juicer templete to AF CS6. Once AF comes up I am getting the error listed above. Any suggestions will be greatly appreciated.
    Thanks,

    It sounds like Juicer is launching AE with the option to run a script. If you set the AE preference (in the General section) "Enable JavaScript Debugger", when the script fails you might be able to see the entire script in the debugger (along with the current value of any variables in the Data Browser). That might help you figure out what's wrong. This is probably a question for the Digital Juice folks though.
    Dan

  • Unable to run script (.bat file) on a windows server

    Hi,
    I have a job definition which execute cmd command (such as cd, echo, etc) through a platform agent installed on a Windows server but when I try to execute scripts (i.e. .bat file) it doesn't work.
    Can someone help, please ?
    Regards.

    Hi,
    The PA is running with the same account executing the .bat file on the server.
    Yes, the bat file can be executed with that user outside of CPS.
    Regards

  • Getting gnome to run from command line and over VNC

    Hi, I just got to the part of the Beginners guide, dealing with gnome and for some reason
    $ startx
    didn't give me a gnome desktop, X same with
    $ xinit
    but
    $ xinit /usr/bin/gnome-session
    worked and gave me a desktop.  From the gnome guide
    $ gnome-session
    generated the following error
    ** (gnome-session:4591): WARNING **: Cannot open display:
    Anyone know why I am getting these errors?
    VNC
    my xstartup used to look like
    #!/bin/sh
    vncconfig -iconic &
    unset SESSION_MANAGER
    unset DBUS_SESSION_BUS_ADDRESS
    OS=`uname -s`
    if [ $OS = 'Linux' ]; then
    case "$WINDOWMANAGER" in
    *gnome*)
    if [ -e /etc/SuSE-release ]; then
    PATH=$PATH:/opt/gnome/bin
    export PATH
    fi
    esac
    fi
    if [ -x /etc/X11/xinit/xinitrc ]; then
    exec /etc/X11/xinit/xinitrc
    fi
    if [ -f /etc/X11/xinit/xinitrc ]; then
    exec sh /etc/X11/xinit/xinitrc
    fi
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    with exec gnome-session added in, it still gave me a x desktop. Now it looks like
    #!/bin/sh
    autocutsel -fork
    export XKL_XMODMAP_DISABLE=1
    exec gnome-session
      and works. Am I missing out on anything by omitting the old stuff? Any suggestions? Also if my inittab looks like this
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    id:3:initdefault:
    # Boot to X11
    #id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
    # End of file
    Do I need to worry about the login security hole?

    karol wrote:If you don't use a display manager, create one.
    Ok, but if I make any display manager do I become susceptible to this attack? Further, am I ok with my current xstartup?

  • "Unable to execute script at line 0. photoshop is unidentified"

    This is an old issue but I didn't see a solution. Does anyone know the fix for this?

    I assume the problem is that Encore CS6 expects Photoshop CS6. I assume you do not have it installed. Even if you did, it may not work as expected. If this is a PR CC/EN CS6 problem, it is just as serious, and many of us would say more serious, than the loss of dynamic link. You should contact Adobe tech support to see if they can help you sort out how to get EN CS6 using "edit in photoshop" to PS CC correctly.
    Without that, be careful editing the Encore source folder file directly. Encore/Photoshop creates a temp version that it uses till PS hands it back off to Encore. And you will sometimes see 3 or 4 versions of the menu even when Encore is handling it all by itself. Editing it directly with Encore open is asking for trouble. And editing it with Encore closed may be worse!
    I would work with a copy of the file from the Encore source folder, save it outside that directory, then "import as menu" that file. (Encore will put a new, current version into its directory.) I would try to get every bit of the menu structure/highlilghts, etc, set. Then I would make any other changes to the menu in Encore. I would not do any significant links/navigation until the menu is set.

  • Unable to run AD RMS Console because of the error

    hi friends
    i am new to AD RMS and i have faced a problem at the start  :-)
    i followed the steps which exist in MSpress 70-640 R2 training kit book to install AD RMS in my win 2008 R2 server. the installation successfully finished, but when i run AD RMS Console i face with this error :
     A connection with the specified AD RMS cluster could not be established for the following reason:
    The request Failed with http status 401 : Unauthorized.
    ensure that your conection is correct prtocol,such as HTTP or HTTPS , and the port number is correct.
    my servers are so :
    one DC -  
    one server which i first installed AD CS with WebEnrollment ( so that installed IIS )  and then on this server i installed AD RMS ( as stated in 70-640 R2 )
    my there be conflict in my IIS because of installing ADCS with Web Enrollment component and then installing AD RMS ?
    anyway how should i get ride of this error ? i can't access inside the AD RMS Console and continue
    thanks in advance

    Correct. When you install ADRMS there is a local group created called "AD RMS Enterprise Admins". Your account is added to that group. If you do not log off and back on after the installation, OR, if you try to log into the console as a different user than
    you installed the role as, you will see that error.
    Obviously for you the answer was to log off and back on, but otherwise, make sure the account you are logging in as is added to that local group.
    -Jason
    hi Jason.  thank you for your good explanation
    regards

  • Unable to Run below its prog,because of page error,please send me solution.

    Dear Friend,
    i don't know java script and i am new for its,
    please send me solution for below problem, it's urgent for me . thank you.
    my input screen contain:
    parameters:
    material, Fixed day,plant,BOM Usage,Alt BOm, chagne
    Number.
    radio buttons:
      single, multilevel, parameter: level.
    radio buttons:
       exact, contents, summary, subposition
    radio button:
       all item, match item, varying item.
    my code is :
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
    `SAP_TopInclude()`
    `include(~service="y02c_itsfct", ~language="", ~theme="99", ~name="rb_html_templates.html")`
    <html>
    <head>
             `SAP_PageTitle()`
         `SAP_Stylesheet()`
             `SAP_JavaScript()`
    <!--`     <script language="JavaScript">
            function RB_Onload(p_level)
                       {  document.forms[0].level.value = p_level;
                          `SAP_OnLoadJavaScript()`;
              function Clicked(id) {
                   if (id == 'LEVEL_CHB') {
                     if (document.forms[0].LEVEL_CHB.checked) {
                     document.forms[0].LEVEL.value = 'X';
                         } else {
                      document.forms[0].LEVEL.value = ' ';
        function SubmitWithOKCode(okCode) {
         document.forms[0].MyOkCode.value = okCode;
               if (document.forms[0].LEVEL_CHB.checked) {
              document.forms[0].LEVEL.value = 'X';
              } else {
              document.forms[0].LEVLE.value = ' ';
         </script>
    </head>
    <body `SAP_BodyAttributes()` onload="RB_Onload('``')"> -->
    <body `SAP_BodyAttributes()` >     
           `RB_TemplateHeader(#title, "bomcomp","selscreen", "restart")`
             `SAP_BodyContentBegin()`
             `SAP_FormBegin(disableDblClk="X")`
         <input type="HIDDEN" name="~OkCode" id="MyOkCode">
    <!' <body `SAP_BodyAttributes()` onload="RB_Onload('`P_EXACT.value`','`P_CONTENT.value`','`P_SUMMARY.value`','`P_SUBPOSITION.value`)"> `>
    <!--     `SAP_TemplateHeader()`-->
      <p>
         `SAP_TemplateGroupBoxBegin(groupboxlabel=#BOM,attributes="")`
         <table style="font-family:arial,sans-serief" >
             <tr>
              <td>`'%C030001_1000'.value`</td>
              <td></td>
              <td>  `'%C031008_1000'.value`</td>
              <td></td>
             </tr>     
             <tr>
             </tr>               
             <tr>
              <td>`'%_P_MATNR1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_MATNR1.name`" value="`P_MATNR1.value`" maxlength="040" size="040">`searchhelp("P_MATNR1")`</td>
              <td>`'%_P_MATNR2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_MATNR2.name`" value="`P_MATNR2.value`" maxlength="040" size="040">`searchhelp("P_MATNR2")`</td>
             </tr>     
              <td>`'%_P_FDATE1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_FDATE1.name`" value="`P_FDATE1.value`" maxlength="010" size="010">`assert(P_FDATE1.name)`</td>
              <td>`'%_P_FDATE2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_FDATE2.name`" value="`P_FDATE2.value`" maxlength="010" size="010">`assert(P_FDATE2.name)`</td>
             <tr>     
              <td>`'%_P_WERKS1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_WERKS1.name`" value="`P_WERKS1.value`" maxlength="004" size="004">`searchhelp("P_WERKS1")`</td>
              <td>`'%_P_WERKS2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_WERKS2.name`" value="`P_WERKS2.value`" maxlength="004" size="004">`searchhelp("P_WERKS2")`</td>
               </tr>
             <tr>     
              <td>`'%_P_STLAN1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_STLAN1.name`" value="`P_STLAN1.value`" maxlength="001" size="001">`searchhelp("P_STLAN1")`</td>
              <td>`'%_P_STLAN2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_STLAN2.name`" value="`P_STLAN2.value`" maxlength="001" size="001">`searchhelp("P_STLAN2")`</td>
               </tr>
             <tr>     
              <td>`'%_P_STLAL1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_STLAL1.name`" value="`P_STLAL1.value`" maxlength="002" size="002">`searchhelp("P_STLAL1")`</td>
              <td>`'%_P_STLAL2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_STLAL2.name`" value="`P_STLAL2.value`" maxlength="002" size="002">`searchhelp("P_STLAL2")`</td>
               </tr>
             <tr>     
              <td>`'%_P_AENNR1_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_AENNR1.name`" value="`P_AENNR1.value`" maxlength="012" size="012">`searchhelp("P_AENNR1")`</td>
              <td>`'%_P_AENNR2_%_APP_%-TEXT'.value`</td>
              <td><input style="font-family:arial,sans-serif" type=text name="`P_AENNR2.name`" value="`P_AENNR2.value`" maxlength="012" size="012">`searchhelp("P_AENNR2")`</td>
             </tr>     
         </table>
         `SAP_TemplateGroupBoxEnd()`
    `SAP_TemplateGroupBoxBegin(groupboxlabel=#BCM,attributes="")`     
        <p>
      `'%_P_SINGLE_%_APP_%-TEXT'.value`
      <table style="font-family:arial,sans-serif" >
       <tr>
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_SINGLE.group`" value="`P_SINGLE.name`" `if(P_SINGLE.selected)` checked `end`>`P_SINGLE.label` </td>
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_MUL.group`" value="`P_MUL.name`" `if(P_MUL.selected)` checked `end`>`P_MUL.label`     </td>
       </tr>
    <!--`   <tr>
       <td>`'%_P_LEVEL_%_APP_%-TEXT'.value`</td>
       <td><input style="font-family:arial,sans-serif" type=text name="`P_LEVEL.name`" value="`P_LEVEL.value`" maxlength="002" size="002">`assert("P_LEVEL")`</td>
       </tr>   `-->
      </table>
    <p>
      `'%_P_MUL_%_APP_%-TEXT'.value`
    `SAP_TemplateGroupBoxEnd()`
    `SAP_TemplateGroupBoxBegin(groupboxlabel=#FILTER,attributes="")`     
    <p>
      `'%_P_EXACT_%_APP_%-TEXT'.value`
      <table style="font-family:arial,sans-serif" >
       <tr>
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_EXACT.group`" value="`P_EXACT.name`" `if(P_EXACT.selected)` checked `end`>`P_EXACT.label` </td>
    <p>
      `'%_P_CONT_%_APP_%-TEXT'.value`
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_CONT.group`" value="`P_CONT.name`" `if(P_CONT.selected)` checked `end`>`P_CONT.label`</td>
    </tr>
    <p>
      `'%_P_SUMM_%_APP_%-TEXT'.value`
      <tr>
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_SUMM.group`" value="`P_SUMM.name`" `if(P_SUMM.selected)` checked `end`>`P_SUMM.label`</td>
    <p>
      `'%_P_SUBPOS_%_APP_%-TEXT'.value`
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_SUBPOS.group`" value="`P_SUBPOS.name`" `if(P_SUBPOS.selected)` checked `end`>`P_SUBPOS.label`</td>
      </tr>
      </table>
    `SAP_TemplateGroupBoxEnd()`
    `SAP_TemplateGroupBoxBegin(groupboxlabel=#OP,attributes="")`     
    <p>
      `'%_P_ALL_%_APP_%-TEXT'.value`
      <table style="font-family:arial,sans-serif" >
       <tr>
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_ALL.group`" value="`P_ALL.name`" `if(P_ALL.selected)` checked `end`>`P_ALL.label` </td>
    <p>
      `'%_P_MATCH_%_APP_%-TEXT'.value`
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_MATCH.group`" value="`P_MATCH.name`" `if(P_MATCH.selected)` checked `end`>`P_MATCH.label`</td>
    <p>
      `'%_P_NOMAT_%_APP_%-TEXT'.value`
       <td><input style="font-family:arial,sans-serif" type=radio name="`P_NOMAT.group`" value="`P_NOMAT.name`" `if(P_NOMAT.selected)` checked `end`>`P_NOMAT.label`</td>
       </tr>
      </table>
    `SAP_TemplateGroupBoxEnd()`
    `SAP_TemplateGroupBoxEnd()`
      <p>
           `SAP_TemplateButton(buttonLabel= #go,  onclick="SubmitWithOKCode('ONLI')")`
         `SAP_FormEnd()`
             `SAP_BodyContentEnd()`
    `if (~messageline != "")`
         <script language="JavaScript">
              alert('`~messageline`');
         </script>
    `end`
    </body>
    </html>

    http://support.apple.com/kb/TS3694#1
    If you are unable to solve the problem with that information and you are an authorized iPad service provider, which seems unlikely since Apple lists no authorized providers in Abha, contact the resources at Apple provides their service centers for technical assistance. If you are not an authorized iPad service provider, refer your customer to an authorized provider.
    https://locate.apple.com/sa/en/
    Regards.

  • Unable to run project

    Catalyst posts an error dialog, and if I choose to build and run anyway, I get:
    Unable to run the project   
    File not found: file:/Users/stevelombardi/Library/Application%20Support/Adobe/Flash%20Catalyst/workspace/ step_design/bin-debug/Main.html
    Any ideas?  I Went through a lot of work and now can't run the project.  I'm hoping it's something simple...

    Thanks for noting the errors you found in code view. The 'marginBottom' error was caused by a "space after" setting in the comp you imported from Illustrator. In Beta 1 marginBottom is an unsupported RichText attribute – as are marginRight, marginLeft, and marginTop. Support for these will be present for the 1.0 release and should be available in a later Beta.
    If you deleted the instances of text from the artboard and replaced them with Catalyst text, the original instances may still exist in the project (which could explain why you can't run, but don't see errors in code view). Try using the Layers panel to find the original text layers and delete them using the trash can there. Let me know if this works (or feel free to post the FXP file and I'll check it out).
    Otherwise, the best way to keep from getting these errors at runtime is to go back to your design comp in Illustrator and remove the space after values you have associated with the text. Or, in this case you could select the original text layers and choose Edit in Illustrator – then remove the space after value that way.
    -Eric
    Catalyst QE

  • Error Messages in NW Log: Unable to run query / Enter table name

    Hi all,
    I am always wondering about the tons of error messages in the NW log.
    Today I opened the workbench and a query (SQL-Query, Mode Fixed Query) and viewed the Fixed Query Details. Then I looked into the NW Log (SAP Logs), and it contained the following errors from my query opening inside the workbench:
    com.sap.xmii.Illuminator.logging.LHException:
    com.sap.xmii.Illuminator.logging.LHException:
    com.sap.xmii.Illuminator.logging.LHException:
    Enter a table name
    Unable to run the query
    All in all 15 error entries have been generated. Unfortunately no more details are contained in the log.
    Has anyone an idea why this happens when only opening a query inside the workbench without starting it?
    Michael

    Do you get similar errors when running a ColumnList query without providing a Table name (with the Group parameter)?
    /XMII/Illuminator?Server=XXXXX&Mode=ColumnList
    /XMII/Illuminator?Server=XXXXX&Mode=ColumnList&Group=TABLENAME
    Just a guess, but perhaps the WB is trying to fill the lower left listbox of available columns without the benefit of a table name being selected from the upper left listbox of available tables.
    Regards,
    Jeremy

  • Unable to run my pages from jdeveloper

    Hi all,
    From past 2 days am unable to run my OAF pages, actually what i did is i deleted the environment variable and again created a new one. I dont know why am unable to run the pages... The Error Which it is throwing is
    "Unable to run the page DiagnosticsPG.xml. OAProject "C:\Jdeveloper10g\jdevhome\jdev\myprojects\OAProject.jpr" must reside in the "C:\Jdeveloper10g\jdevbin\jdev\myprojects" directory in order to run successfully." To fix the problem, quit jdeveloper and then either relocate all the associate project files, or correct the JDEV_USER_HOME enviorment variable on your computer "
    Any one who have an idea can please suggest me on this
    Thanks in Advance

    Hi Gaurav..
    I got some message(Migrate User Settings) when i run the jdeveloper for the first time after installation which says " The User Settings found in the user home directory were generated by a different installation of JDeveloper than what is currently running. To avoid complications , some settings will be restored to their defaults. Do u wish to continue?" When i say yes.. am facing the problem which i mentioned above i.e it is taking directory home as C:\Jdeveloper9i\jdevbin\jdev.... Yes am setting the JDEV_USER_HOME to c:\JDeveloper9i\jdevhome\jdev... and then trying to open that using a C:\JDeveloper9i\jdevbin\jdev\bin\jdevw icon
    Thanks

  • After restarting my computer firefox is deleted for Windows, when i try to open firefox a message pops up saying the program has been moved from its original location and is unable to run How do I get Firefox on my computer permanently?

    After restarting my computer firefox is deleted for Windows, when i try to open firefox a message pops up saying the program has been moved from its original location and is unable to run How do I get Firefox on my computer permanently?

    I have tried everything I could to fix this, but some things require actually being on Firefox, and since I cannot get on, I cannot click on the tabs to do it. I have even totally uninstalled firefox, and that has not fixed this. I still get the same message that firefox is running and I need to close it or restart (which I have also tried dozens of times). I have removed things like Java, and that has not helped either. If I cannot even get on line in firefox, how can I fix this. I am not crazy about using internet explorer, but right now, it is my only option. I even tried to start in safe mode, and the same message box pops up!

  • I keep getting 'An error has occurred in the script on this page' and 'do I wish to keeprp running scripts'?

    I keep getting a message that says "An error has occurred in the script on this page" It then lists the line, Character, Error, Code and URL. I am then asked if I wish to continue running scripts on this page yes or no? It does not matter what I reply the message reappears over and over again until it finally gives up. What can I do to remove this Bug?

    Sorry that you are having a problem with the script error. 
    Try to clear your CACHE and COOKIES on your internet. 
    Are you able to print from another program, such as Firefox, Google chrome, etc?
    Let me know if it prints. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Unable to run reports from the unix command line

    hi
    all of a sudden i am unable to run reports ( on App server 10g) either from the unix scripts or from the unix command line. But i can run them from the forms.
    Any one have any idead about this.
    Thank you

    thanks all for replying
    i have set the env variables for the session and it worked. Looks like i have to set the oracle_home and ld_library_path every time ( opening a new putty session) i call sqlldr.
    But in a whole i am trying to run sql loader from the forms. Right now we have Oracle app server 10g which forms 10g version. As oracle app server 10g didnt come with sqlldr, we are copied the sqlldr of database on to app server with different home. after this we can run sqlldr ( on app server ) from unix scripts but not from Forms. Then we opened a qurey with oracle about app server 10g not commig with sqlldr and its remedy . But they said that they dont have specific remedy for that and suggested the same what we did.
    So we came up with java package which does the same funtion as host command and trying to run sqlldr which is on the database( ie replacing the host command in the forms with the database funtion). By using that funtion i am able to run the sqlldr from sql plus but not from forms. I couldnt easily debug it as i wont through any error messages.
    Any one have any idea of this ...
    Thank you

Maybe you are looking for

  • Browser compatibility with 10.6.8 and security update

    Hi. I'm running Snow Leopard (v10.6.8) on a mid-2010 quad-core Mac Pro. According to Apple Support, Safari v5.1.10 (which I am running) is the recommended version for this OS. It works great except that every so often I get a warning about Safari not

  • Integrate Custom App in Fiori Launchpad - Duplicate ID Error

    Hey guys, I integrated a custom app in the fiori launchpad. The first launch works perfectly. But if I go back via the navigation button and try to start my application again I get following error message: 2015-04-23 23:40:28 adding element with dupl

  • Email not working on Mac OS 10.7.5

    The Apple Mail example in your tutorial looks different than what I see. I have defaulted to Use Default Ports.  When I change it to 465 it reappears as 25.  No email!! Help!!

  • Error reading MimeBodyPart

    I am trying to read all attachments sent in a mail and getting error java.io.IOException: Error in encoded stream, got 3 for few emails. The code is like OutputStream os = new BufferedOutputStream(new FileOutputStream(filepath));                     

  • Groupware Integration XML message is not well formed

    Hi everybody, I have the problem that i got an message in the error log of the Groupware Connector at the Groupware server. ERROR MIDDLEWARE - CREATE APPOINTMENT - - "[ERR: 6005]: Failed to get message from data queue: [ERR: 4001]: XML message is not