CardioLog - Usage Reports for SharePoint Distributor Login
SUPPORT
FAQ
Forums
Request Support
Support Sessions
Support Policy
Q. I have added the tracking code to CORE.js, but when I browse my SharePoint portal - I get an authentication login box for the CardioLog server.
A. Check the authentication provider for the CardioLog web site. If the provider is not NTLM, do the following:
  1. Change the authentication provider for the CardioLog web site to "NTLM".
  2. Change "impersonate=false" in the following files:
    [installation folder]\CardioLog [Lite]\CardioLog[Lite]\Web.config
    [installation folder]\CardioLog [Lite]\CardioLogAPI\Web.config
    [installation folder]\CardioLog [Lite]\SP2007Tree\Web.config
Otherwise, install the CardioLogAgent web application on the SharePoint machine:
  1. Create a new CardioLogAgent virtual directory on the SharePoint machine.
  2. For the new virtual directory, set ASP.NET version to 2.0, an set the authentication method to Inetgrated Windows Authentication (un-check Enable anonymous access).
  3. Copy the files from [installation directory]\CardioLogAgent to the new directory.
  4. Change the URL domain and port in the following locations:

      1. SharePoint CORE.js file -

      script.src = "http://domain:port/CardioLogAgent/AgentEmbed.aspx?env=MOSS2007&r="+Math.random()*100000;

      2. [installation folder]\CardioLogAgent\AgentEmbed.aspx -

      element.TunnelPath = "http://domain:port/CardioLogAgent/tunnel.aspx";
      element.AgentDirectory = "http://domain:port/CardioLogAgent";
      element.HelpletFile = "";
      element.AgentBaseLocation = "http://domain:port/CardioLogAgent/agentBaseEmbed.aspx";

    << Back
    Contact Us | About Intlock | SharePoint Reports | SharePoint Usage Reports | Site Map
    Copyright © 2005-2010 Intlock Ltd. All Rights Reserved. Intlock and CardioLog are registered trademarks of Intlock.