Help please for compilation error

I have made an utility app.
I have used CFHTTPMessageRef class from CoreServices.h
This works fine with me for Simulator.
Now when i change Active SDK to Device it gives compilation error :
1) No such file or directory : <CoreServices/CoreServices.h>
2) Syntax error before CFHTTPMessageRef.
While reading i came to know that CoreServices is available only for Simulator and not for device(Correct me if wrong).
I also added CFNetwork framework for linking in build settings.
Can anybody suggest something on this...

Hi, i've used some types like CFHostRef in one of my apps, so it should work. I will look into the sourcecode to see what headerfiles i've included.
i'll be back later this day.

Similar Messages

  • Help needed for compiling error  URGENT

    Hello,
    I have been looking at this compilation error for a while and I cannot figure it out.
    I am compiling with this command:
    javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    The error is:
    C:\java\hw5>javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    src\pshah3\library\gui\GraphicalGui.java:32: error while writing <anonymous pshah3.library.gui.GraphicalGui$1>:classes\pshah\library\gui\GraphicalGui$1.class
    (The system cannot find the path specified)
    public void actionPerformed(ActionEvent e) { System.exit
    (0); }
    Why is it telling me that it cannot find the path, when it has to create the .class file itself?
    I would appreciate some insight into this problem?
    Thanks,
    Premal

    Thank you for you help, but i'am still a bit confused. The "pshah" was a typo, it should have been pshah3, so that's not the problem. Here's a more detailed explanation of what i'am trying.
    I am declaring the exitlister class in the following path:
    c:\java\hw5\src\pshah3\library\gui
    The file is fairly simple, it looks like this.
    package pshah3.library.gui;
    import java.awt.*;
    import java.awt.event.*;
    public class ExitListener extends WindowAdapter{
         public void windowClosing(WindowEvent event) {
              System.exit(0);
    The other file that i'am including is in the same location...it starts out like this.
    package pshah3.library.gui;
    import pshah3.library.*;
    import java.io.*;
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    class GraphicalGui {
              public static void main (String[] args){     
              JFrame backGround = new JFrame("Tech Library");
              backGround.setSize(400,150);
              backGround.addWindowListener (new ExitListener());
              Container content = backGround.getContentPane();
    I am compiling from the c:\java\hw5 directory with the command
    javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    I am doing this so all the classes go in a "classes" directory with the same heirarchy as the source.
    Do you think i'am doing something funky with the packages??
    Again the error is:
    src\pshah3\library\gui\GraphicalGui.java:39: error while writing <anonymous pshah3.library.gui.GraphicalGui$1>: classes\pshah3\library\gui\GraphicalGui$1.class
    (The system cannot find the path specified)
    public void actionPerformed(ActionEvent e) { System.exit
    (0); }
    THANKS A LOT!!!

  • IOS 7 very slow, i have many problem , exemple  download documents , typing doc to go .   Very slow, sometime no response , please help us for this error

    IOS 7 very slow, i have many problem , exemple  download documents , typing doc to go .   Very slow, sometime no response , please help us for this error,

    spacepilot wrote:
    i live in the WS10 / 0121 area and have been having similar problems. i have an up to 20mb services, but up to a month ago connected at 4800, then my line went dead for 6 days, and all indis could do was send me  new router, which came the day after my line was restored, but had dropped to 2418 and remained so for the past 3 to 4 weeks, then i dropped to 1963 yesterday, and 729 today.
    all speeds are far lower on my upto 20mb than they where on my upto 8mb link.
    foegot to add, i reported the problem via the report a problem link, which hopefully will be red by someone with  a firmer grasp of english that the normal call centre staff
    welcome to the forum    why don't you start your own subject and post the adsl stats from your router and also run btspeedtester and post the results and someone may be able to offer assistance
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Hp pavilion dv6 6180 help me for this error when I am using my recovery disk

    hp pavilion dv6 6180 help me for this error when I am using my recovery disk
    The destination drive is not connected

    Hello Mohammadshamlou.  I understand that you're having some issues using your Recovery Disc.  It is giving you the error that the drive is not connected.  Is this correct?  How long have you had the notebook?
    What issue originally led you to want to try a recovery?
    The error seems to imply that it is not detecting the hard drive as this would be the most logical destination drive.  So, I feel the best thing to try first is verify that the hard drive is in proper working order.  Follow these steps and please post the result. 
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • [svn:fx-trunk] 5408: Fix for - Compiler error using Reparent in a Halo Navigator.

    Revision: 5408
    Author: [email protected]
    Date: 2009-03-18 20:57:19 -0700 (Wed, 18 Mar 2009)
    Log Message:
    Fix for - Compiler error using Reparent in a Halo Navigator.
    QE Notes: None.
    Doc Notes: None.
    Reviewer: Paul, please review.
    Bugs: SDK-20099
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20099
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a

  • CAn you please help me  for Caller09 Error

    Hi All ,
    When iam trying to extract the data from the Source system , Iam getting the error .Please find the error below :
    Caller 09 contains an error message.
    The error occurred in Extractor
    Error occured in the Extraction only ...
    So Please anyone tell me how to solve this issue , as this is a priority issue .
    Thanks
    PP

    hi,
    Check the foll links:
    Caller 09 contains an error message
    Caller 09 contains an error message.
    Caller 09 contains an error message.
    Regds,
    Shashank

  • AspectJ usage for compilation error on field/class Member type

    Hello,
    I have stuck up with impleamentation of functionality to achieve following-
    I have class ABC and have multiple members in that. I want to give compiler error if the field type is List or non-primitive. I am trying this with AspectJ. But could not accomplish the task. Can somebody please suggest me some method or way to get this done ?
    Thanks.

    anj77 wrote:
    Hello,
    I have stuck up with impleamentation of functionality to achieve following-
    I have class ABC and have multiple members in that. I want to give compiler error if the field type is List or non-primitive. I am trying this with AspectJ. But could not accomplish the task. Can somebody please suggest me some method or way to get this done ?Yes, that kind of check pretty straightforward to implement with an annotation processor.
    I suggest using JDK 6 and javac for this task. To get started, see the packages javax.annotation.processing and javax.lang.model.*; also the JDK comes with an example checker in
    sample/javac/processing/src/CheckNameProcessor.java

  • HELP PLEASE! iMovie error message "_Sync_" couldn't be removed.

    HELP PLEASE! I had to force shutdown my computer and now my iMovie Library won't open. I just get this error message: "_Sync_" couldn't be removed.
    I was working on a movie within in iMovie and my computer was running really slow so I decided to shut it down for a little while. It wouldn't shut down and went to the gray shutdown screen and stayed there for a while so I held down the power button to force the shutdown. Now when i reopened iMovie my library that i created on an external harddrive won't open.
    I can see the folders for the movies on my external harddrive but I dont even know how to open them separately from the program. The ".imovieevent" files won't even give me the option to open them or import them into iMovie.

    Were you able to fix this? I have the same message now.

  • Help please no sound ,error code

    [size="3" face="comic sans ms,sans-serif">Help please am having trouble with my X-FI card...
    [size="3" face="Comic Sans MS">?
    Sound Devices
    ??? Description: SB X-Fi Audio [7C00]
    ?Default Sound Playback: Yes
    ?Default Voice Playback: No
    ??? Hardware ID: PCI\VEN_02&DEV_0005&SUBSYS_002902&REV_00
    ?? Manufacturer ID:
    ?? Product ID: 00
    ??? Type: WDM
    ??? Driver Name: ctaud2k.sys
    ?? Driver Version: 6.00.000.368 (English)
    ?? Driver Attributes: Final Retail
    ??? WHQL Logo'd: n/a
    ?? Date and Size: 0/8/2008 0:2:50, 526232 bytes
    ??? Other Files:
    ?? Driver Provider: Creative
    ?? HW Accel Level: Full
    ??? Cap Flags: 0x0
    ? Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    ?Static/Strm HW 3D Bufs: 0, 0
    ??? HW Memory: 0
    ? Voice Management: Yes
    ?EAX(tm) 2.0 Listen/Src: Yes, Yes
    ? I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    ??? Registry: OK
    ?? Sound Test Result: Failure at step 9 (User verification of software): HRESULT = 0x00000000 (error code)
    [size="3" face="comic sans ms,sans-serif">Can anyone help me with this problem?.. Thank you..

    $Hi Clayp,
    You will have a higher chance of getting a
    reply if you could describe when did this error code appear and what
    were you doing when this happened. If you need help from Customer
    Support, you can contact them using the email form here.

  • Help- Components Throwing Compile Errors

    Thank you for reading my issue. I am using Flash CS3.
    Recently, all my projects began throwing compile errors for
    standard component AS3 code.
    UI Component, FLVPlayback.
    I have uninstalled and reinstalled Flash CS3, but to no
    avail. Problem persists
    I keep getting errors involving "QNAN", which I think
    involves trapping for a non-numeric value, or something.
    As a test, I created a new Flash doc, placed an instance of
    FLVPlayback on the stage, pointed it to a .FLV file in the same
    directory.
    Errors on compile:
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    And so on, I get 5 sets of the same errors for different
    functions.
    The first offending function above reads:
    function queueCmd(param1:VideoPlayerState, param2:Number,
    param3:Number = 1.#QNAN) : void
    if (param1.cmdQueue == null)
    param1.cmdQueue = new Array();
    }// end if
    param1.cmdQueue.push(new QueuedCommand(param2, null, false,
    param3));
    return;
    }// end function
    I get similar errors from my UI component AS3 as well.
    I have not touched the shipped AS3 for these components. What
    gives?
    Any ideas?
    Thanks
    Tim

    Thanks, by the way to everyone who has offered thoughts so
    far.
    xchanin - I've encountered issues with the FLVPlayback
    component as well as various of the UI components.
    I tried some example applications (from the web) not too long
    ago and this issue popped up shortly there after.
    But, I'm having issues with even a simple Flash with a single
    FLVPlayback instance and one .flv.
    There is nothing in the class path for my test file and the
    root .as files open from the Flash install when I click the compile
    errors in the output window.
    So, it really looks like I somehow corrupted those files. I
    read a post somewhere that someone had "strange invisible
    characters" show up in their .as that were throwing errors.
    I thought a clean install would do the trick.
    I may completely isolate the example files I was using and
    try another reinstall... that's about all I can think of at the
    moment.
    This has been a couple week search for a solution. I have a
    real project coming up an need to solve this.
    Thanks for any input! (I assume I can't call Adobe for an
    assist as I'm still on CS3 ;)
    Tim

  • Help- BEA JSP compile Error

    Good Afternoon,
    My database is acting up. It has come up with a JSP compile Error. This is the error it comes up with.
    Compilation of 'C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java' failed:
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    (No more information available, probably caused by another error)
    this is my code that it is trying to read:
    /* compiled from JSP: /webclient/login/login.jsp
    * This code was automatically generated at 5:51:57 PM on Jul 19, 2008
    * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
    package jsp_servlet._webclient._login;
    import java.io.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    // User imports
    import psdi.util.*; //[ /webclient/login/login.jsp; Line: 1]
    // built-in init parameters:
    // boolean _verbose -- wants debugging
    // Well-known variables:
    // JspWriter out -- to write to the browser
    // HttpServletRequest request -- the request object.
    // HttpServletResponse response -- the response object.
    // PageContext pageContext -- the page context for this JSP
    // HttpSession session -- the session object for the client
    (if any)
    // ServletContext application -- The servlet (application) context
    // ServletConfig config -- The ServletConfig for this JSP
    // Object page -- the instance of this page's
    implementation class (i.e., 'this')
    * This code was automatically generated at 5:51:57 PM on Jul 19, 2008
    * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
    * Copyright (c) 2008 by BEA Systems, Inc. All Rights Reserved.
    public final class __login
    extends
    weblogic.servlet.jsp.JspBase
    implements weblogic.servlet.jsp.StaleIndicator
    //[ /webclient/common/constants.jsp; Line: 1]
    static final String READ_ONLY_TAB_INDEX="-1"; //[
    /webclient/common/constants.jsp; Line: 2]
    static final String READ_ONLY_DEFAULT_FOCUS="false"; //[
    /webclient/common/constants.jsp; Line: 3]
    static String FIELD_FOCUS_COLOR="#F5F0D5"; //[
    /webclient/common/constants.jsp; Line: 4]
    static final String FIELD_FOCUS_READ_ONLY_COLOR="#CCC18E"; //[
    /webclient/common/constants.jsp; Line: 5]
    //common constants //[ /webclient/common/constants.jsp; Line: 6]
    static final String IMAGE_PATH = "../webclient/images/"; //[
    /webclient/common/constants.jsp; Line: 7]
    static final String DESIGNER_IMAGE_PATH =
    "../webclient/images/designer/"; //[ /webclient/common/constants.jsp; Line: 8]
    //[ /webclient/common/constants.jsp; Line: 9]
    //For "section", "sectionrow" and "sectioncol" controls //[
    /webclient/common/constants.jsp; Line: 10]
    static final String SECTION_HEADER_SUFFIX = "_header"; //[
    /webclient/common/constants.jsp; Line: 11]
    static final String SECTION_LABEL_SUFFIX = "_label"; //[
    /webclient/common/constants.jsp; Line: 12]
    static final String SECTION_CONTENT_SUFFIX = "_content"; //[
    /webclient/common/constants.jsp; Line: 13]
    static final String SECTION_TABLE_SUFFIX = "_table"; //[
    /webclient/common/constants.jsp; Line: 14]
    static final String SECTION_FOOTER_SUFFIX = "_footer"; //[
    /webclient/common/constants.jsp; Line: 15]
    //[ /webclient/common/constants.jsp; Line: 16]
    //Default values for control properties //[
    /webclient/common/constants.jsp; Line: 17]
    //For table //[ /webclient/common/constants.jsp; Line: 18]
    static final int CONST_TABLE_debug = 0; //[
    /webclient/common/constants.jsp; Line: 19]
    static final String
    CONST_TABLE_PROPERTY_beanclass="psdi.webclient.system.beans.DataBean"; //[ /webclient/common/constants.jsp; Line: 20]
    static final int CONST_TABLE_PROPERTY_maxrows = 1000; //[
    /webclient/common/constants.jsp; Line: 21]
    static final int CONST_TABLE_PROPERTY_rowsperpage = 50; //[
    /webclient/common/constants.jsp; Line: 22]
    static final int CONST_TABLE_PROPERTY_headerheight = 50; //[
    /webclient/common/constants.jsp; Line: 23]
    static final int CONST_TABLE_PROPERTY_rowheight = -1; //[
    /webclient/common/constants.jsp; Line: 24]
    static final String L_CONST_TABLE_PROPERTY_norowmsg = "No rows to
    display."; //[ /webclient/common/constants.jsp; Line: 25]
    static final String CONST_TABLE_PROPERTY_selectmode = "multiple"; //[
    /webclient/common/constants.jsp; Line: 26]
    static String CONST_TABLECOL_PROPERTY_headerlabel = null; //[
    /webclient/common/constants.jsp; Line: 27]
    //for tablecol //[ /webclient/common/constants.jsp; Line: 28]
    static final String CONST_TABLECOL_PROPERTY_type = "data"; //[
    /webclient/common/constants.jsp; Line: 29]
    static final String CONST_TABLECOL_PROPERTY_VALUE_TRUE = "true"; //[
    /webclient/common/constants.jsp; Line: 30]
    static final String CONST_TABLECOL_CONTROL_PROPERTY_DEFAULT_ID =
    "tAbLeCoL_fIeLd"; //[ /webclient/common/constants.jsp; Line: 31]
    //For tablebody //[ /webclient/common/constants.jsp; Line: 32]
    static final String CONST_TABLEBODY_PROPERTY_displayrowsperpage =
    "11"; //[ /webclient/common/constants.jsp; Line: 33]
    static final String L_CONST_TABLEBODY_PROPERTY_filterlabel =
    "Filter"; //[ /webclient/common/constants.jsp; Line: 34]
    //[ /webclient/common/constants.jsp; Line: 35]
    //For "table" control     //[ /webclient/common/constants.jsp; Line: 36]
    static final String TABLE_TITLE_SUFFIX = "_title"; //[
    /webclient/common/constants.jsp; Line: 37]
    static final String TABLE_ICON_COLLAPSE_SUFFIX = "_icon_collapse";
    //[ /webclient/common/constants.jsp; Line: 38]
    static final String TABLE_CONTAINER_SUFFIX = "_container"; //[
    /webclient/common/constants.jsp; Line: 39]
    static final String TABLE_DOWNLOAD_SUFFIX = "_download"; //[
    /webclient/common/constants.jsp; Line: 40]
    static final String TABLE_HELP_SUFFIX = "_help"; //[
    /webclient/common/constants.jsp; Line: 41]
    static final String TABLE_HEADER_SUFFIX = "_header"; //[
    /webclient/common/constants.jsp; Line: 42]
    static final String TABLE_HEADER_ICON_PREVROW_ON_SUFFIX =
    "_prevrow_on"; //[ /webclient/common/constants.jsp; Line: 43]
    static final String TABLE_HEADER_ICON_PREVROW_OFF_SUFFIX =
    "_prevrow_off"; //[ /webclient/common/constants.jsp; Line: 44]
    static final String TABLE_HEADER_ICON_NEXTROW_ON_SUFFIX =
    "_nextrow_on"; //[ /webclient/common/constants.jsp; Line: 45]
    static final String TABLE_HEADER_ICON_NEXTROW_OFF_SUFFIX =
    "_nextrow_off"; //[ /webclient/common/constants.jsp; Line: 46]
    static final String TABLE_HEADER_ICON_PREVPAGE_ON_SUFFIX =
    "_prevpage_on"; //[ /webclient/common/constants.jsp; Line: 47]
    static final String TABLE_HEADER_ICON_PREVPAGE_OFF_SUFFIX =
    "_prevpage_off"; //[ /webclient/common/constants.jsp; Line: 48]
    static final String TABLE_HEADER_ICON_NEXTPAGE_ON_SUFFIX =
    "_nextpage_on"; //[ /webclient/common/constants.jsp; Line: 49]
    static final String TABLE_HEADER_ICON_NEXTPAGE_OFF_SUFFIX =
    "_nextpage_off"; //[ /webclient/common/constants.jsp; Line: 50]
    //static final String TABLE_FILTER_ICON_EXPAND =
    "_filter_icon_expand"; //[ /webclient/common/constants.jsp; Line: 51]
    //static final String TABLE_FILTER_ICON_COLLAPSE =
    "_filter_icon_collapse"; //[ /webclient/common/constants.jsp; Line: 52]
    static final String TABLE_FILTER_ACTIONS_SUFFIX = "_filter_actions";
    //[ /webclient/common/constants.jsp; Line: 53]
    static final String TABLE_FILTER_SUFFIX = "_filter"; //[
    /webclient/common/constants.jsp; Line: 54]
    static final String TABLE_CLEARFILTER_SUFFIX = "_clearfilter"; //[
    /webclient/common/constants.jsp; Line: 55]
    static final String TABLE_HEADER_ROW_SUFFIX = "_heder_row"; //[
    /webclient/common/constants.jsp; Line: 56]
    static final String TABLE_HEADER_LABEL_SUFFIX = "_heder_label"; //[
    /webclient/common/constants.jsp; Line: 57]
    static final String TABLE_CONTENT_HEADER_SUFFIX = "_content_header";
    //[ /webclient/common/constants.jsp; Line: 58]
    static final String TABLE_CONTENT_HEADER_RESIZE_SUFFIX =
    "_content_header_resize"; //[ /webclient/common/constants.jsp; Line: 59]
    static final String TABLE_CONTENT_SUFFIX = "_content"; //[
    /webclient/common/constants.jsp; Line: 60]
    static final String TABLE_CONTENT_TABLE = "_content_table"; //[
    /webclient/common/constants.jsp; Line: 61]
    static final String TABLE_NOROW_MSG_SUFFIX = "_norowmessage"; //[
    /webclient/common/constants.jsp; Line: 62]
    static final String TABLE_FILTER_ROW_SUFFIX = "_filter_content"; //[
    /webclient/common/constants.jsp; Line: 63]
    static final String TABLE_TEMPLATE_ROW_SUFFIX = "_template_content";
    //[ /webclient/common/constants.jsp; Line: 64]
    static final String TABLE_ROW_DETAILS_SUFFIX = "_rowdetails"; //[
    /webclient/common/constants.jsp; Line: 65]
    static final String TABLE_BUTTONS_SUFFIX = "_buttons"; //[
    /webclient/common/constants.jsp; Line: 66]
    //[ /webclient/common/constants.jsp; Line: 67]
    static final long TABLE_EXPANDED = 1;                    //is the table expanded
    (visible) //[ /webclient/common/constants.jsp; Line: 68]
    static final long TABLE_AT_FIRST_PAGE = 2;               //is the table at the
    first page //[ /webclient/common/constants.jsp; Line: 69]
    static final long TABLE_AT_LAST_PAGE = 4;               //is the table at the
    last page //[ /webclient/common/constants.jsp; Line: 70]
    static final long TABLE_AT_FIRST_ROW = 8;               //is the table at the
    first row (of all possible rows) //[ /webclient/common/constants.jsp;
    Line: 71]
    static final long TABLE_AT_LAST_ROW = 16;               //is the table at the
    last row (of all possible rows) //[ /webclient/common/constants.jsp; Line:
    72]
    static final long TABLE_FILTER_EXPANDED = 32;          //is the table's
    filter row expanded (visible) //[ /webclient/common/constants.jsp; Line: 73]
    static final long TABLE_DETAILS_EXPANDED = 64;          //is the table's
    details expanded (visible) //[ /webclient/common/constants.jsp; Line: 74]
    static final long TABLE_ROW_CHANGED = 128;               //has the table changed
    rows //[ /webclient/common/constants.jsp; Line: 75]
    static final long TABLE_FILTERED = 256;                    //has the table been
    filtered //[ /webclient/common/constants.jsp; Line: 76]
    static final long TABLE_REFRESH_FILTER = 512;          //does the filter
    inputs need to be refreshed //[ /webclient/common/constants.jsp; Line: 77]
    static final long TABLE_REFRESH_ROW = 1024;               //does the current row
    need to be refreshed //[ /webclient/common/constants.jsp; Line: 78]
    static final long TABLE_REFRESH_ALL_ROWS = 2048;          //does all the
    table's rows need to be refreshed //[ /webclient/common/constants.jsp;
    Line: 79]
    static final long TABLE_ALL_SELECTED = 4096;               //are all the tables
    rows selected //[ /webclient/common/constants.jsp; Line: 80]
    static final long TABLE_START_EMPTY = 8192;               //are all the tables
    rows selected //[ /webclient/common/constants.jsp; Line: 81]
    static final long TABLE_USE_SUBSELECT = 16384;          //does the table use
    sub select mode //[ /webclient/common/constants.jsp; Line: 82]
    static final long TABLE_SUBSELECT_ON = 32768;          //is sub select mode
    on for the table //[ /webclient/common/constants.jsp; Line: 83]
    //[ /webclient/common/constants.jsp; Line: 84]
    static final long TABLECOL_NOT_SORTED = 0; //[
    /webclient/common/constants.jsp; Line: 85]
    static final long TABLECOL_SORTED_ASC = 1; //[
    /webclient/common/constants.jsp; Line: 86]
    static final long TABLECOL_SORTED_DESC = 2; //[
    /webclient/common/constants.jsp; Line: 87]
    //[ /webclient/common/constants.jsp; Line: 88]
    static final int TABLECOL_FILTERABLE_WILDCARDSEARCH = 0; //[
    /webclient/common/constants.jsp; Line: 89]
    static final int TABLECOL_FILTERABLE_EXACTSEARCH = 1; //[
    /webclient/common/constants.jsp; Line: 90]
    static final int TABLECOL_FILTERABLE_TEXTSEARCH = 2; //[
    /webclient/common/constants.jsp; Line: 91]
    static final int TABLECOL_FILTERABLE_NONESEARCH = 3; //[
    /webclient/common/constants.jsp; Line: 92]
    //[ /webclient/common/constants.jsp; Line: 93]
    //For tablecol control     //[ /webclient/common/constants.jsp; Line:
    94]
    static final String TABLECOL_CONTROL_PROPERTY_CLONEDTYPE =
    "clonedfor"; //[ /webclient/common/constants.jsp; Line: 95]
    static final String TABLECOL_CONTROL_PROPERTY_VALUE_FOR_FILTER =
    "filter"; //[ /webclient/common/constants.jsp; Line: 96]
    static final String TABLECOL_CONTROL_PROPERTY_VALUE_FOR_DATA =
    "datarows"; //[ /webclient/common/constants.jsp; Line: 97]
    static final String TABLECOL_FILTER_SUFFIX = "_filter_container"; //[
    /webclient/common/constants.jsp; Line: 98]
    static final String TABLECOL_DATA_SUFFIX = "_data_row"; //[
    /webclient/common/constants.jsp; Line: 99]
    static final String TABLECOL_ROW_DETAILS_ICON_EXPAND = "_expand"; //[
    /webclient/common/constants.jsp; Line: 100]
    static final String TABLECOL_ROW_DETAILS_ICON_COLLAPSE = "_collapse";
    //[ /webclient/common/constants.jsp; Line: 101]
    static final String TABLECOL_SELECT_ROW_SUFFIX = "_select"; //[
    /webclient/common/constants.jsp; Line: 102]
    static final String TABLECOL_PROPERTY_ID     = "id"; //[
    /webclient/common/constants.jsp; Line: 103]
    static final String TABLECOL_CONTROL_PROPERTY_ID_CLONED_SUFFIX     =
    "_clone"; //[ /webclient/common/constants.jsp; Line: 104]
    static final String TABLECOL_CONTROL_PROPERTY_ID_FILTER_SUFFIX =
    "_filter_clone"; //[ /webclient/common/constants.jsp; Line: 105]
    static final String TABLECOL_PROPERTY_INPUT_ID_SUFFIX = "_input"; //[
    /webclient/common/constants.jsp; Line: 106]
    static final String TABLECOL_SELECTALL_ICON_SUFFIX = "_selectall";
    //[ /webclient/common/constants.jsp; Line: 107]
    //[ /webclient/common/constants.jsp; Line: 108]
    static final String TABLEBUTTONS_SUFFIX = "_buttons"; //[
    /webclient/common/constants.jsp; Line: 109]
    static final String TABLEBUTTON_LABEL_SUFFIX = "_button_label"; //[
    /webclient/common/constants.jsp; Line: 110]
    //[ /webclient/common/constants.jsp; Line: 111]
    static final int QUERY_NONE = -1; //[
    /webclient/common/constants.jsp; Line: 112]
    static final int QUERY_ALL = -2; //[ /webclient/common/constants.jsp;
    Line: 113]
    static final int QUERY_KEY = -3; //[ /webclient/common/constants.jsp;
    Line: 114]
    static final int QUERY_ALL_BOOKMARKS = -4; //[
    /webclient/common/constants.jsp; Line: 115]
    //[ /webclient/common/constants.jsp; Line: 116]
    static final int EVENT_CONTINUE = 2; //[
    /webclient/common/constants.jsp; Line: 117]
    //[ /webclient/common/constants.jsp; Line: 118]
    static final int CONTROL_PROPERTY_TRANSLATE_FLAG = 1; //[
    /webclient/common/constants.jsp; Line: 119]
    static final int CONTROL_PROPERTY_GLOBAL_FLAG = 2; //[
    /webclient/common/constants.jsp; Line: 120]
    static final int CONTROL_PROPERTY_DBPERSIST_FLAG = 4; //[
    /webclient/common/constants.jsp; Line: 121]
    //[ /webclient/common/constants.jsp; Line: 122]
    //For DATE DATE_TIME type controls //[
    /webclient/common/constants.jsp; Line: 123]
    static final int DATE_TIME_TOKENNUM_DAY = 0; //[
    /webclient/common/constants.jsp; Line: 124]
    static final int DATE_TIME_TOKENNUM_MONTH = 1; //[
    /webclient/common/constants.jsp; Line: 125]
    static final int DATE_TIME_TOKENNUM_YEAR = 2; //[
    /webclient/common/constants.jsp; Line: 126]
    static final int DATE_TIME_TOKENNUM_HOUR = 3; //[
    /webclient/common/constants.jsp; Line: 127]
    static final int DATE_TIME_TOKENNUM_MINUTE = 4; //[
    /webclient/common/constants.jsp; Line: 128]
    static final int DATE_TIME_TOKENNUM_SECOND = 5; //[
    /webclient/common/constants.jsp; Line: 129]
    //[ /webclient/common/constants.jsp; Line: 130]
    //[ /webclient/common/constants.jsp; Line: 131]
    // StaleIndicator interface
    public boolean _isStale() {
    weblogic.servlet.jsp.StaleChecker sci
    =(weblogic.servlet.jsp.StaleChecker)(getServletConfig().getServletContext());
    java.io.File f = null;
    long lastModWhenBuilt = 0L;
    if (sci.isResourceStale("/webclient/login/login.jsp",
    1206722144000L, "8.1.4.0", "America/Chicago")) return true;
    if (sci.isResourceStale("/webclient/common/constants.jsp",
    1120751470000L, "8.1.4.0", "America/Chicago")) return true;
    return false;
    public static boolean
    _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
    java.io.File f = null;
    long lastModWhenBuilt = 0L;
    if (sci.isResourceStale("/webclient/login/login.jsp",
    1206722144000L, "8.1.4.0", "America/Chicago")) return true;
    if (sci.isResourceStale("/webclient/common/constants.jsp",
    1120751470000L, "8.1.4.0", "America/Chicago")) return true;
    return false;
    private static void _writeText(ServletResponse rsp, JspWriter out,
    String block, byte[] blockBytes) throws IOException {
    if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)) {
    out.print(block);
    } else {
    ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
    private static boolean _hasEncodingChanged(ServletResponse rsp) {
    if (_WL_ORIGINAL_ENCODING.equals(rsp.getCharacterEncoding())) {
    return false;
    return true;
    private static boolean WLENCODED_BYTES_OK = true;
    private static final String WLORIGINAL_ENCODING = "UTF-8";
    private static byte[] _getBytes(String block) {
    try {
    return block.getBytes(_WL_ORIGINAL_ENCODING);
    } catch (java.io.UnsupportedEncodingException u) {
    WLENCODED_BYTES_OK = false;
    return null;
    private final static String wlblock0 = "���";
    private final static byte[] wlblock0Bytes = getBytes(wl_block0);
    private final static String wlblock1 = "<HTML><HEAD><TITLE>";
    private final static byte[] wlblock1Bytes = getBytes(wl_block1);
    private final static String wlblock2 = "</TITLE>\r<META
    content=\"Evrsoft First Page\"
    name=GENERATOR>\r<SCRIPT>\r\tif(window.top.document!=document)\r\t{\r\t\twindow.top.document.location=document.location;\r\t}\r</SCRIPT>\r\r<META
    http-equiv=content-type content=\"text/html; charset=UTF-8\"><LINK
    \rhref=\"../css/maximo.css\" type=text/css rel=stylesheet><LINK
    href=\"css/login.css\" \rtype=text/css rel=stylesheet>\r<SCRIPT
    language=JavaScript src=\"../javascript/library.js\"></SCRIPT>\r\r<SCRIPT
    language=JavaScript src=\"../javascript/maximo.js\"></SCRIPT>\r</HEAD>\r<BODY
    class=bgpage onkeydown=\"javascript:enterkey(); event.cancelBubble=true;\"
    \rstyle=\"BACKGROUND-IMAGE: url(images/bg_login_template.jpg)\">\r<TABLE
    class=welcometo cellSpacing=0 cellPadding=0 width=\"80%\" border=0>\r
    <TBODY>\r <TR>\r <TD noWrap>";
    private final static byte[] wlblock2Bytes = getBytes(wl_block2);
    private final static String wlblock3 =
    "</TD></TR></TBODY></TABLE>\r<TABLE class=releasestamp cellSpacing=0 cellPadding=0 width=\"80%\"
    border=0>\r <TBODY>\r <TR>\r <TD><!-- release
    --></TD></TR></TBODY></TABLE>\r<TABLE class=companylogo cellSpacing=0 cellPadding=0
    border=0>\r <TBODY>\r <TR>\r <TD vAlign=top><IMG
    src=\"images/companylogo.gif\"> </TD></TR></TBODY></TABLE>";
    private final static byte[] wlblock3Bytes = getBytes(wl_block3);
    private final static String wlblock4 = "\r<TABLE class=languagelist
    cellSpacing=0 cellPadding=0 border=0>\r <TBODY>\r <TR>\r <TD
    class=\"languagetext languageheader\" colSpan=5><IMG height=18 \r
    src=\"images/login_icon_language.gif\" width=17 align=absBottom> ";
    private final static byte[] wlblock4Bytes = getBytes(wl_block4);
    private final static String wlblock5 = "</TD></TR>\r <TR>\r <TD
    class=\"languagecolumn languagetext languagetable\">";
    private final static byte[] wlblock5Bytes = getBytes(wl_block5);
    private final static String wlblock6 = "</TD>\r <TD
    class=\"languagecolumn languagetext\">";
    private final static byte[] wlblock6Bytes = getBytes(wl_block6);
    private final static String wlblock7 = "<A class=languages
    \rhref=\"javascript: selectLang(\'";
    private final static byte[] _wl_block7Bytes = _getBytes(_wl_block7);
    private final static String _wl_block8 = "\')\">";
    private final static byte[] wlblock8Bytes = getBytes(wl_block8);
    private final static String wlblock9 = "</A><BR>";
    private final static byte[] wlblock9Bytes = getBytes(wl_block9);
    private final static String wlblock10 = "<SPAN
    class=selectedlang>";
    private final static byte[] wlblock10Bytes =
    getBytes(wl_block10);
    private final static String wlblock11 = "</SPAN><BR>";
    private final static byte[] wlblock11Bytes =
    getBytes(wl_block11);
    private final static String wlblock12 =
    "</TD></TR></TBODY></TABLE>";
    private final static byte[] wlblock12Bytes =
    getBytes(wl_block12);
    private final static String wlblock13 = "\r<TABLE class=mainbgtable
    cellSpacing=0 cellPadding=0 border=0>\r <TBODY>\r <TR>\r <TD>\r
    <TABLE class=inputheader cellSpacing=0 cellPadding=0 border=0>\r
    <FORM name=loginform action=\"";
    private final static byte[] _wl_block13Bytes =
    _getBytes(_wl_block13);
    private final static String _wl_block14 = "\" method=post>\r
    <TBODY>\r <TR>\r <TD>";
    private final static byte[] wlblock14Bytes =
    getBytes(wl_block14);
    private final static String wlblock15 = "</TD>\r <TD
    control=\"true\"><INPUT class=\"input_parts text inputfield\" \r
    onactivate=textbox_onactivate(this); id=username \r
    ondeactivate=\"textbox_ondeactivate(this.parentElement, this);\" \r
    size=15 value=\"";
    private final static byte[] _wl_block15Bytes =
    _getBytes(_wl_block15);
    private final static String _wl_block16 = "\" name=username
    mxpart=\"textbox\"> </TD></TR>\r <TR>\r <TD>";
    private final static byte[] wlblock16Bytes =
    getBytes(wl_block16);
    private final static String wlblock17 = "</TD>\r <TD
    control=\"true\"><INPUT class=\"input_parts text inputfield\" \r
    onactivate=textbox_onactivate(this); id=password \r
    ondeactivate=\"textbox_ondeactivate(this.parentElement, this);\" \r
    type=password size=15 name=password mxpart=\"textbox\"> </TD></TR>\r
    <TR>\r <TD> </TD>";
    private final static byte[] wlblock17Bytes =
    getBytes(wl_block17);
    private final static String wlblock18 = "\r <TD
    class=pushbutton id=loginbtn control=\"true\" mxpart=\"control\" \r ";
    private final static byte[] wlblock18Bytes =
    getBytes(wl_block18);
    private final static String wlblock19 = "</TD>\r
    <TD><IMG height=20 src=\"images/buttonright.gif\" width=9 \r
    mxpart=\"right\"></TD></TR></TBODY></TABLE><INPUT \r
    id=loginbutton_hidden style=\"VISIBILITY: hidden; HEIGHT: 20px\" \r
    type=image src=\"\" border=0 name=login_hidden> </TD></TR><INPUT
    id=login \r type=hidden value=true name=login> <INPUT
    id=langcode type=hidden \r value=\"";
    private final static byte[] _wl_block19Bytes =
    _getBytes(_wl_block19);
    private final static String _wl_block20 = "\" name=langcode>
    </FORM></TBODY></TABLE></TD></TR>\r <TR>\r <TD>\r <TABLE
    class=newuserheader cellSpacing=0 cellPadding=0 border=0><!--\r\t<tr>\r <td
    valign=\"bottom\"><img src=\"images/login_icon_newuser.gif\"
    width=\"17\" height=\"18\" align=\"absmiddle\"> ";
    private final static byte[] wlblock20Bytes =
    getBytes(wl_block20);
    private final static String wlblock21 = " <a
    id=\"selfreglink\" href=\'javascript:selfreg()\'>";
    private final static byte[] wlblock21Bytes =
    getBytes(wl_block21);
    private final static String wlblock22 = "</a></td>\r
    </tr>\r\t<-->\r <TBODY></TBODY></TABLE>\r <TABLE cellSpacing=0
    cellPadding=0 border=0>\r <TBODY>\r
    <TR></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- leave image for scrolling purposes
    -->\r<DIV style=\"LEFT: 835px; WIDTH: 10px; POSITION: absolute; TOP:
    415px\"><BR></DIV>\r<SCRIPT language=JavaScript>\r<!--\rvar
    FIELD_FOCUS_COLOR=\"";
    private final static byte[] _wl_block22Bytes =
    _getBytes(_wl_block22);
    private final static String _wl_block23 = "\";\r\tfunction
    selfreg()\r\t{\r\t\tshowWait();\r\t\tdocument.location = \'";
    private final static byte[] wlblock23Bytes =
    getBytes(wl_block23);
    private final static String wlblock24 = "\';\r\t}\r\t\r\tfunction
    showWait()\r\t{\r\t\tdocument.body.scroll=\"no\";\r\t\twait =
    document.createElement(\"<div id=\'wait_img\' width=\'2000\' height=\'2000\'
    class=\'loginwait\' oncontextmenu=\'event.returnValue=false;\'
    style=\'background-image:url(../images/wait.gif);cursor:wait;display:none;\'></div>\");\r\t\tif(wait)\r\t\t{\r\t\t\t//window.resizeTo(1024,
    768);\r\t\t\t//window.moveTo(0,0);\r\t\t\tdocument.body.insertAdjacentElement(\"BeforeEnd\",wait);\r\t\t\twait.style.height=wait.parentElement.scrollHeight+document.body.clientHeight;\r\t\t\twait.style.width=wait.parentElement.scrollWidth+document.body.clientWidth;\r\t\t\twait.style.cursor=\"wait\";\r\t\t\twait.filters(0).opacity=\"10\";\r\t\t\twait.style.display=\"inline\";\r\t\t\tdocument.body.scroll=\"no\";\r\t\t\twait.style.zIndex=\"1000\";\r\t\t\tdocument.body.onkeydown=noKeys;\r\t\t}\r\t\telse\r\t\t{\r\t\t\tdocument.body.scroll=\"auto\";\r\t\t\tdocument.body.onkeydown=\"\";\r\t\t}\r\t}\r\rfunction
    noKeys()\r{\r\tevent.cancelBubble=true;\r\tevent.returnValue=false;\r\treturn
    false;\r}\r\rfunction
    toggleCheckBox(el)\r{\r\r\tif(event.propertyName!=\'checked\')\r\t\treturn\r\r\tcbInputField=event.srcElement\r\r\tcbImage=document.getElementById(cbInputField.id+\"_image\")\r\r\tif(cbInputField.checked)\r\t{\r\t\tcbImage.src=\"cb_checked.gif\"\r\t}\r\telse\r\t{\r\t\tcbImage.src=\"cb_unchecked.gif\"\r\t}\r\r}\r\r\rfunction
    enterkey()\r{\r \tif(event.keyCode == 13
    )\r\t{\r\t\tevent.returnValue=false;\r\t\tclickbutton();\r\t}\r}\r\rfunction
    clickbutton()\r{\r\tshowWait();\r\tdocument.getElementById(\"loginbutton_hidden\").click();\r}\r\rfunction
    selectLang(incode)\r{\r\tdocument.loginform.langcode.value=incode;\r\tvar
    loginHidden = document.getElementById(\"login\");\r\tif (loginHidden !=
    null)\r\t\tloginHidden.removeNode();\r\tdocument.loginform.submit();\r}\r\rfunction loginFormLoaded()\r{\r\tfocusField=\'username\';\r ";
    private final static byte[] wlblock24Bytes =
    getBytes(wl_block24);
    private final static String wlblock25 = "\r \talert(\"";
    private final static byte[] _wl_block25Bytes =
    _getBytes(_wl_block25);
    private final static String _wl_block26 = "\");\r
    \tfocusField=\'username\';\r ";
    private final static byte[] wlblock26Bytes =
    getBytes(wl_block26);
    private final static String wlblock27 = "\r\t\t\talert(\'";
    private final static byte[] wlblock27Bytes =
    getBytes(wl_block27);
    private final static String wlblock28 = "\');\r\t";
    private final static byte[] wlblock28Bytes =
    getBytes(wl_block28);
    private final static String wlblock29 = "\r\twindow.scrollTo(550,
    850);\r if (focusField==\'username\' ||
    document.loginform.username.value == \"\")\r
    {\r\t\tdocument.loginform.username.focus();\r\t\tdocument.loginform.username.select();\r\t}\r\telse
    \r\t{\r\t\tif(focusField==\'password\' || document.loginform.password.value ==
    \"\")\r\t\t{\r\t\t\tdocument.loginform.password.focus();\r\t\t\tdocument.loginform.password.select();\r\t\t}\r\t\telse\r\t\t\tdocument.getElementById(\"loginlink\").focus();\r\t}\r}\r\rwindow.onload
    = loginFormLoaded;\r-->\r</SCRIPT>\r</BODY></HTML>\r\r";
    private final static byte[] wlblock29Bytes =
    getBytes(wl_block29);
    public void _jspService(javax.servlet.http.HttpServletRequest
    request, javax.servlet.http.HttpServletResponse response) throws
    java.io.IOException, javax.servlet.ServletException
    // declare and set well-known variables:
    javax.servlet.ServletConfig config = getServletConfig();
    javax.servlet.ServletContext application =
    config.getServletContext();
    javax.servlet.jsp.tagext.Tag _activeTag = null;
    // variables for Tag extension protocol
    Object page = this;
    javax.servlet.jsp.JspWriter out;
    javax.servlet.jsp.PageContext pageContext =
    javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 131072, true);
    response.setHeader("Content-Type", "text/html; charset=UTF-8");
    out = pageContext.getOut();
    JspWriter _originalOut = out;
    javax.servlet.http.HttpSession session = request.getSession(true);
    try { // error page try block
    response.setContentType("text/html;charset=UTF-8");
    writeText(response, out, wl_block0, wlblock0Bytes);
    //INCLUDE /webclient/common/constants.jsp //[
    /webclient/login/login.jsp; Line: 1]
    request.setCharacterEncoding("UTF-8");     String url = new
    java.net.URL(new java.net.URL(request.getRequestURL().toString()),
    request.getContextPath()+"/ui/login").toString();      psdi.util.MXSession s =
    psdi.webclient.system.controller.RequestHandler.getMXSession(session);     if
    (psdi.webclient.system.websession.WebAppEnv.useAppServerSecurity() ||
    s.isConnected())     {               response.sendRedirect(url);          return;     }     MXException
    loginException = (MXException)session.getAttribute("loginexception");          
         String userName = request.getParameter("username");     if(userName==null)     
         userName="";     String passWord = reques

    The ( was in the code
    Here is the exact error message I am getting:
    Compilation of 'C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java' failed:
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:365: ';' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:366: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:368: '{' expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:370: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:372: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:374: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:376: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:378: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:380: illegal start of type
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:392: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:393: 'catch' without 'try'
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:307: 'try' without 'catch' or 'finally'
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:404: '}' expected
    (No more information available, probably caused by another error)
    Full compiler error(s):
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    out.print(String.valueOf("control_events%" mxevent="clientevent: clickbutton();"
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    controltype="pushbutton">>
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    <TABLE id=loginbtn_table tabIndex=0 cellSpacing=0 cellPadding=0
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:365: ';' expected
    <TD
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:366: <identifier> expected
    class="text pushbuttonmiddle pushbuttonmiddleback pushbutton_default"
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:368: '{' expected
    mxpart="middle"><%=labels[7])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: invalid method declaration; return type required
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: <identifier> expected
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: ')' expected
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:370: <identifier> expected
    out.print(String.valueOf(langcode)); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: invalid method declaration; return type required
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: <identifier> expected
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: ')' expected
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:372: <identifier> expected
    out.print(String.valueOf(labels[4])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: invalid method declaration; return type required
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: <identifier> expected
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: ')' expected
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:374: <identifier> expected
    out.print(String.valueOf(labels[5])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: invalid method declaration; return type required
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: <identifier> expected
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: ')' expected
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:376: <identifier> expected
    out.print(String.valueOf( FIELD_FOCUS_COLOR )); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: invalid method declaration; return type required
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: <identifier> expected
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: ')' expected
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:378: <identifier> expected
    out.print(String.valueOf(url + "?event=loadapp&value=selfreg&login=selfreg" + (langcode == null ? "" : "&langcode=" + langcode))); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: invalid method declaration; return type required
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: <identifier> expected
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: ')' expected
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:380: illegal start of type
    if (loginException != null) {     //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:392: <identifier> expected
    writeText(response, out, wl_block29, wlblock29Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:393: 'catch' without 'try'
    } catch (Throwable __ee) {
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:307: 'try' without 'catch' or 'finally'
    try { // error page try block
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:404: '}' expected
    ^
    34 errors
    Sat Jul 19 17:51:57 CDT 2008
    I have the code that it is trying to read on the first message. This was working early this morning and then this afternoon it came up with the errors. Nothing was changed.

  • Help please for a newbe - retrieving a slide show

    Help please.
    I have spent a couple of hours producing my first slide show. I didn't have time to finish it and saved it as instructed in Photoshop Elements.
    Now I can't find it! I can't find any buttons to allow me to get the project into Photoshop Elements. I have looked at the help section and it is silent on the matter.
    Probably a simple question for you people - but can someone please talk me through retrieving my part finished work.
    Many thanks

      Yes Adobe seems to hide the files away. On the Windows platform they are normally found in the projects folder under ProgramData on the hard drive (click image below for full file path)
     

  • Please help me for peculiar error in Dbms_sql.

    Hi im using form 6i
    Send query and display output that is my work
    sqltext = 'Select a.vendcode,vendname,ap_documentno,ap_documentdate,b.grinno,sum(nvl(landed_cost,0))+sum(nvl(net_rate,0))+sum(nvl(c.cessamount,0))+sum(nvl(vatamount,0)) apGrinval
    from billmain a,Billitem b,grinitem c,vendmast d
    where a.unitid = :Unit_id
    and ap_documentdate between :From_dt and :To_dt
    and a.unitid = b.unitid
    and a.documentno = b.documentno
    and substr(ap_documentno,1,1) <> substr(b.grinno,1,1)
    and b.unitid = c.unitid
    and b.grinno = c.grinno
    and a.vendcode = d.vendcode
    and b.partnumber = c.partnumber
    group by a.vendcode,ap_documentno,ap_documentdate,b.grinno,vendname';
    and i have procedure
    PROCEDURE Display_Records(BlockName Varchar2,Sqltext Varchar2) IS
    c integer := dbms_sql.open_cursor;
    cnt integer;
    desctab dbms_sql.desc_tab;
    colval varchar(4000);
    stat integer;
    pitem varchar2(100);
    BEGIN
    dbms_sql.parse(c,sqltext,1);
    Go_Block('Param');
    next_item;
    Loop
    Exit When Upper(Get_item_property(:System.Current_Item,Prompt_Text)) like 'PARAMETER%';      
    If Substr(:System.Current_value,-5,1) in ('/','.','-') Then
         dbms_sql.bind_variable(c,RTrim(Get_item_property(:System.Current_Item,Prompt_Text)),To_date(:System.Current_Value,'dd/mm/yyyy'));      
    Else
         dbms_sql.bind_variable(c,RTrim(Get_item_property(:System.Current_Item,Prompt_Text)),Rtrim(:System.Current_Value));
         End If;
         next_item;
    End Loop;
    dbms_sql.describe_columns(c,cnt,desctab);
    Go_Block('Data');
    First_Record;
    For i in 1..cnt Loop
         dbms_sql.define_column(c,i,colval,4000);
    End Loop;
    stat:=dbms_sql.execute(c);
    While (dbms_sql.Fetch_rows(c)>0) Loop
         pitem := Get_block_property(:System.Current_block,First_item);
    For i in 1..cnt Loop
         dbms_sql.column_value(c,i,colval);
         If colval = '0' Then
              colval := null;
         End If;
         copy(colval,pitem);
         Next_Item;
         Pitem := :System.Current_Item;
    End Loop;
    Next_Record;
    pause;
    End Loop;
    Delete_Record;
    END;
    all th queries r working perfectly but the above query. why i dont know, even the same query without the bold area
    its working but result working so I want to include bold creteria.
    Nothing error displayed, it is hanging on the area while (dbms_sql.Fetch_rows(c)>0)
    but with the same query when i tried in isql*plus it display 70 rows, but here it is hanging.
    Please help me what is the error.
    kanish

    Who told dbms_sql only for database. I had send lot of queries using this coding that is working perfectly except which i post.
    Yes, I solved it myself just i changed
    rtrim(b.partnumber) = rtrim(c.partnumber)
    Thank to all
    kanish
    Edited by: Kanish on May 1, 2009 11:03 PM

  • Please Help! Unknown Compiling Error!!!

    Hi there,
    Really hope someone can help me with this! Seems like problems are bound to happen when you leave projects to the last minute for some reason.
    Basically I am getting "Error compiling movie: unkown error" when i try to make my 7 minute video using an h.264 codec. The footage is 1440x1080 shot from a canon XH-A1. but is composed of many third party video clips as well. It also has after effects compostions that are dynamic linked over. I have checked for empty spaces, tried importing into a new sequence and project, and it seems the projects fails each time at around the 3/4 point.
    Here is the kicker, I have been able to go through and make individual files for different parts of my project when I seperate them into different sequences (I was trying to find a corrupt file). I have also restarted the comp etc. numerous times.
    ANY help would be greatly appreciated.
    Thanks,
    Aaron

    Some reading to MAYBE find an idea leading to a solution
    Odd Errors http://forums.adobe.com/thread/670174
    Error Compiling Movie http://kb2.adobe.com/cps/906/cpsid_90670.html
    -and http://premierepro.wikia.com/wiki/Error:Error_compiling_movie
    More information needed for someone to help
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679

  • Clas Hortien,Please Help me for MSSQL2005 ERROR.

    hi,Clas Hortien,
    i can start  mssql2005, i find a souluton from ms support web site ,but i donot know how to do it, the notes as follows
    http://support.microsoft.com/kb/929665/zh-cs
    You cannot start the SQL Server service after you install Active Directory on a Windows Server 2003-based member server or you run the DCPromo command on a Windows Server 2003-based domain controller
    View products that this article applies to.
    Article ID : 929665
    Last Review : October 15, 2007
    Revision : 1.1
    SYMPTOMS
    When a member server or a domain controller is running Microsoft Windows Server 2003 and has Windows Internal Database installed, you cannot start the Microsoft SQL Server service after you do one of the following: • Install Active Directory on the member server.
    • Run the DCPromo command on the domain controller.
    Additionally, the following error message is logged in Event Viewer:
    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7024
    Date: Date
    Time: Time
    User: N/A
    Computer: ComputerName
    Description:
    The Windows Internal Database (MICROSOFT##SSEE) service terminated with service-specific error 3417 (0xD59).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Back to the top
    CAUSE
    This issue occurs because the required discretionary access control list (DACL) for some files has been deleted. The DACL is deleted when you install Active Directory on the member server or when you run the DCPromo command on the domain controller.
    Back to the top
    WORKAROUND
    To work around this issue, repair Windows Internal Database. To do this, run the following command line at a command prompt:
    Msiexec <MSI_File_Name> CALLERID=OCSetup.exe REINSTALL=ALL REINSTALLMODE=omus /qn REBOOT=ReallySupress /l*v <Log_File_Path>
    Back to the top
    STATUS
    Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
    Back to the top
    MORE INFORMATION
    A message that resembles the following is logged in the SQL Server Errorlog file:2006-01-18 15:45:38.25 Server      Microsoft SQL Server 2005 - 9.00.2025.00 (Intel X86)
         Jan 16 2006 01:24:00
         Copyright (c) 1988-2005 Microsoft Corporation
         Embedded Edition (Windows) on Windows NT 5.2 (Build 3790: Service Pack 1)
    2006-01-18 15:45:38.25 Server      (c) 2005 Microsoft Corporation.
    2006-01-18 15:45:38.25 Server      All rights reserved.
    2006-01-18 15:45:38.25 Server      Server process ID is 1216.
    2006-01-18 15:45:38.25 Server      Logging SQL Server messages in file 'D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG\ERRORLOG'.
    2006-01-18 15:45:38.25 Server      This instance of SQL Server last reported using a process ID of 3152 at 1/18/2006 3:30:11 PM (local) 1/18/2006 11:30:11 PM (UTC). This is an informational message only; no user action is required.
    2006-01-18 15:45:38.25 Server      Registry startup parameters:
    2006-01-18 15:45:38.26 Server            -d D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf
    2006-01-18 15:45:38.26 Server            -e D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG\ERRORLOG
    2006-01-18 15:45:38.26 Server            -l D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\mastlog.ldf
    2006-01-18 15:45:38.27 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2006-01-18 15:45:38.27 Server      Detected 1 CPUs. This is an informational message; no user action is required.
    2006-01-18 15:45:38.34 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2006-01-18 15:45:38.39 Server      Database mirroring has been enabled on this instance of SQL Server.
    2006-01-18 15:45:38.43 spid5s      Starting up database 'master'.
    2006-01-18 15:45:38.43 spid5s      Error: 17207, Severity: 16, State: 1.
    2006-01-18 15:45:38.43 spid5s      FCB::Open: Operating system error 5(Access is denied.) occurred while creating or opening file 'D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf'. Diagnose and correct the operating system error, and retry the operation.
    2006-01-18 15:45:38.43 spid5s      Error: 17204, Severity: 16, State: 1.
    2006-01-18 15:45:38.43 spid5s      FCB::Open failed: Could not open file D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf for file number 1.  OS error: 5(Access is denied.).
    2006-01-18 15:45:38.43 spid5s      Error: 5120, Severity: 16, State: 101.
    2006-01-18 15:45:38.43 spid5s      Unable to open the physical file "D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf". Operating system error 5: "5(Access is denied.)".
    2006-01-18 15:45:38.44 spid5s      Error: 17207, Severity: 16, State: 1.
    2006-01-18 15:45:38.44 spid5s      FCB::Open: Operating system error 5(Access is denied.) occurred while creating or opening file 'D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\mastlog.ldf'. Diagnose and correct the operating system error, and retry the operation.
    2006-01-18 15:45:38.44 spid5s      Error: 17204, Severity: 16, State: 1.
    2006-01-18 15:45:38.44 spid5s      FCB::Open failed: Could not open file D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\mastlog.ldf for file number 2.  OS error: 5(Access is denied.).
    2006-01-18 15:45:38.44 spid5s      Error: 5120, Severity: 16, State: 101.
    2006-01-18 15:45:38.44 spid5s      Unable to open the physical file "D:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\mastlog.ldf". Operating system error 5: "5(Access is denied.)".
    transport is disabled or not configured.
    i donot know how the use the command line
    Msiexec <MSI_File_Name> CALLERID=OCSetup.exe REINSTALL=ALL REINSTALLMODE=omus /qn REBOOT=ReallySupress /l*v <Log_File_Path>
    and what is <MSI_File_Name>
    and what is  <Log_File_Path>
    can you write a example to me ?
    thanks !
    i Waiting for you reply!

    Hi,
    the MSI file is the MSI file to install the SQL Server Embedded Edition. Normally it is called during the installation of the package you have installed (WSUS or other). If possible you should extract the package you have installed and look for a sql*.msi file. I'm only familiar with WSUS in this case. Here it is a sqlrun03.msi file together with a sqlrun.cab and a sqlservr.exe file. With this MSI file you can install the SQL Server. In your case (AD) you have to look for exact SQL MSI file within you package.
    Another way would be to set the ACL of the given path (with the master.* files) so that the startup account of the Microsoft##SSEE service has appropriate rights on it.
    Regards
      Clas

Maybe you are looking for

  • Syncing Issues with Creative Cloud - No Solution - Please Reply

    I have spent over two hours with your live chat team in which they took over my computer, deleted files from the CMD prompt and I am still receiving syncing errors using Creative Cloud. They had me, delete files, restart my computer, sign-in and out

  • Uninstall Adobe 9 pro

    I've installed Adobe 9 pro trial version and it just expired. When I tried to uninstall it, I found no way to do so... have already tried: 1. Windows Install Clean Up Utility 2. Adobe CS3Clean Script but the adobe 9 pro are still there and it sucks w

  • PreparedStatement execution cause OutOfMemoryException

    Hello, I use PreparedStatement for getting data from database. It works well unless there is much data to get. If the result set has many rows (over 1000000) I get OutOfMemory error. I tried use Statement instead of PreparedStatement and tried to set

  • Battery problems with Hp Compaq CQ60

    So I inherited my sisters HP comapaq cq60 307-SA so that i have a laptop to take to university, but it has a lot of issues when it comes to battery. Sometimes the battery works fine, I charge it to 100%, and leave it to discharge, which it seems to d

  • X60: About Lenovo Thinkpad quality

    I bought a X60 laptop from 1/5/2006 in Taiwan and unfortunately, it had to take warranty 3 times: one for battery, one time for LCD and now for the cardreader (it means that at this time, I must replace the mainboard), the cardreader had been being u