Page 1 of 1

Job Order Failed to Generate Candidate Pipeline

Posted: 10 Jul 2013, 15:21
by kcgan2012
Hi all i make a mistake in removing a additional field that i created under "Company" field

Subsequently CATS was unable to generate candidate pipelines as well as calendar, however candidates data and activity log are not affected...how can i reverse this please help !!!!

Re: Job Order Failed to Generate Candidate Pipeline

Posted: 21 Sep 2013, 03:34
by bbaaxx
I tried to reproduce the error on my test environment but was unable to do so. What I did was to create a custom field, add a couple job orders and candidates and then I removed the custom field.

Please provide more information or step by step instructions to reproduce the issue and I'll try to help.

Alternatively you could check your database structure against a default installation for changes and try to revert them if you find any. (particulary the extra_field and extra_field_settings tables).

I'm attaching an dump of my test DB structure for your reference.

Re: Job Order Failed to Generate Candidate Pipeline

Posted: 16 Nov 2014, 23:27
by RussH
waleed432 wrote:when i schedule the event in Candidates or in Calendar, the user will not receive the Reminder Email as for Scheduled Event. But it was updated in the Calendar_event table.
Please provide your suggestions to solve this issue.
Hi,

do you a have the cron job running that's necessary to generate email reminders?

As per the installation section of the wiki -
2) Scheduled E-Mail reminders CATS can send out E-Mail reminders for calendar events before they happen. To enable this feature, configure cron or another scheduling daemon to invoke QueueCLI.php every minute. An example crontab line would look like:

* * * * * /usr/local/bin/php /var/www/html/cats/QueueCLI.php

Or,

* * * * * curl http://mysite.com/QueueCLI.php > /dev/null