Versions Compared

Key

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

...

Table of Contents

Description

This component Tracing SQL Store Component contains a Trace DAO implementation that can be used by the trace engine to store trace messages in a database.

The configuration options are found below in this document.

Requirements

This component persists data in a database, that must be provided. See platform support for the supported databases.

Installation

 folder is merged)In order to use this component, the trace-sql-store profile must be active. More information on how to configure the application using Spring Profiles can be found here : Component configuration with Spring Profiles.

UI Expand
titleJava

Unzip the TraceDao-Plugin-x.y.z.zip and copy the extracted folders to the runtime folder (make sure that the 

Include Page
_HomeFolder_HomeFolder
UI Expand
title.NET

Make sure to put the TraceDao.dll file in the /bin directory of your .Net webapp installation.In order to use this component, make sure to have the BlueriqComponentTracing.dll in the /bin directory of your .NET webapp installation

Configuration

Database

Scripts to create the required database content are provided for the following databases:

...