System Setting

The Log group box on the System Setting tab allows you to turn on/off different types of logging.

Once data is available, AgilePoint will create the necessary folders to store the data.  Error logging is fixed to always log, and is the most important type of logging for troubleshooting and is generally what is requested by Ascentn Support if issues surface. It is optional to turn on/off Information and Debug logging. The Information log provides sequential session descriptions. The Debug log provides information about the flow and status of activities. Be sure to purge these directories periodically to avoid using unnecessary disc space.

Below is an example of what the log files record.

Debug:
01/21/2008 11:10:20 <<< ConfigSetting deserializing successfully.(id=0).
01/21/2008 11:10:23 <<< ConfigSetting deserializing started....
01/21/2008 11:10:23 <<< Total 0 AgileLookProfiles, 0 are restored successfully.
Total 0 DocLibBindings, 0 are restored successfully.
Total 0 GenericListBinding, 0 are restored successfully.
Total 0 Sections, 0 are restored successfully.
01/21/2008 11:10:23 <<< ConfigSetting deserializing successfully.(id=0).
01/21/2008 11:10:26 <<< ConfigSetting deserializing started....

Informational:
07/25/2007 18:14:57 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version = Ascentn.SharePoint.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=2f06ef94bac0a40f)
07/25/2007 18:14:57 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version = Ascentn.SharePoint.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=2f06ef94bac0a40f)
07/25/2007 18:14:57 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version = Ascentn.SharePoint.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=2f06ef94bac0a40f)
07/25/2007 18:34:56 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version = Ascentn.SharePoint.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=2f06ef94bac0a40f)
07/25/2007 18:34:56 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version = Ascentn.SharePoint.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=2f06ef94bac0a40f)
07/25/2007 18:34:56 <<< Ascentn.SharePoint.Common has been initialized successfully. (Assembly version =
Error:
01/21/2008 10:57:09 <<< FillCache()
      Exception (Type=ThreadAbortException)
      Error = Thread was being aborted.
      CallStack =    at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
   at System.Array.CopyTo(Array array, Int32 index)
   at System.Collections.ArrayList.InsertRange(Int32 index, ICollection c)
   at System.Collections.ArrayList.AddRange(ICollection c)
   at System.DirectoryServices.PropertyValueCollection.PopulateList()
   at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
   at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
   at Microsoft.SharePoint.Administration.SPIisWebSite.get_ServerComment()
   at Microsoft.SharePoint.Administration.SPVirtualServer.InitializeIisComponents(SPIisWebSite iisInstance)
   at Microsoft.SharePoint.Administration.SPVirtualServer..ctor(SPIisWebSite iisInstance)
   at Microsoft.SharePoint.Administration.SPVirtualServerCollection.Undirty()
   at Microsoft.SharePoint.Administration.SPVirtualServerCollection..ctor()
   at Microsoft.SharePoint.Administration.SPGlobalAdmin.get_VirtualServers()
   at Ascentn.SharePoint.Common.SPSVirtualServerCache.FindSPVirtualServerByID(Guid virtualServerId)
   at l..ctor(DboSPSVirtualServer A_0)
   at Ascentn.SharePoint.Common.SPSVirtualServerCache.a()

The "Default Event Handler" group box on the System Setting tab displays the class that is invoked for the SharePoint Event Handling. This information is exposed to provide the option to implement customized event handling.