Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Push Development

Reply
Developer
Eugen
Posts: 371
Registered: 07-16-2009
My Carrier: Vodafone NL

Getting error when trying to register push

response: <?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>Pushdata Service</title>
<body bgcolor="white" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<form enctype="application/x-www-form-urlencoded" method="get">

<!-- Header -->

<!-- static error header library -->

<br clear="none"/>

<!-- Errorcode -->

<!-- dynamic @[errorcode] token -->

<font color="#777777" size="1" style="verdana">Error </font>
<br clear="none"/>
<br clear="none"/>


<!-- Errorbody -->

<!-- dynamic @[errorbody] token -->

<font color="#777777" size="1" style="verdana">The content you have requested is not available</font>
<br clear="none"/>

<!-- Error message -->

<!-- dynamic @[errormsg] token -->

<br clear="none"/>
<font color="#777777" size="1" style="verdana">PD_SUBREG service is not available.</font>
<br clear="none"/>
<br clear="none"/>

<!-- Footer -->

<!-- static error footer library -->

<br clear="none"/>
</form>
</body>
</html>

Please use plain text.
Developer
massimo_olive
Posts: 234
Registered: 11-08-2010

Re: Getting error when trying to register push

The last part of the register URL should be: PD_SubReg not all in caps like you have it: PD_SUBREG. 

Please use plain text.
Developer
Eugen
Posts: 371
Registered: 07-16-2009
My Carrier: Vodafone NL

Re: Getting error when trying to register push

You could belive that I have correct url. This is just reply that I'm gettig from push server.

Please use plain text.
Developer
rakesh86shankar
Posts: 774
Registered: 05-22-2009

Re: Getting error when trying to register push

Hi Eugen,

 

Still i am not clear of what is problem ?i tested giving my app id and BIS portal in the sample BISPushclient sample app,i am gettting the same response code,did you figure out any problem in your side.

 

Regards

Rakesh Shankar.P

Please use plain text.
Developer
Eugen
Posts: 371
Registered: 07-16-2009
My Carrier: Vodafone NL

Re: Getting error when trying to register push

It's not issue with our side since we are able to register push with the same cal after.

Simply just ignore this and retry after some delay.

 

I put it to forum to get attention that this server error is known (I guess) but isn't fixed or put as known issue with recommendation what do with it.

Please use plain text.