Page History
Using the CardioLog Scheduling Service, you can make sure that local site data, external environments, and user
Contents
- Editing Service Components
- Usage Data Processing
- Portal Tree Updates
- Transferring the Portal structure Through the File System
- Transferring the Portal structure Using SQL
- Collecting Document Versioning Information for your SharePoint Lists and Libraries
- Import Social Information for Your SharePoint Farm
- Configuring Multiple Web Applications
- Configuring Multiple Farms
- Report Scheduling
- Active Directory Updates
- User Categories Updates
- SEO Analysis
- Social Updates
- Starting the CardioLog Scheduling Service
Contents
Table of Contents |
---|
Anchor | ||||
---|---|---|---|---|
|
...
How to Edit a Service Component
...
Scheduling Service
...
...
Components
Each service component can be scheduled to run at defined time intervals.
- In the Administration pane, click CardioLog Scheduling Service.
...
- Simply click the service component you would like to
...
- schedule from the main window.
CardioLog Scheduling Service components - The
...
- Service
...
- Schedule dialog includes the following fields:
Service
...
- Schedule - defines the schedule for running the service component:
- Never - The component will not run until a different scheduling option is chosen.
- Once - The component will run once, upon restarting the service
- Every rounded hour - The component runs every hour, on the hour. (Previously named "Hourly" and "Every full hour")
- Every x minutes - The component runs every x minutes beginning from when the service is restarted.
...
- Every *Day at HH:MM - Using the drop-down menus, choose either Day to run the service daily, or the day of the week if you would like to have the service run weekly. Choose the time of day the service will run in half hour intervals.
...
-
Enable Logging - The component's activity is logged. The default log file path is at <CardioLog Installation Directory>\CardiologScheduleServices\Logs.
The log file size is limited to 8MB.
...
...
- Schedule Service Dialog
- Click OK to confirm your changes.
- In order to commit changes, you must restart the CardioLog Scheduling Service by clicking Restart Service from the top right corner of the main window.
Anchor | ||||
---|---|---|---|---|
|
By default, the Usage Data Processing service component processes incoming tracking data from Event Collector every rounded hour, and logging is enabled.
- In the Administration pane, click CardioLog Scheduling Service.
- Click Usage Data Processing.
- Set the schedule type Service Schedule and then click OK.
- Click Restart Service to activate any changes.
Usage Data processing -Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
The Portal Tree Updates service component retrieves the structure of the portal (monitored environments). This structure is the basis for data aggregations.
To configure SharePoint environments, see SharePoint Tree Adaptor.
To configure non-SharePoint websites, see Website Tree Adaptor or Custom Tree Adaptor.
- In the Administration pane, click CardioLog Scheduling Service.
- Click Portal Tree Updates.
- Set the schedule type and then click OK.
- The Advanced Settings dialog is for retrieving a tree structure from a custom source (by a designated web service).If the web service has an .asmx extension, enter the Web Method name. For more information see the CardioLog Advanced Administration Guide
- Click Add to add the Tree Web Service to the selected web services.
- Repeat steps 4-5 for each Tree Web Service. Click Save, and restart CardioLog Scheduling Service.
Portal Tree Updates - Advanced Settings dialog
Transferring the Portal Structure Using SQL
The hierarchical portal tree can be retrieved through an SQL-SQL data transfer. This configuration process does not use the CardioLog server file system, but rather copies data in bulk from SharePoint databases to CardioLog. As a result, the entire process runs more efficiently as less resources are consumed.
To do so, go to Administration > System Configuration > SharePoint Tree Adaptor > click on your SharePoint farm > un-check "Transter the tree structure through file system (XML file)".
In versions lower than 2.0.8.0, modify the Portal Tree Updates web service URL as follows:
Execute the following SQL script against CardioLog database:
SET Value = 0
Where Name = N'xmlMode' and Category = N'OMAgent'
Collecting document versioning information for your SharePoint lists and libraries
In order to take full advantage of document modification reports, turn on versioning for your SharePoint lists and libraries.
Import social information for your SharePoint farm
SharePoint 2013 offers a variety of out-of-the box social features such as content likes, rating and ranking, sharing content, following content, and more.
To import social information from SharePoint 2013 and perform detailed analysis of the site's social activity:
- Go to Administration > System Configuration > SharePoint Tree Adaptor > click on your SharePoint 2013 farm > check "Import social information for your SharePoint farm".
- Execute the Social Updates job: Go to Administration > CardioLog Scheduling Service > Social Updates > Set the schedule type and then click OK.
- Click Restart Service to activate any changes.
Portal Tree Updates -Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
The Report Scheduling is responsible for automatically generating scheduled reports and distributing them through email.
To configure email settings for all purposes, see Mail Settings.
- In the Administration pane, click CardioLog Scheduling Service.
- Click Report Scheduling.
- Set the schedule type and then
Select Users and Groups E-mail Address dialog
In versions lower than 2.0.8.0, to configure a secure SMTP server with a non-default port, or the CardioLog reports email sender and subject, edit the following keys in the [CardioLog Installation Folder]\CardioLogSchedulingService\Settings.config file in the <handlersParams> section:
<param>
<handlerId>6</handlerId>
<name>SMTPMailFrom</name>
<val><![CDATA[CardioLog_Reports@intlock.com]]></val>
</param>
<param>
<handlerId>6</handlerId>
<name>SMTPUseSSL</name>
<val><![CDATA[0]]></val>
</param>
<param>
<handlerId>6</handlerId>
<name>SMTPPort</name>
<val><![CDATA[25]]></val>
</param>
<param>
<handlerId>6</handlerId>
<name>SMTPMailSubject</name>
<val><![CDATA[CardioLog Report]]></val>
</param>
Note that the <handlerId> should be the CardioLogScheduler id in the <handlers> section:
<handler>
<handlerId>6</handlerId>
<handlerName>CardioLogScheduler</handlerName>
...
Active Directory
- click OK.
- SMTP Mail Server - a full DNS name for the SMTP Server. Example: "smtp.intlock.com"
- Port - the SMTP server port. The default port is 25.
- Use SSL - configure a secure SMTP server with a non-default port.
- SMTP User Name, SMTP Password - these are optional fields, for supplying credentials.
- Report Email subject - The email subject of the automated reports Emails sent to a predefined distribution list.
- Report Email sender - The email sender of the automated reports Emails sent to a predefined distribution list.
- System Administrator e-mail address - a recipients list of service error alerts. Click on Search to find email addresses.
- Click Restart Service to activate any changes.
Report Scheduling - Service Schedule dialog
Anchor active directory active directory
User and Group Updates
active directory | |
active directory |
CardioLog provides the ability to segment authenticated visitors by their user names and the groups they belong to. The
Active DirectoryUser and Group Updates service component retrieves the list of users and groups
directlyfrom Active Directory, SharePoint or a custom source (designated web service).
To configure users and group sources, see User and Group Management.
- In the Administration pane, click CardioLog Scheduling Service.
- Click User and Group Updates.
- Set the schedule type and then click
- OK.
- Active Directory Connection String - The FQDN of the Active Directory domain. Example: "mycompany.com"
- Load from external Web service URL - this is an optional field, for loading users from a custom source (by a designated web service). For more information see the CardioLog Advanced Administration Guide
By default it will be populated automatically with the default web service which loads users and groups from AD (http://<CardioLog server name>:<port>/ADTree/default.aspx).
- Active Directory Credentials - this is an optional field.
If the CardioLog Scheduling Service account is a member of your domain, there is no need to supply credentials.
- Click Restart Service to activate any changes.
User and Group Updates - Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
CardioLog provides the ability to segment visitors by any custom category. The User
CategoriesCategory Updates service component retrieves the list of custom categories from Active Directory attributes, SharePoint User profiles or a custom source (designated web service).
To configure
visitor segmentation by Active Directory attributes or by SharePoint user profiles, see the CardioLog Advanced Administration Guideuser category sources, see User Category Management.
- In the Administration pane, click CardioLog Scheduling Service.
- Click User
- Category Updates.
- Set the schedule type and then click
- OK.
- Categories Web Service URL
Example: "http://<CardioLog server name>:<port>/VisitorSegments/SSPProfiles.aspx"
- Web Method Name - optional
- User Name - optional
- Password - optional
- Click Restart Service to activate any changes.
Anchor | ||||
---|---|---|---|---|
|
The SEO Analysis service
runs SEO jobs which crawlcrawls websites and generate reports automatically.
Social Updates
For more information see SEO Reports - Configuration
- In the Administration pane, click CardioLog Scheduling Service.
- Click SEO Analysis.
- Set the Service Schedule and then click OK.
- Click Restart Service to activate any changes.
SEO Analysis - Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
The Social Updates service imports social information from SharePoint 2013, Yammer and Sitrion.
To
configureimport social information
importfrom SharePoint 2013, see
" social informationSocial Information for your SharePoint
farm".To
configureimport social information
importfrom Yammer,
see "".To
configureimport social information
importfrom Sitrion,
see "".
- In the Administration pane, click CardioLog Scheduling Service.
- Click Social Updates.
- Set the schedule type and then click OK.
- Click Restart Service to activate any changes.
Starting the CardioLog Scheduling Service
- Click on Start > Run > services.msc
- Open CardioLog Scheduling Service.
- In the CardioLog Scheduling Service properties window, click Start and then OK.
Note:
Social Updates - Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
The Version Maintenance service executes upgrade jobs (if any) after a version update. By default should be set to "Never" unless advised otherwise by Intlock Support after a version update.
- In the Administration pane, click CardioLog Scheduling Service.
- Click Version Maintenance.
- Set the schedule type and then click OK.
- Click Restart Service to activate any changes.
Version Maintenance - Service Schedule dialog
Anchor | ||||
---|---|---|---|---|
|
- In the Administration pane, click CardioLog Scheduling Service.
- Click Restart Service to activate any changes.