Replicating Data (Nav 5.0 Native)

SteveSteve Member Posts: 81
Hello Everyone,

I read several posts regarding on replicating data, but most end with "its a large customization" and best practice isn't spoke of.

The issue at hand for a client is as follows:

Nav 5.0 Native DB 1 (location USA) distributor
Nav 5.0 Native DB 2 (location Canada) manufacturer
Both are fully licensed as separate locations / companies.

These two locations are currently exchanging several full documents, partial inventory counts, shipping status and custom table data. Current process is a user generates a text file, attaches to an email and sends to other location where as a different users reverses the process to import and so on. These people also research transmissions errors, lost emails, etc.. The job alone consumes more than 75% of these 2 persons day and is filled with potential user error.

As full header / line documents
1. Sales orders (20%)
2. Purch orders (20%)
3. Custom job orders (60%)

As partial documents / lines
1. Inventory counts
2. Shipping tracking information
3. Several custom tables regarding process and timings.

There goal is a seamless transfer of data between the systems where as no user (manual) steps are required.

I'm looking for ideas on how to accomplish this and really the most effective way to handle this issue.

Currently I have read
1. LS Data Director's
2. Secure FTP - XML files import / export
3. Web services (Nav 2009)
4. ????


Your thoughts? whats better, pro's / con's

Thank you
Steve
Steve

Comments

  • matttraxmatttrax Member Posts: 2,309
    Never had to do this before, but my thought would be the web services in NAV 2009 if it is an option.

    Unlike with the others you have the business logic exposed. Very helpful when validating the data that is coming across.
  • ara3nara3n Member Posts: 9,256
    (NAS) using MSMQ to send and receive (xml)
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ara3nara3n Member Posts: 9,256
    matttrax wrote:
    Never had to do this before, but my thought would be the web services in NAV 2009 if it is an option.

    Unlike with the others you have the business logic exposed. Very helpful when validating the data that is coming across.


    they are on 5.0 and have to do exe upgrade to use webservices.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • SteveSteve Member Posts: 81
    Hello ara3n,

    Dod you have an examples of this or can you direct me to a good source?

    Thanks
    Steve
Sign In or Register to comment.