A new type of activeKey USB token problems.

My activeKey USB token worked until recently. I did this: https://discussions.apple.com/thread/2526943 and I installed the package: http://smartcardservices.macosforge.org.  Once I renewed, the usb key doesn't show up in my keychain.  This isn't a cache thing, as we tested a coworker's activKey which worked, then we updated it and it also doesn't show up in the key chain.
Linux pcscd daemons don't pick it up either.
Oooh, quick note: my company apparently had to do something recently because the activKeys weren't working on Windows 7.  Is there a new type of activeKey that's been installed onto the card?  (This stuff is mostly black magic to me.)
Any help?

I have exactly the same problem - tried deleting the cache - tried reinstalling the smart card services - no success yet
This is a real problem as it leaves me dead for native Mac OS/X to access certain corporate web sites - have to use Parallels / Windows instead :-(

Similar Messages

  • Problem with new type of Document and WebUI

    Hello everyone,
    My problem is quite strange. Here it is :
    I have created a new subclass of Document using the API, named IFSDocument. So, i created a class IFSDocumentDefinition and a class IFSDocument. Here is the code :
    IFSDocumentDefinition :
    package fr.sword.ifs.GestionDocument;
    public class IFSDocumentDefinition extends DocumentDefinition {
    protected LibrarySession ifsSession;
    public IFSDocumentDefinition() throws IfsException {
    setClassname("IFSDOCUMENT");
    public IFSDocumentDefinition(LibrarySession ifsSession) throws IfsException {
    this();
    this.ifsSession = ifsSession;
    IFSDocument :
    package fr.sword.ifs.GestionDocument;
    public class IFSDocument extends TieDocument{
    public IFSDocument(LibrarySession session, Long id, Long classId, S_LibraryObjectData data) throws IfsException {
    super(session, id, classId, data);
    In this class, i've created a new ClassObject to handle my new type. Here is the method :
    public void createIFSDocument(LibrarySession ifsSession) throws IfsException {
    DocumentDefinition myDocDef = new DocumentDefinition(ifsSession);
    Document doc = (Document)ifsSession.createPublicObject(myDocDef);
    ClassObject co = doc.getClassObject();
    ClassObjectDefinition cod = new ClassObjectDefinition(ifsSession);
    cod.setSuperclass(co);
    cod.setSuperclassName(co.getName());
    cod.setName("IFSDocument");
    ifsSession.setInstallationMode(true);
    c = (ClassObject)ifsSession.createSchemaObject(cod);
    c.setBeanClasspath("fr.sword.ifs.GestionDocument.IFSDocument");
    c.setSelectorClasspath("fr.sword.ifs.GestionDocument.S_IFSDocumentSelector");
    c.setServerClasspath("fr.sword.ifs.GestionDocument.S_IFSDocument");
    ifsSession.setInstallationMode(false);
    I also created two classes named S_IFSDocument and S_IFSDocumentSelector that do nothing special but calling super(). Here is the code :
    S_IFSDocument :
    package fr.sword.ifs.GestionDocument;
    public class S_IFSDocument extends S_TieDocument {
    public S_IFSDocument(S_LibrarySession session, java.lang.Long classId) throws IfsException {
    super(session, classId);
    public S_IFSDocument (S_LibrarySession session, S_LibraryObjectData data) throws IfsException {
    super (session, data);
    S_IFSDocumentSelector :
    package fr.sword.ifs.GestionDocument;
    public class S_IFSDocumentSelector extends S_DocumentSelector {
    protected S_IFSDocumentSelector(S_LibrarySession session) {
    super(session);
    protected S_IFSDocumentSelector(S_LibrarySession session, Long classId) throws IfsException {
    super(session, classId);
    Everything seems to work since i'm able to create new objects of type IFSDocument. I can add custom attributes, put them into folders etc. BUT when i use the web interface, i have the following error message :
    oracle.ifs.common.IfsException : IFS-21002: Unable to construct S_LibraryObject for class fr.sword.ifs.GestionDocuments.S_IFSDocument (invalid class path specification)
    I don't understand why my classpath is invalid since i simply call super(). So, where is the problem ? Do i have to put the class(es) on the Server ?
    By the way, what's the purpose of the Selector class ? Is it related to search ?
    Thanks in advance.
    Regards,
    Guillaume
    PS : i'm using iFS 1.1.9 on Oracle 8.1.7 and NT4 sp6

    Hi Guillaume,
    don't know exactly but what i have in mind
    is that everything in iFS API that starts
    with a S_ is executed at server side, so the
    classes should exist there.
    You can easily check this if you put your
    classes in directory %IFS_HOME%\custom_classes
    You are right, the Selector class is for SIMPLE searches, for example:
    LibrarySession ifsSession;
    String searchCriteria = PublicObject.NAME_ATTRIBUTE + " = '<someName>'";
    Selector mySelector = new Selector(ifsSession, Document.CLASS_NAME, searchCriteria);
    LibraryObject objs[] = mySelector.getItems();
    Regards,
    Ralf
    null

  • New Mac Pro seems to have problems - what type of re install?

    I have a relatively New Mac Pro (2x 2.8 ghz 8 core with 4GB ram). I upgraded from a G5 and ran the migration assistant as normal. I use a lot of programs and use it daily on a professional basis. Mostly used programs are Mail, Safari, Photoshop, Bridge, Indesign, iview media Pro, Rapidweaver, to name but a few.
    I have noticed some issues, such a computer running slow, taking its time to do very simple operations. I also have Adobe software misbehaving and crashing, especially Bridge and Photoshop that often comes up saying "could not complete request because of a program error"
    I thought that I would completely wipe the drive and start again, but this a lengthly process - especially when it comes to preferences, settings, mailboxes, etc etc.
    The question is should I archive and install, or reinstall or indeed try anything else first?
    Thanks in Advance..... Mark

    There are some simple troubleshooting you can take.
    Create a new User go to System Preferences >> Accounts >> "+" (make it an admin acct) and test the apps in this new account, if they work the problem is isolated to your User and not systemwide.
    If the issue is limited to your user account try starting up Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    If your apps functions correctly that way, go to System Preferences >> Accounts >> Login Items, and remove them. Boot normally and test. If not go to ~(yourHome)/Library/Contextual Menu Items and move whatever is there to the desktop. Then do the same with /Library/Contextual Menu Items. Lastly, try moving ~(yourHome)/Library/Fonts to your desktop and restarting.
    Log out/in or restart, if that sorts it start putting items back one at a time until you find the culprit.
    If the issue is systemwide then, you may be able to repair this with the 10.5.6 Combo Update This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    -mj

  • Z68A-GD65 G3 / Tesoro Durandal G1NL (USB Keyboard) problems

    Hi all.
    I got some Problems with my new Tesoro Durandal G1NL USB-Keyboard.
    1. I cant access the Bios (UEFI)
    2. I cant use the Windows bootfunctions (F8)
    In Windows 7 x64 everything is OK, but it seems the KB doesnt get detected by UEFI fast enough, maybe.
    I got a 2600K (Sandybridge) CPU mounted, also I'm on 23.7 Bios (ME7)
    Can someone help me?
    Kind regards, Chris.

    Flash to the latest beta bios and retry: https://forum-en.msi.com/index.php?topic=163866.msg1213416#msg1213416
    For this update you must >>use the MSI HQ Forum USB flasher<< => Mode 1: Point to archive file!
    Former problems with ME8 and Sandy Bridge are no issue with current versions.

  • Charge new iPad with iPod USB adapter 5V 1amp?

    Is there any problem to charge my new iPad with a USB iPod wall adapter with an output of 5V 1amp? And is it okay to do it daily? Will it affect in any way the battery?

    The quickest way (and really the only way) to charge your iPad is with the included 10W USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • I downloaded carbon copy. transferred entire internal hd  to new replacement HD  thru USB.  computer booted from replacement hrdrive. then installed replacement hard rive into iMac. when rebooting imac did not recognized new replacement hd.

      i downloaded carbon copy. transferred entire internal hd  to new replacement HD  thru USB adapter kit.  computer booted from replacement hrdrive. then i erased the internal hardrive and reloaded the operating system.( i needed to find out if the hard drive was bad or virus/worm was the cause). then installed replacement hard drive into iMac. when rebooting, imac did not recognized new replacement hd. i also upgraded memory at the same time.  ok what did i do wrong. do i have to remove the new replacement hardrive to extract the data.

    It should not matter. CCC will "clone" the recovery partition as well, but not knowing exactly what operation you had CCC perform it is difficult to know what may have gone wrong - it has many customizable options and you have to choose the correct one.
    I have performed the same transplant as you described and didn't have a problem, but if your Mac is not recognizing the internal HD you really have no choice other than to reinitialize it as suggested. After that, install OS X, upgrade to Mountain Lion if required, and migrate your old account(s) from your backup.
    my backups have backups.
    I assume you didn't mean that literally. Have redundant backups - don't "back up your backups".

  • USB Drives - Problem with Recovery Manager

    I bought a Kingston DataTraveler 112 16GB thumb drive so I could copy the recovery image as a backup. It recognized the thumb drive and showed that the recovery image was a little over 11GB. But when it started to format the USB, it returned to the previous screen and no longer showed the drive there. At the bottom of the screen it said to contact HP Support but it didn't give me an error message. Now when I try the recovery manager it won't recognize the USB at all.
    Prior to that I had purchased another 16GB USB--don't remember which brand. I have 5 other USB drives, but they're all smaller, except a 32GB Kingston DT101 G2 which does not work on this computer, although it worked on my previous computer (Pavilion w/Vista Home Premium) with no problem. All these USBs, including the new Kingston are for USB 2.0.
    OS is Windows 8.1 64 bit on HP Pavilion 500-A60 desktop. I've tried the problem USB drives in all 4 ports (2.0 and 3.0). Also in the one I plug into a port to give me 3 USB ports, also used on my prior computer.
    Is it possible that this computer doesn't recognize Kingston or certain other brands of USB thumb drives?
    This question was solved.
    View Solution.

    The trick to this is to use a USB 2.0 port and to use a non-Windows 8 certified thumbdrive. If the USB flash drive shows as a "removable device" then there should be no issue in using the media to create recovery media
    I have had great success with a Transcend USB 3.0 16-GB flash disk.
    I own a couple of DataTraveler flash disks and had the same lack of success creating recovery media that you did. I have also had zero success with Sandisk Extreme usb 3.0 flash disks
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Add a new type of object links (transaction CV02N)  - by material group .

    Hi experts .
    How can I create an additional screen for new tab by material group
           in DMS System ?
    I have a requirement :  1. Add a new type of object links in transaction CV02N 
                                          by material group(V023-MATKL) .
                                        Today we use 2 existing options  :  by Equipment and material .
                                      2. Save and display data .
    We did the following  steps :
    1 . In customizing  for Document Management  :
                   a. Maintained a  key fields :
                          table : V023 , tran.code : OMSF , field name : MATKL .
                   b. Maintained screen object link  for V023 .
                         Our problem is screen number  . we used at existing screen  - 500 for user exit.
                         So we get a new tab with material instead of material group .
                         How I can create a new screen with field material group
                             for set this screen number in step b ?       
                         May be I need the access key for FUNCTION GROUP CV130
                         and create this screen by myself ? .
                   c. Defined Object links for special document type  .
    2 .   Created in se19 at implementation of DOCUMENT_OBJ
                          with defined filter : V023 .
                          Regards Helena .

    Hi Nuno,
    how did you solve this problem?
    tks

  • Pkcs#11:store data in usb token (marked as q)

    Hi,
    can the pkcs#11 be used to store data on a usb token? For example storing an id?
    Thanks
    PS: What is this "mark as question" thing?
    Edited by: uig on Oct 26, 2007 1:51 AM

    Thanks.
    for the sake of the record I fixed this by specifying a METHOD_DATA and DIRECTORY in sqlnet.ora like in
    ENCRYPTION_WALLET_LOCATION=
    (SOURCE=(METHOD=HSM)(METHOD_DATA=
    (DIRECTORY=/app/oracle/admin/SID1/wallet)))
    where the directory exists, as opposed to just
    ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=HSM))
    as it says in the doco...
    I have a new issue, which I'll start a new thread for.

  • Why Hit "No Token Present" error even the USB token has been inserted?

    Hi,
    I am totally new to programming with cryptographic token.
    When i try to login my secure token after inserted it into the USB port, my program throws "No Token Present" error.
    I confirmed that the USB token is inserted properly because i can login the token with the Token Admin app installed on my system.
    I have also installed the Provider successfully dynamically in my code.
    Can anyone give me some idea or solution?
    Thanks very much.
    I program based on JDK 6 update 7 on Windows XP SP2 and the USB Secure Token (ST 2) is from SecureMetrics.
    The error message is as shown as below:
    Please kindly help to take a look at my code.
    Use Provider: SunPKCS11-FeitianPKCS
    Version: 1.600000
    Info: SunPKCS11-FeitianPKCS using library D:\Develop\JavaPKCS11\ST2pkcs11v10.dll
    Services: 0
    {color:#999999}{color:#ff0000}javax.security.auth.login.LoginException: No token{color}{color}{color:#ff0000} present{color}{color:#ff0000}
    {color}at sun.security.pkcs11.SunPKCS11.login(SunPKCS11.java:1044)
    // Main code
    String configName = "D:\\Develop\\JavaPKCS11\\pkcs11.cfg";
    Provider p = new sun.security.pkcs11.SunPKCS11(configName);
    Security.addProvider(p);
    Provider[] ps = Security.getProviders();
    System.out.printf("Total providers %d\n\n", ps.length);
    for (int i=0; i<ps.length;i++) {
    System.out.printf("Provider[%d]: %s\n",i, ps.getName());
    //Create the provider we defined
    Provider p = Security.getProvider("SunPKCS11-FeitianPKCS");
    System.out.printf("\nUse Provider: %s\n", p.getName());
    System.out.printf("Version: %f\n", p.getVersion());
    System.out.printf("Info: %s\n", p.getInfo());
    //List all the services it supports
    System.out.printf("Services: %d\n", p.getServices().size());
    Set ss = p.getServices();
    Iterator ii = ss.iterator();
    Service s;
    while (ii.hasNext()) {
    s = (Service) ii.next();
    System.out.printf("Service: %s - %s - %s \n", s.getType(), s.getAlgorithm(), s.getClassName());
    try {
    MyGuiCallbackHandler mcb = new MyGuiCallbackHandler();
    Subject token = new Subject();
    AuthProvider aprov = (AuthProvider) p;
    //Login the token
    aprov.login(token, mcb);
    Config:
    name = FeitianPKCS#11
    library = D:\Develop\JavaPKCS11\ST2pkcs11v10.dll

    Hi Martin,
    Thanks very much for your kind help and sharing of experience.
    Below is my complete code and also the exceptions that i get.
    Program output + exceptions
    Java PKCS#11 Demo
    Load library success
    Total providers: 10
    Provider[0]: SUN
    Provider[1]: SunRsaSign
    Provider[2]: SunJSSE
    Provider[3]: SunJCE
    Provider[4]: SunJGSS
    Provider[5]: SunSASL
    Provider[6]: XMLDSig
    Provider[7]: SunPCSC
    Provider[8]: SunMSCAPI
    Provider[9]: SunPKCS11-FeitianPKCS
    Use Provider: SunPKCS11-FeitianPKCS
    Version: 1.6
    Info: SunPKCS11-FeitianPKCS using library D:\\Develop\\JavaPKCS11\\ngp11v211.dll
    javax.security.auth.login.LoginException: No token present
        at sun.security.pkcs11.SunPKCS11.login(SunPKCS11.java:1044)
        at javapkcs11.Main.main(Main.java:112)Main.java
    // Main.java
    package javapkcs11;
    import java.security.*;
    import java.security.Provider.*;
    import javax.security.auth.*;
    import java.util.*;
    import java.lang.*;
    import javax.crypto.*;
    import javax.crypto.spec.*;
    //import sun.misc.*;
    * @author
    public class Main {
        /** Creates a new instance of Main */
        public Main() {     
         * @param args the command line arguments
        public static void main(String[] args) {
            System.out.println("Java PKCS#11 Demo\n\n");
            //Load the configuration file       
            if (Main.configProvider())
                System.out.println("Load library success\n\n");
            else {
                System.out.println("Load library failed\n\n");
                return;
            //List all the providers
            Provider[] ps = Security.getProviders();
            System.out.println("Total providers: " + ps.length);
            for (int i=0; i<ps.length;i++) {
              //  System.out.printf("Provider[%d]: %s\n",i, ps.getName());
    System.out.println("Provider[" + i + "]: " + ps[i].getName());
    //Create the provider we defined
    Provider p = Security.getProvider("SunPKCS11-FeitianPKCS");
    //System.out.printf("\nUse Provider: %s\n", p.getName());
    System.out.println("\nUse Provider: " + p.getName() );
    //System.out.printf("Version: %f\n", p.getVersion());
    System.out.println("Version: " + p.getVersion() );
    //System.out.printf("Info: %s\n", p.getInfo());
    System.out.println("Info: " + p.getInfo() );
    //List all the services it supports
    //System.out.printf("Services: %d\n", p.getServices().size());
    Set ss = p.getServices();
    Iterator ii = ss.iterator();
    Service s;
    while (ii.hasNext()) {
    s = (Service) ii.next();
    // System.out.printf("Service: %s - %s - %s \n", s.getType(), s.getAlgorithm(), s.getClassName());
    System.out.println("Service: " + s.getType() + " " + s.getAlgorithm() + " " + s.getClassName());
    try {
         char pin[] = "99999999".toCharArray();
    MyGuiCallbackHandler mcb = new MyGuiCallbackHandler();
    Subject token = new Subject();
    AuthProvider aprov = (AuthProvider) p;
    //Login the token
    aprov.login(token, mcb);
    } catch (Exception e) {
    e.printStackTrace();
    public static boolean configProvider() {
    //Here defines the path of configuration file, you could change it
    String configName = "D:\\Develop\\JavaPKCS11\\pkcs11.cfg";
    try {
    Provider p = new sun.security.pkcs11.SunPKCS11(configName);
    Security.addProvider(p);
    } catch (Exception e) {
    e.printStackTrace();
    return false;
    return true;
    }PKCS11 Configname = FeitianPKCS
    library = D:\\Develop\\JavaPKCS11\\ngp11v211.dll
    slot = 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Bootcamp Windows battery life - USB power problem?

    Hi,
    While the battery life on my MBP is ok under Windows (3 hours), it's not great when compared to booting into OSX where I get at least 30% more. It's easy (and right) to blame Windows inefficiencies when running XP or Vista, MS have massively improved energy performance under Windows 7. Looking into this a bit, I've found there is now a new tool to help investigate energy problems:
    POWERCFG /ENERGY
    The generated power report shows that I have five cases of "USB Device not Entering Suspend". In otherwords (even though I don't have any devices plugged in) the USB components are burning at full power and not allowing Windows to suspend them to save energy. This may well explain why I'm not getting the battery life I could be, and it's really not Windows fault.
    Does anyone else see this? I'm on MBP5.5 w/ Win7 Pro x64.
    Hopefully a future Bootcamp will enable full power management support..
    Cheers,
    Chris.

    Hello,
    the core of the problem is the quality of the Boot Camp drivers.
    The boot camp drivers allow very limited power management, therefore there is no real possibility to run Vista or WindowsXP without heavily using battery resources.
    I don't think there will be any improvements in the future as Apple in not really committed to deliver better drivers (the present BootCamp power management drivers have remained virtually unchanged since BootCamp 1.2 beta, March 2007).
    Just have a look at the threads about BootCamp especially about the problems that are plaguing the new MacBook Pro (mid 2009) i.e. poor sound quality and no microphone in Windows.
    Cheers
    Luca

  • N78 USB CONNECTIVITY PROBLEMS

    Hy guys,
    Since i've bought my N78 i've been able to connect the phone via cable only one time. After that, every time i've tryed to connect my n78 via cable my computer doesn't recognize my Phone.
    When I plug USB cable in one of the USB ports, Windows XP gives me back an error that says "USB devices not recognized - One or more devices connected to the computer has not worked correctly. Windows is not able to recognize it".
    I've reinstalled PC suite thousands of times,but nothing changes.
    My phone has the 12.046 software version. I know that there'e a newer version but how I can update it if my PC does not recognize the phone, and hence, PC suite is not able to connect to the phone.
    Many thanks for you help
    m

    you have another option in updating via Firmware Over The Air. you can do this by entering *#0000# in the standby screen and selecting Options > Check for updates. if an update is not available over NSU, then it may be on FOTA instead for your product code. this method of updating only takes about three to five minutes anyway. remember to do a hard reset (three-finger hard reset) after updating your phone to the new firmware.
    so you can probably update from 12.046 to 20.149 or 21.002. USB connectivity problems are probably due to problems with the USB cable or the computer, i have had no problems at all with USB connectivity in all the time i've had my N78, even under 12.046 firmware.
    let us know how it goes.
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Hyper-V 2012 R2 USB Token for guest

    I have a piece of software that uses a USB token for licensing purposes. I'm attempting to virtualize the server with the software, but I can't get the USB token over to the VM. I've seen guides about mounting USB drives to VMs, but the token doesn't present itself as a drive. When plugged in, Windows goes through the normal procedure for recognizing a new device and then places it under "other devices" in the device manager. Is there a way I can make this device available to the VM Guest?
    This topic first appeared in the Spiceworks Community

    Hi Andre,
    I would suggest you to install the supported Linux guest OS on hyper-v , please refer to following link:
    http://technet.microsoft.com/en-US/library/dn531030.aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • GD Starsign Crypto USB Token

    Dear All,
    My GD Starsign Crypto USB Token no longer works after the upgrade to Yosemite. Anyone with the same problem? Hints on how to solve this issue?
    Thanks in advance for your Help.

    first, i apologize for the late response.
    Safenet support says that:
    " the Ikey Java sample delivered with Ikey 1000 SDK 2.2.0 was for Internet Explorer works only with J2RE 1.3.0, but does not work with J2RE 1.4.0. If you choose to rebuild the Java sample, then you must have Microsoft SDK for Java 4.0 in order to use the make file that was provided by SafeNet. These samples are not distributed and supported by SafeNet any more. "
    Not very comprehensible if you read the description of the problem
    Edited by: fuimens on May 25, 2009 5:01 AM

  • Detecting when the user is inserting a USB token

    Dear Forum,
    From a Java GUI application I'm trying to detect when a USB token (CrypToken from Marx) is inserted.
    When I run the program below with the USB token inserted it works fine. If I start the program and then inserts the USB token I keep getting a ProviderException.
    Any help is greatly appreciated.
    Kind regards,
    Morten Bruun
    The exception I get:
    java.security.ProviderException: Initialization failed
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:186)
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:76)
         at tryout.TestInsertToken.getProvider(TestInsertToken.java:38)
         at tryout.TestInsertToken.actionPerformed(TestInsertToken.java:47)
         at javax.swing.Timer.fireActionPerformed(Unknown Source)
         at javax.swing.Timer$DoPostEvent.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.security.ProviderException: slotListIndex is 0 but token only has 0slots
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:171)
         ... 12 moreMy test program looks like this:
    package tryout;
    import java.awt.FlowLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.security.Provider;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.SwingUtilities;
    import javax.swing.Timer;
    public class TestInsertToken extends JFrame implements ActionListener {
         private Timer timer;
         private JLabel label;
         TestInsertToken() {
              this.setLayout(new FlowLayout());
              this.setDefaultCloseOperation(EXIT_ON_CLOSE);
              label = new JLabel("Insert token");
              this.add(label);
              timer = new Timer(1000, this);
              timer.start();
              this.setSize(300, 200);
              this.setVisible(true);
         private Provider getProvider() {
              try {
                   return new sun.security.pkcs11.SunPKCS11("pkcs11.cfg");
              } catch (Exception e) {
                   System.out.println("Got exception: " + e.getMessage());
                   e.printStackTrace();
                   return null;
         public void actionPerformed(ActionEvent e) {
              Provider provider = getProvider();
              if(provider != null) {
                   this.label.setText("USB token detected: " + provider.getName());
                   this.timer.stop();
         public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        new TestInsertToken();
    }Edited by: Hr.Bruun on Nov 10, 2008 2:13 PM

    Thanks for replying, Andy!
    I know that if I point my gateway at 2013, I should be fine.  You mentioned that in this article: 
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f622ff81-0d97-44d3-9051-f22c381fe188/exchange-2010-and-um-on-exchange-2013?forum=exchangesvrunifiedmessaging
    "Once the SIP connection is pointed to 2013, it will handle both the 2013 and 2010 Mailboxes in the Dial Plan" which I found and which was helpful.
    But, in the TechNet walkthrough:
    http://technet.microsoft.com/en-us/library/dn169226(v=exchg.150).aspx 
    And the checklist too:
    http://technet.microsoft.com/en-us/library/dn169228(v=exchg.150).aspx
    It's having us move the UM enabled users before we repoint the IP gateway, which is one of the final steps. Since we're just in pilot mode right now, we'd prefer to not re-point that just yet.  Do you expect it shouldn't work?  Is TechNet wrong or
    am I misreading it or missing something else?

Maybe you are looking for

  • Informatica 9.1 installation on windows 7 64 bit

    Hi guys Could you please help me in installing informatica 9.1 on windows 7 64-bit OS... while extracting the part 2 zip file i am getting below error but the extraction continues ! C:\Downloads\dac_win_101341_infa_win_x86_64bit_910.z01: Cannot creat

  • HT201363 i Want To Buy a Game On The phone but the security Questions i forgot and the Email

    I Have a Iphone 5c i Want To Buy a Game On The phone but the security Questions i forgot and the Email To Change Them i forgot can you please help me with the email i sent them To? <Edited by Host>

  • How to add multiple bean id in a jsp page

    i need to add two bean id in a single jsp page can anyone suggest me how can i do that? <jsp:useBeanid="newmember" class = "com.assignment.member" scope ="request"/>now if i want to add another bean id in the same jsp page is that possible? how can i

  • SQL Developer tool question

    Hi Folks I am using SQL Developer tool. I have a procedure with compilation errors so i can see that procedure with red X mark in SQL Developer tool. When am clicking on the procedure it is going to the editor there i can see "code"."grants","depende

  • Want report title on the same page above the column names

    Hi, I have given report title in the report header but for some reason it displays title on first page and data from next page on wards. I have also given a page break for the groups, is this the reason for getting  title on one page and dtata from n