We have been using HR with Canadian Payroll for several years. We recently noticed that when we try to hire an applicant, we are receiving the following error:
A save operation on table "uprMstrAddress" (45)
[Microsoft][SQL Server Native Client 10.0][SQL Server]The transaction ended in the trigger. The batch has been aborted.
When I look at the dex log, I am seeing this:
/* Date: 02/08/2013 Time: 15:04:27
stmt(13839280):*/
BEGIN DECLARE @num int EXEC ATUM.dbo.zDP_UPR00102SI '####001', 'PRIMARY', '1 Test Street', '', '', 'Toronto', 'ON', 'M2X 1X1', '', 'Canada', '4161111111', '0000000000', '', '', 0, '', '', '', @num OUT SELECT @num END
/*
/* Date: 02/08/2013 Time: 15:04:27
SQLSTATE:(37000) Native Err:(3609) stmt(13839280):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]The transaction ended in the trigger. The batch has been aborted.*/
/* Date: 02/08/2013 Time: 15:04:27
stmt(13839280):*/
BEGIN INSERT INTO ATUM.dbo.UPR00102 (EMPLOYID, ADRSCODE, ADDRESS1, ADDRESS2, ADDRESS3, CITY, STATE, ZIPCODE, COUNTY, COUNTRY, PHONE1, PHONE2, PHONE3, FAX, Foreign_Address, Foreign_StateProvince, Foreign_Postal_Code, CCode) VALUES ( '#####001', 'PRIMARY', '1 Test Street', '', '', 'Toronto', 'ON', 'M2X 1X1', '', 'Canada', '4161111111', '0000000000', '', '', 0, '', '', '') ; SELECT @@IDENTITY ; END
/*
/* Date: 02/08/2013 Time: 15:04:27
SQLSTATE:(37000) Native Err:(3609) stmt(13839280):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]The transaction ended in the trigger. The batch has been aborted.*/
Any help is appreciated!
*This post is locked for comments
Discovered the solution for this!
Recreating the Payroll Address Master table in the GP SQL utils cleaned this right up.
Hi Xavier.
Just wondering if you found a fix for this problem. We seem to be experiencing the same issues when trying to hire.
Thanks!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156