cancel
Showing results for 
Search instead for 
Did you mean: 

unable to connect to the mobile server. the request is timed out. 0x08 in Blackberry simulatou

Former Member
0 Kudos

Dear all,

     I tried to connect to mobile server using blackberry simulator 9900 and i installed MDS also, Using mobile its working fine but in simulator its throwing this error repeatedly.

Kindly let me know the possibility and procedure.

Thanking you in anticiaption.


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As you mentioned, using a actual BB device, it works fine, however with simulator you get the 0x08 error.

Can you check with a differnt simulator.

You are using the same settings to connect the actual device?

Where is the MDS running?

did you check the port connections or firewall settings between the simulator and the server.

What is the version of BO tht you use?

Details of simulator and MDS

details of VAS and VMS configuraiton

Regards,

Atul B

Former Member
0 Kudos

Dear Atul,

      I did not tried with different simulator, and am using the same settings for actual device and its working fine. Actually am trying in client machine and i installed MDS and simulator in client machine only. I checked the firewall too, there is no issues in the firewall settings.

Am using SAP BO Mobile XI 3.1 SP4 FP 4.1 server

Details of simulator and MDS

Blackberry Email and MDS services simulator 4.1.2

Blackberry 9900 Simulator  V7.1.0.342

Details of VAS and VMS configuraiton

VAS  (Cluster.config)

# $Id: cluster.config 28582 2007-11-29 14:44:24Z hmak $

#

# config for Authentication Server (VAS) cluster

VERSION = 6.0

[jobs]

SERVER_JOBS_LIST = AuthJob

[jobs $ AuthJob]

SERVER_JOB = com.vaultus.auth.core.AuthJob

SUPPORTED_SERVICES = AUTH_SERVICE

[cluster $ local]

CLUSTER_ID     = AUTH_CLUSTER_SAP-SVR

CLUSTER_CONFIG = config/stacks.xml

STACK_ID       = tcp

# Set following only if proxying via Netscaler/etc

# EXTERNAL_HOSTNAME = @VVV_PROXY_HOSTNAME@

# EXTERNAL_PORT     = @VVV_PROXY_PORT@

[auth]

AUTH_AUTO_ADD_USER=TRUE

AUTH_REASSOCIATE_DEVICE = TRUE

[auth $ authenticator]

CLIENT_AUTHENTICATOR =bobj

ADMIN_AUTHENTICATOR =bobj

[auth $ authenticator $ bobj]

CLASS = BOBJAuthenticator

[auth $ authenticator $ null]

CLASS = com.vaultus.auth.NullAuthenticator

[auth $ authenticator $ ldap]

CLASS = com.vaultus.auth.LDAPAuthenticator

[auth $ authenticator $ ldap $ jndi]

# JNDI provider to use (e.g., LDAP, NIS, etc.)

INITIAL_CONTEXT_FACTORY = com.sun.jndi.ldap.LdapCtxFactory

# Domain names separated by ,

DOMAINS_LIST = @VVV_DOMAIN1@ @VVV_DOMAIN2@ nosuchdomain.com

[auth $ authenticator $ ldap $ jndi $ @VVV_DOMAIN1@]

PROVIDER_URL = ldap://@VVV_DOMAIN1_HOSTNAME@:389

[auth $ authenticator $ ldap $ jndi $ @VVV_DOMAIN2@]

PROVIDER_URL = ldap://@VVV_DOMAIN1_HOSTNAME@:389

[auth $ authenticator $ ldap $ jndi $ nosuchdomain.com]

PROVIDER_URL = ldap://adsiserver.nosuchdomain.com:389

[auth $ authenticator $ adsi]

CLASS = com.vaultus.auth.ADSIAuthenticator

[auth $ authenticator $ adsi $ jndi]

# JNDI provider to use (e.g., LDAP, NIS, etc.)

INITIAL_CONTEXT_FACTORY = com.sun.jndi.ldap.LdapCtxFactory

# Domain names separated by ,

DOMAINS_LIST = @VVV_DOMAIN1@ @VVV_DOMAIN2@ nosuchdomain.com

[auth $ authenticator $ adsi $ jndi $ @VVV_DOMAIN1@]

PROVIDER_URL = ldap://@VVV_DOMAIN1_HOSTNAME@:389

[auth $ authenticator $ adsi $ jndi $ @VVV_DOMAIN2@]

PROVIDER_URL = ldap://@VVV_DOMAIN1_HOSTNAME@:389

[auth $ authenticator $ adsi $ jndi $ nosuchdomain.com]

PROVIDER_URL = ldap://adsiserver.nosuchdomain.com:389

[encryption]

AUTH_KEYPAIR_FILE = config/authpair.key

[database_pool]

DB_DRIVER =org.apache.derby.jdbc.EmbeddedDriver

#DB_DRIVER = org.apache.derby.jdbc.ClientDriver

#DB_DRIVER =com.microsoft.sqlserver.jdbc.SQLServerDriver

POOLS = AUTH

[database_pool $ AUTH]

URL         =jdbc:derby:auth.db

LOGIN       =

PASSWORD    =

MAXCON      = 50

INITCAPACITY    = 5

[thread_pool]

POOL_SIZE = 50

MAX_INTERRUPT_WAIT = 20

[comm]

[comm $ mds]

HOST_PORT = 10.3.3.214:8080

# common across all servers

INCLUDE_CONFIG_FILE = ../common/config/shared.config

# vim:noet

[auth $ authenticator $ sql]

CLASS=com.vaultus.auth.SQLAuthenticator

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 mds

[comm $ external $ default]

EXTERNAL_HOSTNAME=XX.XX.XX.39

EXTERNAL_PORT=11011

CLIENT_TYPE=any

#CLIENT_HOSTNAME=0.0.0.0

[comm $ external $ mds]

CLIENT_TYPE=mds

EXTERNAL_HOSTNAME=XX.XX.XX.39

EXTERNAL_PORT=11011

# common across all auth servers

INCLUDE_CONFIG_FILE = config/cluster.config

# vim:noet

VMS (cluster.config)

# $Id: cluster.config 28107 2007-11-01 03:35:53Z hmak $

#

# config for VMS Server cluster

VERSION = 6.0

[jobs]

SERVER_JOBS_LIST = VMSJob

[jobs $ VMSJob]

SERVER_JOB = com.businessobjects.mobilebi.server.connector.MobiJobServer

SUPPORTED_SERVICES = SampleApplication

[cluster $ local]

CLUSTER_ID     = VMS_CLUSTER_SAP-SVR

CLUSTER_CONFIG = config/stacks.xml

STACK_ID       = tcp

# Set following only if proxying via Netscaler

# EXTERNAL_HOSTNAME = @VVV_PROXY_HOSTNAME@

# EXTERNAL_PORT     = @VVV_PROXY_PORT@

[realsync]

DOCUMENT_LIST = SampleApplication.1.0.0 SampleApplication.1.0.1

MAX_FDR = 100

[realsync $ SampleApplication.1.0.0]

DOCUMENT = com.vaultus.vmsserver.toolkit.bl.sync.PostProcessIDDataConnector

VDSC_CONFIG = config/SampleApplication.1.0.0.xml

AUTO_CONFLICT_RESOLUTION = MERGE

[realsync $ SampleApplication.1.0.1]

DOCUMENT = com.vaultus.vmsserver.toolkit.bl.sync.PostProcessIDDataConnector

VDSC_CONFIG = config/SampleApplication.1.0.1.xml

AUTO_CONFLICT_RESOLUTION = MERGE

# [vdsc]

# TRACING_ENABLE = false

[database_pool]

DB_DRIVER =org.apache.derby.jdbc.EmbeddedDriver

POOLS = REALSYNC

[database_pool $ REALSYNC]

URL         =jdbc:derby:vms.db

LOGIN       =

PASSWORD    =

MAXCON      = 100

INITCAPACITY    = 5

[thread_pool]

POOL_SIZE = 200

MAX_INTERRUPT_WAIT = 20

# common across all servers

INCLUDE_CONFIG_FILE = ../common/config/shared.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 mds

[comm $ external $ default]

EXTERNAL_HOSTNAME=XX.XX.XX.39

EXTERNAL_PORT=11711

CLIENT_TYPE=any

CLIENT_HOSTNAME=0.0.0.0

[comm $ external $ mds]

EXTERNAL_PORT=11711

CLIENT_TYPE=mds

EXTERNAL_HOSTNAME=XX.XX.XX.39

# common across all VMS servers

INCLUDE_CONFIG_FILE = config/cluster.config

# vim:noet

Kindly help me out

Regards,

Gunalan G

Former Member
0 Kudos

Hi Gunalan,

In the config files i could see ENABLED= default MDS

just keep ENABLED= MDS

as you mentioned, you have installed MDS and simulator on the client machine. so VAS Cluster.config should have the ip adress and port number of the client machine with the MDS port

Check if you are able to ping and telent the server machine from the client machine.

Also, enable logging for VAS and VMS

Regards,

Atul B

Former Member
0 Kudos

Hi Atul,

    Thanks for your support. I just edited the config file and also the cluster.config file as you mentioned above and its working fine now.

Regards,

Gunalan G

Answers (0)