Error: Illegal device PIN when create debug_token.bar

After 2 csj files registered with the server.

I followed the instruction to:

https://developer.BlackBerry.com/HTML5/documentation/runnning_unsigned_apps_using_a_debug_token_1866...

blackberry-debugtokenrequest -storepass <KeystorePassword>
    -devicepin <device PIN> <debug_token_file_name.bar>

it always reported
Error: Illegal device PIN
but
device PIN is the pin when I use to unlock development mode,  I use it on device without any problem

Welcome any comment 

Are you using the PIN from settings-> about-> hardware-> PIN?

Tags: BlackBerry Developers

Similar Questions

  • error 0 x 80004002 when creating backup

    Hi there, I get an error message when trying to create a backup. It is said "the backup application could not start due to an internal error: interface not supported (0 x 80004002).» Please help as soon as POSSIBLE.

    Group Policy Editor is not available in Starter Edition, family, basic and Premium home edition.

    Other suggestions: http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/cannot-do-backup-error-message-0x80004002/cda154d3-f678-441f-9a98-d53100de5774?db=5

    Alternative

    http://www.Paragon-Software.com/home/BR-free/index.html

  • Error code: 400 back when create user on the Organization

    I write a simple php code that use the createUser function to create a new user on the body. The following error appears:

    "POST ". https://xx.XX.XX.XX/API/v1.0/Admin/org/1421086956/users failed, return code: error 400,:, request data: User_Full_Name " [email protected] true Pa55w0rd '

    What does this error mean?

    Here is my code:

     
    /**
     * Function to create a VMware_VCloud_API_UserType data object.
     */
    function createUserObj($userName, $password, $role=null, $isEnabled=null, $fullName=null, $emailAddress=null, $description=null) {
        $obj = new VMware_VCloud_API_UserType();
        $obj->set_name($userName);
        $obj->setFullName($fullName);
        $obj->setDescription($description);
        $obj->setPassword($password);
        $obj->setRole($role);
        $obj->setIsEnabled($isEnabled);
        $obj->setEmailAddress($emailAddress);
    
        return $obj;
    }
     
    /**
     * Create a new user on an existing organization.
     */
    try {
        // create a service object
        $service = VMware_VCloud_SDK_Service::getService();
        // login to the service portal,
        $service->login($server, $auth, $httpConfig);
        // create an SDK Admin object
        $sdkAdmin = $service->createSDKAdminObj();
     
        // get references to administrative organization entities
        $adminOrgRefs = $sdkAdmin->getAdminOrgRefs('testOrg1'); // testOrg1 Organization are already created.
        // create SDK AdminOrg object
        $sdkAdminOrg = $service->createSDKObj($adminOrgRefs[0]);
        // get references to roles
        $adminRoleRefs = $sdkAdmin->getRoleRefs('Organization Administrator');
     
        // create a VMware_VCloud_API_UserType data object
        $userObj = createUserObj('API_Sample_user', 'Pa55w0rd', $adminRoleRefs[0], true, 'User_Full_Name', '[email protected]');
        // invoke createUser function on an SDK AdminOrg object
        $user = $sdkAdminOrg->createUser($userObj);
     
        // Print user list
        $userList = $sdkAdminOrg->getUserRefs();
        echo "<br> User List <br>";
        foreach ($userList as $user) {
            echo "{$user->get_name()} <br>";
        }
    } catch (Exception $e) {
        echo $e->getMessage() . "\n";
    }
    
    
    

    Error code 400 is the standard HTTP status code, indicating the incorrect query.

    The problem is when you get a role of reference, the XML tag for this reference is "RoleReference".

    When you create a user, the XML tag that is expected for the role reference is 'Role '.

    So after getting the reference to the role of the admin vCloud (VCloudType) object.

    $adminRoleRefs = $sdkAdmin-> getRoleRefs ('organisation administrator');

    the user must make one more step to convert the tag.

    There are two ways to do this:

    1. with the help of $adminRoleRefs [0]-> set_tagName ('Role');

    or

    2. with the help of VMware_VCloud_SDK_Helper::createReferenceTypeObj ($adminRoleRefs [0]-> get_href());

    I will record a bug in development of the SDK for this question.

    Thank you

    Kimberly

  • Error in SQL syntax when creating record insertion form

    Nice day

    I was hoping that someone could help me.  I am creating a form of registration on a website to insert data into a database table.  When you try to create the form, I get the following error:

    You have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near ' organization, office, phone, EmailAddress, JobTitle, 'OfficialMaili' at line 1

    Do not know what is happening.  I am running windows 8 and cs5 DW w / MYSQL.  I'm testing on a local server before pushing to the remote server.

    I thank you for your help and please indicate any code you want to send me.


    M.I.,

    "OfficialMailing address".

    The table names, column names, etc. must not contain punctuation, space or special characters. Difficulty of these column names, and then try again.

  • Error "invalid address style" when create new address R12 of legal entity

    Hello

    Did someone there had the same problem as I do.
    I am creating a new Dutch address for a new legal entity in Oracle R12.1.1 Vision, but however hard I try, I still received the error message "Invalid address Style" and I filled out all the required field.
    When I tested it with the country, "WE" or "Australia" is could create a new address without any problem.

    I hope you can help me solve my problem.

    Thanks in advance...!

    Wim

    I speak from memory, but addresses are maintained as DFF. To verify if the FDF is compiled.

  • error 0 x 80070057 when creating a disc of recovery for a 4530 s

    When you try to make a recovery disk (not the windows repair disk) for my ProBook s 4530, clocked at W7 64 bit, I got error warning < 0x80070057="" –="" incorrect="" parameter=""> . The search for a solution, I found as most likely the creation of a partition of additional data D:\, thereby changing the HP_RECOVERY E:\ and HP_TOOLS to F:\ pre-installed partitions.

    What are the options for this problem?

    You can try this, but it will have to start with the data partition and give it a letter outside the range you already use. For example Z:\Data because Windows won't let you assign a currently used letter.

  • Incorrect response from the SOCKS server deploy when debug_token.bar

    I created the debug_token.bar

    and try to deploy it to the device. (Device Manager blackberry can recognize the device)

    I called

    / Motion Developer/SDK/Research\ In\ / BlackBerry\ 10 WebWorks\ SDK\ 1.0.4.5/dependencies/tools/bin/blackberry-deploy - installDebugToken /Users/myname/debug_token.bar 169.254.0.1 - password mydevicepassword

    After 2 or 3 minutes, it reported:

    Error: Unable to connect: incorrect response to the SOCKS server. Check the settings of IP address for the target. Try to ping the target.

    I ping peripheral ip to 169.254.0.1

    He responsed:

    Ping 169.254.0.1
    PING 169.254.0.1 (169.254.0.1): 56 data bytes
    64 bytes from 169.254.0.1: icmp_seq = 0 ttl = 255 time = 2.406 ms
    64 bytes from 169.254.0.1: icmp_seq = 1 ttl = 255 time = 0.881 ms
    64 bytes from 169.254.0.1: icmp_seq = 2 ttl = 255 time = 0.803 ms
    64 bytes from 169.254.0.1: icmp_seq = 3 ttl = 255 time = 0,869 ms
    64 bytes from 169.254.0.1: icmp_seq = 4 ttl = 255 time = ms 1,080
    64 bytes from 169.254.0.1: icmp_seq = 5 ttl = 255 time = 0,848 ms
    64 bytes from 169.254.0.1: icmp_seq = 6 ttl = 255 time = 0,823 ms
    64 bytes from 169.254.0.1: icmp_seq = 7 ttl = 255 time = 1,175 ms
    64 bytes from 169.254.0.1: icmp_seq = 8 ttl = 255 time = 0,893 ms
    64 bytes from 169.254.0.1: icmp_seq = 9 ttl = 255 time = 1,130 ms
    64 bytes from 169.254.0.1: icmp_seq = 10 ttl = 255 time = 0,860 ms
    64 bytes from 169.254.0.1: icmp_seq = 11 ttl = 255 time = 0,819 ms

    even though I checked ndk ide, the device has been connected

    He likes without any problem, but cannot deploy token

    Welcome to any comment

    Have you tried to deploy from the NDK since it is able to connect?  It could be using the connection, prevents your order manually run to connect.

  • Cannot read Psychonauts off Steam error - the game could not create the Direct3d device. Please make sure your video drivers are installed properly

    Original title: Running Win7 on Bootcamp. Error: The game could not create the Direct3d device. Please make sure your video drivers are installed properly.

    I try to play Psychonauts out of steam. I am currently running Windows 7 via Bootcamp on my MacBook Pro 13-inch mid-2010. When I try to run the game, I get the message:

    The game could not create the Direct3d device. Please make sure your video drivers are installed properly.

    I tried to update DirectX, and I tried to download the Nvidia drivers associated with my laptop model. How can I solve this problem?

    Thanks again for the help.

    I'm not familiar with Apple but I found this:

    http://support.Apple.com/downloads/#NVIDIA

    Except that it is what I have from NVIDIA:

    http://www.nvidia.com/object/notebook_drivers.html

    Previously, only the original beta for mobile graphics drivers were available on the NVIDIA site with manufacturers having full control and ownership of the final version.

  • Get: error in device: device not authentic when you launch the app VirtualBench

    When I start the application virtual bench (10 x 64 Windows) I say device error dialog: "device error: device is not authentic" and am no longer able to connect to the device. At one point, I was able to connect to the device via the USB port and also via wifi. I have rebooted the machine, pedaled power, uninstalled the drivers, reinstalled the software virtual bench with no luck. Any advice?

    After an attempt:

    -Reset the device via the button on the back of the device of virtual bench

    -remove the installed drivers

    -resettlement of bench virtual application

    -another machine

    -connection via the access point

    -USB connection

    -try a different USB port

    Still not had luck. Until finally, I decided to unplug the power on the virtual bench cable and plug it back. Looks like it's a pure reset of some sort. Now, I can connect successfully to the device

  • When I try to connect directly in multiplayer FSX without gamespy, every time I get an error message saying: unable to create the connection to the host.

    When I try to connect directly in multiplayer FSX without gamespy, every time I get an error message saying: unable to create the connection to the host.

    I need help
    Kind regards

    Thank you very much!

    To host successfully a FSX session what follows is the key enabling

    my client (s) to join my host FSX session!

    "Players Maximum (for a shared together plane 2) leave the locations reserved for friends to 0 set."

    6122 6112 UDP port translation FSX multiplayer traffic of my remote 2 wire gateway to my router Linksys Wireless N DMZ to access game FSX host...

    Only a single router in my configuration of the DMZ, the external network to the router,

    in this case, the 2 wires, had defined port forwarding.

    Am now enjoying Gamespy (R.I.P.) FSX free hosting for my MP FSX sessions via direct connection.

    5 high to the author!

  • Win2k3 Server IIS SChannel event 36871 "a fatal error occurred when creating the SSL server credential information."

    To make a long story short, I went to use client software that I use a few times a week and it would not connect to the server, complaining not found or number of SSL.  When research various dcom, schannel errors errors in the event logs and a few others, I systematically over the last 24 hours cleared up the boot is so now clean (no time starting network on startup and no message on the service could not start).  It seems that something has happened a month ago after that the server crashed where at least the first DCOM messaged presented themselves, but everything has been working well until it didn't.  The dcom patches end up having to do with the ...\rsa\machinekeys (and the way that it) had a few "account unknown" in it, I cleaned everything that (at a time since I removed all items in this folder, but then put their subsequent return (by crushing all except 2 after creating a new certificate), had to reinstall virtual server and iis 6) , at some point as well.  In any case, I'm at the point where everything works (no event log errors/etc) from startup until you try to connect to the IIS 6 Server using https:... at this point, you get the event SChannel 36871 "a fatal error occurred when creating the SSL server credential information." (no additional information) is connected and the client browser cannot access the site (you can keep trying and it does not work but no event log entry more).  So that's where I'm sitting, http: works fine, https: No.  Certificate appears in the default Web site correct, said valid and possesses the private key, port 443 is there, all addresses by default, netstat shows port 443 same process id as the port 80.  I can't find a copy of SSLDiag do test to see if that prove something?

    So I need help what is not going to get this new job of fixing.  What should I do?

    Thank you!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the TechNet forums. Please post your question in the TechNet forums.

    You can follow the link below to ask your question:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope that helps!

  • Error of switch device PIN blackBerry Smartphones

    HI - just had to share my 8330 for another.

    I installed costs BB App World, but now when I try to connect and download something, I get the message "do you want to put your device PIN xxxxxxxx.

    I also have our company email enabled so I don't know if the PIN change will affect my work email. I'm not using the desktop software

    Choose Yes or no, and who will cause problems?

    Thank you.

    Yes, you must confirm the change of PIN AppWorld so that your account will be in the right.

    If your (new) device is already activated on your network of BES, then fine. Do the above will not affect your email.

  • Error when creating a playlist

    trying to create another playlist and error says: Windows media player encountered a problem while creating or save the playlist

    When trying to create an other error playlist says: Windows media player encounter a problem when creating or saving the playlist

    Hi Dexter Moore,

    ·         You save the list of reading in a different format?

    ·         If Yes, what is the format of the playlist?

    ·         You receive an error with the error code?

    Rebuild the media database and check if that helps. Follow these steps to rebuild the database:

    i. Click Start, in the search box, type in %LOCALAPPDATA%\Microsoft\Media Player

    II. remove the Media player folder

    III. to restart the computer, the Media player folder will be automatically recreated. Check whether the problem is resolved.

    NOTE: Before rebuild you the library, make sure you only saved the data associated with the library.

    You can check the link below: Windows Media Player playlist: frequently asked questions: http://windows.microsoft.com/en-us/windows7/Windows-Media-Player-playlist-frequently-asked-questions

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • New to OAF - oracle.jbo.RowCreateException: Houston-25017: error when creating a new entity for HeaderTableEO line

    Hi I'm new to OFA. I am trying to create a master-details form based on the example given on Youtube (but using my own paintings).

    I have already defined in table colums.

    AM code is as follows:

    Public Sub CreateEmailHdrRow()

    {

    xxVmmcSendEmailDefHdrVOImpl vo = getxxVmmcSendEmailDefHdrVO1();

    String s = "Test";

    Line = vo.createRow ();

    If (!) VO.isPreparedForExecution ())

    {

    vo.setMaxFetchSize (0);

    }

    row.setAttribute ("EmailDefName", s);

    row.setNewRowState (Row.STATUS_INITIALIZED);

    }

    When I run, the error occurs at the level of line (rank rank = vo.createRow ();)

    Error message: oracle.jbo.RowCreateException: Houston-25017: error when creating a new entity for xxVmmcSendEmailDefHdrEO line.

    Any help is appreciated.

    Anjan,

    Please check that the type of the CreatedBy attribute is a number representing the id in FND_USER and not the actual text of the name of the user. Standard Oracle columns that use a number for this value not varchar.

    Kristofer Cruz

  • Error "the device is not ready" to the Windows command prompt when you access a key USB from VMware

    The host and guest are running Win 7.  Version of VMware is 11.1.3.

    The guest computer, Windows Explorer displays the USB and I can open its files, etc.

    However, when I use the Windows command prompt to access the USB of the client, I get error "the device is not ready".

    In order to get the guest system memory image, the application must be run from the USB as an administrator.

    Help, please!  Thank you!!

    I already found the answer.  Win 7 had not installed USB 3.0 controllers.  I downloaded several executables from Intel and Lenovo sites, but they does not work because the system only has not meet the specifications, etc..  Then I discovered that a USB 2.0 stick had any problems.  So, I use 2.0 for this virtual machine.  Thank you!

Maybe you are looking for

  • Where can I find help on using my ipencil?

    What apps work best? What is the process to take something (text, article) and annotate?

  • Don't ovewrite system files Firefox critical Windows OS?

    I work in a school district. We use software to information student Tyler. I have Firefox and IE 10 on our computers. Tyler works but sometimes it does not update the alignments of the student. We were using IE then found that Firefox worked better.

  • Flex 14 - Win 7 - driver "ROOT\LENOVOVHID\0000".

    Hello! I got my Flex 14 to Windows 7 (64-bit). I found all the drivers except for two features: -ROOT\LENOVOVHID\0000-ROOT\LENOVOVHID\0001 Do you know what these devices are for and what I should install? Thank you!

  • Mobile Genie.exe has stopped working.

    Mobile Genie.exe has stopped working. A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available. Windows 7, 32 bit OS Discussions were merged. Deleted duplicate.

  • BlackBerry smartphones remove encryption

    Is there a way I can remove the encryption from my phone? I was once on a company server but am not longer. I've wiped the phone and started around, but the encryption power is always locked. Help!