on 2016 Sep 21 3:15 PM
Request clarification before answering.
Can you check in event viewer if there is any errors related to BO servers? I assume you have Windows
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Devanshi,
First of all, explain your system landscape, is it a distributed environment, stand-alone, how many CMS servers on it? BI version?
Now, validate your CMS process is running under your task manager processes inside the proper server, once you have validated it's running, look for its process id in the column PID.
With the process ID execute the below command at the command prompt to get the port where your CMS is listening:
netstat -ano | findstr <CMS_PID>
Look for the first Listening port and that should be the port you should use to connect to your system.
Let me know if that helps, or we can look for something else.
Roy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you log in to the CMC? If so, go to Servers and then to the properties of the Central Management Server. Look for the value of the "Name Server Port". This is the port number that you need to use with the System when logging in .
If it's set to 6400, and you're trying to run the CCM from another machine, then there is something that is blocking the connection over the network. Make sure that the Windows Firewall is turned off on the server where your system is running and test again. If that doesn't work, you'll need to check with your network folks to see whether there's another firewall between you and the server.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
87 | |
11 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.