Usually that means that at the end of the install, it did not re-start web
services.
You might try rebooting then attempt to connect to CF Administrator (The first
time you connect, it will run the connector app.
If that fails, then re-run the install, but when it gets to the end, before
exiting, manually restart web services, and once that is done, then exit the
installer, which should kick in CF Administrator, enter your password, and the
connector applet will run.  The next step is to then do all the preferred
settings in CF Administrator.

======================================
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
======================================
If you are not satisfied with my service, my job isn't done!

----- Original Message ----- 
From: "Brook Davies" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 20, 2003 1:07 AM
Subject: Re: help... spitting out date choices...


| I get this error at the very end of an otherwise successful upgrade to 6.1.
| I have tried multiple times and it can not complete the installation. Any
| ideas?
|
| "web server connector update failed"
|
| Brook Davies
|
|
| At 01:50 AM 8/20/2003 -0400, you wrote:
| >I am trying to spit out dates for a newsletter so visitors can choose a
| >date and proceed to that newsletter... all i think i need is the date
| >chosen and thrown to the next page so i can use the date chosen as a
| >variable off that.
| >
| >The code I have now to spit it is as follows:
| >
| >                        <CFFORM ACTION="stackView.cfm" METHOD="Post">
| >                            <SELECT NAME="reportDate">
| >                            <CFOUTPUT QUERY="getvalidreports">
| >                                <OPTION VALUE="#reportDate#">#reportDate#
| >                            </CFOUTPUT>
| >                            </SELECT>
| >                            <INPUT TYPE="submit" VALUE="Submit">
| >                        </CFFORM>
| >
| >
| >reportDate is a field in my database for the date of the newsletter
| >
| >getvalidreports is a query that pulls all reports since user started
| >subscribing.
| >
| >I figured a drop down would be neatest... I have made it now so that
| >there are no errors, but no
| ><http://itxt.vibrantmedia.com/al.asp?ipid=20&cc=us&di=32203&ts=367549&re
| >dir=> data fills the dropdown box... its empty...  0 records created
| >from getvalidreports query
| >
| >
| >
| >By the way...
| >
| >here are my queries:
| >
| ><cfquery name="getuseraccount" datasource="commodityHistory">
| >    Select start
| >    FROM
| ><http://itxt.vibrantmedia.com/al.asp?ipid=20&cc=us&di=32095&ts=367549&re
| >dir=> Accounts
| >    Where username = '#session.username#'
| ></cfquery>
| >
| ><cfoutput query="getuseraccount">
| ><cfquery name="getvalidreports" datasource="commodityHistory">
| >SELECT * FROM price WHERE reportDate between #dateformat(start,
| >"yyyy-mm-dd")# and #dateformat(NOW(), "yyyy-mm-dd")#
| ></cfquery>
| ></cfoutput>
| >
| >
| >
| >
| >
| >anyone have any thoughts?
| >
| >
| >
| >Thanks for your input.
| >
| >
| >
| >Kim
| >
| >
| >
| 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to