Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error: 6881: Function not supported - Logical channel not supported/open

Diogo SouzaJun 24 2014 — edited Jul 30 2014

Hi everyone.

I'm trying to test an upload I've done to a java card with the following specs:

  • Java Card 2.2.2
  • GlobalPlatform 2.1.1
  • 3DES Visa Platform

I can do all the upload process to the card correctly, but when I try to send an APDU command to it, I handle the following error:

"6881: Function not supported - Logical channel not supported/open"

Also, I couldn't find any information about this error at JavaCard's websites and forums.

I've heard also that this is related to some information I have to pass through the CLA byte when sending the APDU command, that I'm sendind as 00 right now.

Does anyone know what it could be?

Comments

672047
Answer
You can get the privilege this way

With an Administrative User,

Navigate to Administration -> Manage Privileges ->

Under 'Formatting' Section,

Grant access to your user on 'Save System-Wide Column Formats' Option


Regards,
Raghu
Marked as Answer by 655890 · Sep 27 2020
655890
Thanks a lot.
672047
Cheers..!
David_T
Make sure that the HardenXss element is set to "false" in your instanceconfig.xml file.

Read this:

http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_CustAnyWeb23.html
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 27 2014
Added on Jun 24 2014
7 comments
4,412 views