Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8864943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:22:49+00:00 2026-06-14T16:22:49+00:00

I have seen this error before but got around it by entering values manually,

  • 0

I have seen this error before but got around it by entering values manually, but that was for 4 rows, this error occurs for over 100 rows this time.

The problem is, this column called Shipto it will have one of three things in it, a 1 digit number, a 2 digit number, or the word All. The import works perfectly fine for 1 and 2 digit numbers but when it has All it causes this error :

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The
ProcessInput method on component “OLE DB Destination” (162) failed
with error code 0xC0202009 while processing input “OLE DB Destination
Input” (175). The identified component returned an error from the
ProcessInput method. The error is specific to the component, but the
error is fatal and will cause the Data Flow task to stop running.
There may be error messages posted before this with more information
about the failure.

This package takes the values from one table and inserts them into another. I have looked at the table that it would be taking the values from, and the column shipto is not null.

The only difference is see is in the structure of the two tables. The temp table allows nulls on that column, where the real table does not. Both tables have the column as a varchar(20).

I notice in the Data flow for this there is a check box that says check constraints; would unchecking this solve that issue? Because the column is not null.

Thanks for any help you can provide, and I will post any additional info that may be needed. Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T16:22:50+00:00Added an answer on June 14, 2026 at 4:22 pm

    There are a couple possibilities:

    1. There is a null in your source table. Your target table does not allow null values in that column. There are a couple options. If you’re using a data source straight from a table, use a SQL command instead and in the query, handle the null:

      SELECT field1, field2, isnull(shipto, ”) field3, field4, ….
      FROM Table

      You can use whatever you want in the empty string above to replace null values with a more acceptable value.

      If you don’t want to do this, you will either have to allow nulls in the target database or figure out why there is a null in the source database table and make sure that no longer happens.

    2. Fields are unmapped. You have values in the source that are not mapped into the destination fields.

    3. Other transformations between the source and destination are introducing NULL values.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've seen this error before but cannot seem to get around it. In this
I have seen this error around the web a couple times and yet i
Okay i've seen this done somewhere before where you have a function that takes
I think I have seen this question before but I don't think it's answered
I have seen this talked about but never answered. Maybe it has and I'm
I have seen this question that talks about getting the last part of a
I have seen this symbol/operator in a block of code: a+=1; But I cannot
I have seen this code documented in the tk docs, but I can't figure
I've done this hundreds of times before without issue, but today I've got a
I have seen this similar question on SO in a few places but all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.