Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Services
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

Database Security

Prevent unauthorized access and exceed compliance requirements.

Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Microsoft Security
Unlock the full power of Microsoft Security
Offensive Security
Solutions to maximize your security ROI
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

HOWTO: Creating a WebMarshal logging database manually

Expand / Collapse


This article applies to:

  • WebMarshal 6.X and 7.X

Question:

  • How do I create a WebMarshal logging database if I do not have database creator rights?
  • What SQL collation does the WebMarshal logging database use?

Information:

To create a WebMarshal logging database, the product requires use of a SQL or Windows account with Database Creator privilege on the SQL server. By default the SQL 'SA' user and accounts in the Windows administrators group have this privilege.

In a secure network environment where the database is hosted on a corporate database server, the database administrator might not allow the WebMarshal product to use a SQL credential with Database Creator privilege.

To work around this security concern, you can proceed as follows:

  1. Use SQL tools to create an empty database for WebMarshal.
    • The SQL collation for the database MUST be SQL_Latin1_General_CP1_CI_AS.
  2. Configure a database user (Windows or SQL account) with Database Owner privilege on the database.
  3. Open the WebMarshal Configuration Wizard or Server Properties > Database Logging window.
  4. On the Create Database window, enter the user name and password of the database owner account. Enter the name of the empty database, and select Recreate the database. WebMarshal will create the required tables and procedures.

Notes:

  • Trustwave recommends use of SQL Management Studio or Management Studio Express to create or edit a database.
  • To set the database collation using SQL queries, first ensure that you have exclusive use of the database (no other connections active). Enter the following:

    ALTER DATABASE WebMarshal database name COLLATE SQL_Latin1_General_CP1_CI_AS
  • Database Owner (DB_Owner) privilege is the minimum required to initialize or upgrade the WebMarshal database. Normal logging and reporting operations do not require this privilege. From the WebMarshal Server Properties > Database Logging window you can configure an "operational user" with lower privileges.

To contact Trustwave about this article or to request support:


Rate this Article:
     

Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.