My system admin and I are looking into this but are having a lot of trouble. Whats the solution to get inlines and callserver scripts to run from the teamsite gui?
What %ENV variables need to be set? There seems to be KB articles etc for windows but not for Solaris?
We are connecting using perl DBI using a installed ODBC drivers to a SQL 2000 database.
From the command line it it works but from the gui it does not connect and generates errors. See below.
install_driver(ODBC) failed: Can't load '/Interwoven/TeamSite/iw-perl/site/lib/auto/DBD/ODBC/ODBC.so' for module DBD:

DBC: ld.so.1: perl: fatal: libodbc.so.1: open failed: No such file or directory at /Interwoven/TeamSite/iw-perl/lib/DynaLoader.pm line 229., referer:
http://server/iw-cc/command/iw.ccpro.create_form at (eval 3) line 3, referer:
http://server/iw-cc/command/iw.ccpro.create_formCompilation failed in require at (eval 3) line 3., referer:
http://server/iw-cc/command/iw.ccpro.create_formPerhaps a required shared library or dll isn't installed where expected, referer:
http://server/iw-cc/command/iw.ccpro.create_form at /Interwoven/TeamSite/httpd/iw-bin/CompanyName/FormsPublisher/global_formapi_DB_countryCodes.ipl line 36, referer:
http://server/iw-cc/command/iw.ccpro.create_formPremature end of script headers: global_formapi_DB_countryCodes.ipl, referer:
http://server/iw-cc/command/iw.ccpro.create_formWe have tried appending to $ENV{'LD_LIBRARY_PATH'} and $ENV{'PATH'}
Any information is greatly appreciated!!