BookmarkSubscribeRSS Feed
Babloo
Rhodochrosite | Level 12

I've DI job which loads data to the physical table via SCD type-2 transformation. When I ran the job I received an error like

 

"WARNING: Add/Update failed for data set INS.EMPLOYEE because data value(s) do not comply with integrity constraint PRIM_KEY. (Occurred 38 times.) NOTE: There were 38 observations read from the data set WORK.ETLS_MATCH.
NOTE: 0 observations added." 

 

Business key for my job is "Employee_ID" and there is no duplicates on Employee_ID and generated key is "Employee_RK". Could someone you help me understand the likely cause for this issue?

5 REPLIES 5
Reeza
Super User

Doesn’t this mean the records you’re trying to insert, the 38 employee IDs, are already in the table?

 


@Babloo wrote:

I've DI job which loads data to the physical table via SCD type-2 transformation. When I ran the job I received an error like

 

"WARNING: Add/Update failed for data set INS.EMPLOYEE because data value(s) do not comply with integrity constraint PRIM_KEY. (Occurred 38 times.) NOTE: There were 38 observations read from the data set WORK.ETLS_MATCH.
NOTE: 0 observations added." 

 

Business key for my job is "Employee_ID" and there is no duplicates on Employee_ID and generated key is "Employee_RK". Could someone you help me understand the likely cause for this issue?


 

LinusH
Tourmaline | Level 20
First: what is the definition of PRIM_KEY?
Next execute the job with SCD 2 Loader in debug mode, do that you can access the ETLS_MATCH table after execution.
Data never sleeps
Babloo
Rhodochrosite | Level 12
Could you please help me understand to know how to execute the SCD
transformation with debug mode?
Patrick
Opal | Level 21

@Babloo

The primary key on your target table is {Employee_RK, <Valid_From_Dttm>}? Right?

And the Valid_From_Dttm column (or however you call it) contains a SAS Datetime value?

LinusH
Tourmaline | Level 20
You need to set the macro variable ETLS_DEBUG to something else than 0. Try that in the pre processing for the job, or add it manually in the generated code.
One option is to set this as default in your server definition. See here for more info:
http://documentation.sas.com/?docsetId=etlug&docsetTarget=p0ygtz7di8z8kpn1ufncd1ajt1pj.htm&docsetVer...
Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 1044 views
  • 3 likes
  • 4 in conversation