Replacing default keys with GPShell

I'm trying to replace default keys for a JCOP20 card using GPShell,
but after opening secure channel, and running this line:
put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff(assuming that I want to change those three keys to "00112233445566778899aabbccddeeff")
I get (6A80: Wrong data / Incorrect values in command data.)
Am I doing something wrong?

So let's assume you have a GP 2.1.1 compliant card. The following script worked for putting a new key with key version 1:
mode_211
enable_trace
establish_context
card_connect -readerNumber 3
select -AID a0000000030000
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f // Open secure channel
put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff
card_disconnect
release_contextcorrsponding log
mode_211
enable_trace
establish_context
card_connect -readerNumber 3
* reader name OMNIKEY CardMan 3x21 0
select -AID a0000000030000
Command --> 00A4040007A0000000030000
Wrapped command --> 00A4040007A0000000030000--
--Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479173512E00734A06072A864
886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B0
40215650B06092B8510864864020103660C060A2B060104012A026E01029000
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4
f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4
d4e4f // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600--
--Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864
886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012
A026E01029000
Command --> 80500000086C29C97DFABB81D500
Wrapped command --> 80500000086C29C97DFABB81D500--
--Response <-- 00008031002007913283FF020016F1CD25161DF8FB817DEB67B8EF079000
Command --> 848201001010354C201858AFFB8DD553C490C68D8F
Wrapped command --> 848201001010354C201858AFFB8DD553C490C68D8F--
--Response <-- 9000
put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc
_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff
Command --> 80D80081430180106555E3DEF3F002CFE6BA482AE6E56A0F03FB097580106555E3DE
F3F002CFE6BA482AE6E56A0F03FB097580106555E3DEF3F002CFE6BA482AE6E56A0F03FB097500
Wrapped command --> 84D800814B0180106555E3DEF3F002CFE6BA482AE6E56A0F03FB09758010--
--6555E3DEF3F002CFE6BA482AE6E56A0F03FB097580106555E3DEF3F002CFE6BA482AE6E56A0F03FB--
--097563C7642EBB003E5C00--
--Response <-- 01FB0975FB0975FB09759000
card_disconnect
release_contextand then to change the existing key version 1 with a new key, change the put_sc_key to
put_sc_key -keyver 1 -newkeyver 1 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
..and the log
mode_211
enable_trace
establish_context
card_connect -readerNumber 3
* reader name OMNIKEY CardMan 3x21 0
select -AID a0000000030000
Command --> 00A4040007A0000000030000
Wrapped command --> 00A4040007A0000000030000--
--Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479173512E00734A06072A86
886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B
40215650B06092B8510864864020103660C060A2B060104012A026E01029000
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 00112233445566778899aabbccddee
f -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbcc
deeff // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600--
--Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A86
886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B06010401
A026E01029000
Command --> 8050000008EB28207C1654542200
Wrapped command --> 8050000008EB28207C1654542200--
--Response <-- 000080310020079132830102000027B1EF595D1421BCE4831BC94FD69000
Command --> 8482010010E1DF9A452975BF3ECA5232A0E4B46811
Wrapped command --> 8482010010E1DF9A452975BF3ECA5232A0E4B46811--
--Response <-- 9000
put_sc_key -keyver 1 -newkeyver 1 -mac_key 404142434445464748494a4b4c4d4e4f -en
_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
Command --> 80D801814301801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6
CD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF4700
Wrapped command --> 84D801814B01801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801--
--76DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6CCD7EB8B9D5CE8B5510E124E7038--
--AF473E70D0A25AC301CF00--
--Response <-- 018BAF478BAF478BAF479000
card_disconnect
release_context

Similar Messages

  • Replacing natural keys with surrogate keys

    Hi,
    We have database that is runnig with some old applications since many years. In the database, all the primary key are natural keys (composed with many columns). The applications are developped with mod pl/sql and oracle forms6i / designer6i.
    We are planning to develop a new system (replacing all the old applications), the database tables will ramain the same but we are thinking about replacing the natural keys with surrogate keys. Since we are planning to develop and migrate into the new system gradually (oracle forms applications will not be redeveloped first), my question is:
    - will the oracle forms applications still works?
    - what is the risk and precautions to take ?
    - is the decision to convert natural keys into surrogate a good one?
    All your comments and propositions are welcome.
    Thanks.

    Surrogate keys in general is a good idea. Many generators cannot handle multiple column PK's very well, or not at all. I believe, for instance, that Apex can handle 2 columns only.
    But, doing this on an existing datamodel can be a lot of work. You have to change your tables, of course, but also the foreign keys, triggers, constraints etc. A PK is protected from an update, but I guess you also want your old, natural PK, to be protected as well.
    Forms generates master-detail synchronization based on FK relations. If these change, you may have to change your Forms too. As long as you don't do anything in your existing form, my guess is that it will still work. The forms will maintain the FK relation between old table definitions. This works independently of the actual FK relation in the database. You can create triggers on the tables to actually populate the new PK and FK.
    For something like this: give it a try in a small test setup first. Than calculate the risk and impact.

  • Want to replace default calculator with third party calculator

    I have a Z22. I like the calculator in Ultrasoft Money, specifically the ability to "X" out of the calculator and remain in the program.  Is there a way to make the Money calculator the default calculator? I have set the hot sync button to access calculator.  It pulls up the Money calc while in Money, but the Palm calc in all other aps.
    Post relates to: Palm Z22

    Ok, then this cannot be done. You can get a calculator program installed by itself but not have one inside of another program take over the one that is provided on the OS.
    My recommendation is to find a Calculator program the same as or as similar you can get it to be that like the one inside Ultrasoft Money.
    Post relates to: Treo 800w (Sprint)

  • TS1381 My left arrow does not work on my macbook pro(model A1226).  I have reset nvram, performed a safe boot, pulled the cache to desktop, replaced .globalpreference.plist, test all other keys with keyboard view (all others work)  - HELP!!

    My left arrow does not work on my macbook pro(model A1226).
    I have reset nvram, performed a safe boot, pulled the cache to desktop, replaced .globalpreference.plist, & tested all other keys with "keyboard viewer" (all other keys work except for the arrow). 
    In addition, I have gone thru all the recommended checks with universal access and have booted from snow leopard dvd and the left arrow still does not work. 
    I have tried using the left arrow key in all of applications I use such as: excel, ms word, address book, calendar, iphoto, terminal, & highlighting an icon and using the arrows to move to another selected icon.
    Here is the kicker!  In addition, I purchased a logitech solar bluetooth keyboard and the arrows work fine with my ipad but do not work when paired with the macbook pro. All other keys work fine on the macbook pro using the bluetooth keyboard.
    I believe this says that the problem is not in my macbook pro keyboard. So where can it be?
    Can anyone think of any other rabbit holes I can search?
    thanks and regards
    vats3

    I would also like to add that I've reverted the two cd drive and hard drive mods I did and the laptop is back to factory hardware and there is 0 corrosion or mold visible.

  • Replace missing fonts with default fonts

    I used fonts in my document that were not downloaded to my computer.  I would like to replace these fonts with the default fonts that the computer automatically substituted.  Is there any way to find out what fonts were used to make these substitutions?

    I realize this is an old post, but maybe it will still help.
    Was looking for the same functionality in Photoshop as in InDesign, where upon selecting "Replace all Missing Fonts", there would be a dialog box allowing me to choose the fonts to replace to. Instead, it just arbitrarily selects "Myriad Pro", regardless.
    My solve, as clunky as it is, worked OK if your whole document uses the same font for everything. E.g. a font across multiple slides of a presentation.
    Using the newer filtering options in the Layer menu, select the "Filter for Type layers".
    Select all the type layers with the yellow triangle warning.
    Go to your Type menu and select the font you want to replace to.
    You will be prompted for each layer to confirm the change, get ready to hit "OK" a lot of times.
    Click on the "Filter for Type Layers" option again to restore your full menu list.
    Should take care of the issue.
    With that said, this is a feature request that is well overdue!
    Steve

  • Formula variables with replacement from key

    Hi Sdns,
    Well We are doing Upgradation from BW3.5 to BI 7.0.. After Upgrade we got stuck up'd at reports.. We are facing an error for a report which is formula variables with replacement from key is not working. The final result is giving us unexpected results i.e, Itz showing the values as X.
    We got some reference from Service.sap. We found a note which is 1005772. Howeer this Note is applicable for suport package level 12. But we are already in higher suppor package level 15.. So this note is not applicable.
    Can anyone guide us if u people have faced this kind of issue.
    Regards,
    Aluri

    Hi,
    Replacemet path processing type can be used with Charceteristics variables, text variables and formula variables.
    For example u have created two restricted Key figues for two
    years sales comparison and u have used characteristics variables on 0CALYEAR.
    The years for which we want to compare sales volume will be selected during the Execution.
    If 2000 and 2001 be selected,
    these can be assigned as text for restricted Key figures in the record.
    Please go thorough the following links.
    An application of Replacement path variable can be found here.
    http://www.sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html
    Another application to get the Document Count: For example Number of Sales Orders.
    Query formula-Counter???
    Example for Replacement Path: Characteristic Variable.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/78a03c1178ad2ce10000000a114084/content.htm
    Variable Replacement Example
    http://help.sap.com/saphelp_nw04/helpdata/en/af/809528939d5b4fbff7e16a5bdc0d85/content.htm
    Example for Replacement Path: Formula Variable.
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/5f9ac61a205a459d0e7ef313d10321/content.htm
    Hope it's helpful......
    Thanks,
    Kameswari.

  • Replace Temporary License Key with permanent Key

    Hi Folks,
    I have installed BOBJ and installed SAP integration Key on VMW with temporary SAP Integration kit Key. Integration is working fine and all the roles are imported from SAP BI to BOBJ.
    Now this Key has to expire after few days. I am to get permanent key for this SAP integration Kit.
    How can I replace this old temp key with the new key?
    Thanks,
    Bashir

    Hi,
    as mentioned above - for the server components >> BOE - you need to go to the Central Management console.
    For the client components such as Crystal Reports or the SAP Integration Kit you need to use the License manager
    Ingo

  • Why can't I get a replacement keyboard key from Apple?

    Rant version
    I was delivered a new 15 inch Macbook Pro with Retina screen with a broken 'V' key (literally, just the black plastic panel has a small broken clasp). I was unable to get a genius bar appointment anywhere within London Zone 1-2, Regent St, Stratford and Covent Garden all just tell me there are no appointments available. I called the Apple store in Stratford City to see if they could order a new 'V' key to the store so I could pick it up and click it on. They suggested I call Apple customer services as they wouldn't be able to help me unless I booked a Genius bar appointment, and obviously they had none. I was informed that I would have to send the entire machine away for at least 5 working days and then wait for a replacement to be shipped out. This is a total P.I.T.A as I have already started important projects on this machine.
    I managed to book a Genuis Bar appointment in Bromley (30 minutes drive from my house) and called to see if it would be possible for them to order the part in and fit it on the day, during my appointment. They said I would have to come in, just to show them the machine, and then they could order the part using my serial number. I asked why I couldn't just give them my serial number and come in when the part was delivered. They said that the telephone operator at the store could not make any sort of contact with the genius bar, regardless of the fact they are in the same building.
    I'd like to point out that everyone I have spoken to have been extremely nice, and understood my frustration, they just haven't been able to do anything that goes outside of their very limited protocol.I find it unacceptable that a company as powerful as Apple, are unable to post a keyboard key to a customer.
    As a computer enthusiast, this is the easiest and most simple problem I have ever had with a machine. It has also been the most common-sense defying process I have ever had the misfortune of being a part of. If it were up to me I would just pay the £3 for a replacement online, but Apple have changed the positions of the clasps from the unibody model by about a few microns, and I don't feel like waiting until someone decides to scrap a new RMBP.
    I don't mind if Apple don't want me to do the repair myself, that I may need to go through the enigmatic ritual of the genius bar to get this done (heaven forbid anyone but a Genius click the 'V' key on). I don't even mind if it takes a couple of weeks for the part to get there, I just want a replacement key, stuck on this laptop, without wiping the entire machine or sending it away for a week.
    Short version:
    If anyone knows where I can get a replacement 'v' key for the new 15inch Retina Macbook Pro then I'll love you forever.

    Yes it is sad but true I think. I EZprint to do my pano's and they turn out excellent. Give them a try.
    http://ezprints.com/Prints/panoramas/default.aspx
    Hope this helps.
    Tom
    desertdreamingphotography.com

  • Can you make a key with delete cascade when there is no primary key?

    I have a table with a primary key, and also a field called 'tpid', which is sometimes null, and sometimes has an integer value in it. This integer value corresponds a primary key in another table, and that key is also called tpid.
    I would like the following to happen.
    If a row in table 1 is deleted, and it has a tpid that is not null, then I want the corresponding row in the second table to be deleted too.
    I think a trigger could be written to do this, but it would be better if a foreign key constraint with cascade delete could be used.
    One reason that is better is that whenever I script out my database, triggers seem to be left out by default, unless I specifically ask that they not be..
    So can this be done - where column in table 1 has some nulls, and is not a primary key, but when its deleted, you want to delete a matching row in a table where it IS a primary key.
    Thanks,
    Gideon

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. Temporal data should
    use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. 
    >> I have a table with a PRIMARY KEY, <<
    That is redundant. Table has a key by definition, but the fact that you said it this way tells us you have a high level of ignorance. 
    >> .. and also a field [sic] called “tp_id”, which is sometimes NULL, and sometimes has an integer value in it. <<
    Yep! Wrong again! A column is not anything like a field. The only place “field” is use in SQL is for {year, month, day, hour, minute, second} in temporal values. 
    >> This integer value corresponds a PRIMARY KEY in another table, and that key is also called tp_id. <<
    NO, NO, NO! A key is never NULL by definition. It cannot be NULL in your un-named second table. Where is the DDL? Why do you have manners of a pig? 
    I will guess, since we have no clear specs from you, that you want to replace the NULL with a dummy value that can be used with DRI actions. 
    Would you like to give us enough information to help you? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Replacing default 255 keyset

    Hi
    I realise that this was asked before but still i couldnt get my JCOP engineering sample to change the default keyset (255/1/DES-ECB/4041.....4F 255/2/DES-ECB/4041.....4F 255/3/DES-ECB/4041.....4F) to something else .
    1) is it possible to do it with the JCOP engineering samples at all ?
    2) if yes , what is the exact procedure ?
    3) can the card stay at OP_READY state and still have the keyset changed ?
    4) does the card OS enforce anything about the keys such as not allowing the 3 keys to be the same ?
    TIA & best regards
    Yoren

    here is the APDU trace :
    starting session with card:
    cm> /card -a a000000003000000 -c com.ibm.jc.CardManager
    resetCard with timeout: 0 (ms)
    --Waiting for card...
    ATR=3B 8A 81 11 FC 4A 43 4F 50 34 31 56 32 32 31 92 ;....JCOP41V221.
    ATR: T=1, IFSC=252, Hist="JCOP41V221"
    => 00 A4 04 00 08 A0 00 00 00 03 00 00 00 00 ..............
    (74644 usec)
    <= 6F 10 84 08 A0 00 00 00 03 00 00 00 A5 04 9F 65 o..............e
    01 FF 90 00 ....
    Status: No Error
    card information:
    cm> card-info
    => 80 F2 80 00 02 4F 00 00 .....O..
    (7658 usec)
    <= 08 A0 00 00 00 03 00 00 00 01 9E 90 00 .............
    Status: No Error
    => 80 F2 40 00 02 4F 00 00 [email protected]..
    (7599 usec)
    <= 6A 88 j.
    Status: Reference data not found
    => 80 F2 10 00 02 4F 00 00 .....O..
    (10006 usec)
    <= 07 A0 00 00 00 03 53 50 01 00 01 08 A0 00 00 00 ......SP........
    03 53 50 41 90 00 .SPA..
    Status: No Error
    Card Manager AID : A000000003000000
    Card Manager state : OP_READY
    Load File : LOADED (--------) A0000000035350 (Security Domain)
    Module : A000000003535041
    authentication to the card with eng. sample default keys:
    cm> set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f 255/3/DES-ECB/404142434445464748494a4b4c4d4e4f
    cm> init-update 255
    => 80 50 00 00 08 9E F7 EB 30 30 94 C2 16 00 .P......00....
    (39623 usec)
    <= 00 00 63 19 02 73 16 91 07 16 01 02 00 04 B1 B7 ..c..s..........
    96 02 B1 CB 71 28 3D E1 A9 4F 55 42 90 00 ....q(=..OUB..
    Status: No Error
    cm> ext-auth plain
    => 84 82 00 00 10 E0 4C 40 DD 46 79 2D 2C 89 98 E0 [email protected],...
    FD 62 04 FB C6 .b...
    (43735 usec)
    <= 90 00 ..
    Status: No Error
    setting an off-card keyset #1:
    set-key 1/1/DES-ECB/404142434445464748494a4b4c4d4e4f 1/2/DES-ECB/404142434445464748494a4b4c4d4e4f 1/3/DES-ECB/404142434445464748494a4b4c4d4e4f
    transfering the new keyset to the card:
    cm> put-key mode replace replace-keySet 255 1/1/DES-ECB/404142434445464748494a4b4c4d4e4f 1/2/DES-ECB/404142434445464748494a4b4c4d4e4f 1/3/DES-ECB/404142434445464748494a4b4c4d4e4f
    => 80 D8 FF 81 43 01 80 10 59 36 DF EF C0 59 BC 7A ....C...Y6...Y.z
    A1 86 4C 03 90 64 87 FB 03 8B AF 47 80 10 59 36 ..L..d.....G..Y6
    DF EF C0 59 BC 7A A1 86 4C 03 90 64 87 FB 03 8B ...Y.z..L..d....
    AF 47 80 10 59 36 DF EF C0 59 BC 7A A1 86 4C 03 .G..Y6...Y.z..L.
    90 64 87 FB 03 8B AF 47 00 .d.....G.
    (10163 usec)
    <= 6A 86 j.
    Status: Incorrect parameters (P1,P2)
    jcshell: Error code: 6a86 (Incorrect parameters (P1,P2))
    jcshell: Wrong response APDU: 6A86
    any suggestions ?
    Thanks in advance
    Yoren

  • Replacing iTunes library with iPod library?

    replacing iTunes library with iPod library?
    Can anyone tell me how I can replace my entire iTunes music library with my iPod music?

    The transfer of purchased content to authorised computers has been introduced with iTunes 7, look under under File>"Transfer Purchases from iPod". A paragraph on it has been added to this article: How to use your iPod to move your music to a new computer
    The transfer of non iTMS content is designed by default to be one way from iTunes to iPod. However there's a manual method of copying songs from your iPod to your Mac at this link: Two-way Street: Moving Music Off the iPod
    If you prefer something more automated there are a number of third party utilities that you can use to retrieve music files and playlists from your iPod, this is just a selection. I use Senuti but have a look at the web pages and documentation for the others as well, they are generally quite straightforward. You can read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    Senuti Mac Only
    iPodRip Mac Only
    PodWorks Mac Only
    iPod.iTunes Mac Only
    PodView Mac Only
    iPodAccess Mac & Windows
    YamiPod Mac & Windows
    PodUtil Mac & Windows
    iPodCopy Mac & Windows
    If your library is currently empty and your iPod is set to update automatically take care when connecting to iTunes. You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on a Mac hold down the Option and Command (⌥ and ⌘ Apple) keys. This will stop the iPod from auto-syncing with iTunes and it will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer. For the duration of the transfer change your update setting to manual so you can use your iPod without the risk of accidentally erasing it: iTunes Keyboard Shortcuts for OSX
    Whichever of these transfer methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again.

  • Number 2 key(with "at" symbol) is not working......

    Hi,
    i am using HP 15-d006tu Notebook PC with windows 8 os.
    Recently i started facing a serious problem ie key with numer 2 and at symbol is not working. my model is having numeric keypad so i can type 2 with that but i am not able to type at symbol. Finding it really hard to copy paste the email addresses or the symbol alone. i checked whether it is jammed or something like that but nothing is there and its pressing like anyother key but when i press that key nothing is happening. 
    kindly let me know whether it is a hardware issue or some virus or something like that????
    Should i take my device to the service center and change the entire keypad???
    Really finding this problem a big headache. Its not even 1 year since i bought this laptop.
    Please please guide me.....
    Thank in advance
    Jobin 

    Hi
    Did you try connecting to USB keyboard and check?
    Shut down the notebook
    unplug the AC Adapter
    Disconnect all the external peripheral devices
    then remove the battery
    Hold down the Power button for 30 seconds
    Re-insert the battery and plug in the AC Adapter
    Tap away at the ESC key as you start the notebook to see if this will launch the Start-up Menu
    then select F10 to enter the bios menu
    Press F5 to load the defaults ( this is sometimes F9, but the menu at the bottom will show the correct key )
    use the arrow keys ( assuming they work in this menu ) to select 'Yes' and hit enter
    Press F10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    If that doesn't resolve the problem, then it's probably hardware issue,
    You can confirm it by testing keyboard from BIOS:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03467259
    Contact HP in your region:
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
    Regards,
    ++Please click KUDOS / White thumb to say thanks
    ++Please click ACCEPT AS SOLUTION to help others, find this solution faster
    **I'm a Volunteer, I do not work for HP**

  • How to replace one variable with another in large number of queries

    Hello guys!
    I have this situation: our company needs to use one variable instead of another for certain amount of queries.
    Is there some way to automatically replace one variable with another for a certain characteristic in big number of queries ( like 150 - 200 ) ? Doing this manually would take lots of time)
    Apreciate your help!

    you could try (at your own risk) the following:
    1. search the technical id (ELTUID) of your variable in table RSZELTDIR
    2. see where this variable is used in table RSZELTXREF (by filling RSZELTDIR-ELTUIID in RSZELTXREF-TELTUID)
    3. add similar entries for your new variable
    4. delete the entries for the old variable (they're part of the key, so you can't simply "change" them)

  • How do i replace my ipad with a new model in itunes?

    I'm replacing an iPad with an iPad 3rd generation and will be gifting the iPad to a friend.
    What steps do I need to take in iTunes for this to run smoothly?
    I want to end up with:
    1) The new iPad working but with all of my data, screen layouts and settings from my old iPad.
    2) The old iPad "de-registered" (if that's possible/necessary) and reset to factory default conditions with no data present and working on myfriends iTunes account.
    Is 1) as simple as backing up the original iPad in iTunes and plugging the new one in and restoring from the old backup? Possible complication: I get the "This iPad is synced with another computer. Do you want to erase and restore..." message whenerver I plug it in, although it does seem to sync when I cancel the "erase and restore" dialog. Would this complicate things?
    Re 2), my friend has an iPhone 4 and uses iTunes already. Is plugging in my "wiped" iPad all he needs to do? How do I reset the original iPad?
    I hope that these are simple questions, already encountered by many of you, but myself and my friend are at the stage where we have both only had one apple product and have never had to manage another device in iTunes so we just don't know what to expect and don't want to lose any data!
    Thanks in advance for your time and help!

    Is it as simple as backing up the original iPad in iTunes and plugging the new one in and restoring from the old backup?
    Yes
    How do I reset the original iPad?
    Settings --> General --> Reset --> erase all content and settings;.

  • Default key in internal tables

    what is 'Default key'? for what type of internal tables it is used? Can you please explain with examples?
    Thanks a lot.

    <i>Key
    The key identifies table rows. There are two kinds of key for internal tables - the standard key and a user-defined key. You can specify whether the key should be UNIQUE or NON-UNIQUE. Internal tables with a unique key cannot contain duplicate entries. The uniqueness depends on the table access method.
    <b>At tables with structured row type, the standard key is formed from all character-type columns of the internal table.</b> If a table has an elementary line type, the default key is the entire line. The default key of an internal table whose line type is an internal table, the default key is empty. At tables with non-structured row type, the standard key consists of the entire row. If the row type is also a table, an empty key is defined.
    The user-defined key can contain any columns of the internal table that are no internal table themselves, and do not contain internal tables. References are allowed as table keys. Internal tables with a user-defined key are called key tables. When you define the key, the sequence of the key fields is significant. You should remember this, for example, if you intend to sort the table according to the key.</i>
    Regards,
    Rich Heilman

Maybe you are looking for

  • GET_FILE_NAME ERROR

    Hi All We used GET_FILE_NAME to convert the data into XL sheet using Foms6i.But when we migrate this form into Forms 10g Application Server.i.e 9.0.4 Version,it gives an error.In that server GET_FILE_NAME is not supported. we used GET_FILE_NAME like

  • My Ipod classic 160 gb,is dead only blinks when plugged to cpu via usb cable reset apple logo blinks as well Help!!!

    My Ipod classic 160gb is dead,It only responds when I plug it in to cpu via usb cable then the screen blinks.When I try to reset it the Apple logo appears but the apple logo  blinks on and off to as long as i hold the buttons down,when i realease the

  • Cropping Issue in CS6

    On my installation of PS CS6, cropping an image to any proportion except Unconstrained or 1 x 1 is not possible. No matter what settings I use, the results as worthless. I never had this issue in CS5 and frankly, that tool worked just fine and why in

  • Cannot sync pacman; error: failed retrieving file, No address record

    Hello, As a heads up, I'm trying not to repost I've searched the forums but found nothing, I'll keep looking. I've read the front page news about the mirrorlist and tried using the old mirrorlist file. I've been on #archlinux on IRC. Nothing yet. Her

  • Filtre en racine cosinus surélevé

    bonjour; je suis étudiante en licence Télécommunication au Maroc;et je travaille actuellement sur les techniques de Modulation sous Labview .je suis tombée par hasard sur cette article (Télécommunications Numériques sous Labview).que j' ai lu plusieu