I get an "Unable to position description on P_CPY_SETP_Job_Title in JOE_CPYOutputEmployeeCategory" error when printing Mekorma MICR Canadian Payroll Checks

This error displays when printing Mekorma MICR Canadian Payroll Checks if the program code cannot locate a job title associated with the employee. To resolve this issue, if you have a manageable number of employees, locate the employee that does not have a job title assigned and populate the Position field on the Payroll Employee Setup - Canada screen.

If you have a large number of employees, you can run a SQL query to update all the unassigned employees with a default value for the Position field. Use the following SQL statement to update the records:

PEmployeeID, PFirstName, PLastName from CPY10100 where PEmployeeID=' '

Enter the default Job Title/Position name between the ' ', for example PEmployeeID, PFirstName, PLastName from CPY10100 where PEmployeeID=’NA000’