Navision With Java And Openldap

chandruchandru Member Posts: 15
edited 2004-02-19 in Navision Attain
hi.,

Let me tell you the whole scenario, we are implementing navision for an company. it mainitains its user details on OPENLDAP server. now my task is that i have to fetch the user details such as mailids,name,etc., if need some modification also in NAVISION 3.1

as far as i know , OPENLDAP is compatiable with jdbc dirver only.what i thought is that i could connect using java to OPENLDAP server and then connecting java program to NAVISION.. :roll:

i don't know whether it is possible or not..please give me suggestions and ideas regarding this..tell me the way to connect java and NAVISION 3.1

if at all any simple way is there to accomplish my task , please do let me know that.

Thanks in anticipation.............. :)
bye,lou
chandru :cry:
You cannot discover new ocean unless you have the courage to lose sight ofthe shore.

Comments

  • SbhatSbhat Member Posts: 301
    Hi,

    No, you cannot connect to Java, you might have to export the user information from other system in a text or .csv excel format and then import it into Navision.

    Regards
    Suresh.
  • kinekine Member Posts: 12,562
    Which server are you using?

    MS SQL - you can connect direct (through MS SQL ODBC or something) - but you must define users in MS SQL too... (not only fill them into Users table)

    Navision (native) - if you can use C/ODBC in Java, you can connect. I don't know, I didn't tried it.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.