- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 11:41 AM
Hello - I am importing data from a SQL server so I created a Data Source and everything working fine until pulling the data into import set table. When I test load 20 records I can see the data in the import table. but I just mapped a string field but transform maps unable to create a single record. I make sure this record doesn't exist in table. Also, Coalesce is false. I don't know if I am missing something here but I can't even insert a single record.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 01:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 11:57 AM
Any errors in the import log?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 11:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 12:07 PM
It should show error in the import log, if there was an error.
If you see, even the ignored record is 0. So if you had a record in that import set, it should have at least set ignored to 1. So I assume, there is an error, or may be there is some onInsert Business rule on the target table which is restricting it from inserting the record. Also make sure both import set table and target table are in same scope.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 12:16 PM
I thought of Business Rule but I tried this on multiple table but still doesn't work. Thanks for looking into this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 01:06 PM