Problem with large string to Navision with MSMQ and NAS!!!!!

naranara Member Posts: 37
If I try to send a string larger then 250 char to navision from my .NET application by using MQMS and NAS NOTHING HAPPENS but if the string's length is less then 250 char it will be OK.

Is there any body who can give me some advise about the issue?

Comments

  • AKAK Member Posts: 226
    The issue is that depending on the version of navision it can handle strings with a length up to 254 chars (up to version 2.6 IIRC). Newer versions can handle strings up to 1024 chars, but generally it will be best to split the strings at your .NET application and parse them in Navision.

    Alex
  • ara3nara3n Member Posts: 9,256
    Anything that is passed from COM/activeX/.NET automations has a 250 character limit. It's a limit that shouldn't be there, but it's there even in 4.0 sp3.
    The suggestion nara has given is the way to solve around the issue.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ara3nara3n Member Posts: 9,256
    ara3n wrote:
    Anything that is passed from COM/activeX/.NET automations has a 250 character limit. It's a limit that shouldn't be there, but it's there even in 4.0 sp3.
    The suggestion nara has given is the way to solve around the issue.

    This has been increased in 5.0 to 1024 characters.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.