Import Dataport error :

wwestendorpwwestendorp Member Posts: 178
:shock:

I keep receiving following Error while importing a file through a Dataport

The length of the source exeeds the size of the destnation buffer.

I reduced my txt file top 1 record, and still the same.

My txt file copntains 13 fields, separated by TAB AND NewLine per record.

What am I doing wrong ? ](*,)

Comments

  • amunozsuamunozsu Member Posts: 30
    Hello,

    Try setting the property "ShowStatus" of the dataport to false.

    -- Alejandro --
  • diptish.naskardiptish.naskar Member Posts: 360
    What are the no. and size of records that you are trying to import?
    Diptish Naskar
    For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
  • krikikriki Member, Moderator Posts: 9,110
    Try to import your textfile in text-variables that are long enough.
    In the OnAfterImportRecord, you can put them in the tablefields.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • wwestendorpwwestendorp Member Posts: 178
    Thanks all,

    The SHowStatus Option helped.

    Then I found out that I didn't put the Field delimiter TAB in <> = <TAB>
    AFter that I turned on the ShowStatus again and everythin worked fine.

    =D>
Sign In or Register to comment.