11-19-2008 12:18 AM - last edited on 11-19-2008 12:18 AM
Once again thanks for your quick reply AndyDufresne,
I will tell my BES Admin to do these things. and hopefully we will resolve this issue.
I will post my update soon.
Thanks,
Hemant
11-20-2008 01:39 AM
Hello AndyDufresne and all,
When we are trying to connect BES with internal IP as we are getting Error 503.
But my BES Admin checked the MDS log on the server(as AndyDufresne directed) but it doesn't have any log of connectivity to BES from App/device.
I am not sure what may be the reason here for this.
I am just making the HttpConnection from my code like this:
HttpConnection httpConnection = (HttpConnection ) Connector.open("http://Server-Internal-Ip/WebServi
Can anyone please guide me here? Is there any other paramter I need to set in url to connect to BES?.
Or is there any other setting need to be done on BES, as MDS log does not showing anything.
Thanks... appreciate your response,
Hemant.
11-21-2008 03:08 AM
So, we figure out the reason here,
and w are able to connect to BES from my App.
When we make connection to BES with internal Ip, we don't need to provide the ConnectionType=mds-public parameter.
We should only have "deviceside=false" infront of url.
Great!! Thank you all for your support...
Thanks,
Hemant
07-13-2009 12:20 PM
05-02-2011 10:39 AM
in some cases you may also need to have "EndToEndRequired" as well.