Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To deactivate the CardioLog Analytics feature in SharePoint 2013, go to Central Administration > System Settings > Manage farm features

Image Modified
SharePoint 2013 - Manage farm features

To deactivate the CardioLog Analytics feature in SharePoint 2010, go to Central Administration > System Settings > Manage farm features

Image Modified
SharePoint 2010 - Manage farm features


To deactivate the CardioLog Analytics feature in MOSS 2007, go to Central Administration > Operations > Manage farm features

Image Modified
MOSS 2007 - Manage farm features

...

For SharePoint 2013 only - Go to Central Administration > System Settings > Manage farm solutions > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.
Image Modified

For SharePoint 2010 only - Go to Central Administration > System Settings > Manage farm solutions > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.
Image Modified

For MOSS 2007 only - Go to Central Administration > Operations > Solution Management > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.
Image Modified

Once the solution status shows "Not Deployed", click Remove Solution in order to completely remove the solution.

...

Browse to each SharePoint Online site collection Solution Gallery (edit the website root URL): [https://intlock.sharepoint.com]/_catalogs/solutions/forms/allitems.aspx, deactivate the CardioLog Analytics Integration solution and then delete the solution.

Image Modified

SharePoint Online Solution Gallery

...

Perform the following steps based on the feature scope:

Feature Scope - Farm

  1. Go to SharePoint Central Administration > System Settings > Manage farm features > Deactivate the "CardioLog Usage Reports" feature.
  2. Go to SharePoint Central Administration > System Settings > Manage farm solutions > Click CardioLogUsageReportsSolution.wsp > Click Retract Solution.
  3. Once the solution status shows "Not Deployed", click Remove Solution in order to completely remove the solution.

Feature Scope - Site Collection

If you have selected a solution which is not automatically activated across the entire farm, deactivate the "CardioLog Usage Reports" feature on each site collection:

...

Execute the following commands based on the feature scope from the command prompt on the SharePoint application server in order to deactivate the feature, retract and remove the solution from your SharePoint farm (edit the directory path: 1X - 12 for MOSS 2007, 14 for SharePoint 2010, 15 for SharePoint 2013):

Feature Scope - Farm

Info
iconfalse

cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1X\BIN

stsadm -o deactivatefeature -force -name "CardioLogUsageReports"

stsadm -o uninstallfeature -force -name "CardioLogUsageReports"

stsadm -o retractsolution -immediate -name "CardioLogUsageReportsSolution.wsp"

stsadm -o execadmsvcjobs

stsadm -o deletesolution -override -name "CardioLogUsageReportsSolution.wsp"

stsadm -o execadmsvcjobs

Feature Scope - Site Collection

Execute the deactivate feature command for each site collection (edit the site collection root URL) before uninstalling it:

...

Image Modified
SharePoint Online Solution Gallery

 

Anchor
removing http
removing http
Uninstalling The CardioLog Analytics HTTP Module for SharePoint

Uninstall the CardioLog Analytics HTTP Module for tracking SharePoint documents opened from withing Office:

  1. In your SharePoint server, remove the CardioLogHttpModule.dll from the GAC (See the Microsoft help documentation for more information). 
  2. In your SharePoint server, modify the SharePoint Web.config file and remove the module registration for each web site:

    For IIS 6.0 and IIS 7.0 running in Classic Mode:

    Info
    iconfalse

    <configuration>
      <system.web>
        <httpModules>
          <add name="CardioLogHttpModule" type="CardioLog.HttpModules.EventsModule,CardioLogHttpModule, Version=1.19.154.6, Culture=neutral, PublicKeyToken=56b51e29d93ab3fb" />

    To register the module for IIS 7.0 running in Integrated Mode:

    Info
    iconfalse

    <configuration>
      <system.webServer>
        <modules>
          <add name="CardioLogHttpModule" type="CardioLog.HttpModules.EventsModule,CardioLogHttpModule, Version=1.19.154.6, Culture=neutral, PublicKeyToken=56b51e29d93ab3fb" />

    Remove the following keys:

    Info
    iconfalse
    <configuration>
    <appSettings>
    <add key="CardioLog.Events.DocExtensions" value=".doc*.docx*.ppt*.pptx*.pps*.ppsx*.txt*.pdf*.xlr*.xls*.xlsx*.log*.msg*.odt*.rtf*.csv*"/>
    <add key="CardioLog.Events.ExcludeUserAgents" value="Microsoft Office Existence Discovery*"/>
    <add key="CardioLog.API.EventsServiceUrl" value="http://<CardioLog server>:<port>/CardioLogAPI/Events.asmx"/>
    <add key="CardioLog.Events.LogFile" value="C:\CardioLogHttpModule.log"/>
    <add key="CardioLog.Events.LogLevel" value="None"/><!--None,Error,Message-->
    <add key="CardioLog.Events.SharePointVersion" value="2013"/>
    <add key="CardioLog.Events.SupportClaimsAuth" value="true"/><!--  Support claims based authentication  -->
    <add key="CardioLog.Events.ClaimsAuthRegex" value=""/>
    <add key="CardioLog.Events.ClaimsAuthRegexGroupMatch" value=""/>
    <add key="CardioLog.Events.CacheExpirationTimeoutInMs" value="1000"/>
  3. Open the following file for editing: [Installation directory]\CardioLogAgent\web.config
    Set HandleFileExtension to true:

     

  [Installation directory] - If the CardioLog Analytics SharePoint feature is installed, the CardioLogAgent folder is located on all SharePoint WFEs under the SharePoint website "_layouts" folder.

 "CardioLog Usage Reports" feature.