Secure Global Desktop Administration Guide > Applications, documents and hosts > Users are unable to use smart cards with Windows applications
If users find they are unable to use their smart cards with Windows applications, use the following checklist to identify the source of the problem.
Check | Description |
---|---|
Application server configuration |
|
Secure Global Desktop configuration |
|
Client configuration |
|
lib_name
is the PCSC-Lite library file the Native Client tried to load.
On Linux and Solaris this is libpcsclite.so
. Depending on your dynamic linker path, this is normally installed in the /usr/lib
directory. <error_message>
is any additional error message from the dynamic linker.
This message only displays if the Native Client can't load a PCSC-Lite library.
Either install a version of the PCSC-Lite library or use the TTA_LIB_PCSCLITE
environment variable to specify the location.
lib_name
is the name of the PCSC-Lite library loaded by the Native Client.
This message only displays if the Native Client successfully loaded a PCSC-Lite library.
lib_name
is the name of the PCSC-Lite library loaded by the Native Client.
This message only displays if the PCSC-Lite library loaded by the Native Client does not support a minimum set of API routines.
Either install another version of the PCSC-Lite library or use the TTA_LIB_PCSCLITE
environment variable to specify a different library.
0xH is a PCSC hexadecimal error code.
The Native Client successfully loaded a PCSC-Lite library, but the smart card system on the client platform is not working.
Check that the smart card system is running on the client platform:
pcscd
) is running, for example by running /sbin/service pcscd status
.--debug stdout
option. Insert the card in the reader and see if the reader and card are detected.ocfserv
) is running. Enable it if it isn't (svcadm enable svc:/network/rpc/ocfserv
).Lists the names of all the smart card readers attached to the client device.
If no smart card reader is listed, check the configuration of the client device.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.