Hi all,
I am executing a inline command on a slect box where i need to query the database and fecth values. We have written a perl script and when i run the same from the command line it works fine where the script is able to connect to a oracle database and fetch the values but when the Script gets executed from the Teamsite GUI (On clicking of "File -> New form entry) it throws up the following error
install_driver(Oracle) failed: Can't load '/apps/iw-home/iw-perl/site/lib/auto/DBD/Oracle/Oracle.so' for module DBD:

racle: ld.so.1: perl: fatal: /apps/oracle/oracle/product/10.2.0/client_1/lib32/libclntsh.so.10.1:
Permission denied at /apps/iw-home/iw-perl/lib/DynaLoader.pm line 229.
Compilation failed in require at (eval 49) line 3.
Perhaps a required shared library or dll isn't installed where expected at metadataCallServer.ipl line 102
I checked the permission on the file and the iwui has all the necessary permissions.
This issue is on
TeamSite 6.7.1 on solaris
Has anyone help with regard