Error 0x000006F7 - Problems interacting with the card
995187Apr 11 2013 — edited May 3 2013Hello,
I am using
- GPShell
- Java Card Gemalto TOP IM GX4
- Smart Card Reader Gemalto IDBridge CT40
I've tried this GPShell script:
mode_201
enable_trace
enable_timer
establish_context
card_connect
select -AID A000000018434D00
open_sc -security 3 -keyind 0 -keyver 0 -key 47454d5850524553534f53414d504c45 -keyDerivation visa2 // Open secure channel
get_status -element 20
card_disconnect
release_context
But I get the following error:
select_application() returns 0x000006F7 (The fragment has received incorrect data)
I get This error with any script that interacts with the Java Card after installing and testing an applet on the card that generates a message encrypted with the DES algorithm.
Console:
mode_201
enable_trace
enable_timer
establish_context
command time: 218 ms
card_connect
command time: 203 ms
select -AID A000000018434D00
Command --> 00A4040008A000000018434D00
Wrapped command --> 00A4040008A000000018434D00
select_application() returns 0x000006F7 (El fragmento ha recibido datos incorrectos)
What should I do?
Thanks in Advance.