Hi
I am having a following error while importing payroll transactions using txt file . It imports first row successfully and then rejects all successive rows . Following is the format of data and error i m receiving.
data:
batchid employeeid Paytype Paycode department units
IMPBATCH humayunid 1 SALARY 201 4890
IMPBATCH humayunid 2 VISCS
****************************************************
Error : [Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'PKUPR10302'. Cannot insert duplicate key in object 'dbo.UPR10302'. The duplicate key value is (0).*/
*************************************
Please note that i am able to enter the same transactions using UI one by one
Humayun
*This post is locked for comments