S&P Downgrades TIBCO to Sell On Financial Services Exposure


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News S&P Downgrades TIBCO to Sell On Financial Services Exposure
# 1  
Old 09-18-2008
S&P Downgrades TIBCO to Sell On Financial Services Exposure

Tim Bass
09-18-2008 11:15 AM
Standard & Poor's analyst Zaineb Bokhari cut her rating on TIBCO Software (TIBX) to Sell from Hold. Bokhari referenced TIBCO's relatively high exposure to financial services and telecom companies and dependence on large deals. Bokhari noted that TIBCO will report Aug 2008 quarter results on September 25. She estimates revenue of $154 million and an operating EPS of 6 cents. For the November 2008 fiscal year, she cut his sales forecast to $650 million from $663 million, with EPS dropping 2 cents to 34 cents. For FY ‘09, Bokhari drops another penny to 44 cents. Bokhari cuts her target price on TIBCO stock to $6.50, from $8.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SOCKS proxy & PAM configuration exposure

I've got a problem with a proxy configuration. We have an LDAP group that lists all users who are authorised to use the proxy to FTP (usually Filezilla) out to the world, and by implication those not in the group should be denied. My users are delighted that this has been enabled and those that... (9 Replies)
Discussion started by: rbatte1
9 Replies

2. Red Hat

Unix services for windows & Linux\Red Hat

I am not too familiar with linux, so please keep that in mind while reading this post. We have a few linux servers joined to the domain, and linux services for windows running. I have a user that can connect to one linux server, but not another. I ran the cat /etc/passwrd and noticed the user... (0 Replies)
Discussion started by: dcatcha
0 Replies

3. Shell Programming and Scripting

Services Start & stop scripts--help required

Dear All, Pls find my scripts for Agent services strat & stop. EAMSROOT=/opt/panaces export EAMSROOT cd $EAMSROOT nohup ./OracleAgent.sh start & nohup ./PFRAgent.sh start & nohup ./PFR.sh start & nohup ./SolarisOSAgent.sh start & exit 0 EAMSROOT=/opt/panaces export EAMSROOT cd... (0 Replies)
Discussion started by: starnaresh
0 Replies

4. UNIX for Dummies Questions & Answers

Starting & Stop print services in Unix

Hi There Kindly inform me on how to start and stop the print services in Unix from the command line. (2 Replies)
Discussion started by: esh
2 Replies
Login or Register to Ask a Question
LATD(8) 						      System Manager's Manual							   LATD(8)

NAME
latd - LAT daemon SYNOPSIS
latd [options] Options: [-dvVht] [-i interface] [-g greeting] [-s service] [-c circuit-timer] [-r rating] DESCRIPTION
latd is a daemon that serves incoming and outgoing LAT (Local Area Transport) requests. The parameters for LATD are just defaults, they can all be changed using latcp(8). latd should not be started directly but should be invoked using the command latcp -s. Any arguments for latd can be added to the latcp -s command line and many can be set in /etc/latd.conf(5). OPTIONS -i Set the interface to be used for LAT communication. If this is not specified then all ethernet interfaces will be used. This option can be specified multiple times to enable several interfaces. eg: -i eth0 -i eth2 Note, only Linux can use more than one ethernet interface at a time. *BSD versions will use the first available eth- ernet adaptor unless it is overridden by -i. -g Sets the greeting for this node. -s Set the default service name for this node. The default is the node name. -c Sets the circuit timer. The default is 80 (ms); -r Sets the rating for the default service. If the -t switch is not present this rating will be the maximum rating for the service. The load average of the machine will be used to recalculate the rating each time the servuce is announced. This allows terminal servers to do load balancing. -t Makes the rating static. It will not change as the system load changes. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose latd will be. Don't use more than one for normal operation because it will seriously impair performance. -h -? Displays help for using the command. -V Show the version of latd. SEE ALSO latcp(8), latd.conf(5), llogin(1) LAT Server MARCH 17 2003 LATD(8)