Nav web client 2013 with NAV 2009

S0918423470S0918423470 Member Posts: 159
edited 2013-09-30 in NAV Three Tier
Hi all,

I have a customer, they are using NAV 2009 SQL Classic. They want to use web client for service module.
Can NAV web client work with NAV 2009?
If not, if they have web site, they want to integrate with NAV 2009 with service module, is there any integration tool between web site with NAV 2009?
This is the first customer to require this thing, i have not yet much experienced with web service.
So if anybody have experiences about this, could you please share to me?

Thank you so much,
HN

Answers

  • ara3nara3n Member Posts: 9,256
    Web client will not work with 2009.

    2009 does have web service interface. So you could do the integration.

    I suggest to upgrade instead. It might be cheaper than do an integration and build a website.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • S0918423470S0918423470 Member Posts: 159
    ara3n wrote:
    Web client will not work with 2009.

    2009 does have web service interface. So you could do the integration.

    I suggest to upgrade instead. It might be cheaper than do an integration and build a website.

    Thank you so much.
    I have another thing that want to get your advice.

    The customer not have budget for upgrade to 2013, they want to have web app to manage outside tasks and they want it interact with NAV.
    They used seperated SQL data for web and they met the issue synchronized data between Web DB and NAV DB.
    We suggest them to remove web DB and build some tables for web in NAV DB and transferring needed data from web data to NAV data.

    If we build some tables in NAV that are called database for web. We have 250 users will use web to do some transactions. If 250 users access to NAV data through web at the same time:
    1.My web will work with its tables through SQL DB (NAV DB), is it possible?
    2.If we cannot work with SQL database directly, we have to buy license for 250 users?
    3. the performance of NAV users who use another functions in NAV at the same will be effected?

    Thanks,
    HN
  • ara3nara3n Member Posts: 9,256
    I suggest to keep the two databases separate and write an integration to sync the tables.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • S0918423470S0918423470 Member Posts: 159
    ara3n wrote:
    I suggest to keep the two databases separate and write an integration to sync the tables.

    Hi,
    We decided to keep 2 databases and will reference needed data.
    I have another question:
    - The web will call stored procedure in NAV SQL to reference needed data.
    - The NAV code will call stored procedure in Web SQL.

    I think it is possible, isn't it?
    If i do that, are there something to have to care?

    Thanks,
    HN
  • matteo_montanarimatteo_montanari Member Posts: 189
    Hi

    You can evaluate some solutions like navonweb (http://www.navonweb.com) that works good with NAV2009.

    Matteo
    Reno Sistemi Navision Developer
  • ara3nara3n Member Posts: 9,256
    yes you can call stored procedure from nav using ADO. there are examples here on mibuso.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • S0918423470S0918423470 Member Posts: 159
    ara3n wrote:
    yes you can call stored procedure from nav using ADO. there are examples here on mibuso.

    Thank you so much.
Sign In or Register to comment.