cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business Objects 4.0 Mobile Error

DayaJha
Active Contributor
0 Kudos

Hi,

Currently i am facing the issue to configure SAP Business Objects Mobile 4.0 the environment that i deployed is:

Server Side:

Operating System: Windows Server 2008 R2 Standard

Data Base: SQL Server 2008 R2

SAP Business Objects Application: SAP Business Objects 4.0 Server

Every thing is Running Fine i already Configure LCM, Integration Kit, Explorer But when i am Configure SAP Business Objects Mobile Using Mobile Server Configuration Tools i faced the Following Error

Error Description:

Failed to Connect the Database (MOB20005)

So Please see the Attached File for your reference.

Thanks In Advance,

Regards

Daya Shankar Jha

Accepted Solutions (1)

Accepted Solutions (1)

DayaJha
Active Contributor
0 Kudos

Hi,

Do the Following Changes in the SAP Business Objects Mobile Files:

(a) Go to the following Path

C:\Program Files\Business Objects\Mobile 12\server\VAS\config

(b) Edit Cluster.config File & Give the Following Information

[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:sqlserver://192.168.0.103:1433;databaseName=VAS

LOGIN =sa

PASSWORD =PRgbFkMpQhJc

MAXCON = 50

INITCAPACITY = 5

(c) Similarly Done in Server.config

[comm $ external $ mds]

CLIENT_TYPE=mds

EXTERNAL_HOSTNAME=SAPRouter

[comm $ external $ default]

EXTERNAL_HOSTNAME=SAPRouter

EXTERNAL_PORT=11011

CLIENT_TYPE=any

CLIENT_HOSTNAME=0.0.0.0

(d) Follow the Same Steps in VMS Also

(e) Restart the Server

Answers (0)