Author Topic: Turn off Login messge for a specific user ??  (Read 2348 times)

fnb4321

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Turn off Login messge for a specific user ??
« on: August 28, 2012, 10:17:27 AM »
   Does anyone know if there is a way to turn off the login message (30) for a specific user ?

I can't turn off globally through the system parameters because we run a script monthly to delete users who have not logged into OnDemand within the last 60 days.

However, I would like to turn off for a high volume service account because our System Logs are so large and I believe the excessive logins could be what is causing our intermittent problem with accumulation of arssockd processes that leads to slow response during peak periods.

jeffs42885

  • Guest
Re: Turn off Login messge for a specific user ??
« Reply #1 on: August 28, 2012, 12:42:03 PM »
Here's a suggestion, perhaps disable logging globally..

I'm assuming in your query that you are using 30 records in your search?

Maybe replace that with not equal to 65 or 66, or something else of that nature that indicates that a user has not queryed anything or something like that?

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Turn off Login messge for a specific user ??
« Reply #2 on: August 28, 2012, 05:30:15 PM »
I'd issue an SQL delete command nightly that removes the previous day's logins...  Something like "where msg_num = 30 and userid like 'User%'".  You'd want to run re-orgs a little more frequently to clean up the swiss-cheese-effect you're creating in the database pages though.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR