Lsxodbc on linux

Hi all,

We’re having some problems with a couple of our scheduled agents which are using :

Uselsx “*lsxodbc”

When the agent tries to run on the server we get the error message in the log:

error: Error loading USE or USELSX module: *lsxodbc

I can’t see any library on the server, while I can see nlsxodbc.dll on my local PC, so I am assuming there should be an equivalent on the server to include. Is there a part of the domino installation we’ve missed out to include the required files?

TIA,

C.

Subject: lsxodbc on linux

Off the top of my head (it’s pointy ) -

  • Be sure you have a reference to load lsxodbc on the server side if that’s where you’re running your agents.

  • I believe unix-based libraries of this nature have an .so extension - obviously it’s not .DLL.

Like I said - off the top of my head.

Jon Johnston

Creative Business Solutions

IBM, Lotus Premier Partner

Subject: lsxodbc on linux

I can’t quite do it in my sleep yet, so I’m going to point you to a Redbook:

http://publib-b.boulder.ibm.com/Redbooks.nsf/9445fa5b416f6e32852569ae006bb65f/984a1b2d1cf9a13a85256b900051c393?OpenDocument

It’s an outstanding reference. The material you’re looking for is in chapter 5 starting around page 325. You’ll need to install the ODBC layer, probably using unixODBC (if you don’t already have it installed).

At least, that’s how I got it working.

HTH!

Subject: RE: lsxodbc on linux

Thanks guys, I’ll check them out.

C.