Hi Russell,
Check the System and Application Logs on your ColdFusion Server using
the Event Viewer. Often times this will shed light where CF's error
messages fail to help.
Also you can copy the following into a batch file (restart.bat) and run
it from a command prompt console:
@echo off
echo Stopping all SQL, CF and IIS services
net stop "World Wide Web Publishing Service"
net stop "ColdFusion Graphing Server"
net stop "ColdFusion RDS"
net stop "ColdFusion Executive"
net stop "Cold Fusion Application Server"
echo Restarting all SQL, CF and IIS services
net start "Cold Fusion Application Server"
net start "ColdFusion Executive"
net start "ColdFusion RDS"
net start "ColdFusion Graphing Server"
net start "World Wide Web Publishing Service"
This will restart each of the components of CF and the http component
IIS, and if you run it in a console, any errors starting any of the
services should be displayed onscreen.
I keep the batch file on the desktop of my CF server - it's great when
you need to restart everything without rebooting the entire server.
Take Care,
Seth
-----Original Message-----
"Could not start the ColdFusion Graphing Server service in
servername."
"The service did not return an error. This could be an internal
Windows error or an internal service error."
Has anyone seen this problem before? With out this service running I
cannot run the <CFGRAPH> command. Which is causing some web apps to not
function.
Any suggestions on this is greatly appreciated.
Thanks!
Russell Patterson
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org