INSTALL [for install] error

Hi,
I am currently writing my own cap uploader, but am currently getting in the INSTALL command. My current steps are:
Authenticate Secure Channel // reply 90 00
80 E6 02 - Install for Load command // reply 90 00
80 E8 - Upload data block // all give reply 90 00
but here:
80 E6 0C // install for install command - reply is 69 85
I know the 69 85 error is "Conditions of use not satisfied", but has anyone got any ideas of what I could be doing wrong here, as all my other commands get a response on 90 00?
Cheers,
Dan

Are you sure that the install-method of the applet that you are loading is correct?
As the install-method of your applet is invoked during the INSTALL [for install] command, an exception might be thrown during the execution of this method, which might be mapped to this common error.
The Javacard we are using here (JCOP from IBM) throws an ISOException with reasoncode 0x6A80 (WRONG DATA) when an exception is thrown during the execution of the install-method of an applet.

Similar Messages

  • Help: what meaning of some fields in INSTALL [for install] fields ?

    Hi all,
    I don't understand some fields in Data field of INSTALL [for install] command.
    There is section *"A.1.1.4.2.1 -     Toolkit Applet Specific Parameters "* of specification +3GPP TS 23.048 V5.9.0+
    *Presence         Length          Name*
    Mandatory         1                  Length of Access Domain field
    Mandatory         1-p          Access Domain (see A.1.1.4.2.3)
    Mandatory         1                  Priority level of the Toolkit applet instance (see A.1.1.4.2.4)
    Mandatory         1                  Maximum number of timers allowed for this applet instance
    Mandatory         1                  Maximum text length for a menu entry
    Mandatory         1                  Maximum number of menu entries allowed for this applet instance
    Conditional                /     Position of the first menu entry ('00' means last position)
    Conditional               |          Identifier of the first menu entry ('00' means don't care)
    Conditional
                               |     ….
    Conditional               |          Position of the last menu entry ('00' means last position)
    Conditional                \     Identifier of the last menu entry ('00' means don't care)
    Optional         1                  Maximum number of channels for this applet instance
    Optional         1                  Length of Minimum Security Level field
    Conditional     0-q          Minimum Security Level (MSL) (see A.1.1.4.2.5)and more description like this:
    The position of the new menu entries is an absolute position among the existing ones.
    A part of the item identifier shall be under the control of the card system and the other
    part under the control of the card issuer. Item identifiers are split in two ranges:
    -     [1,127] under control of the card issuer;
    -     [128,255] under the control of the  toolkit framework.
    If the requested item identifier is already allocated, or in the range [128,255], then the
    card shall reject the install command. If the requested item identifier is '00', the card shall
    take the first free value in the range [128,255].These pair fields *"Position of the first menu entry ('00' means last position)"* and
    *"Identifier of the first menu entry ('00' means don't care)"*.
    What purpose do these fields describe? Let give some example for me!
    Thanks,
    HoaND
    Edited by: hoaibaotre on Oct 27, 2011 10:21 AM

    You give us no clue about what you used to record/playback scripts

  • GP install for install command

    Dear all,
    I have implemented GP install for install command. we have 3 tags for specific install parameters. C7,C8 and C9. C9 is mandatory. when i use only tag C9, i can install applet on each types of java cards, but when i use C7 and C8 tags, i can install applet on some types of java cards.
    I don't know what's the problem,Do all types of java cards support C7 and C8 tags ?
    thanks a lot!

    Daer Shane,
    My APDU data of install [install] command is:
    0A010203040506070809000B01020304050607080900000B010203040506070809000001000CEF08C7020100C8020100C90000
    0A: length of package AID 01020304050607080900=package AID
    0B: length of applet AID 0102030405060708090000=applet AID
    0B: length of instance AID 0102030405060708090000=instance AID
    01:length if application privilege 00=application privilege
    0C=length of install parameters EF08C7020100C8020100C900=installation parameters
    i get 6a80!
    it works for some types of java cards, but it doesn't work for another :(

  • INSTALL for install system specific parameters

    Hi,
    I use a third party tool to download and install an applet on my card. The last INSTALL command looks like this:
    80 E6 04 00 45 10 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX 10 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX 10 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX 01 00 0E C9 00 EF 0A CA 08 01 FF FF 00 10 01 00 00 00 00
    The bytes in bold are the system specific parameters: tag (EF), length (0A) and value.
    Is there a description of these system specific parameters and what they mean or this depends on the card issuer and is therefore known only to the card issuer?
    Thanks

    The tag itself says that.
    The BER-TLV encoding is described in ISO7816-4_2005 page 14.
    The EF value reads as follows in binary: 1110 1111. (b8-b1)
    The decoding is as follows:
    b8-b7 = 11 means private class, not defined in ISO7816-4
    b6 = 1 means constructed encoding
    b5-b1 not all set to 1 means tag number 01111=15
    b6 = 1 means the contents of this tag is constructed, ie, it contains a concatenation of tags.
    next byte, 0A = 10 bytes of contents
    next byte = CA, due to the constructed encoding, this is a tag
    in binary, this reads 1100 1001
    and, b8-b7=11 = private class
    b6 = 0 = primitive encoding, the tag contains raw data and not a set of russian dolls
    b5-b1 not all set to one means tag number 9.
    To sum it up, all tags with b6 = 1 are constructed:
    That means that the following tag ranges are constructed:
    001XXXXX = [0x20 - 0x3F]
    011XXXXX = [0x60 - 0x7F]
    101XXXXX = [0xA0 - 0xBF]
    111XXXXX = [0xE0 - 0xFF]
    And the following ranges are primitive:
    000XXXXX = [0x00 - 0x1F]
    010XXXXX= [0x40 - 0x5F]
    100XXXXX= [0x80 - 0x9F]
    110XXXXX= [0xC0 - 0xDF]
    regards :)

  • How to calc load parameters field for INSTALL for LOAD command

    Hi everyone ,
    I'll appreciate it if anyone could help me to find out how to calculate load parameters field for Install for Load Command .
    (which tags and parameters I should use to make this field )
    Best Regards,
    SHKas

    SHKas wrote:
    I'll appreciate it if anyone could help me to find out how to calculate load parameters field for Install for Load Command .
    (which tags and parameters I should use to make this field )Hi SHKas,
    The field is deffined in the GP card spec 2.1.1 under 9.5.2.3.6 INSTALL [for load] and INSTALL [for install] Parameters. The section of text explains what each field is and the tag to use to encode. Each value is a two byte short.
    Cheers,
    Shane

  • Feb/Mar 2015 Update: OneDrive for Business Error "Incompatible Office products are installed on your machine."

    After Installing the Feb 2015 Updates for Office 2013 ProPlus via ClicktoRun, OneDrive no longer opens with the error message:
    "Sorry, we can’t perform this action. Incompatible Office products are installed on your machine. If you have an administrator, please contact them for help. "
    The eventviewer info is:
    - <System>
      <Provider Name="Microsoft Office 15 Alerts" />
      <EventID Qualifiers="0">300</EventID>
      <Level>4</Level>
      <Task>0</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated SystemTime="2015-02-11T17:08:53.000000000Z" />
      <EventRecordID>605</EventRecordID>
      <Channel>OAlerts</Channel>
      <Computer>BP-W-7DB824.raydon.com</Computer>
      <Security />
      </System>
    - <EventData>
      <Data>Microsoft OneDrive for Business</Data>
      <Data>Sorry, we can’t perform this action. Incompatible Office products are installed on your machine. If you have an administrator, please contact them for help.</Data>
      <Data>702089</Data>
      <Data>15.0.4693.1000</Data>
      <Data />
      <Data />
      </EventData>
      </Event>
    I have other office products on here including:
    SharePoint Designer 2010
    SharePoint Designer 2013
    Microsoft PowerBI Designer Preview
    and this is installed on Win 8.1 Enterprise
    Kind of stumped what is causing this... I see KB2920798  mentions this error message is now added when cant open a document due to a mix of click-to-run and MSI install for office.  I only have click to run for Office 2013 and the MSIs are only for
    addons in excel (power query) and the additional Microsoft Software...
    Anyone have ideas what is causing this and how to resolve?
    I just finished applying March 2015 C2R updated on Office and the same issue recurred.  This time I simply rebooted and it resolved.  My best guess is it has something to do with a locked file that can't be updated but the Office Update installer
    doesn't prompt to reboot.

    I have the same problem. But I have Czech versions of the Word and OneDrive for Business ("OneDrive pro firmy").
    I do not have the SharePoint Designer nor update KB2020798. I received KB2920746
    on 11th February (plus other updates for Office, but any other for OneDrive for Business). Anyway,
    uninstall of the KB2920746 doesn't help.
    The error in Czech:
    Microsoft Word
    Je nám líto, ale tuhle akci nemůžeme provést. Na počítači máte nainstalované nekompatibilní produkty Office. Pokud máte správce, požádejte ho o pomoc.
    P1: 702089
    P2: 15.0.4693.1000
    P3: 
    P4: 
    It helped me to unistall OneDrive for Business (Onedrive pro firmy) - displeasing solution,
    right?;-(

  • I started my update for ios 5.1for iPhone 4s and cancelled it have way through now it says it's downloaded but really it's not the update is still there and when I try to update it it says unable to install update : an error occurred installing iOS 5.1  ?

    I started my update for ios 5.1for iPhone 4s and cancelled it have way through now it says it's downloaded but really it's not the update is still there and when I try to update it it says unable to install update : an error occurred installing iOS 5.1  ?

    See Here... Unable to Update or Restore...
    http://support.apple.com/kb/HT1808

  • Error message on window 7 for install iTune and iCloud!!!"There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."

    Hi,
    I just try to install the setup download from apple website for iTune and iCloud.
    During the installation, there was error message prompt out "There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."
    I am using Window 7 32 bit. I have try several time for install, but the result is getting same error message.
    Anyone can help on this??????
    Thanks.
    Justin

    I have also tried extracting the individual components to the temp file and attempting to install them individually despite being unable to remove the previous install of Apple Software Updater.  The outcome, both Apple Software Updater and itunes encountered the same error message during the install process.

  • I receive the following error message when trying to install QuickTime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."

    I recieve the following error message when trying to install Quicktime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."  I just trying to get the latest version of iTunes.  Thanks

    "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Boot Camp error: The startup disk cannot be partitioned or restored to a single partition. The startup disk must be formatted as a single Mac OS Extended (Jounraled) volume or already partitioned by Boot Camp Assistant for installing Windows.

    Hi!
    I am getting the error:
    "The startup disk cannot be partitioned or restored to a single partition.  The startup disk must be formatted as a single Mac OS Extended (Jounraled) volume or already partitioned by Boot Camp Assistant for installing Windows."
    I read up some on google, but all of them says that they have crated a partition and that is the problem, I only have the standard "Macintosh HD".
    I tried to create a partition manually in disk utility but then the error message: "Partition failed with error message: Could not unmount disk."
    Can anyone help me? It's driving me crazy.
    Thanks.

    This message, and threads like yours got asked daily for over two years, now it is only a couple times a week!!
    Is it so hard to follow through? you were to have backup already, clones are best, then erase/format and restore.
    Then partition.
    Some have been able to use Disk Utility booted from OS X DVD or another drive, and repair the drive.
    You have to use Boot Camp Assistant (99.9% anyway) to create and achieve a proper Windows Master Boot Record partition.

  • Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

  • Failed to install Ligthroom CC  Exit Code: 9999 Please see specific errors below for troubleshooting. For example, ERROR:  Summary  0 fatal error(s), 0 error(s) Mac

    Failed to install Ligthroom CC  Exit Code: 9999 Please see specific errors below for troubleshooting. For example, ERROR:  Summary  0 fatal error(s), 0 error(s) Mac

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • I have tried to install Adobe Ilustrator but I receive an error Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR:    -------------------------------------- Summary --------------------------------------   - 0 fatal er

    Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR:   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 4 error(s)    ----------- Payload: Microsoft Visual C++ 2012 Redistributable Package (x64) 11.0.61030.0 {3E272A93-C06B-4206-AD02-0EBE02535E20} -----------  ERROR: Third party payload installer vcredist_x64.exe failed with exit code: -2147024546  ERROR: Failed to install Microsoft Visual C++ 2012 Redistributable Package (x64). Please try installing it by double clicking on the executable at "C:\Users\amorales\AppData\Local\Temp\{6A3B9341-4D14-415F-8A21-85327165545E}\Illustrator_18_LS20_win64\Adobe Illustrator CC 2014\payloads\Microsoft VC 2012 Redist (x64)\vcredist_x64.exe", or download and install the latest Microsoft Visual C++ 2012 Redistributable Package (x64) from Microsoft website - www.microsoft.com  ----------- Payload: Microsoft Visual C++ 2012 Redistributable Package (x86) 11.0.61030.0 {873BE68F-480F-49A6-9649-F98CAB056AFC} -----------  ERROR: Third party payload installer vcredist_x86.exe failed with exit code: -2147024546  ERROR: Failed to install Microsoft Visual C++ 2012 Redistributable Package (x86). Please try installing it by double clicking on the executable at "C:\Users\amorales\AppData\Local\Temp\{6A3B9341-4D14-415F-8A21-85327165545E}\Illustrator_18_LS20_win64\Adobe Illustrator CC 2014\payloads\Microsoft VC 2012 Redist (x86)\vcredist_x86.exe", or download and install the latest Microsoft Visual C++ 2012 Redistributable Package (x86) from Microsoft website - www.microsoft.com  -------------------------------------------------------------------------------------

    Errors "Exit Code: 6," "Exit Code: 7"
    Mylenium

  • I cannot install i got this : Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR:   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 0 error(s)

    i cannot install the newer version
    i got this  :
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s)

    Code 6 & Code 7 http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    AND JUST FOR MAC USERS - Some 10.9.3 links
    -Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469
    -Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

  • Installing onto a second computer? Getting this error message: Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: DW006 ...  -------------------------------------- Summary --------------------------------------  - 0 fa

    Hi there,
    I have just installed creative cloud on my mac laptop and am trying to download lightroom and photoshop (as a second computer) and am getting this error message
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DW006 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.4.0.0 Adobe Photoshop Lightroom 5.pkg_5.4 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1

    See:
    Exit Code: 6, Exit Code: 7 Installation Errors -
    http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

Maybe you are looking for