http://qs1969.pair.com?node_id=893984


in reply to Content not display on GUI

If you are trying to connect to Netcool I use something like
BEGIN { $ENV{OMNIHOME}="<dir to omnibus>"; $ENV{SYBASE}="<dir to omnibus libs OMNIHOME/platform/solaris2 for +example>"; } my $INTERFACES = "$ENV{OMNIHOME}/etc/intefaces.solaris2"; use DBI; my $dbh = DBI->connect("dbi:Sybase:server=<servername>","user","pass") +; ...

Replies are listed 'Best First'.
Re^2: Content not display on GUI
by krisnaa1980 (Initiate) on Mar 19, 2011 at 07:51 UTC
    FreeTDS is installed under /usr/local/freetds folder and freetds.conf exists in /usr/local/freetds/etc folder. And that's the reason SYBASE environment variable is defined to /usr/local/freetds.

    From CLI, the results are seen but only having issue from GUI.

    regards,
    Krishna