Versions Compared

Key

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

...

  1. Deployment Procedure
  2. Activate/Deactivate Data Collection

Anchor
deployment
deployment
Deployment Procedure

The manual deployment of the SharePoint solution includes the following steps:

  1. Installing the CardioLog Tracking Agent web application on the SharePoint WFE servers

  2. Installing the 'CardioLog Analytics' SharePoint Feature on the SharePoint farm

Anchor
webapp
webapp
Installing the CardioLog Tracking Agent web application

  1. Copy the [CardioLog Installation Folder]\CardioLogAgent folder to your SharePoint WFE server to C:\Program Files\Common Files\Microsoft Shared\web server extensions\1X\TEMPLATE\LAYOUTS\ folder (1X - 12 for MOSS 2007, 14 for SharePoint 2010/SharePoint 2013/SharePoint 2016/SharePoint 2019)
  2. Edit the value of the following key in the CardioLogAgent\web.config file, located in the <appSettings> section - 

    Info
    iconfalse

    <add key="CardioLogAgentRoot" value="/_layouts"/> 

  3. Open IIS Manager, right click the CardioLogAgent directory located under the SharePoint website _layouts folder and select "Convert to Application". The selected application pool should be the SharePoint website application pool.
  4.  Repeat step 3 for each SharePoint website you wish to monitor.
  5.  Repeat steps 1 - 4 for each SharePoint WFE server.

Anchor
feature
feature
Installing the 'CardioLog Analytics' SharePoint Feature

  1. Go to [CardioLog Installation Folder]\CardioLog\Configuration\AgentFeature\[SharePoint version]\
  2. Copy the solution file "cardiologtrackingagentfeature.wsp" to your SharePoint application server to C:\Program Files\Common Files\Microsoft Shared\web server extensions\1X\BIN folder (1X - 12 for MOSS 2007, 14 for SharePoint 2010, 15 for SharePoint 2013, 16 for SharePoint 2016 and SharePoint 2019)
  3. Execute the following commands from command prompt (cmd) with the SharePoint farm administrator privileges in order to add and deploy the solution to the SharePoint farm (edit the directory path):

    Info
    iconfalse

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

    stsadm.exe -o addsolution -filename "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1X\BIN\CardioLogTrackingAgentFeature.wsp"

     stsadm.exe -o deploysolution -name CardioLogTrackingAgentFeature.wsp -immediate -allowgacdeployment

     stsadm.exe -o activatefeature -name CardioLogAnalytics -force


    Upon installing the CardioLog Analytics feature, it is automatically activated and data is being collected.

    To view the deployed solution in SharePoint 2013SharePoint 2016 or SharePoint 20162019, go to Central Administration > System Settings > Manage farm solutions

...