Hi friends…i searched a lot this new forum for help but it seems that, even though someone else already found the problem, none found an answer. I explain…i’ve got many agents running manually that query on AS400 server throught a DB2 connection…now i’m migrating from lotus 4.6.7 release to D6.0.1…i changed the uselsx nlsxdb2 dll to nlsxodbc one…changing the methods needed to raise a connection.Anyway now none of my agents works!!! Everyone stops when a connection is called via LotusScript. Am i missing anything?? is there a bug??? are there anyone working on this problem???
Anyway, i hope someone could help me and all the people having the same trouble.
Subject: RE: Don’t use ODBC, instead use nlsxlc. This has a native DB2 driver for it.
Thanks for your response Bill…but…can i use nlsxlc dll as i used nlsxdb2 dll in version 4 or 5 of notes?? I mean: i simply substitute in script the uselsx “nlsxdb2” line with uselsx “nlsxlc” new line?
Hi dear friends…thanks a lot for your answers…i must admit i’ve lost many days trying to face this problem…at the end i managed to obtain the connection to AS400; i changed my script using nlsxodbc dll instead of nlsxdb2 one(changing all the methods obviously), second i found that there were some problems with db2 drivers on the server machine…they weren’t able to resolve host name, i had to insert IP address instead of machine name…(so a DNS problem).