Loading data Error | Community
Skip to main content
New Participant
July 20, 2022
Solved

Loading data Error

  • July 20, 2022
  • 4 replies
  • 1366 views

I am unable to load data into the database using Update data activity. My schema does not have any primary key as none of the records are unique. So I have declared autopk="true". Here is the workflow

 

Can someone please suggest on how to update such data? Do i need to use

a. "Directly using the target dimension"

b. "Using one or more link"

c. "Using reconciliation keys"

In my case when i don't have any primary key how do i select from the options above.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

@subhra111 

Use the option "Directly using the target dimension" and choose the operation as "insert".

 

Then do the fields mapping and start the workflow.

4 replies

Sukrity_Wadhwa
Employee
August 10, 2022

Hi @subhra111,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa
Marcel_Szimonisz
New Participant
July 21, 2022

Hello @subhra111,

it looks like you have not update database structure.

Tools --> Advanced --> Update database structure

 

Marcel

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
July 21, 2022

@subhra111 

Use the option "Directly using the target dimension" and choose the operation as "insert".

 

Then do the fields mapping and start the workflow.

     Manoj     Find me on LinkedIn
Subhra111Author
New Participant
July 21, 2022

If I use "Using Reconciliation keys" I am getting the above error. Please help.