cancel
Showing results for 
Search instead for 
Did you mean: 

The system can be contact, but there is no Central Management Server

Former Member
0 Kudos

Please help me, I have an error in SAP BusinessObjects XI 3.1 in Linux. I changed by web in CMC the ports of CentralManagementConsole, InputFileRepository and OutputFileRepository in order to assign an specific port, after that I restarted the servers and now I have this error.

Couldn't logon to CMS STU00152

The system can be contact, but there is no Central Management Server running at port 6400

I donu2019t know where I should change that by commands in Linux because I cannot enter to CMC and change like before. Please help me.

Regards,

Paulina Villacis

Accepted Solutions (1)

Accepted Solutions (1)

AKHUMBI
Advisor
Advisor
0 Kudos

Hi

use "serverconfig.sh" & change port

For more details refer "http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf"

serverconfig.sh -- > page number 684

Regards

Ashwini

Former Member
0 Kudos

Thanks Ashwini,

I have used this command but it does not work

initialli I found this command line like that

Local CMS

Name: Q_SIA_1.CentralManagementServer

Port: 6400

Auto-Start: yes

Command Line: -loggingPath /swbobj/bobje/logging/ -defaultlocale en -port 6400

I think this command line is incorrect because the port is repeated

-loggingPath /swbobj/bobje/logging/ -defaultlocale en -port 6400

I changed the command line to

u2013loggingPath /swobj/bobje/logging/ -defaultlocale en

but I donu2019t know why after I safe it, it is the same with u2013port 6400, I think this is the issue. Do you know where also I must to change in order to fix the CMS to port 6400.

Regards,

Paulina Villacis

AKHUMBI
Advisor
Advisor
0 Kudos

Hi Villacis

you can check your "ccm.config' for new port number that you have assigned.

Pass your cms's NEW port number that you have assigned, insted of 6400

u2013loggingPath /swobj/bobje/logging/ -defaultlocale en -port <New port number>

& restart servers

Thanks & Regards

Ashwini

Former Member
0 Kudos

Thanks Ashwini,

I have solved the issue.

Regards,

Paulina

Former Member
0 Kudos

Hi Paulina,

We have a similar issue. After install Fixpack 3.5, we lost connection to CMS.

ERROR: The system <hostname> can be contacted, but there is no Central Management Server running at port 6400

I've tried netstat -an | grep 6400, got nothing

Tried

./ccm.sh -stop all

./ccm.sh -start all

./ccm.sh -enable all

Can you tell us how you resolved the problem?

Jingying

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey,

im having the same problem any idea to solve this problem?

i try to do the

"u2013loggingPath /swobj/bobje/logging/ -defaultlocale en -port <New port number>

& restart servers"

but it says

-loggingPath /Bo/bobje/logging/ -defaultlocale en -port 6420

If '-loggingPath' is not a typo you can run the following command to lookup the package that contains the binary:

command-not-found -loggingPath

bash: -loggingPath: command not found

I'll appreciate your help,

Alejandro