User Tools
Writing /app/www/public/data/meta/onboarding/ticketer/troubleshooting_-_pms_not_generating_for_elements.meta failed
onboarding:ticketer:troubleshooting_-_pms_not_generating_for_elements
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onboarding:ticketer:troubleshooting_-_pms_not_generating_for_elements [2017/05/24 10:39] – mmcc | onboarding:ticketer:troubleshooting_-_pms_not_generating_for_elements [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Troubleshooting - PMs not generating for elements ====== | ||
| + | |||
| + | Author: Michelle McCausland | ||
| + | |||
| + | ===== Example Customer Request ===== | ||
| + | //Example ticket CCSUPPORT-1493// | ||
| + | |||
| + | < | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Solution ===== | ||
| + | |||
| + | After some investigation we determined that these maintenances were marked as expired in the maintenance table which means they would not ticket. | ||
| + | |||
| + | ** To find the cause of this issue: ** | ||
| + | |||
| + | Retrieve the maintenance entries related to these elements: | ||
| + | |||
| + | < | ||
| + | FROM maintenance WHERE external_element_id IN (2581, | ||
| + | |||
| + | ^ maintenance_id | ||
| + | ^ 2874 | 2948 | | ||
| + | ^ 3273 | 3347 | | ||
| + | ^ 3278 | 3352 | | ||
| + | ^ 5002 | 5076 | | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | **To correct this issue: | ||
| + | |||
| + | * Navigate to the quartz list to see what jobs are running/ about to run: | ||
| + | |||
| + | [[url/ | ||
| + | |||
| + | * **com.errigal.ticketer.MaintenanceManagerJob** - Ensure this job isn't running or about to run. | ||
| + | |||
| + | * Tail the Ticketer log on the app handler: | ||
| + | |||
| + | < | ||
| + | |||
| + | tail -f Ticketer.log</ | ||
| + | |||
| + | |||
| + | * Run update queries: | ||
| + | |||
| + | < | ||
| + | |||
| + | * Navigate to the maintenance list to run the job: | ||
| + | [[url/ | ||
| + | |||
| + | * Select **Admin Options** then click **Run Ready Job Now** | ||
| + | |||
| + | * Some queries which show next_ticket_dates for these elements following the update can be found below. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | < | ||
| + | FROM external_element ee join maintenance m on m.external_element_id = ee.id | ||
| + | WHERE ee.name IN (' | ||
| + | |||
| + | |||
| + | | id | name | next_ticket_date | ||
| + | | 7183 | METROPCS-> | ||
| + | | 7191 | METROPCS-> | ||
| + | | 7202 | METROPCS-> | ||
| + | | 7238 | METROPCS-> | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | | next_ticket_date | ||
| + | | 2016-07-01 00:00:00 | | ||
| + | | 2016-07-01 00:00:00 | | ||
| + | | 2016-07-01 00:00:00 | | ||
| + | | 2016-07-01 00:00:00 | | ||
| + | | 2016-07-01 00:00:00 | | ||