Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 11.x
  • Verint Community
Verint Community 11.x
User Documentation Troubleshoot the Telligent Job Service
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • Verint Community 11.x User Documentation
  • +How do I install Telligent Community?
  • Getting Started
  • +General Topics
  • +How do I get to the administration panel?
  • +How do I administer members?
  • +How do I change permissions?
  • +What is an application?
  • +What is a group?
  • How should I define groups and applications in my community?
  • +What is a forum?
  • +What is a blog?
  • +What is a gallery?
  • +What is a wiki?
  • +What is a calendar?
  • +What is ideation?
  • +What is a Knowledge Collection?
  • +How do I view reports?
  • +What is a theme?
  • +What is an Achievement and how do I change or manage Achievements?
  • +How can I enable single sign-on (SSO)?
  • +How do I install chat support?
  • +How do I configure email integration?
  • +How do I translate my community?
  • How do I configure automations for my community?
  • +How can I identify abuse or SPAM within the community?
  • -Community Troubleshooting Guide
    • How can I diagnose a problem or get help?
    • SQL times out when accessing the site
    • Database maintenance
    • Caching
    • How can I improve the technical performance of my community?
    • Can't insert an image using the enhanced text editor after upgrading
    • CFS on the Visual Studio development server
    • Common things to check when using Forms Authentication
    • Common webfarm configuration questions
    • Configuration problems
    • Enable AllowDotInPath in UrlScan
    • Enable Integrated Pipeline on IIS7
    • Fix access to uploaded files
    • How can I customize messages (errors and user registration)?
    • Search index problems
    • Search stop words
    • Troubleshoot search errors
    • Troubleshoot the Telligent Job Service
  • +How do I monitor the health of my community?
  • +Release Notes for Community 11
  • Accessibility
  • What are Points and how do I change or manage points?
  • Change system defaults for locking out users
  • How do I assign a site role to a user?
  • How do I change my password?
  • How do I change the options in my user profile?
  • How do I configure the available profile options?
  • How do I create an API key?
  • How do I customize my community in an upgrade-safe way?
  • How do I edit my profile?
  • How do I enable Google Analytics on Verint Community?
  • How do I show embedded tweets with videos (or pictures)?
  • IFRAME inclusion in the community
  • Shortened URLs
  • What are profile fields and how do I manage them?
  • What are Ratings?
  • What are the SEO features in Verint Community?
  • What is a leaderboard?
  • What is the difference between Related / Recommended content, and how do they work?

Troubleshoot the Telligent Job Service

[toc]

Job Service is not completing any jobs

If the Job Service is not completing any jobs:

  1. Ensure that the service is running. Start it if it is not. Check the errors.log file in the Job Scheduler directory for any irregularities.

  2. Can't connect to the database - If you're seeing the following error in the errors.log file, the Job Service isn't able to connect to the database:

    "Quartz.JobPersistenceException: Failed to obtain DB connection from data source 'ds': System.Data.SqlClient.SqlException: Cannot open database "TelligentEvolution" requested by the login. The login failed."

    Verify the connection string and that appropriate permissions are set on the database, then restart the service.

Check for errors in the errors.log file in the Job Scheduler folder.

Note about the Job Service in single server environment

These instructions only apply for a single server setup where the Job Service and SQL Server are on the same machine.

Problem:

The default SQL and Job Service configurations both have their startup types set to "Automatic." This means that the Job Service services may try to start up before SQL Server is started after a system reboot. When this happens, the Job Service is unable to connect to SQL Server on startup and thus crashes. Unless recovery options have been explicitly set for the service, the service will not attempt to start up until the next reboot, which might lead to another crash.

Solution:

Ensure the SQL Server service is set to "Automatic" and that the Job Service service is set to "Automatic (Delayed Start)."

An alternative would be to add a dependency on SQL Server to all Job Service services. However this can be a little trickier than simply changing the startup type. (Need to use the sc.exe command line utility rather than the services.msc GUI).

For similar reasons, it is probably also a good idea to set up Mail Gateway the same way (although if you choose the dependency route, it should be dependent on both SQL Server and IIS).

As an example, a quick PowerShell script that can be used to change all Telligent* services on a server to use Delayed start is:

get-service Telligent* | select -ExpandProperty Name | % {sc.exe config $_ start= delayed-auto }
  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2024 Verint, Inc.
Powered by Verint Community