Friday, May 18, 2012
 
HelpMaster on-line community
Priority Manager service crashing then shutting down
Last Post 07 Aug 2011 08:31 PM by Jesse Harvey. 2 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Jesse HarveyUser is Offline
Helpdesker
Helpdesker
Posts:5
Points:11
Avatar

--
03 Aug 2011 05:36 PM

    Hi, we have recently done a fresh install of HMP 11.0.1 on a clean Windows 2008 R2 server and migrated our existing database to this new server which is also running SQL 2008 R2 SP1.

    Since installing and migrating to HMP Pro 11 we are seeing our priority manager service crashing regularly (sometimes a couple of times a day). Below is a copy of the event log error that triggers the service shutdown. After this error occurs the service shuts down successfully however it doesn't trigger a restart. Is there anything we can do to resolve this issue or get the service to restart automatically?

    Please note that we have already set the service to restart after a subsequent failures. This doesn't seem to restart it.

    Thanks.

    ------------------------------------------------------------

    Error Log from HMP Priority Manager

    4/08/2011 9:08:18 AM : An error has occured on Processing Active Profiles.
    - Error Code Location: 7
    - Error Description: 'System.Data.SqlClient.SqlException: Transaction (Process ID 78) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    at HMP.DatabaseAccess.clsHMPObject.GetDataSet(String p_SQL)
    at HMP.PriorityManager.Service.PriorityManagerService.N9odxSsog()'
    - strSQL: SELECT DISTINCT tblHelpdeskJobs.pkID
    FROM tblHelpdeskJobs INNER JOIN
    tblLink_Jobs_Clients ON tblHelpdeskJobs.pkID = tblLink_Jobs_Clients.JobLink LEFT OUTER JOIN
    tblLink_Staff_Skillgroup ON tblHelpdeskJobs.LoggedByLink = tblLink_Staff_Skillgroup.StaffClientLink LEFT OUTER JOIN
    tblLink_Jobs_Assets ON tblHelpdeskJobs.pkID = tblLink_Jobs_Assets.JobLink LEFT OUTER JOIN
    qryCrossTabCustomDetails_Job ON tblHelpdeskJobs.pkID = qryCrossTabCustomDetails_Job.JobPKID_Custom LEFT OUTER JOIN
    qryRelationshipsSitesLinkedToJobs ON tblHelpdeskJobs.pkID = qryRelationshipsSitesLinkedToJobs.JobPKID LEFT OUTER JOIN
    qryJob_TimeMetrics_Business_Total_Extended ON tblHelpdeskJobs.pkID = qryJob_TimeMetrics_Business_Total_Extended.JobPKID LEFT OUTER JOIN
    tblLink_Staff_Skillgroup AS tblLink_Staff_Skillgroup_2 ON tblHelpdeskJobs.AssignedToLink = tblLink_Staff_Skillgroup_2.StaffClientLink LEFT OUTER JOIN
    qryRelationshipsClientsLinkedToSites_All ON tblLink_Jobs_Clients.ClientLink = qryRelationshipsClientsLinkedToSites_All.ClientPKID LEFT OUTER JOIN
    tblLink_Staff_Skillgroup AS tblLink_Staff_Skillgroup_1 ON tblHelpdeskJobs.ClosedByLink = tblLink_Staff_Skillgroup_1.StaffClientLink LEFT OUTER JOIN
    qryKeywords_Job ON tblHelpdeskJobs.pkID = qryKeywords_Job.JobPKID
    WHERE (tblLink_Jobs_Clients.IsPrimaryClient = 1) AND
    DateLogged >= { ts '2009-09-01 00:00:00' } AND DateLogged <= { ts '2030-11-05 23:59:59' } AND PriorityLink IN (109) AND (dbo.tblHelpdeskJobs.StatusLink <> 2)

     

    Dennis OdriUser is Offline
    HelpMaster tech support
    Helpdesk leader
    Helpdesk leader
    Posts:30
    Points:54
    Avatar

    --
    07 Aug 2011 08:22 PM

    Hi Jesse, thanks for your post. We are currently working on resolving this issue permanently but do have a quick fix for you now. You need to truncate your Priority Manger log table and set your Priority Manager Event Log Options on the Priority Manager Service Setup screen to default settings as follows;

    Truncate the Priority Manager event log table by running the following SQL against your HelpMaster database;

    TRUNCATE TABLE dbo.tblPriorityManagerLog

    To set the Priority Manager Event Log Options back to the default settings;

    1. Go to "Automation" (ribbon) > Priority manager "Service Setup" (option) > "Event Logging Options" (tab) > "Database event logs" (section)
    2. Set "Log these events to teh database event logs" to "Everything", and
    3. Set "Only keep event logs for" to "1 year", and "Don't exceed this many event entries" to "10,000 Log Items".

    Note that the Windows event log under Applications and Services Logs will still continue to log events based on settings configured there.

    Let us know how you go after doing the above. Thanks.

    Dennis

    Jesse HarveyUser is Offline
    Helpdesker
    Helpdesker
    Posts:5
    Points:11
    Avatar

    --
    07 Aug 2011 08:31 PM

    Hi Dennis,

    I didn't realise that Stewart was also talking to you guys about this issue. I can confirm that your work around has resolve the crash issue.

    Thanks,

    Jesse

    You are not authorized to post a reply.



    Latest posts
    HelpMaster v12 is now available! Major new release by Rod Weir in Announcements with 0 replies
    A new major release of HelpMaster v12 is now available. This release includes many new and exciting features as well as many minor improvements, bug ...

    Action log style - which one do you use? by Rod Weir in Using HelpMaster with 1 replies
    Which style do you use? Check under User menu > General  ...

    Job Status code naming convention by Rod Weir in Using HelpMaster with 0 replies
    The following was taken from the old HelpMaster discussion board.  The information is still relevant, so I thought I'd post it here. From 20...

    Creating excess jobs - email failing to update existing job by Rod Weir in Email Manager with 1 replies
    Received via tech support... Hi, How would you recommend we prevent mass creation of jobs via email manager when external vendor helpdesk system...

    Drag 'n drop Outlook email to create a new job by Rod Weir in Using HelpMaster with 0 replies
    Logging a new job via drag 'n drop email Microsoft Outlook users have a quick and convenient way to create / log a new job. Simply drag and email...

    Drag 'n drop Outlook email to create a new action by Rod Weir in Using HelpMaster with 0 replies
    Drag 'n drop Outlook email to create a new action Microsoft Outlook users have a quick and convenient way to create new actions to an existing jo...

    Web Interface AD login always presents a challenge login scren. by Dennis Odri in Installation, configuration and upgrading with 0 replies
    When trying to login to the Web Interface using AD credentials a domain login screen repeatedly pops up and doesn't accept credentials. This issue...

    New Email Tags for Time Zones in v12 by Scott Ward in Using HelpMaster with 0 replies
    In v12 you may notice the New Email Tags that include _Timezone at the end of them, these always duplicate an Email Tag that is the same just without...

    Database changes for v12 - UTC date conversion - VERY IMPORTANT! by Rod Weir in HelpMaster SQL Server database with 0 replies
    Background HelpMaster v12 supports multiple timezones when entering, updating or viewing any date/time data.  This is very useful if you use Hel...

    Active Directory Sync v12 by Support Questas in Bugs!!! with 3 replies
    Hi, I have version 12 and the new AD sync tool is great. There is one thing which I have just found that I'm not sure if it is by design or ...


    Latest posts including replies
    RE: Spinning Helpmaster Pro Logo by Suman Das in Web interface, client self-service and remote access
    We'd encourage everyone to upgrade to HelpMaster v12.  Apart from removing the "spinning Helpmaster Pro logo", there are lots of su...

    RE: Job Templates and Issues by Rod Weir in Email Manager
    Another update, another feature. Check out the new v12.5.17 codes features. http://www.helpmasterpro.com/helpfile/Desktop/html%20files/Undefined%20...

    RE: Default Email Manager Fields not being Updated by Staff by Rod Weir in Email Manager
    Update on this issue. v12.5.17 released today has a new feature to allow codes. Check it out here http://www.helpmasterpro.com/helpfile/Desktop...

    RE: Add the ability to control the system codes (mandatory) by Rod Weir in Wishlist
    OK, feature complete and released in v12.5.17. Works great, but looking forward to some live feedback so that we can further refine and improve it. ...

    HelpMaster v12 is now available! Major new release by Rod Weir in Announcements
    A new major release of HelpMaster v12 is now available. This release includes many new and exciting features as well as many minor improvements, bug ...

    RE: Action log style - which one do you use? by Timo de leeuw in Using HelpMaster
    Style 3 for me. The picture is a nice touch but not on the my smaller laptop screen...

    Action log style - which one do you use? by Rod Weir in Using HelpMaster
    Which style do you use? Check under User menu > General  ...

    Job Status code naming convention by Rod Weir in Using HelpMaster
    The following was taken from the old HelpMaster discussion board.  The information is still relevant, so I thought I'd post it here. From 20...

    RE: Creating excess jobs - email failing to update existing job by Rod Weir in Email Manager
    In reply... Maybe something could be setup to monitor if more than 10 number of jobs from the same client are logged within 20 minutes – add ...

    Creating excess jobs - email failing to update existing job by Rod Weir in Email Manager
    Received via tech support... Hi, How would you recommend we prevent mass creation of jobs via email manager when external vendor helpdesk system...


     
    Solutions   Company  

    News

      Helpdesk articles   Downloads and Evaluation
    Helpdesk software   Contact Us   Blog   Telephone skills for the helpdesk   Download trial version
    Email response management   International resellers   Discussion board   Staff to clients helpdesk ratio   Service packs
    Workflow and SLA managemnt   Testimonials   Twitter   Staffing a helpdesk   On-line helpfile
    Web self-service       FaceBook   How to evaluate helpdesk software   Watch video demonstrations
    Knowledge base           Why use helpdesk software?    
    Active Directory           Use Excel for helpdesk reporting    
                People Process and Technology    Purchase information
                     
    ITIL Alignment   Consultancy        Knowledge Centered Support   Product development
    Incident Management   Training        Knowledge Centered Support (KCS)   Roadmap
    Problem Management   Consulting            
        Custom Reports            
        Professional services            Latest version
                   

    12.5.17 (17 May 2012)

     

     


    Follow HelpMaster on Twitter


    Copyright 2012 PRD Software Terms Of Use Privacy Statement