Upgradephase: PREPARE, problems in IS_SELECT

Hello,
we are doing an upgrade from 4.6C to ECC 6.0
Now just during Prepare in phase IS_SELECT we ran on a problem.
Prepare found an addon ST 02C (I admit that's really an old one). But the "delete" option is not available.
In case we do nothing, prepare will not go on.
I got an information, that according to note 402806 this addon is not supported with ECC 6.0
To remove that addon one could reset prepare and uninstall via SAPKITL029. But I cannot even find that SP.
Anybody any idea how to go on?!
Thanks a lot in advance,
Nanette

Here are the solution
um das ST 02C zu löschen, gehen Sie bitte wie folgt vor.
Bitte setzen Sie den Prepare mit 'SAPup reset prepare',
wie im Upgradeleitfaden beschrieben, zurück, löschen
Sie das Upgradeverzeichnis DIR_PUT und spielen Sie das
Deinstallationsfile SAPKITL029, über die
TA SAINT ein, nachdem Sie es entpackt und über die TA SAINT
hochgeladen haben.
Anschließend können Sie mit dem Prepare erneut starten.

Similar Messages

  • Muxing Preparation problem during encoding

    during the iDVD encoding process, I get an message of "muxing preparation error'. I am burning from an FCP 6 project. I've tried to burn the project on different computers and with different iDVD themes, with audio and without. I've even re-built the Quicktime movie from FCP several times with different codecs. It's been tried on an Intel Mac and a Motorola Mac. Same muxing problem each time. Help!

    The problem was discovered! I'm a TV Production instructor and the project was a student's. The student had made an error in his FCP project by putting a piece of video and audio about 12 minutes past the actual end. When iDVD's encoding process encountered this, it didn't know what to do with 12 minutes of "video nothing". So it gave the muxing prep error. I had him delete the unneeded video and iDVD is burning it now without a problem. He now knows to end projects when they actually end! Thanks for the help.

  • How to Uninstall a ST-PI 2008_1_46C Plug in Hotpack

    I have installed ST-PI 2008_1_46C on our system and now when I am doing a prepare for upgrade to Ecc6 SR2, it is giving me warning that my ST-PI is greater that 2005_1_46C, which can cause problem in IS_SELECT phase.
    Is their a way to uninstall the ST-PI and go back to 2005_1_46C, or I should just continue the upgrade process.
    Thanks
    Jagraj Dhillon

    Hello,
    I have the same problem.
    The note 1228899 is not clear.
    Please indicates steps.
    Thanks
    Luis

  • HT203177 I have a MacBook OSX 10.5.8 and a Time Capsule 500GB since July 2008. My problem is (for the 4th time in 4 yrs) the backup gets stuck in "preparing" indefinitely (hours). In the past, wile still under apple care warranty, tech support had me redo

    I have a MacBook OSX 10.5.8 and a Time Capsule 500GB since July 2008. My problem is (for the 4th time in 4 yrs) the backup gets stuck in "preparing" indefinitely (hours). In the past, wile still under apple care warranty, tech support had me redo backup (loosing previous backups). Now I'm out of warranty and still having this problem. Any help is greatly appreciated.

    I have a MacBook OSX 10.5.8 and a Time Capsule 500GB since July 2008. My problem is (for the 4th time in 4 yrs) the backup gets stuck in "preparing" indefinitely (hours). In the past, wile still under apple care warranty, tech support had me redo backup (loosing previous backups). Now I'm out of warranty and still having this problem. Any help is greatly appreciated.

  • How can i fix this problem?? "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )"

    The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )
    how can i fix this problem?

    how can i fix this problem?
    Go to the right forum.
    This forum is for mobile iMovie.
    you may need the iMovie Mac forum:
    https://discussions.apple.com/community/ilife/imovie

  • Prepared statements related problem

    Hi,
    i have this strange problem with prepared statements i think.
    When i execute an insert query without prepared statements i works fine (always), when i use prepared statements it sometimes gives a db error saying i'm trying to insert a null value.
    The problem is that I'm not!!!
    If i were why does it work sometimes?
    It may be a bug but i don't know where to look for it... is it a prepared statements, application server or db2 problem?

    This is the code...
         public void insertArticolo(Articolo item) throws Exception {
              PreparedStatement ps = null;
                   try {          
                        StringBuffer sql = new StringBuffer("insert into RUW.RUWT1_ARTICOLO (");
                        sql.append("C_ENTE, C_CONCESSIONE,N_ANNO_RUOLO,N_PROGR_RUOLO,N_PARTITA,N_PROGR_PARTITA,N_PROGR_TRIBUTO, ");
                        sql.append("C_TRIBUTO, C_TIPO_UFF,C_UFFICIO,");
                        sql.append("C_TIPO_IMP, N_ANNO_IMP, L_CARICO, S_ARTICOLO");
                        sql.append(") values (");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?" + ", ");
                        sql.append("?");
                        sql.append(")");
                        ps = connectionCreatePreparedStatement(sql.toString());
                        System.out.println(sql.toString());
                        KeyArticolo keyArticolo = item.getKeyArticolo();
                        KeyPartita keyPartita = keyArticolo.getKeyPartita();
                        Ente ente = keyPartita.getKeyRuolo().getEnte();
                        System.out.println("/"+ ente.getCodEnte()+ "/");
                        System.out.println("/"+ keyPartita.getKeyRuolo().getConcessione().getCodConc()+ "/");
                        System.out.println("/"+ keyPartita.getKeyRuolo().getAnnoRuolo()+ "/");
                        System.out.println("/"+ keyPartita.getKeyRuolo().getProgRuolo()+ "/");
                        System.out.println("/"+ keyPartita.getNumPartita()+ "/");
                        System.out.println("/"+ keyPartita.getProgPartita()+ "/");
                        System.out.println("/"+ item.getKeyArticolo().getProgArticolo()+ "/");
                        System.out.println("/"+ item.getCodEntrata()+ "/");
                        System.out.println("/"+ ente.getTipoUfficio()+ "/");
                        System.out.println("/"+ ente.getCodUfficio()+ "/");
                        System.out.println("/"+ item.getTipoImposta()+ "/");
                        System.out.println("/"+ item.getAnnoImposta()+ "/");
                        System.out.println("/"+ item.getCaricoOrigine()+ "/");
                        if (item.getDescArticolo().equals("")) {
                             item.setDescArticolo(" ");
                        System.out.println("/"+ item.getDescArticolo()+ "/");
                        ps.setLong(1,ente.getCodEnte());
                        ps.setLong(2,keyPartita.getKeyRuolo().getConcessione().getCodConc());
                        ps.setLong(3,keyPartita.getKeyRuolo().getAnnoRuolo());
                        ps.setLong(4,keyPartita.getKeyRuolo().getProgRuolo());
                        ps.setLong(5,keyPartita.getNumPartita());
                        ps.setLong(6,keyPartita.getProgPartita());
                        ps.setLong(7,item.getKeyArticolo().getProgArticolo());
                        ps.setString(8,item.getCodEntrata());
                        ps.setString(9,ente.getTipoUfficio());
                        ps.setString(10,ente.getCodUfficio());
                        ps.setString(11,item.getTipoImposta());
                        ps.setLong(12,item.getAnnoImposta());
                        ps.setLong(13,item.getCaricoOrigine());
                        ps.setString(14,item.getDescArticolo());
                        ps.executeUpdate();
                   catch (Exception e) {
                        e.printStackTrace();
                        connectionCloseStatement(ps);
                        throw e;
              }and this is the result of the systemout
    [10/03/06 14.07.07:051 CET] 76357635 SystemOut O insert into RUW.RUWT1_ARTICOLO (C_ENTE, C_CONCESSIONE,N_ANNO_RUOLO,N_PROGR_RUOLO,N_PARTITA,N_PROGR_PARTITA,N_PROGR_TRIBUTO, C_TRIBUTO, C_TIPO_UFF,C_UFFICIO,C_TIPO_IMP, N_ANNO_IMP, L_CARICO, S_ARTICOLO) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    /13199/
    /66/
    /2002/
    /1564/
    /28330/
    /1/
    /2/
    /0997/
    /120/
    /2002/
    /11900/
    / /

  • Problem recovering new iPhone 4, Stuck on "Preparing iphone for restore", then giving an error message

    I recently bought an iPhone 4, and it worked just fine, until I tried to sync it with iTunes. Whenever I would try to sync it, it would stall somewhere in the process, and then an error message would come up eventually. It would say something along the lines of "Process timed out, Internal Harware error" or somthing like that, there were several error messages.
    So then I tried to restore the phone. I did it through iTunes, and eventually the process stalled on the "Preparing iPhone for restore" part, and then it would give me an error message (4013). My phone is stuck on the connect to itunes screen. When I do connect it to iTunes it says that the phone is in recorvery mode and that and needs to be restored. So again, I try to restore it and it gets stalled in the "Preparing iPhone for restore" part. I have also recieved the 2005 error code. I have tried to fix it by unplugging all other USB's, using a different USB port, disabling firewalls ect.. I have the newest version of iTunes, and my phone is running 7.0.3 (Can't update now that the restore is necessary, and I couldn't update anyways because the same problem I had syncing it occured when I tried to update.) I have Windows XP.

    Error 1 is a baseband error. If you have Warranty or AppleCare Coverage take iPhone to Apple for resolution of this problem. If no coverage then search the Web for Error 1. Users have reported some success with this Error 1.

  • Problem with Prepared Statement & MS Access

    Hi
    I have tried to find some info about this but can't see anything specific to what I think the problem may be. Hopefully someone can point me in the right direction.I am trying to get information out of an MS Access database using a Prepared Statement but I am getting strange results.
    When I run the query in the database it gives me the correct totals (�51) for 4 records. When I run the Prepared Statement ,I get 81. Has it got anything to do with the data type I am using( sorry if this is a really basic question). here is my code- the connection etc is elsewhere.
    private void getReportMoneyTotal() throws SQLException
              Calendar todayTotal =Calendar.getInstance() ;
               SimpleDateFormat reportDateFormat = new SimpleDateFormat("dd MM yyyy");
              PreparedStatement preparedT =context.getConnection().prepareStatement(
                   "SELECT Sum(tblSession.Fee) AS Total, Count(tblBooking.BookingID) AS CountOfBookingID FROM tblSession INNER JOIN "+
                   "(tblBooking INNER JOIN tblCustomer_Booking ON tblBooking.BookingID = tblCustomer_Booking.BookingID) ON tblSession.SessionID = tblBooking.SessionID "+
                   "WHERE (((tblBooking.EventDate)>DateAdd('m',-1,#"+reportDateFormat.format(todayTotal.getTime())+"#)) AND ((tblSession.Session)='Morning' Or (tblSession.Session)='Evening')) OR (((tblSession.Session)='Afternoon') AND ((tblBooking.Extension)=Yes))"
              ResultSet resultTotal =preparedT.executeQuery();
              resultTotal.next();
              Double total =resultTotal.getDouble("Total");
              Locale locale = new Locale("GBP");
            NumberFormat gbpFormat = NumberFormat.getCurrencyInstance(locale);
              System.out.println(gbpFormat.format(total));
              preparedT.close();
         }I do realise that my code probably isn't very elegant but I'm only learning!

    Hi Matt--
    I am not clear if you are saving the url with the # # around
    the text or if
    the
    data already contains the # marks.
    When you insert a link, you want to make sure you insert is
    insert into table ( link1) values ( <cfqueryparam
    cfsqltype="cf_sql_varchar"
    value='#linkvaluehere#'> )
    remember to
    1) enclose your data's value inside quotes (some databases
    are picky about
    single v. double quotes).
    2) if it IS in quotes, swap doubles for singles and see if
    that helps.
    3) make sure your data being saved is NOT double hashed like
    '##linkvalueher##'. Double ##'s tell
    Coldfusion not to treat it as a variable.
    hope his helps,
    tami
    "Mattastic" <[email protected]> wrote in
    message
    news:f9c7h0$8ub$[email protected]..
    | Hi Folks,
    |
    | I'm storing a link in a nvarchar field in SQL server,
    www.foo.co.uk, it
    looks
    | and works fine in SQL server. Problem occurs when I setup
    an ADP in Access
    and
    | insert links. Certain links have a hash symbol around them.
    so
    |
    http://www.foo.co.uk, would be #
    http://www.foo.co.uk# which is
    causing
    problems.
    |
    | Can anyone tell me why this is happening? and how to stop
    it?
    |
    | Thankyou
    |

  • Performance point Filter error : " There was a problem preparing the WebPart for display"

    I’m going to create a performance point filter .I chose “Custom Table” type to select Project Name for my reports. I have some reports which have Project Name (ProjectUID as value) as parameter .So I’m going to create a filter based on Project Name (ProjectUID
    as value) to use for all report. these are my settings:
    Table: MSP_EpmProject_Userview
    Key :ProjectUID
    Parentkey: (none)
    Display Value: ProjectName
    Is default: (none)
    But when I add these web part to my page I see this error:
    “There was a problem preparing the WebPart for display.
    Column 'ProjectName' does not allow nulls.”
    I don’t know what should I do
    is there any other wy to do this?

    Hi, 
    I have a similar issue, did you manage to find a solution?

  • Problem in inserting to MS Access using prepared statement

    I am inserting a record in MS Access db and I am using prepared statement. I am encountering an error.... any help I would really appreciate it. So much time figuring out what the problem is....
    ConvertText contxt = new ConvertText();
    String bday = (String)cbYear.getSelectedItem() +
    cbMonth.getItemCount()+(String)cbDay.getSelectedItem();
    try{
    // load MySQL driver
    Class.forName(driver);
    // Setup connection to DBMS
    Connection conn = DriverManager.getConnection(url);
    // Create statement     
    Statement stmt     = conn.createStatement();
    PreparedStatement insertPersons = conn.prepareStatement(
            "INSERT INTO PERSONS VALUES(" +
         "FIRST_NAME               = ?," +
         "LAST_NAME              = ?," +
         "MIDDLE_NAME               = ?," +
         "NICKNAME              = ?," +
         "GENDER              = ?," +
         "MARITALSTATUS           = ?," +
         "AGE                    = ?," +
         "BIRTHDATE                   = ?," +
         "ADDRESS                  = ?," +
         "RES_PHONE_NUMBER        = ?," +
         "OFFICE_PHONE_NUMBER     = ?," +
         "CELL_NUMBER               = ?," +
         "COMPANY_NAME               = ?," +
         "EMAIL_ADDRESS               = ?," +
         "TIMESTAMP               = ?)"
              insertPersons.setString   (1, tfFirstName.getText());
              insertPersons.setString   (2, tfLastName.getText());
              insertPersons.setString   (3, tfMiddleName.getText());
              insertPersons.setString   (4, tfNickName.getText());
              insertPersons.setString   (5, (String)cbGender.getSelectedItem());
              insertPersons.setString   (6, (String)cbMaritalStatus.getSelectedItem());
              insertPersons.setInt      (7, contxt.formatStringToInt(tfAge.getText()));
              insertPersons.setDate     (8, contxt.formatStringToSQLDate(bday));
              insertPersons.setString   (9, tfAddress.getText());
              insertPersons.setString   (10,tfResPhoneNumber.getText());
              insertPersons.setString   (11,tfOffPhoneNumber.getText());
              insertPersons.setString   (12,tfCellNumber.getText());
              insertPersons.setString   (13,tfCompanyName.getText());
              insertPersons.setString   (14,tfEmailAddress.getText());
              insertPersons.setTimestamp(15, new Timestamp(System.currentTimeMillis()));          
              insertPersons.executeUpdate();
              conn.close();          
    JOptionPane.showMessageDialog(null,"Record Inserted!", "INSERT",
                        JOptionPane.INFORMATION_MESSAGE);
    }catch (SQLException ex){
    System.err.println("==> SQLException: ");
    System.out.println("Message:   SQL Exception");
    System.out.println("Message:   " + ex.getMessage ());
    System.out.println("SQLState:  " + ex.getSQLState ());
    System.out.println("ErrorCode: " + ex.getErrorCode ());
    JOptionPane.showMessageDialog(null, ex.getMessage() + ex.toString(),"Error", JOptionPane.INFORMATION_MESSAGE);
    }catch(Exception ex){
    }          ERROR Displayed:
    [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 30. java.sql.SQLException     

    Hi cruzdhel,
    Your SQL looks incorrect to me.
    I am not familiar with that syntax.
    I think it should be like this:
    PreparedStatement insertPersons =
    conn.prepareStatement("INSERT INTO PERSONS (FIRST_NAME," +
                                               "LAST_NAME," +
                                               "MIDDLE_NAME," +
                                               "NICKNAME," +
                                               "GENDER," +
                                               "MARITALSTATUS," +
                                               "AGE," +
                                               "BIRTHDATE," +
                                               "ADDRESS," +
                                               "RES_PHONE_NUMBER," +
                                               "OFFICE_PHONE_NUMBER," +
                                               "CELL_NUMBER," +
                                               "COMPANY_NAME," +
                                               "EMAIL_ADDRESS," +
                                               "TIMESTAMP)" +
    "values (?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?," +
            "?)");Hope this helps.
    Good Luck,
    Avi.

  • Problem with ECC 5.0 Upgrade in JOB_RASUVAR1 phase of PREPARE

    I am upgrading 4.6B system (copy of production to build QA system) on Tru64 with 3TB Oracle DB. The JOB_RASUVAR1 phase of PREPARE in running for about 115 hours. This phase saves existing variants for future conversion. There is a job running at the SAP level which using a lot of CPU, but no active Oracle session for this job. The same job took less than an hour on development system (200GB DB). So far the response from SAP has been like "Unfortunatly there is no possibility to improve the performance of the reports RASUVAR1 and RASUVAR2 during the upgrade" because this phase does not happen during production downtime.
    Did anyone else face similar problem?

    Hi Kausik,
                  we recently upgrade our client systems from 4.6c to ECC 5.0, on unix environment. we too faced similar kind of problem, our job_rasuvar1 in prepare phase took almost 70hrs. after raising a msg with SAP, we were asked some correction in function module.."FASU_RS_VARIANT_CONTENTS"..check whether the following changes are already available..or not
    <b>the necessary change:</b>
    replace the line
    PERFORM fill_tables_ps TABLES objects
    with the line
    PERFORM fill_tables_ps(saplsvar) TABLES objects "CHANGE
    in function module FASU_RS_VARIANT_CONTENTS
    2) To fix this issue I would recomment, that you stop the JOB_RASUVAR1.
    Then please implement the corrections of note 712297. After this please
    clear out all the entries in DB tables TASUVCAT, TASUVSVO and TASUVSVD.
    You can do thie for example via transaction SE14.
    Then implement the following modification to ABAP RASUVAR1:
    FORM return_content USING taskname.
    RECEIVE RESULTS FROM FUNCTION 'FASU_V_VARIANT_CONTENTS'
    TABLES
    valutab = gt_params
    OBJECTS = gt_objects
    EXCEPTIONS
    syst_except = 1
    communication_failure = 2
    system_failure = 3
    variant_non_existent = 4
    variant_obsolete = 5
    error = 6.
    g_error = sy-subrc.
    g_returned = 'X'.
    data: l_count type i. "INSERT MOD
    describe table gt_params lines l_count. "INSERT MOD
    if l_count gt 20000. "INSERT MOD
    g_error = 7. "INSERT MOD
    endif. "INSERT MOD
    ENDFORM. " return_content
    After this you can restart the JOB_RASUVAR1 by just call report
    please try with this & let me know. and 1 more thing, this phase again depends on database size (in our case, for 1.8TB it took 6hrs).
    with regards,
    Raj

  • Problems With Auto-Prepare (i586)

    I'm having some issues with the auto-prepare section of the installation. I'm using the i586 version of Arch, but I don't think that should be an issue. When I choose Auto-Prepare, it displays an error and tells me to look at vc/5 for the log. This is what vc/5 says:
    "sfdisk: seek error: wanted 0x00000000000 got 0x0000000000"
    Anyone know what my issue is? I've tried a few IDE drives and a SCSI for good measure but have the same issue. I'm using a Via EPIA V10000 motherboard if that makes a difference.

    If it's a Nehemiah (model 9+) 686 should work.
    Else if it's pre model 9, it lacks the 686 cmov extension and 586 is required.
    But, as for the problem at hand, I'd try partitioning the drive with fdisk by hand and see if that works as the autopartition doesn't call fdisk.

  • Passing values for a prepared statement encounters problem

    I have a query which runs fine when executed from sqlplus
    SELECT SYSDATE + (INTERVAL '10' MINUTE) FROM dual;
    The same query when run using a java statement also works well.
    when I use a Prepared statement like
    String sql = SELECT SYSDATE + (INTERVAL ? MINUTE) FROM dual;
    PreparedStatement ps = this.getPreparedStatement(sql.toString());
    ps.setString(1, "10");
    and execute I get the following exception
    ORA-00920: invalid relational operator
    I tried another way which also gives me a similar exception
    String timeout = "10";
    SELECT SYSDATE + (INTERVAL" + timeout + "MINUTE) FROM dual;
    Can anybody tell me why the problem happens. Is anything wrong in passing values dynamically for an 'interval' function in oracle?

    asokan_srini wrote:
    Yes friends
    Thanks for the reply. It worked out this way as u said
    sql.append("SELECT SYSDATE + (INTERVAL ");
    sql.append("'" + Integer.parseInt(timeout) + "' MINUTE) FROM dual");
    Mr.masijade said.
    First of all, there is no reason to do this command, really, but okay.
         There may be scenarios like this to use the command
              select * from mytable where (systimestamp - lastUpdateTimestamp) > Interval '10' Minute
    Is there any other better way to get all records updated before a certain timestamp?Use Timestamp to create a timestamp and PreparedStatement's setTimestamp(), maybe?

  • Problems with Prepared Statement

    Hi,
    I am developing an Java Bean that reads from a database of Entertainments of my home city of Glasgow and displays that info to a text area. I want the User to input the type of Entertainment they want e.g. Bars or Clubs, and the name of the place they want to go and then the Java Bean displays the info of the specified place.
    The program works fine if I set the Query to display the data from the database but I want the User to define the query by thier input.
    So I used Prepared Statements, but I have error messages saying that
    Syntax Error in FROM Clause
    my code to query the database is shown below
    String query ="SELECT * FROM ? WHERE Name=?";
    PreparedStatement PresStatement=con.prepareStatement(query);
    //my input to test Database.will change to variable
    PreStatement.setString(1,"Pubs");
    PreStatement.setString(2,"Admiral");
    ResultSet rs=PreStatement.executeQuery();The Problem seems to the placholder after the FROM clause but I can't seem to fix it.
    Any Help would be greatly appreciated.
    Regards
    Brian

    just a guess here, but I'd imagine it's because of the way PreparedStatement handles Strings. Obviously, if you're using a String as part of your SQL query, you're going to want single quotes around the entire thing. Thus, the first setString() is probably trying to put single quotes around the table name, which could be causing problems.
    You don't really lose anything if you just work around this by changing your code to..
    tableName = "Pubs"; //or this is probably coming from your user
    String query ="SELECT * FROM "+tableName+" WHERE Name=?";
    PreparedStatement PresStatement=con.prepareStatement(query);
    //my input to test Database.will change to variable
    PreStatement.setString(1,"Admiral");
    ResultSet rs=PreStatement.executeQuery();

  • Problem with Oracle Prepared Statement

    Hi all,
    Please help me..
    I Have 2 pages, in first page i had table with rows with update image for each row, when i click update it leads to 2nd page which shows the particular row information
    my problem is, i am executing prepared statement with 2 parameters in 2nd page controller which is working fine first time, when i go to first page and comes to 2nd page again my
    result set showing Null, some times query executing and getting results, some times null, i am confused with this behaviour. please help me ..
    Thanks all

    Hi ,
    How your table is being popluated ? You have executed VO in PR or PFR ?
    Please give snippet of your CO code , both after navigating from first page to second and again after coming back to first page .
    Also is same AM is retain or not ?

Maybe you are looking for

  • How do you allow one component at a time in the GUI to be selected?

    I have a tree and a combo box in my GUI. Does any one know of a method or way to allow the selection of one component at a time in the GUI only? For example, if i selected a node in the tree (it becomes highlighted), then made a choice from the combo

  • Binary search in java

    Hi, I keep getting a java.lang.ClassCastException with these two classes when I try to perform a binary search. Any tips? Phonebook class: ============= import java.util.*; public class Phonebook private static long comparisons = 0; private static lo

  • New macbook pro, unsupported file error

    Hi there, I've just got my new Macbook Pro, have installed Aperture2 and performed a software update. I get the 'unsupported file format' message when I import my RAW files. I can see the thumbnail, but no preview is rendered. I have a Canon 5D MkII

  • IF Function

    Hi Folks, I'm not sure why this doesn't work but I'm hoping someone will be clever enough to sort it out... I certainly haven't been able to. I want to write a function that looks for a certain two letters in a column of cells and if it finds it, it

  • Not able to open pdf file

    I am not able to open PDF file of size greater than 700 Mb in my surface tab?