Hi there,
I'm trying to connect a Blackberry 8900 (BIS mobile plan) with my BO mobile server development installation but i get connection error.
Mobile server configuration:
IP: 192.168.1.179
Software: Business Objects Enterprise Server 3.1 + Business Objects Mobile 3.1
VAS server.config:
# $Id: server.config 27498 2007-10-01 19:12:19Z hmak $ # # config for Authentication Server (VAS) instance VERSION = 6.0 [server] SERVER_ID=AUTH_SERVER [comm] BINDTO_PORT = 11011 MANAGEMENT_PORT = 11012 [comm $ external] ENABLED=default [comm $ external $ default] EXTERNAL_HOSTNAME=192.168.1.179 EXTERNAL_PORT=11011 CLIENT_TYPE=any CLIENT_HOSTNAME=0.0.0.0 # common across all auth servers INCLUDE_CONFIG_FILE = config/cluster.config # vim:noet
VMS server.config:
# $Id: server.config 28982 2008-01-03 21:52:21Z hmak $ # # config for VMS Server instance VERSION = 6.0 [server] SERVER_ID=VMS_SERVER [comm] BINDTO_PORT=11711 MANAGEMENT_PORT=11712 [comm $ external] ENABLED=default [comm $ external $ default] EXTERNAL_HOSTNAME=192.168.1.179 EXTERNAL_PORT=11711 CLIENT_TYPE=any CLIENT_HOSTNAME=0.0.0.0 # common across all VMS servers INCLUDE_CONFIG_FILE = config/cluster.config # vim:noet
Mobile device configuration:
Server URL: my_public_ip
Port number: 11011
CMS name: boserver_name
Authentication: Enterprise
With this configuration I can connect with WM Devices but not with Blackberry. Any suggestion?
Thanks