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.

Similar Messages

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

  • I am unable to run flash files, I get an AIR error.

    I get this Adobe AIR error: " This installation of this application is damaged. Try re-installing or contacting the publisher for assistance." I have reistalled AIR 3.3 and still am unable to run flash files.

    Shah Shah wrote:
    The idea is once my iPhone is paired with the MBP via bluetooth...
    No it's not. Read the description of the application:
    "Bluetooth: Tokenlock can monitor any Bluetooth device to check if it is removed from range, such as your cellphone or a headset. Token lock checks periodically based on a schedule you choose to see if the Bluetooth device can still be seen. You can set different schedules based on whether or not your computer is plugged into power or is simply on battery to conserve battery power. The device does not have to be paired with your computer, allowing you to use just about any Bluetooth device - not just those that the computer supports."

  • Unable to determine the value of component  ''! Workflow error, please help

    Hi All:
        I am getting the error "Unable to determine the value of component  ''" and workflows are not getting processed. I found OSS notes 879100 related to this issue but I am new to workflow and not sure where to start from! Here is the notes description:
    The workflow WS20500025 ('Service Connection Order Processing') encounters an error directly after being started. The following error messages are displayed in the workflow log:
    SWP102: Error at start of an IF branch
    WL821: Work item 000000100012: Object FLOWITEM method EXECUTE cannot be executed
    SWF_RUN535: Error '9' when calling service 'SO_OBJECT_SEND'
    SWF_RUN534: Problems occurred when generating a mail
    WL863: Notification of completion cannot be generated
    SWF_EXP_001073: Unable to determine the value of component 'QUOTATION'
    SWF_EXP_001072: Error in the evaluation of expression '<???>' for item 1
    SWF_RLS_001101: Operator 'GT': The value of the left operand cannot be determined
    SWP085: Error when starting work item 000000100012
    SWP010: Error when evaluating the IF condition for node 0000000075
    Other terms
    Service connection processing, service connection workflow
    Reason and Prerequisites
    This is due to a program error.
    The checks in the workflow Basis have been made stricter. A query of the type 'Quotation.number > 0' now causes an error if the container element 'Quotation' is not set. This is always the case if the workflow is is running without quotation prcessing, for instance.
    Solution
    The error is corrected in the next Support Package.
    If you want to implement the corrections manually in your system, change the condition in step 000075 of workflow WS20500025 as follows:
        &IS-U: Kundenangebot& EX
    and &IS-U: Kundenangebot.Verkaufsbeleg& > 0
    Save and activate the workflow.
    I am new to workflow and not sure where to start from! Could someone please help me with this? Rewards assured.
    Thanks.
    Mithun

    ANy ideas? Please help me if anyone knows the answer.
    Thanks.
    Mithun

  • Wifi on my mac OS X 10.9 running marvericks its saying no hardware installed, what could be the solution?

    https://discussions.apple.com/discussion/create.jspa?containerType=14&redirectUR L=%2Findex.jspa&question=true&containerID=2998&subject=wifi on my mac its saying no hardware installed, what could be the solution

    There are a number of possible reasons for that message, including defective hardware that only Apple will be able to fix. The steps you can perform yourself are as follows:
    1.
    Perform an SMC reset. Read all the steps.
    Before Resetting the SMC
    Try each of the following steps in this order before you reset the SMC. Test the issue after completing each troubleshooting step to determine if the issue still occurs.
    Press Command + Option + Escape to force quit any application that is not responding.
    Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep. Wake the computer after it has gone to sleep.
    Restart your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.
    Shut down your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Shut Down.
    Resetting the SMC on portables with a battery you should not remove on your own
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if it's not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time. The power adapter indicator light may cycle off / on once.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer.
    Resetting the SMC for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    2.
    NVRAM reset:
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    After resetting NVRAM or PRAM, you may need to reconfigure your settings for speaker volume, screen resolution, startup disk selection, and time zone information. If issues persist, your Mac's logic board battery (not a portable Mac's rechargeable battery) may need to be replaced. The logic board battery helps retain NVRAM/PRAM settings when your computer is shut down. You can take your Mac to a Mac Genius or Apple Authorized Service Provider to replace the battery on the logic board.
    3.
    Genius Bar Reservations

  • Unable to run a report as an Applet Getting error

    Crystal Report Server  8.5 version
    using "JavaPluginViewer.asp"  from ASP file.
    Here is the log on  Java Console.
    Java Plug-in 1.6.0_16
    Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM
    User home directory = C:\Users\xxxxxxx
    network: Loading user-defined proxy configuration ...
    network: Done.
    network: Loading proxy configuration from Netscape Navigator ...
    network: Error reading registry file: C:\Users\xxxxx\AppData\Roaming\Mozilla\registry.dat
    network: Done.
    network: Loading browser proxy configuration ...
    network: Done.
    network: Proxy Configuration: Browser Proxy Configuration
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@183f74d, refcount=1
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@540408
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: completed perf rollup
    cache: Skip blacklist check as cached value is ok.
    network: Cache entry found [url: http://xxxxx.net/viewer/javaviewer/ReportViewer.jar, version: null]
    network: Connecting http://xxxxx.net/viewer/javaviewer/ReportViewer.jar with proxy=DIRECT
    network: Connecting socket://xxxxx.net:80 with proxy=DIRECT
    network: Connecting http://xxxxx.net/viewer/javaviewer/ReportViewer.jar with cookie "ASPSESSIONIDCQCRBTQR=INCJBNMACMKHENOPCJDECALI; JSESSIONID=ba30bd16d6aa371d3257"
    network: ResponseCode for http://xxxxx.net/viewer/javaviewer/ReportViewer.jar : 304
    network: Encoding for http://xxxxx.net/viewer/javaviewer/ReportViewer.jar : null
    network: Disconnect connection to http://xxxxx.net/viewer/javaviewer/ReportViewer.jar
    Reading certificates from 34102 http://xxxxx.net/viewer/javaviewer/ReportViewer.jar | C:\Users\xxxx\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\16\6fffea90-41b806c2.idx
    security: Accessing keys and certificate in Mozilla user profile: null
    security: Loading Root CA certificates from C:\PROGRA~2\Java\jre6\lib\security\cacerts
    security: Loaded Root CA certificates from C:\PROGRA~2\Java\jre6\lib\security\cacerts
    security: Loading Deployment certificates from C:\Users\xxxxx\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
    security: Loaded Deployment certificates from C:\Users\xxxxx\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Validate the certificate chain using CertPath API
    security: Obtain certificate collection in Root CA certificate store
    security: Obtain certificate collection in Root CA certificate store
    security: No timestamping info available
    security: Cannot find jurisdiction list file
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    Crystal Report Viewer 1.3.7
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_16
    os.arch = x86
    os.version = 6.1
    *URL = http://xxxxx.net/Report/rptserver.asp?viewer=java&vfmt=encp&vgen=414&language=en
    Parameters = cmd=get_pg&ttl_info=&page=1&incomplete_page=1&incomplete_page_count=1&pversion=3&promptOnRefresh=1
    network: Connecting http://xxxxx.net/Report/rptserver.asp?viewer=java&vfmt=encp&vgen=414&language=en with proxy=DIRECT
    Failed to connect to server.
    Any help is appreciated.

    Since the error is:
    network: Connecting http://xxxxx.net/Report/rptserver.asp?viewer=java&vfmt=encp&vgen=414&language=en
    what error message do you get when you try connecting to that URL in the browser outside of the Java Applet?
    Sincerely,
    Ted Ueda

  • When i open firefox it open as well , but as well as i type any site(google,facebook etc with all sites ) its show a blank page only . please help me

    as well i open firefox , its open normally with no home page , but when i type any of the site it always show a blank page and loading circle is also round once (only one round) as before i didint face this problem because always loading circe round many times till page not open but now it round only once and page remain blank.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • After upgrading to QuickTime 7.1.2, I am unable to run QuickTime

    I'm running a Powerbook G4 with OS X 10.4.7. I've already installed iTunes 6.
    After using Software Update to get the latest QuickTime (I have the license to access Pro features), I am unable to run QuickTime. I get the following error:
    You cannot open the application "QuickTime Player.app" because it may be damaged or incomplete.
    I also tried to download it again from the Apple->QuickTime->Download page, but I get the same result.
    Does anyone know how I can get 7.1.2 working or...
    How do I go back to an earlier working version of QuickTime 7 Pro,
    and,
    Which version should I use (I'd also like to be able to use it with iTunes, which I have successfully used in the recent past).
    Thanks,
    Larry
    Powerbook G4 12"   Mac OS X (10.4.7)   iTunes 6 installed

    Have you tried Deleting the Mail Account and then Re-adding it...
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    From here  >  http://support.apple.com/kb/TS3899
    More Info here  >  http://www.apple.com/support/ipad/mail/

  • 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 report in DS 10g Release 2

    Hi,
    I have no any application server. I am running my application by using the OC4J of Oracle DS 10g Release 2. But I am unable to run report. What I will do? Please.................
    Mahfuz.
    Edited by: user10239690 on Sep 9, 2008 11:23 PM

    wrong thread
    Tony
    Edited by: Tony Garabedian on Sep 10, 2008 10:21 AM

  • Unable to run configtool.bat and go.bat

    Hi,
      I'am unable to run batch files in my EP server.Anybody please help me.
    with regards
    Pradeep.B

    since all it runs is a java runtime environment id guess it cannot find the java.exe.  You might want to check your JAVA_HOME environment variable setting on the server.
    Haydn

  • Microsoft Vision unable to run

    Microsoft Visio standard upon installing, starts but soon after the following is posted " Vision stop working" 
    Have contacted tech support in Malaysia via toll free number 800 188 6009. They did trouble shooting - the following carried out;-
    a) Run uninstall followed by clicking change. On completion the same problem encountered.
    Assistance required

    Hi,
    Could you tell us is there any other error code or message about Visio crash?
    1. First let’s try to launch Visio in safe mode by typing Visio.exe /safe in command line.
    2. We can perform a clean boot in Windows to remove conflict with other applications.
        About how to perform a clean boot: http://support2.microsoft.com/kb/929135/en-us
    3. The cause may be the installation resource is corrupted. You can also download the installation from website and reinstall.
    For more information about unable to start Office:
    https://social.technet.microsoft.com/Forums/en-US/ac9f4578-f0bf-471c-94ee-bce2e9ce7b3e/microsoft-vision-unable-to-run?forum=visiogeneral
    If this issue persists, please collect the event viewer logs and upload it to OneDrive. I’ll analyze this issue in detail as soon as getting it.
    More information about event logs:
    http://windows.microsoft.com/en-us/windows/what-information-event-logs-event-viewer#1TC=windows-7
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • TS1717 I tried to open iTunes but a box pops up.  In it is written "iTunes cannot run because some of its required files are missing.  Please reinstall iTunes."  I have done so a number of times but nothing is working.  How can I fix this problem?

    iTunes will not open because a dialog box pops up with "Itunes cannot run because some of its required files are missing.  Please reinstall iTunes.". I have done so a few times to no avail.  Any solutions for this problem?

    No you will not lose your content reinstalling iTunes.
    Do this:
    1: Download and run the Registry Cleaner of the free Ccleaner.
    http://www.piriform.com/ccleaner/download/standard
    2: Next follow this Apple document to un-install iTunes
    http://support.apple.com/kb/HT1923
    3: Just for good measure, run Ccleaner again
    4: Reinstall iTunes.
    5: Come back here and click my "Correct answer" button.

  • ITunes 10.6.1.7: "iTunes cannot run because some of its required files are missing. Please reinstall iTunes." ?

    Fakt:
    iTunes 10.6.1.7 Fehlermeldung: "iTunes cannot run because some of its required files are missing. Please reinstall iTunes."
    Jeder Versuch iTunes zu starten war bisher vergeblich: unter anderem auch das Vorgehen nach Artikel HT1925 der knowledge base.
    Frage:
    Windows XP Neuinstallation und/oder Installation einer älteren iTunes-Version als letzter Ausweg?

    Antwort und Lösung eine Woche später:
    Deinstallation und Neuinstallation von iTunes 10.6.1.7 produziert dieselbe Fehlermeldung.
    Es hilft nur eine Reparatur von iTunes unter Systemsteuerung / Software. Allerdings muss hier Windows XP mit Hilfe von Ausführen / msconfig im benutzerdefinierten Modus erneut gestartet werden - ohne APSDaemon, Avira und Skype zu laden!
    Die Fehlermeldung unterblieb, die Reparatur schritt voran, meldete Erfolg und benannte eine wohl defekte Datenenbank unter C:\Documents and Settings\MyAccountName\My Documents\My Music\iTunes um in:
    iTunesLibrary (Damaged).itl

Maybe you are looking for

  • Cost error message at the point of saving a Process Order

    Dear Experts, Raw Materials R458 and R467 are processed to produce semifinished material S229 While creating a Process Order for material S229, at the point of saving the process order I get the following error messages: 1 No cost element segment exi

  • Profit Center - Cost Center link

    Given the Profit Center, is there a table I can check to find which Cost Centers are linked to it?

  • Can you limit returned rows in a loop?

    Say you have 45 line elements in an invoice, how would you only show 15 per page? I tried fixing a row height, but the loop just bust right though that. Is there a way to limit how many are returned? Thanks, Jeremy

  • Problem syncing my Iphone with my Mac

    Hello I'm trying to sync my Iphone 4 s with my Imac OSX 10.6.8 but it stops at step 2 of 8. Is there somebody that can help me? Thanks in advance. Bye! :-)

  • Can any iCloud Features be used on Mac OSX 10.5.8?

    It seems none of my information from my iPhone is getting pushed to my Macbook pro V. OSX 10.5.8. Is this because of my dated softwear?