Some hints required

Hi,
We have Solaris 8 with Forte 6 update 2
Don't tell its out of life before i complete ;-)
We are planning to move to Sun Studio 10.
We use third party softwares like Orbix, Ilog, Roguewave, Xerces, to name the main ones.
The machine specifications are
SunOS sunfirev240 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-V240
Any help regarding this rollover?
Any specific problems that we might face?
Thanks

I'm glad to hear you are upgrading to a current compiler. :-)
In practice, we find that some third-party software vendors do things in their code or build processes that don't follow the rules for using Sun compilers. Third-party code sometimes contains hacks that are not supported by Sun and don't work on all compiler releases. We work with vendors directly to help them get their code working properly.
Apart from that, later compilers do a better job of finding errors in code that earlier compilers missed.
A good first step is to ask the various 3rd-party vendors whether they support Sun Studio 10, and if you need to upgrade their software to use Studio 10.
Once you resolve the third-party issues (if any) I suggest just installing the new compiler and rebuilding everything.

Similar Messages

  • Need some hints for evaluating data from Central Performance History

    Hi Experts,
    I am pretty new to all the BI-stuff and hopefully someone can provide some hints. I got the requirement to read data (CPU usage/peaks) from central performance history of "system a" into "bi system" to generate overviews/charts/etc
    Now I guess there might be a standard report/info cubes and stuff which will help to solve this.
    I would really appreciate if someone could throw me a few keywords about this topic.
    Thanks in advance!

    Hi David,
    Thanks, I hadn't looked at the note.
    Section 2 - history of all connected systems showed me what to do to collect the data. I had seen that in the setup but not understood the implications of it fully. The note explained it much clearly than the SAP help.
    Thanks again,
    Gareth

  • Some rows requires Link&some don't require link in LinkToAction tablecolumn

    Hi,
    I code in WebDynpro for java.
    I have a column in a table which is a LinkToAction.
    Only for specific values which i get to this column, i require link and for others i do not want a link to appear in this column in that particular row.
    For example, i query a RFC and get values for this LinkToAction column. If values i got from RFC is "Seats Available", i require a link in this column in that row.
    If the value i get from RFC is "Seats Full", i do not want a link in this column in that particular row.
    Can anyone give some hints on how to achieve this?
    Thanks,
    Bhuvana

    Hi Bhuvana,
    You can bind the property of the Link to action UI elemet's type property with one value attribute with the type com.sap.ide.webdynpro.uielementdefinitions.LinkType
    and you can change the property as per your condition. This will change the display of the UI element.
    Kind regards,
    Mukesh

  • Pls give some hints on this algurithum

    in a 4x4 chess grids, so 16 squares
    i have four pieces person, wumpus , pit, gold
    person is player in chess.you muss move it.
    person would fall in pit, person would grab gold
    person would be eaten by wumpus,
    so i must radomly inintialize proper positions for
    4 pieces.and also. other pieces couldnot encircle
    person, could still leave a space for person to
    move.
    please any of you have good algurithum of it?
    or give some hints?
    thanks in advance

    OK, here's a basic methodology from the vaults of my brain:
    __0 __1 __2 __3
    __4 __5 __6 __7
    __8 __9 _10 _11
    _12 _13 _14 _15
    Given four squares, numbered as above, you need to randomly place three items
    (wumpus, pit, gold), then place the person so that they are able to move,
    correct? I suppose that the person should be able to reach gold, pit, and
    wumpus?
    Consider a slightly larger square:
    - X X X X -
    - X X X X -
    - X X X X -
    - X X X X -
    - - - - - -This has the original square in the middle with some border to allow proper
    numerical manipulation.
    OK, now we take the blocks and add them numerically to an array:
    String[] board = new String(36);Looking back at the larger block above, given a square, it must not be the
    case that:
    (board[squareIndex + 6] is border or taken and
    board[squareIndex - 6] is border or taken and
    board[squareIndex - 1] is border or taken and
    board[squareIndex + 1] is border or taken)
    and it must be the case that 6 < squareIndex < 29Lets look at a full listing of possible indices in the array:
    0  1  2  3  4  5 
    6  7  8  9 10 11
    12 13 14 15 16 17
    18 19 20 21 22 23
    24 25 26 27 28 29
    30 31 32 33 34 35If you take each index, divide by 7 and add index modulo 7
    (int i = index/7 + index % 7) you get the following result:
    0  1  2  3  4  5
    6  7  2  3  4  5
    6  7  2  3  4  5
    6  7  8  3  4  5
    6  7  8  9  4  5
    6  7  8  9 10  5
    We've already set the requirement that 6 < index < 29, leaving the following:
    6  7  2  3  4  5
    6  7  2  3  4  5
    6  7  8  3  4  5
    6  7  8  9  4  5
    So,
    if int i = (index/7 + index%7), then i < 5 or i> 6 (i != 5 && i !=6), giving a
    test for a valid square within the array, if needed.
    As long as one of the adjoining squares (I'm assuming lateral movement only)
    is open, then the person can be placed and still move. Of course, for all
    items to be accessible, then none of the items can be blocked, and all of
    the placed items must be checked after a new item selects a position to
    make sure that all is well; if a position for an item is chosen that blocks
    another item, then choose a different position and try again.
    It will speed things up if you can keep track of the failed positions so you
    know not to try them again, as well as keeping track of placed items so you
    don't try to place two items in the same square.
    Are there better ways to do this? No doubt; this is a quick shaking-of-the-
    tree to see what fell out, but hopefully it will give you some place to start.
    I haven't coded a Wumpus in over 20 years; thanks for the trip down memory
    lane!

  • I cannot get GPS Only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX

    It seems like I cannot get GPS only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX, garmin blueChart mobile, and a GPS monitoring tool. All show no signal. If I turn on cell and wifi,  it says I get gps signal, but can't tell if that is from the GPS chip, or just from cell and wifi only (maybe with some gps mixed in)?  Any ideas on how to get iPad working with GPS only??

    Roger that.  Thanks for your time.
    System:
    Windows 7 64bit
    Processor: AMD phenom IIX4 965
    RAM:  Gskill Ripsaw F3-12800CL7D-4GBRM (2-2GB sticks)
    GPU:EVGA Classified Nvidia GeForce GTX 560 Ti 448 core
    PSU: Kingwin 1000W laser gold (LZG-1000)
    Yes. tried the one ram stick, no go.  I have been trying to boot off/install the windows 7 disk but am unable to get to the point where windows starts installing after its gathering information portion of the install.  I can get to the disk selection screen of the install with the WD HD on SATA port 2 but then get the "cant install messages" when I try to select the Vertex 3.  Yes I can see the Vertex 3 Drive as well as the WD drive at this point.  some times I have to hit "scan" a couple of times.

  • Some apps require Adobe Flash; however, when I try to inst all, get message saying my iPad (version 7.0) can't support Adobe Flash, so can't access. Any way around this?en I attempt to install, get message that my iPad cannot support such.  I have a

    Some apps require Adobe Flash; however, when I attempt to upload the program, I receive message to the effect that my iPad (version 7.0)  cannot support Adobe Flash, so I am unable to view some attachments sent.  I just bought my iPad recently and am still figuring everything out. If there is some solution to my problem, I would appreciate being advised. Thanks.

    https://discussions.apple.com/thread/5461191?tstart=0

  • ITunes (11.3 64bit) cannot run because some its required files are missing. Please reinstall iTunes.

    just set up my new laptop lenovo x240.
    Windows 7 SP1.
    itunes 64bit 11.3
    first install went fine. then I tried to move my preexisting library. the library did not show the apps. so I tried around. Treid to re-install itunes.
    Since I did, after the re-install, iTunes gives me the error message "iTunes cannot run because some its required files are missing. Please reinstall iTunes."
    I tried the  -_> link: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    unfortunately it did not resolve. please, advise... I am quite desperate... and surprised this is happening, since I am on a clean corporate laptop.
    perhaps, can someone also steer me to a corner, where I can deactivate the cloud install pop-up ones starting iTunes?

    See the advice given in the user tip:Troubleshooting issues with iTunes for Windows updates for a very workable approach.

  • Need some hints on using dbms_crypto

    Hello,
    I need some hints on using the dbms_crypto package to generate some password for the OID userpassword attribute. The passwordstring is stored in a format {CRYPT}dasdasdawdww, {SHA}jfsklefjskldjkdlkldf, {MD4}dfdsfgsdgdfewwe or {MD5}fsdfsdadsgdfg where the keyword in the curly brackets describes the encryption methods. I think CRYPT means DES, SHA means SHA-1.
    The key for the DES encryption for UNIX password authentification is in the first 2 letters of the encrypted string. I wanna have an encryption function which encrypts the clear type passwords in the right format like this perl script:
    #!/bin/perl
    print crypt($ARGV[0],"HS");
    #: crypt.pl Test123 # program fetch
    HSF0Sx2zdrLoQ
    Regards
    Holger

    Hello,
    meanwhile I made some investigations on the Problem
    I tried this code:
    DECLARE
    input_string       VARCHAR2 (200) :=  'Test123';
    output_string      VARCHAR2 (200);
    encrypted_raw      RAW (2000);             -- stores encrypted binary text
    decrypted_raw      RAW (2000);             -- stores decrypted binary text
    num_key_bytes      NUMBER := 256/8;        -- key length 256 bits (32 bytes)
    key_bytes_raw      RAW (32);               -- stores 256-bit encryption key
    encryption_type    PLS_INTEGER :=          -- total encryption type
                             DBMS_CRYPTO.ENCRYPT_DES
                           + DBMS_CRYPTO.CHAIN_CBC
                           + DBMS_CRYPTO.PAD_PKCS5;
    BEGIN
            DBMS_OUTPUT.PUT_LINE ( 'Original string: ' || input_string);
            key_bytes_raw := UTL_I18N.STRING_TO_RAW ( 'HS' );
            encrypted_raw := DBMS_CRYPTO.ENCRYPT
                            src => UTL_I18N.STRING_TO_RAW (input_string,  'AL32UTF8'
                            typ => encryption_type,
                            key => key_bytes_raw
    -- The encrypted value "encrypted_raw" can be used here
            DBMS_OUTPUT.PUT_LINE ( 'Encrypted string: ' || encrypted_raw);
            decrypted_raw := DBMS_CRYPTO.DECRYPT
                            src => encrypted_raw,
                            typ => encryption_type,
                            key => key_bytes_raw
            DBMS_OUTPUT.PUT_LINE ('Decrypted string: ' || UTL_I18N.RAW_TO_CHAR (decr
    ypted_raw, 'AL32UTF8'));
            DBMS_OUTPUT.PUT_LINE ('Encrypted Char string: ' || UTL_I18N.RAW_TO_CHAR
    (encrypted_raw, 'AL32UTF8'));
    END;
    /and got these error messages:
    ERROR at line 1:
    ORA-28234: key length too short
    ORA-06512: at "SYS.DBMS_CRYPTO_FFI", line 3
    ORA-06512: at "SYS.DBMS_CRYPTO", line 10
    ORA-06512: at line 15In the next try:
    DECLARE
    input_string       VARCHAR2 (200) :=  'Test123';
    output_string      VARCHAR2 (200);
    encrypted_raw      RAW (2000);             -- stores encrypted binary text
    decrypted_raw      RAW (2000);             -- stores decrypted binary text
    num_key_bytes      NUMBER := 256/8;        -- key length 256 bits (32 bytes)
    key_bytes_raw      RAW (32);               -- stores 256-bit encryption key
    encryption_type    PLS_INTEGER :=          -- total encryption type
                             DBMS_CRYPTO.ENCRYPT_DES
                           + DBMS_CRYPTO.CHAIN_CBC
                           + DBMS_CRYPTO.PAD_PKCS5;
    BEGIN
            DBMS_OUTPUT.PUT_LINE ( 'Original string: ' || input_string);
            key_bytes_raw := UTL_I18N.STRING_TO_RAW ( 'HS12345678901234' );
            encrypted_raw := DBMS_CRYPTO.ENCRYPT
                            src => UTL_I18N.STRING_TO_RAW (input_string,  'AL32UTF8'
                            typ => encryption_type,
                            key => key_bytes_raw
    -- The encrypted value "encrypted_raw" can be used here
            DBMS_OUTPUT.PUT_LINE ( 'Encrypted string: ' || encrypted_raw);
            decrypted_raw := DBMS_CRYPTO.DECRYPT
                            src => encrypted_raw,
                            typ => encryption_type,
                            key => key_bytes_raw
            DBMS_OUTPUT.PUT_LINE ('Decrypted string: ' || UTL_I18N.RAW_TO_CHAR (decr
    ypted_raw, 'AL32UTF8'));
            DBMS_OUTPUT.PUT_LINE ('Encrypted Char string: ' || UTL_I18N.RAW_TO_CHAR
    (encrypted_raw, 'AL32UTF8'));
    END;
    /I got some results which have nothing in common with the perl script:
    Original string: Test123
    Encrypted string: DE5668CD7762074C
    Decrypted string: Test123
    Encrypted Char string: ?h?bL
    PL/SQL procedure successfully completed.Come to think of it I doubt if DBMS_CRYPTO is the right way to solve my problem. Any further hints?
    Regards Holger

  • TS1368 Even though I can connect to the Internet, I cannot connect to iTunes.  I bought some hints for a Crickler game and cannot retrieve them using 3 g or wifi.  I went into the confirmation email on the purchase and tried to report problem but couldn't

    I can't connect to iTunes.  I have Internet connection with wifi and 3G.  I bought some hints for Crickler and I cannot claim them.  I tried to report the problem using the link on the purchase confirmation email but I can't get into ITunes to report it and I suspect that's why I can't claim the hints.  I have an ipad2. Could iTunes be corrupted?  I tried rebooting and that didn't work.

    oh I'm not actually using a router, I'm using my macbook pro as a wifi router by turning on network sharing.
    And I'm sharing the connection through PPPoe
    ...unless, of course, I'm totally misunderstanding your question @@;
    I'm a complete tehcno noob =__=;

  • When i try to watch any movie or songs on youtube is s show me this error some plugins required by this page have been blocked for your protection

    when i try to watch any movie or songs on youtube is s show me this error
    some plugins required by this page have been blocked for your protection
    and when i check fire fox ads -on it show me shockwave flash 10.3 r183 disable and i m unable to unable it how i can unable it? plz send me suggestion on [email protected] thx
    i need to unable 10.3 r183 plug from ads-on but its disable and no button to unable it

    See also http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    You can find the last Firefox 3.6.x release in all languages and for all Operating Systems here:
    *Firefox 3.6: http://www.mozilla.org/en-US/firefox/all-older.html

  • Give some hints that in a table control , first row will be editable and

    pls,
    give some hints that in a table control , first row will be editable and
    rest of the rows will be non-editable.

    Hi,
    Take the group1 for all the textboxes in table control as 'ABC'.
    Use this code, its working:-
    it_zekpo is my internal table w/o header line,
    wa_zekpo is work area.
    Name of input/output fields on screen are:-
    wa_zekpo-field1,
    wa_zekpo-field2, and so on...
    At screen flow-logic
    PROCESS BEFORE OUTPUT.
    *  MODULE status_8003.
      LOOP WITH CONTROL po_tb.
        MODULE read_data.
      ENDLOOP.
    PROCESS AFTER INPUT.
    *  MODULE user_command_8003.
      LOOP WITH CONTROL po_tb.
        MODULE modify_data.
      ENDLOOP.
    In PBO
    *&      Module  READ_DATA  OUTPUT
    MODULE read_data OUTPUT.
      READ TABLE it_zekpo INTO wa_zekpo INDEX po_tb-current_line. "po_tab is table control name
      "enable only first row and disable rest rows in table control.
      IF sy-subrc EQ 0.
        IF sy-tabix GE 2.
          IF screen-group1 = 'ABC'.
            LOOP AT SCREEN.
              SCREEN-INPUT = 0.
              SCREEN-ACTIVE = 0.
            ENDLOOP.
            MODIFY SCREEN.
          ENDIF.
        ENDIF.
      "disable empty rows
      ELSE.
        IF screen-group1 = 'ABC'.
          LOOP AT SCREEN.
            SCREEN-INPUT = 0.
            SCREEN-ACTIVE = 0.
          ENDLOOP.
          MODIFY SCREEN.
        ENDIF.
      ENDIF.
      data : line_count type i.
      describe it_zekpo
      lines line_count.
      po_tb-lines = line_count + 10.
      "to increase the number of lines in table control dynamically
    ENDMODULE.                 " READ_DATA  OUTPUT
    In PAI
    *&      Module  MODIFY_DATA  INPUT
    MODULE MODIFY_DATA INPUT.
      MODIFY IT_ZEKPO FROM WA_ZEKPO INDEX po_tb-currentline.
    ENDMODULE.                 " MODIFY_DATA  INPUT
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Some help required with logic for a dynamic sql query

    i have below code but not sure how to resolve this problem - what i need is to be able to dynamically
    the problem:
    i have a rabbge of paratmeters coming in from a form and need to be able to create a dynamic query string to go into a prepared statement object.
    the problem i have is there are 2 fields year range and year.
    if year range is none i need to create the query string as such :
    where the value of year can be serached on exactly
    str.append("VOLUME_YEAR = ? ");the probelm is if the year range is 5 or year range is 10 i dont know how to maipulate the query string to be able to set the string such that i can then place the year value in the place holder in preparedStatement.setInt(1, year)
    how can i create the intial query string ie.- what are the possible things that i can do. - i'm thinking of things like putting some type of between or such type query statement - but not at all sure how the syntax would go - ie. how would i use the year value and how would i create this dynamic part of the query string so that the JDBC regonises it?
    thanks for any help.
    public String setVolumeYearQuerySt(String year, String yearRange, StringBuffer str){
              String volumeYearQueryString = null;
              Sring doAction= null;
              if (yearRange.equals("None")){str.append("VOLUME_YEAR = ? ");}
              else if(yearRange.equals("5 Years")){doAction = "Nothing";}
              else if (yearRange.equals("10 Years")){doAction = "Nothing";}
              return volumeYearQueryString;
              }

    Saish - thanks a lot for the code example.
    Although, i think its far too advanced for me to understand and try to manipulate it and fit my problem. I'm pretty new to programming as you can probably see from my simple if else type statements. But i'm going to give it a try and see how it goes.
    could you please be kind enough to demonstrate how i could use the above syntax to do the following. --
    i have a year being entered in form .  in the database there is a column year volume which contains year in single year value format and also in a year range  value format - thus as in below - how could i do this -
    eg.
    user can enter a value in the year field a single value or a range value - then he can select +/-5 or 10 yrs range on that value - the DB holds the values as single values and ranges as below -
    one suggested apporach is as follows if a single user is alloweed to enter only a single value in the filed and select a query range +/- 5 etc..
    volume year of �1926-1928� and the user enters �1927�, the query has to find all records where
    look for records that are �less than or equal to� 1927.  It then has to check to see if it contains a range.  For those that it finds containing a range, it has to work out what the �upper� year is and check to see if that is �greater than or equal� to 1927.  If it is, then that is a possible matchanother approach that is suggested is to have a drop down with all years from databse and user is only llowed to select value from drop down and following logic is suggested :
    Because volumes can be received as ranges (e.g. 1964-1966), some extra coding is required where the user asks for a Year Range (such as + or � 5).
    Using the Year selected from the dropdown list, split it into 2 values, a low year and a high year. For example, if �1965-1968� is selected from the year dropdown, split it into �1965� and �1968� for the low year and high year respectively. If �1964� is selected from the year dropdown, split it into �1964� and �1964�. Now take the Year Range that the user has entered into account. For example, if the user has entered 5, subtract 5 from the low year and add 5 to the high year. Using these values, include the following search criteria in the query to the database:-
    (<low year>     BETWEEN
                 left (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1)
         AND     right (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1))
    OR     (<high year>     BETWEEN
                 left (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1)
         AND     right (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1))regards - i think if i could solve the first approach that would be something good as its most user freindly
    thanks

  • Password hint required in password reset through console

    We are using OID to handle our user database. One of the problems we are having is that the forgot password feature through the Oracle Identity Management Provisioning Console doesn't really enforce required fields for password reset. I currently have the orclpasswordhint and orclpasswordhintanswer attributes with the following settings: required, viewable, self-editable, and Password Reset Validation. The problem is that if someone has never set their password hint and answer, it will not ask for them on password reset and will just ask for their email address. While we could probably control this from within the application hooking into OID, we want to be able to force the user to enter this data or be unable to use the console to reset their password.

    Hi Jay,
    i follwed your steps i am getting the below error when i am trying to start manageservers with nodemangers.
    <Dec 14, 2010 4:02:47 AM EST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Dec 14, 2010 4:02:47 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    I tried with deleting ldap folder also.
    Regards
    Madhu

  • In downloading some games requires install of flash pgm, can this cause damage to the operating system?

    I am new to Mac book pro world, wanted to run some games from website, or downloads. They require install of "Flash" f appl. Could this cause any damage to the Mac Operating System?   (I'm used to the PC Microsoft world)
    Thanks, Tom

    Won't cause any damage. Apple just stopped including Flash in its default installation a while back, but there is no problems with you installing it. Just be warned that Flash apps tend to really drain your battery quickly.

  • Issues with some apps requiring administrative privileges after installing Mavericks

    Hi everyone. After updating to Mavericks on my MacBook Pro, I have experienced the following inconveniences.
    1) Dropbox keeps asking for my administrative password at every boot.
    Quite annoying. Reinstalling the app didn't solve the issue. Instead, Finder integration seems now gone.
    2) VirtualBox won't start.
    The error message is "Effective UID is not root (euid=217 egid=20 uid=501 gid=20) (rc=-10). Please try reinstalling VirtualBox.".
    Needless to say that uninstalling the app with the script and reinstalling it didn't solve anything.
    3) XQuartz is also gone.
    It keeps popping out with this error message: "The application X11 could not be opened. An error occurred while starting the X11 server: "Cannot establish any listening sockets - Make sure an X server isn't already running. Click Quit to quit X11. Click Report to see more details or send a report to Apple.".
    If I hit "Quit", the message comes out after some seconds. I used XQuatz to run Inkscape, which I have now replaced with iDraw, but the issue is still annoying.
    As far as I understand, the problem seems related with administrative privileges required by the apps. On my two other Macs (Mac Mini and iMac) things are fine, so I assume that somehow maybe some system files are messed up on the MBP. I ran a permission repair but it was useless. I searched the forums but it seems that nobody is experiencing the same troubles. I hope someone here may help me solve these issues without a fresh install. Any ideas?

    I think this may now well be a keychains issue. 
    Resetting your keychain in Mac OS X
    http://support.apple.com/kb/TS1544?viewlocale=en_US
    OS X: Keychain Access asks for keychain "login" after changing login password
    http://support.apple.com/kb/HT1631?viewlocale=en_US
    OS X Mavericks: Lock or unlock your keychain
    http://support.apple.com/kb/PH13823?viewlocale=en_US
    Open Keychain Access, which is in the Utilities folder within the Applications folder.
    From the Keychain Access menu, choose Preferences.
    Click General, then click Reset My Default Keychain.
    Authenticate with your account login password.
    Quit Keychain Access.
    Restart your computer.

Maybe you are looking for

  • Burning problem: even after no delay between tracks, still get a noise

    I want to burn a CD with no delay between tracks. I have selected 0 seconds in the Burning preferences as the delay. It works except that there is a short "blip" stutter sound at the start of every track...how can I get rid of this? Like if the speec

  • Over saturated Images in Safari

    I'm experiencing an issue where Safari shows images optimised for the web in a very over saturated form. It is really driving me mad! My MackBook Pro and 23" apple LCD are both colour calibrated using the Spyder2Pro colouromitor. I use those profiles

  • Max users on standard edition

    hello how much simultanious connection could be on oracle 10g standard edition, and how much on entreprise edition? thanks

  • Exporting to SpeedGrade | Learn Premiere Pro CS6 | Adobe TV

    In this video you'll see how to send a Premiere Prosequence to Adobe SpeedGrade for color grading and get a very brief overview of applying a look in SpeedGrade. http://adobe.ly/JfKneI

  • What is a Splash Screen?

    Hi, Been told as part of a university assignment i need to have a 30secs introductry Splash screen? What is a splash screen? Any tutorials on how to make them? Thanks Sam