TM1 counters in Windows Performance Monitor

Post Reply
User avatar
Elessar
Community Contributor
Posts: 413
Joined: Mon Nov 21, 2011 12:33 pm
OLAP Product: PA 2
Version: 2.0.9
Excel Version: 2016
Contact:

TM1 counters in Windows Performance Monitor

Post by Elessar »

Hello all,

I have TM1 10.2.2 FP2 and trying to use windows performance monitor tool as described here: http://www-01.ibm.com/support/knowledge ... ml?lang=en

I'm stuck at "2. Select IBM Cognos TM1 from the Performance object list". There is no such object in my PerfMon. I also searched everything like "Cognos*", "TM1*' and even "Applix*"
Should I install something else to see the TM1 counters in windows PerfMon?

Thanks
Best regards, Alexander Dvoynev

TM1 and Data Science blog: 10th article - AI has failed TM1 Quiz.
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: TM1 counters in Windows Performance Monitor

Post by BrianL »

Sounds like the tm1permondll.dll is not correctly registered.

Easiest way to correct is to open a command prompt as admin (explicitly right-click and select "Run as admin"). Then execute regsvr32.exe against tm1perfmondll.dll. It should look something like this:

Code: Select all

%systemroot%\System32\regsvr32.exe "C:\Program Files\IBM\Cognos\TM1\bin64\tm1perfmondll.dll"
Obviously, edit the paths as needed.
User avatar
Elessar
Community Contributor
Posts: 413
Joined: Mon Nov 21, 2011 12:33 pm
OLAP Product: PA 2
Version: 2.0.9
Excel Version: 2016
Contact:

Re: TM1 counters in Windows Performance Monitor

Post by Elessar »

Hi BrianL, thanks for your reply,

I've tried this (also tried \SYSWOW\regsvr32.exe and bin\tm1perfmondll.dll: all the 4 combinations): nothing helped
Best regards, Alexander Dvoynev

TM1 and Data Science blog: 10th article - AI has failed TM1 Quiz.
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: TM1 counters in Windows Performance Monitor

Post by BrianL »

Did you have a previous version of TM1 installed? You can try running regsvr32.exe /u tm1perfmondll.dll first to explicitly unregister the dll if a different version had previously been registered.

You may also need to set a registry flag before registering will work.

Code: Select all

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\Configuration Flags = 0x10000

Beyond that you may have to contact IBM support. :(
Post Reply