Creating Grayscale PDF with CFDocument in CF8?

2014-01-31 Thread Dave Hatz
Anyone know how to create a PDF document in grayscale? We have a web page that we give the user the ability to create a PDF of the page. The client doesn't want any of the color that we have in our table columns to print in color. I did a quick search on google, doesn't seem to be way to

Re: Hack Attempt on our database last night

2013-07-22 Thread Dave Hatz
Russ, The query never processed. The hacker was relentless though. For about 5 straight hours he kept trying. Which brings up another security question. How does other sites handle something like this automatically? I mean, if I see an attack from an IP address, is it even worth blocking

Re: Hack Attempt on our database last night

2013-07-22 Thread Dave Hatz
Justin, That is the same attack we had. He never made it through to our database to execute the query. I scanned the DB logs and it failed on him every time. Thanks for the link, it was helpful. Dave ~| Order the Adobe

Hack Attempt on our database last night

2013-07-21 Thread Dave Hatz
We had someone trying to hack our system last night and I would like to know what he was trying to get. Seems one of our new Junior programmers didn't use CFQUERYPARAM and allowed this param into the query string. Needless to say, I will be having a nice long chat with him when he gets into

CFQueryParam

2013-07-21 Thread Dave Hatz
of the data being displayed. But, we do not use CFQUERYPARAM on the ORDER BY clauses. Thanks, Dave Hatz ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

(ot) .NET vs. CF

2013-03-12 Thread Dave Hatz
framework from ColdFusion? Thanks, Dave Hatz ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

(ot) How to match the timestamp in IIS6 logs to server time

2012-10-02 Thread Dave Hatz
I am trying to audit IIS6 Web Server logs and 1 of the problems I am having is matching up the TimeStamp in the log files to the server time, seems to be like 8 hours off. Can someone please point me in the right direction to look to get the IIS6 logs in the correct time? Thanks, Dave Hatz

Re: How to set Locale to Malaysia

2012-09-26 Thread Dave Hatz
This suxI was just told by 1 of my programmers this is suppose to be installed on a CF7 server...damn. Great tool though for our CF8 servers. Thanks Paul and Leigh for the support...I will get ICU4J installed on our CF8 versions.. Dave

How to set Locale to Malaysia

2012-09-25 Thread Dave Hatz
I have never worked with Locale before, but we have a client in Malaysia that wants us to use their Currency symbol of RM instead of $. I have checked our CF8 for supported Locale's and don't see 1 for Malaysia. Is there a way to set the Locale to Malaysia using CF8?

(ot) SEO

2012-02-21 Thread Dave Hatz
Question about SEO page hits. If we have a button on web page that displays search results, will the search results page count towards a Page Hit for SEO? We have a page for example http://www.mycars.com/trucks/toyota and on this page we have a button to display search results for dealers

Re: (ot) SEO

2012-01-23 Thread Dave Hatz
We thought about going that route, but what about SEO hits? Client wants to make sure that http://www.mydomain.com/cars/toyota/tacoma gets credit for the page visit and not http://www.mydomain.com/car_results.cfm?make=toyotamodel=tacoma.

Re: (ot) SEO

2012-01-23 Thread Dave Hatz
Thanks Steve, Matt and Russ and all the others that pitched in to help with this solution. Exactly what we are looking for. I love this forum, the support is top notch. Thanks again to all Dave Hatz ~| Order the Adobe

Re: (ot) SEO

2012-01-22 Thread Dave Hatz
Dave, Thanks for the feedback. Let me try to explain how the client site is currently set up. Client has a search results page on his site, like this http://www.mydomain.com/car_results.cfm?make=toyotamodel=tacoma where the Car Model and Type are passed in as parameters. The page uses CSS, JS

(ot) SEO

2012-01-20 Thread Dave Hatz
Sorry about the OT here, but I know there are some really good SEO people that are on this list. I have a CFM page that processes some information, then redirects to another CFM page. I have a client that is telling me that my redirect inside my cfm page is not going to work for SEO. I have

AgroFire API using ColdFusion

2011-12-30 Thread Dave Hatz
Anyone out there use ArgoFire API for their Payment Gateway? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Looking for a Mura CMS consultant

2011-08-17 Thread Dave Hatz
We have a web site that was built using Mura CMS by a designer and he is no longer with the company. We are looking for a Consultant that is familiar with Mura to have a look at our system. Please contact me offline. Thanks, Dave Hatz dave_h...@hotmail.com

cfinclude on a flash form not working with Chrome

2011-06-21 Thread Dave Hatz
Having difficulties trying to get this to work with Chrome. This is inside a Flash Form on CF8. Works great on IE, FF and Safari, but won't come up on Chrome. Seems there are a lot of Flash Form issues with Chrome when I Googled the problem, but nothing specific on the CFINCLUDE. Can

Alert Pay API using ColdFusion

2011-03-03 Thread Dave Hatz
We have a client that wants us to integrate Alert Pay into his shopping cart. I tried searching for a Coldfusion method for their API, but didn't find much. Anyone used CF to communicate with Alert Pay's API? ~| Order the

Docusign

2010-09-21 Thread Dave Hatz
We have a client that wants us to integrate with Docusign, but we can't seem to find any support on their forums for CF development. As anyone built a CF interface to DocuSign? ~| Order the Adobe Coldfusion Anthology now!

CF Hosting in Europe

2010-06-14 Thread Dave Hatz
We have a client that is looking to expand into Switzerland or Germany. Client wants to have his CF application hosted in Europe. Could I get some recommendations on CF Hosting across the pond? Thanks, Dave Hatz ~| Order

How to loop over a dataset twice.

2010-06-08 Thread Dave Hatz
I am trying to loop over a dataset twice. I am trying using CFLOOP but the 2nd CFLOOP will not process. cfquery dataset=mydsn name=dset select first,last from name /cfquery //loop through DataSet 1st time cfloop query=dset /cfloop //Now I want to loop through the DataSet a 2nd time

Re: How to loop over a dataset twice.

2010-06-08 Thread Dave Hatz
I want to thank you all for the replies. I went through the code 1 more time and found that inside the 1st cfloop, the query variable was getting trashed. I should have seen that 1st time around...thank you all, I appreciate your help. Dave

Enabled Sandbox Security on DEV Server, now no service is available

2009-11-26 Thread Dave Hatz
I am trying to get familiar with Sandbox security on CF8 Enterprise running on Windows 2008 box. I enabled sandbox security and restarted the server, now I can't access the administrator page and my CF service fails : The service is unavailable. Can someone point me in the right direction

Re: How to register Fonts for CF8 Enterprise installation?

2009-11-23 Thread Dave Hatz
Mark, I have the service running under a user account that has ADMINISTRATOR rights. I checked the permissions on the /Fonts folder, everyone has access to the folder. Dave ~| Want to reach the ColdFusion community with

How to register Fonts for CF8 Enterprise installation?

2009-11-22 Thread Dave Hatz
We are running CF8 Enterprise, multi-server, JRun, Windows 2008 box. This is a new installation and we are getting errors trying to produce CFDocument PDFs. When I go into CF Admin, Server Settings, Font Management, there are no Fonts registered. When I try to select the windows font

Re: (ot) Google Maps API

2009-11-18 Thread Dave Hatz
Ray, From what I have found out so far, is that the older BB Browser won't support the new Google Maps API v.2 and above. What happens when we request driving directions on an older BB, is that we get a blank screen. Works like a champ on Android, iPhone and all Browsers we have tested, but

(ot) Google Maps API

2009-11-14 Thread Dave Hatz
We are working on a mobile CF application using Google Maps API. Everything is working great on all browsers, and all smartphones, except for 1, BlackBerry. We have left posts in the Google Maps API forum and on a couple of BlackBerry forums, no answers yet. I figured I would try my luck on

How to save a web page as an image

2009-11-13 Thread Dave Hatz
I am not sure if this is possible or not, but I am trying to figure out how to save a web page as an image. We are using CF8 Enterprise. I am able to save the web page using CFSAVECONTENT, but, can't seem to find how to save it as an image. Is it even possible to do with CF8? Thanks, Dave

(ot) Tool for Users to build their own Queries

2009-10-19 Thread Dave Hatz
We have a client that has a data analyst on staff and would like access to some of our tables to build her own data sets. Can I get recommendations from the CF community on what my choices would be for this? We are running Oracle Database for their application. Thanks, Dave

Re: (ot) Tool for Users to build their own Queries

2009-10-19 Thread Dave Hatz
Cameron, Thanks for the info on setting up the user account. My programmers and I use TOAD for all our Oracle Data access. I am not sure if she will have the budget to go out and buy TOAD. Do you know of any other tools on the market that she might be able to use? Dave

Re: (ot) Tool for Users to build their own Queries

2009-10-19 Thread Dave Hatz
Cameron, I totally agree with you. I told her the same thing, I mentioned TOAD to her and she said is that part of MS Access? So, I think she has a title with no clue as to what she is doing, but I get paid to keep her butt happy. Thanks for you input Cameron, much appreciated. And Dan,

Good site for JRun Tuning

2009-09-30 Thread Dave Hatz
I am looking for a good site on how to Configure/Tune Coldfusion 7/8 running on JRun. I have found a couple good sites, but wanted to see if I might be missing any? Thanks, Dave ~| Want to reach the ColdFusion community

How to lock down CFIDE in IIS7

2009-08-25 Thread Dave Hatz
I am looking for a good reference on locking down CFIDE on IIS7. I checked google, didn't see much on this topic... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

(ot) FedEx Webservices SSL Changes

2009-08-01 Thread Dave Hatz
We use FedEx web services and it looks like they switched to a new Chained Secure Socket Layer (SSL) Production Certificate today and of course no on my IT staff new about it, which makes for a lovely Saturday afternoon Anyways, I installed the Intermediate Certs on our IIS6 server and we

How to change the label of a CFINPUT tag dynamically

2009-06-14 Thread Dave Hatz
We are using CF7 and working with CFINPUT with Flash Forms. 2 questions: (1) How can I change the label of a CFINPUT during runtime. For example, we have the following tag: cfinput name=type label=his type=text. And during runtime, depending on user selection, I would like to change the

(ot) InfusionSoft API using CF

2009-05-28 Thread Dave Hatz
I have a request from a client to integrate a CF application with InfusionSoft's API. Any CF programmers done any work with InfusionSoft API and CF? Thanks, Dave ~| Want to reach the ColdFusion community with something they

(ot) Managed Servers vs. Co-Lo Servers

2009-03-11 Thread Dave Hatz
I would like to get some feedback from the network gurus on this list. We are currently hosting our servers with a hosting company, but they are now offering us a Managed Server option. I would like to get feedback from others on this list on the pros and cons with Managed Servers vs. Co-Lo

Error trying to use CFSlider in CF7

2009-01-16 Thread Dave Hatz
: coldfusion.applets.CFSliderApplet. We have CFIDE mapped to the correct folder on the web server and not everyone gets this error, mainly in IE. Can anyone point us in the right direction on where to look to fix this error? Thanks, Dave Hatz ~| Adobe

OT- Godaddy Website hosting problem

2008-11-26 Thread Dave Hatz
We have a client that has hosted a web site on Godaddy, http://www.pearlciuminternational.com It points to a web site on one of our servers, http://www.pearlcium.com/pearl. The URL doesn't change to our URL when typing in http://www.pearlciuminternal.com, it keeps the URL that is hosted by

OT - Setting up Information Screens for countries outside of the US

2008-11-05 Thread Dave Hatz
into Europe, please feel free to give us your advice. Thanks, Dave Hatz ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Upgrading CF8 to use ExtJS 2.2

2008-08-25 Thread Dave Hatz
I am looking to upgrade the ExtJS library from 1.1 in CF8 to 2.2. I am looking for any details on how to upgrade ExtJS to 2.2 in CF8. Can someone please provide any details on where I can find this information? ~| Adobe®

Error with IE7 and CF8 ajax.js

2008-08-25 Thread Dave Hatz
I have been working on a project that uses the new AJAX components that come with CF8 for the past 2 weeks. I have been using FF3 and Firebug and all is going along just dandy. Turn it over to one of my QA people and they test it on IE7 and no go. They get the following error : Unknown

How to assign default tab selector in cflayout

2008-08-09 Thread Dave Hatz
I am looking for a way to assign a different tab selector using cflayout. I have the following snippet: cflayoutarea title=Register cflayout type=tab name=registertabs cflayoutarea name=regtab1 title=Register Reports source=registers.cfm / cflayoutarea name=regtab2 title=Enter

CFGrid not refreshing

2008-08-08 Thread Dave Hatz
Not sure if I am barking up the wrong tree here, but what I have is a cfgrid and a couple of form fields on a page. I am trying to get the cfgrid to refresh after the user enters the form values. The data gets inserted into the DB just fine, but the grid won't refresh unless I use the browser

Selecting a row in a CFGRID

2008-06-22 Thread Dave Hatz
How can I get the CFGrid to select a row when the grid is first displayed? We are using CF7. I see in CF8 they add the param selectOnLoad. Can this be accomplished in CF7? ~| Adobe® ColdFusion® 8 software 8 is the most

Operation failed on the data source named CF.

2008-06-12 Thread Dave Hatz
We are running CF6.1 Enterprise on a W2K box. We use Oracle 10g to store client variables. Things have been running fine for years on this box. We patched the server the other night and then middle of the day we started getting errors in our JRun logs. We tested the Patch on a DEV box and

More Operation failed on the data source named CF.

2008-06-12 Thread Dave Hatz
In addition to the Operation Failed, we are getting this error right behind it : 06/12 07:12:25 error Exception occurred invoking custom error page /WEB-INF/exception/java/lang/Exception.cfm java.lang.IllegalStateException at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:195)

Application Server is Busy

2008-06-11 Thread Dave Hatz
, Dave Hatz ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk

OT - https requests stop working after Firewall and IP changes

2008-04-16 Thread Dave Hatz
the following error from FF The connection was interrupted. I tried googling it and found only 1 reference to SSL and this error. So my question is, has anyone come across a problem like this? Can any one point me in the right direction to look? Thanks, Dave Hatz

Disable Image Button in IE

2008-04-14 Thread Dave Hatz
on it so they don't resubmit the page again. Can someone please point me in the right direction to look for a solution? Thanks, Dave Hatz ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

DNS Hosting

2008-01-28 Thread Dave Hatz
I am looking for recommendations from the list on DNS Hosting solutions. We use Internap's COLocation services and they host our DNS. Their DNS servers have gone down 3 times in the past 60 days. I would like to know what others on this list recommend. Thanks, Dave

DNS Hosting

2008-01-25 Thread Dave Hatz
the recommendations from this list. Thanks, Dave Hatz ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http

XML Help

2007-12-28 Thread Dave Hatz
I am having a hell of a time trying to figure out what I am doing wrong with the following XML: ?xml version=1.0 standalone=no? !DOCTYPE schema SYSTEM http://devweb0010.propay.com/PPResponse; XMLResponse XMLTrans transType02/transType invNumpp1/invNum status00/status

CFEclipse Key mappings

2007-12-12 Thread Dave Hatz
I am using CFEclipse v3.3.0 and I am trying to install CFEclipse on a new laptop. I want to keep all my settings. I have been able to copy over my snippets, but I can not find where the Key Mappings are located. Can someone point me in the right location for the mappings? Thanks, Dave Hatz

CF7.02 Enterprise drivers for Oracle 10g

2007-08-17 Thread Dave Hatz
We are looking to upgrade our Oracle 9i DB to 10g. Does CF7.02 have native drivers for 10g or do I need to use JDBC driver from Oracle? Thanks, Dave Hatz ~| Enterprise web applications, build robust, secure scalable apps

Site masking from GoDaddy.com

2007-08-07 Thread Dave Hatz
dropped and the site is fubar. Hopefully I have explained the problem well enough. Can someone clue me in on what is happening when the site is coming from GoDaddy's domain name? Thanks, Dave Hatz ~| ColdFusion 8 - Build next

Operation Failed on Data Source Error

2007-08-05 Thread Dave Hatz
and if so, can u clue me in on what it means or what else I need to be looking for. Is it really an issue with our Oracle 9i Server or a CF issue? Thanks, Dave Hatz ~| ColdFusion 8 - Build next generation apps today, with easy PDF

Binding Oracle query params

2007-07-03 Thread Dave Hatz
' Is there a performance difference between these 2 queries? Thanks, Dave Hatz ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2

How to escape the character # in a string

2007-06-05 Thread Dave Hatz
I am trying to do the following, newVar=Replace(var,#, ,ALL); but the # is throwing errors. I have tried ## and it runs, but will not replace the # in my strings. Any suggestions? Thanks, Dave Hatz ~| ColdFusion 8 beta â

eBay API Integration with CF

2007-05-08 Thread Dave Hatz
Just checking out there in the CF community if any of you CF developers had any experience working with eBay Integration and CF? If so, can you tell me what we are in for as far as integrating CF with the eBay API. Thanks, Dave Hatz

Setting up IIS6 Sites using Different IPs on the same box.

2007-04-24 Thread Dave Hatz
. If someone can point me in the right direction where I can get information on how to set up our sites on different IP addresses on the same box, I would greatly appreciate any help you can provide. Thanks, Dave Hatz ~| ColdFusion

TimeStamp in CF 6 Log Files

2007-03-29 Thread Dave Hatz
been using PST in our logs since day one. The time on the server is in the correct time zone. Can someone tell me how I can change the timestamp back to PST? Thanks, Dave Hatz ~| Upgrade to Adobe ColdFusion MX7 Experience

UPS API Server status page

2007-03-07 Thread Dave Hatz
Does anyone know if UPS has a page that tells if their servers are having issues? We started getting timeout errors today from their servers and I was wondering if anyone knew if UPS had a page that told us if they might be experiencing difficulties. Thanks, Dave Hatz

RE: Fedex API?

2007-02-13 Thread Dave Hatz
received timely responses and I haven't even purchased their tag yet. It is a hell of lot better than using FedEx's crap. Their Tech support and documentation sucks at best. Good luck and let me know how it turns out for you. Dave Hatz -Original Message- From: Russ [mailto:[EMAIL

try/catch inside a cfscript tag

2007-02-12 Thread Dave Hatz
I am trying to figure out why my try/catch is not working inside the following code example below. Can someone please clue me in on what I am doing wrong here? Thanks, Dave Hatz cffunction name=CheckIt returntype=boolean cfscript var chars=hello ColdFusion World; var j=; try

RE: try/catch inside a cfscript tag

2007-02-12 Thread Dave Hatz
figure out why not? Dave -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 4:01 PM To: CF-Talk Subject: Re: try/catch inside a cfscript tag What exactly do you mean by not working? On 2/12/07, Dave Hatz [EMAIL PROTECTED] wrote: I am

Browse Server Error in CF7 Admin

2006-12-02 Thread Dave Hatz
. Can someone tell me how I can fix this problem? Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

RE: Jingle Bells

2006-11-29 Thread Dave Hatz
Matt, What part of CO are in you in? I am So. Cal and dying to get to some snow. It is so damn dry out here, I don't remember what the rain looks like, let alone what snow is :) Dave -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006

Sending 2 XML objects with CFHTTP

2006-11-10 Thread Dave Hatz
cfhttpparam type=xml name=xml1 value=#xmlObj1# cfhttpparam type=xml name=xml2 value=#xmlObj2# /cfhttp but we get an error saying : You may only use ONE cfhttpparam of type XML or BODY. Can someone point me in the right direction on how I can send 2 XML documents? Thanks, Dave Hatz

CFMX 6.1 and Java 1.5

2006-11-06 Thread Dave Hatz
We are looking to upgrade the JVM on our CFMX6.1 Enterprise server to 1.5. Does anyone know if there are any known issues with CF6.1 on a W2K box running Sun's JVM 1.5? Thanks, Dave Hatz ~| Introducing the Fusion Authority

RE: CFMX 6.1 and Java 1.5

2006-11-06 Thread Dave Hatz
imagine 6.1 has many issues with it. Nic Dave Hatz wrote: We are looking to upgrade the JVM on our CFMX6.1 Enterprise server to 1.5. Does anyone know if there are any known issues with CF6.1 on a W2K box running Sun's JVM 1.5? Thanks, Dave Hatz

RE: URL for CF7 Multi-Server configurations

2006-10-27 Thread Dave Hatz
Apache on a Win Box is faster than IIS6? Is that really true? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 1:19 AM To: CF-Talk Subject: Re: URL for CF7 Multi-Server configurations I also find Apache is faster and more

PDF Label maker

2006-10-27 Thread Dave Hatz
downloaded this from. Has anyone else used this Custom Tag from Steven? Or do you know how we can get a hold of Steven? Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

RE: URL for CF7 Multi-Server configurations

2006-10-27 Thread Dave Hatz
Eric, We are a MS shop only. If I was to set up an Apache Win Box on a DEV server, are there any good references you could point me to? Dave -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 12:21 PM To: CF-Talk Subject: Re: URL for CF7

RE: URL for CF7 Multi-Server configurations

2006-10-27 Thread Dave Hatz
to make it work with cf7... Here is the link to the docs: http://httpd.apache.org/docs/2.2/ Russ -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 3:41 PM To: CF-Talk Subject: RE: URL for CF7 Multi-Server configurations Eric, We

RE: URL for CF7 Multi-Server configurations

2006-10-26 Thread Dave Hatz
Rob/Russ, I see you both are using Apache. Are you running Apache on a Windows box? And if so, can you tell me why you prefer using Apache over IIS? Thanks, Dave Hatz -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 7:59 AM To: CF-Talk

RE: URL for CF7 Multi-Server configurations

2006-10-25 Thread Dave Hatz
assigned each of my sites to the appropriate instance. Thanks, Dave Hatz -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 4:50 PM To: CF-Talk Subject: RE: URL for CF7 Multi-Server configurations Each instance has a port on which the internal web server

RE: URL for CF7 Multi-Server configurations

2006-10-25 Thread Dave Hatz
your configuration at a glance. Maybe if you run wsconfig you can see it there? Russ -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 10:29 AM To: CF-Talk Subject: RE: URL for CF7 Multi-Server configurations Russ, Thanks

URL for CF7 Multi-Server configurations

2006-10-24 Thread Dave Hatz
don't want my clients to have to see that. Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

RE: URL for CF7 Multi-Server configurations

2006-10-24 Thread Dave Hatz
Multi-Server configurations Why are you running iis6 on 8301? You should be running it on port 80... I believe 8301 was the port # for the internal webserver, which you should have disabled. Russ -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24

RE: download as pdf

2006-10-12 Thread Dave Hatz
http://www.easel2.com/ But, I have tried several times to contact them regarding an upgrade to their tag for CF7. Cause, you can't run this tag on CF7, it causes havoc with CF7's PDF generator. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, October

RE: training

2006-10-12 Thread Dave Hatz
I would like to throw my own 2 cents in here on this thread. I agree with Dave on this. I think training on CF Admin issues go way behind just checking a box in the CF Admin. We have a small shop and we need wear more than just one hat. We have a team of good programmers and designers, but we

RE: locking, I think

2006-10-07 Thread Dave Hatz
James, What Free tool from Quest does the same thing as TOAD? I have been a TOAD user for many years and I didn't know that Quest had a free version like Toad. Dave -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 2:32 AM To: CF-Talk

RDS in CF7.

2006-10-05 Thread Dave Hatz
please shed some light on this for me please? I really don't want RDS running on our Production Servers. Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

CFDocument Error

2006-09-27 Thread Dave Hatz
to get it fixed? Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Re: URL Parameter

2006-09-22 Thread Dave Hatz
Ben, Would you be so kind to post the .cfm page you used when IIS Redirected 404's? I have been looking for a solution just like this... Thanks, Dave ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: URL Parameter

2006-09-22 Thread Dave Hatz
darkness that most frightens us. We ask ourselves, Who am I to be brilliant, gorgeous, talented, fabulous? Actually, who are you not to be? -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 12:43 PM To: CF-Talk Subject: Re: URL Parameter Ben

Oracle JDBC Drivers vs. CF Oracle Drivers

2006-09-21 Thread Dave Hatz
for performance issues only. Which is faster? Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

CFDocument TimeOut Bug???

2006-09-14 Thread Dave Hatz
I have set cfsetting requesttimeout=1500 Can someone please clue me in on what I am doing wrong here? I setting the requesttime isn't doing a damn thing, I have run this fine without the cfdocument and it runs fine and takes like I said around 5 minutes max Thanks, Dave Hatz

RE: Multiple CF instances sharing single IIS site

2006-09-11 Thread Dave Hatz
Snake, Your comment about Every instance you create does in fact have its own cfide folder, you use it when you open the coldfusion administrator for each of your instances, all you need to do is map this folder in IIS., how do you do this? I looked at your blog, and could see how you mapped the

Good Documentation on Setting up Multiple Instances of CF7 running on IIS

2006-09-05 Thread Dave Hatz
document that I can pass along to my developers. Any help would be greatly appreciated. Thanks, Dave Hatz ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
with it. And the CF instances will belong to 1 IIS Host. Thanks, Dave Hatz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 3:36 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS I am

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
We have 1 IIS server with each client having their own virtual server, www.client1.com and www.client2.com. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 3:50 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
class on CF Admin? And thanks for the info below, this is very helpful... Dave Hatz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 4:22 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS