Dataport - Exceeds Destination Buffer

ZinZin Member Posts: 6
edited 2005-03-16 in Navision Attain
Having created and tried to use an Import dataport (format: variable), I got the following error message:

THE LENGTH OF THE SOURCE EXCEEDS THE SIZE OF THE DESTINATION BUFFER

Could anyone help me to solve this, please?

Thanks.
Zin

Comments

  • DenSterDenSter Member Posts: 8,307
    You usually get that error when you try to put a variable that is too long into an automation type variable, or when an automation type variable returns a variable that is too long. Check the variable lengths in your dataport and build length checks into the dataport with clear error messages.
  • fbfb Member Posts: 246
    A forum search for "length source exceeds destination" over on 'the competition' yeilds:

    http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=12024

    It may be relevant:
    I guess You have a table with a quite long key. Right? There's a limitation of how long strings that can be shown in a dialog.

    Set the property "Show Progress" to false and it will work fine for You.

    /Lars
  • ZinZin Member Posts: 6
    Thanks guys,
    lenght of my keys were 200 char (each one). ](*,)

    Z
Sign In or Register to comment.