Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Content not display on GUI

by tweetiepooh (Hermit)
on Mar 18, 2011 at 13:02 UTC ( [id://893984]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://893984]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-19 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found