i give following error in blackberry push debug portal when i submit the push. Blackberry debug-portal ---- > push Management --->push Address filed: 2002 The address specified was not in a recognized format or was not valid or unknown (i.e Not subscribed).
i give the push id rendmoly as 5. i can not get which address is given in this field.
According to the documentation, error 2002 means "The specified PIN is not recognized."
In your XML, check the values you are passing in the
<address>elements; they should be 8-character hex values. If you're using RIM's Java SDK for the server side, thePushMessageControlclass takesList<String>for the device PINs (addresses).