Cannot access the Operations Console

Post Reply
User avatar
Alex
Posts: 10
Joined: Tue Oct 22, 2013 8:24 am
OLAP Product: Planning Analytics Local
Version: 2.0.9
Excel Version: 2016
Location: Germany

Cannot access the Operations Console

Post by Alex »

Hi there,

I tried to get the Operations Console running (TM1 10.2.2) but weren't able to log in.

I configured the OpsConsole with my admin host and Server. When I call the URL

http://localhost:9510/pmhub/pm/opsconsole

I am requested to select a Namespace and to input user name and password. Namespace are all TM1-servers running on the specified admin host.

If I put in my credentials (admin user) I get the error message:

"You have not been granted Access to Operations Console. Please contact your System Administrator."

What is missing??? :(

Greetings,
Alex
Attachments
OpsConsole_Login.JPG
OpsConsole_Login.JPG (54.63 KiB) Viewed 11883 times
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Cannot access the Operations Console

Post by RJ! »

Log in as "Admin"?
dan.kelleher
Community Contributor
Posts: 128
Joined: Wed Oct 14, 2009 7:46 am
OLAP Product: TM1
Version: 9.4
Excel Version: 11
Location: London

Re: Cannot access the Operations Console

Post by dan.kelleher »

We are still strugging to get this to work with custom CAM authentication, however the attached provided by IBM may be of use to you.

Have you specified a group in the OpsConfig.xml you are using to control access? I am assuming this can just be the ADMIN group, although it might be worth trying a separate group if it doesn't work. Make sure your user is a member of the specified group.

Dan
Attachments
How to Configure TM1 Operations Console 10.1.1.doc
(362.5 KiB) Downloaded 884 times
User avatar
Alex
Posts: 10
Joined: Tue Oct 22, 2013 8:24 am
OLAP Product: Planning Analytics Local
Version: 2.0.9
Excel Version: 2016
Location: Germany

Re: Cannot access the Operations Console

Post by Alex »

I am only asked for Namespace, User Name and Password see attached screenshot.

I have created a Group "Monitor" and assigned my user to it but it still doesn't work, same message as above.
Attachments
OpsConsole_Login_2.JPG
OpsConsole_Login_2.JPG (22.57 KiB) Viewed 11569 times
User avatar
gtonkin
MVP
Posts: 1254
Joined: Thu May 06, 2010 3:03 pm
OLAP Product: TM1
Version: Latest and greatest
Excel Version: Office 365 64-bit
Location: JHB, South Africa
Contact:

Re: Cannot access the Operations Console

Post by gtonkin »

Had the same error and resolved as follows:
Test from another machine on the same network, no connection to pmhub at all - figured it was firewalled.
Turned Private firewall off with no effect
Checked the network adapter and saw it showed "Public network" under "View your active networks"-Root cause found

Went into Powershell and did the following:

Code: Select all

Get-NetConnectionProfile
Made a note of the index number

Ran the following:

Code: Select all

Set-NetConnectionProfile -InterfaceIndex <indexnumber> -NetworkCategory Private
Change <indexnumber> to number from 1st step

Checked that the inbound rule for tomcat6.exe / port 9510 was in effect.

Logged in again and all seems fine.
BR, George.

Learn something new: MDX Views
member
Posts: 7
Joined: Sun Dec 20, 2015 5:01 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: Cannot access the Operations Console

Post by member »

Hello,

I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help?

Thanks
Attachments
App server parameters
App server parameters
Capture2.JPG (53.73 KiB) Viewed 10476 times
Login
Login
Capture.JPG (22.58 KiB) Viewed 10476 times
declanr
MVP
Posts: 1827
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Cannot access the Operations Console

Post by declanr »

member wrote:Hello,

I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help?

Thanks
This will be your SSL settings again; quickest way to check would be temporarily disabling the SSL requirement on pmpsvc then checking this again. If it works you then reinstate SSL and set up all the required certs.
Declan Rodger
member
Posts: 7
Joined: Sun Dec 20, 2015 5:01 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: Cannot access the Operations Console

Post by member »

declanr wrote:
member wrote:Hello,

I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help?

Thanks
This will be your SSL settings again; quickest way to check would be temporarily disabling the SSL requirement on pmpsvc then checking this again. If it works you then reinstate SSL and set up all the required certs.

Thanks declanr,

I have disabled SSL in TM1s.cfg file - but nothing has changed. Should I do it somewhere else?
declanr
MVP
Posts: 1827
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Cannot access the Operations Console

Post by declanr »

The tm1s.cfg file is for a tm1 server; you are talking about wanting to monitor the application server which is a different thing.

To turn off SSL for pmpsvc you can do it using the standard apache style configs.

Make sure the app service is not running:
CMD line "net stop pmpsvc"

In the bin64 folder open service_pmpsvc.bat using notepad or a similar editor.
There will be a line that starts with JMP_options; turn the part that says SSL=true to say false.

Back in CMD line:
"Service_pmpsvc.bat uninstall"
"Service_...... install"

Then restart it and SSL should be off. Probably not recommended to keep it this way but it allows you to confirm that is your problem.
Declan Rodger
member
Posts: 7
Joined: Sun Dec 20, 2015 5:01 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: Cannot access the Operations Console

Post by member »

declanr wrote:The tm1s.cfg file is for a tm1 server; you are talking about wanting to monitor the application server which is a different thing.

To turn off SSL for pmpsvc you can do it using the standard apache style configs.

Make sure the app service is not running:
CMD line "net stop pmpsvc"

In the bin64 folder open service_pmpsvc.bat using notepad or a similar editor.
There will be a line that starts with JMP_options; turn the part that says SSL=true to say false.

Back in CMD line:
"Service_pmpsvc.bat uninstall"
"Service_...... install"

Then restart it and SSL should be off. Probably not recommended to keep it this way but it allows you to confirm that is your problem.

Thanks declanr for detailed steps.

I have done them but still the same issue - can connect but cannot get any monitoring data because have red square near the server name.

Is it possible to check if SSL is turned off now?

Regards
Post Reply