Page 1 of 1

TM1 counters in Windows Performance Monitor

Posted: Fri Oct 09, 2015 10:13 am
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

Re: TM1 counters in Windows Performance Monitor

Posted: Fri Oct 09, 2015 3:24 pm
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.

Re: TM1 counters in Windows Performance Monitor

Posted: Mon Oct 12, 2015 8:27 am
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

Re: TM1 counters in Windows Performance Monitor

Posted: Mon Oct 12, 2015 1:31 pm
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. :(