cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress Sybperf Messages

Former Member
0 Kudos

Hi There,

is there a way to suppress the Sybperf messages in the ASE Errorlog? They are the cause of growth in our Errorlog.

I cannot disable 'SQL Perfmon Integration' because of a product called SCOM is using this option....

<snippet>

00:0012:00000:00000:2014/12/23 10:44:16.99 kernel  Sybperf helper thread is setting up counters for a windows Performance Monitor connection
00:0012:00000:00000:2014/12/23 10:44:17.12 kernel  Sybperf helper thread is cleaning up counters

</snippet>

regards,

Harry Splinter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

former_member187136
Contributor
0 Kudos

Hello Splinter,

If you wish not to display this warning just run the command from isql:

> sp_configure "SQL Perfmon Integration",0

>go

PS: This commands needs a System Recycle to take this into effect

Regards

Kiran K Adharapuram