Jump to content


PawelTrn

Established Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by PawelTrn

  1. Hi, On the site server - ccm.log file. On the client computer -ccmsetup.log and client.msi.log.
  2. Did you checked scheduled Maintenance Tasks in your environment? You can check out the tasks status by this SQL query: select *, floor(DATEDIFF(ss,laststarttime,lastcompletiontime)/3600) as Hours, floor(DATEDIFF(ss,laststarttime,lastcompletiontime)/60)- floor(DATEDIFF(ss,laststarttime,lastcompletiontime)/3600)*60 as Minutes, floor(DATEDIFF(ss,laststarttime,lastcompletiontime))- floor(DATEDIFF(ss,laststarttime,lastcompletiontime)/60)*60 as TotalSeconds from SQLTaskStatus
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.