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 tell CFDocument to 
create the PDF in grayscale.

Anyone know of a way to do this without creating another web page without 
colors? 

~|
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/message.cfm/messageid:357554
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 at the firewall? 

~|
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/message.cfm/messageid:356271
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356272
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 the office tomorrow. 
 

How do I decode what this is?  Is there a tool or site that will convert this 
for me?

99.9 /*!3union all select 
0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536,0x31303235343830303536*/--
 

~|
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/message.cfm/messageid:356261
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFQueryParam

2013-07-21 Thread Dave Hatz

I know using cfqueryparam helps with hack attempts on your database and it 
helps performance for the execution of the queries.  

Question, does using the cfqueryparam help with performance on the ORDER BY 
clause?  One some of our pages we give the user the ability to change the sort 
order 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=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356262
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) .NET vs. CF

2013-03-12 Thread Dave Hatz

I know I have seen a lot of threads on this in the past, but didn't pay much 
attention to them until now.

I have been using CF since v4.0 and now we have clients telling us that we can 
not use CF anymore and that we need to switch to .NET.

Now I know our client's upper management couldn't tell the difference between a 
PC and Mac let alone tell the difference from .NET and CF.  They have given us 
no other reason than other big companies are doing it.

For those of u on this list that have experience with both, can I please get 
your feedback on the Pros and Cons of going to the .NET 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/message.cfm/messageid:354947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(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 

~|
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/message.cfm/messageid:352816
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 


~|
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/message.cfm/messageid:352764
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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? 


~|
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/message.cfm/messageid:352747
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(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 that sell toyota trucks. 
 The results page will be something like 
http://www.mycars.com/trucks/toyota/results.cfm

Does the Search Engines register a page hit on our results page? 

~|
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/message.cfm/messageid:349996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.


~|
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/message.cfm/messageid:349608
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 and Images 
folders to produce the results page.

Then he has gone and set up links that are set up on other sites to point to 
something like this

http://www.mydomain.com/cars/toyota/tacoma

and what the client wants is the for the .cmf page under /tacoma to parse the 
url for the car type and model then display the results on his car_results.cfm 
page from his site.  So our index.cfm parses the url and gets the make and 
model then redirects using CFLOCATION to the car_results.cfm page.  

Client is trying to gain SEO rankings on his 
http://www.mydomain.com/cars/toyota/tacoma page.  He has folders for different 
makers/models of cars, which is 100's of different folders.  We didn't want to 
have to create the same results page in all these different folders.

You mentioned this approach was not a good idea.  I would love to find a better 
approach and your thoughts on how we can improve this design. 

~|
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/message.cfm/messageid:349597
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(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 index.cfm, it parses the URL for some data, updates the DB, then I use 
CFLOCATION to send the page to another CFM page.  Client says this will not 
work for his SEO stuff.  

As you can tell, I am not well versed in SEO.  Can I get some verification from 
others on this list that are well versed on SEO topics and let me know if my 
client is right or wrong? 

~|
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/message.cfm/messageid:349568
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349262
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 

~|
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/message.cfm/messageid:346812
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 anyone help me out 
here on how to solve this problem?

cfformitem type=text width=720cfinclude 
template=../uploads/agreement_section1.txt/cfformitem

~|
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/message.cfm/messageid:345514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342722
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337283
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
cfloop query=dset
 .
/cfloop

How do I get the 2nd cfloop to loop over the DataSet without calling the query 
again?

Thanks,
Dave 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334396
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334401
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 where to look to fix this problem?

Thanks,
Dave 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328730
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328596
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 directory, /windows/fonts, 
CF Admin is throwing errors:

com.lowagie.text.FontFactory.getFontProperties()Ljava/util/Map; null brThe 
error occurred on line 68. 

http://127.0.0.1/CFIDE/administrator/settings/fonts.cfm 

We have CF8 running on 2003 on another box and we don't have this problem.  Can 
someone point me in the right direction where to find information on how to 
register fonts on our CF8 2008 box?

Thanks,
Dave 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328593
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 not on BB Browsers.

I had a buddy of mine try it on the new BB Storm, and it works great, just like 
it is suppose to.

Thanks,
Dave  

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


(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 this forum.  Anyone done any development using 
Google Maps API and BlackBerry mobile browsers?

Dave 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328394
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328391
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(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 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327320
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327323
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, thanks for the info on SQL Developer, exactly what I can give her, it 
looks almost like MS Access :)

Thanks guys
Dave 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327329
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325683
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(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 are still 
having connection issues with their servers.  I would be talking to FedEx Tech 
support, but it is a Saturday afternoon and it is hard enough getting a hold of 
their tech support during normal business hours.  There online support is crap, 
talks about the change, but that is about it.

Is there anyone using FedX webservices and if so, did u make the SSL change 
they need?  Any advice would be greatly appreciated at this point.

Thanks,
Dave  

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325163
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 
label on that tag to hers.

2nd question, can someone point me in the right direction where I can find more 
documentation on the available parameters I can change on a CFINPUT tag during 
runtime?  I found a few here and there using ActionScript, but I sure would 
like to find a more definitive resource.

Thanks,
Dave 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(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 want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322862
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(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 servers.

Thanks,
Dave 

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320404
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Error trying to use CFSlider in CF7

2009-01-16 Thread Dave Hatz
We are running CF7.0.2 Enterprise on a Windows 2003 Server.  We are trying to 
use CFSlider on one of our pages and some of our support staff is getting the 
following error: The application's digital signature has an error.  Do you want 
to run this application?Name: 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® 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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Godaddy, so it doesn't look like a redirect.  The problem we are 
having, is we are using session variables within our pages, but they are not 
working in IE.  When you click on one of the links, the session variables are 
gone.  In FF works great, but IE it chokes.

Can someone explain why this is happening or what we can do to fix this on our 
end?  We are running CF7.02 Enterprise on Windows 2003 Server.

Thanks,
Dave 

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2008-11-05 Thread Dave Hatz
We have a client that has requested we set up his eCommerce Pages to accept 
orders from Countries in Europe, like Germany and Italy.  We currently have him 
set up to accept orders from Canada.  We change the Billing/Shipping screens to 
match where they can ship to in Canada, using the Provinces.

I was looking for some feedback on other developers that have set up sites for 
US based companies to accept shopping cart orders from other countries.  Do you 
have 1 International screen, or do you customize each screen for each of the 
different countries.

Also, as far as accepting Credit Cards, does the Credit Card company do the 
conversion, or is that something we will have to do.  In Canada, our client had 
to get a Canadian Credit Card Merchant account, will he have to do the same for 
each country in Europe?

Also, if you know of any pitfalls we might face making the jump 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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314888
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311500
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 runtime error (line 448) (cfajax.js).  
Using DebugBar in IE, I have the following line where the error is being 
thrown: _54.innerHTML=_54._cf_innerHTML;  

I have narrowed it down to where it is happening.  I am using a nested 
cflayoutarea for my tabs and 1 of the tabs uses a source param like so: 

cflayoutarea title=tab 1.1 source=hello_world.cfm /

And inside the hello_world.cfm source file I have a really basic page:

cfform
Hello Worldbr
/cfform

I have narrowed down the error to the CFFORM tag inside my source file.  If I 
remove the CFFORM tags, she works great.

Now this is a simplified version of my application, but what I am trying to 
show is that I am getting this js runtime error in IE7 but not in FF2 or FF3.  
I was hoping that someone can point me in the right direction on where to look 
to get this resolved?  I am running CF8.01 and the ExtJS lib is 1.1.1.  I have 
included the code from my test below.

cfajaximport 
tags=cfform,cfgrid,cfinput-datefield,cfinput-autosuggest,cfwindow

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
html
head
titleLeads/title
meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
/head
body
cfform format=html
cflayout type=tab name=maintabs
cflayoutarea title=tab 1 style=height: 300px
br
  cflayout type=tab name=tabs
cflayoutarea title=tab 1.1 
source=hello_world.cfm /
cflayoutarea title=tab 1.2 /
/cflayout
/cflayoutarea 
cflayoutarea title=tab 2 style=height: 300px /
cflayoutarea title=tab 3 style=height: 300px /
/cflayout 
/cfform
/body
/html

hello_world.cfm:
cfform
Hello Worldbr
/cfform


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 Register 
source=register_add.cfm /
  /cflayout  
/cflayoutarea

What I would like is the have the 2nd tab Enter Register to open instead of 
the 1st tab when the form is loaded.  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310622
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 refresh 
button.  Can someone please point out what I am doing wrong here?

Thanks,
Dave

script
jsRegisters= new registers();

doName = function(thisName) {
var myResult=0;
//update the Table with form field values

myResult=jsRegisters.Test(document.getElementById('name1').value,document.getElementById('name2').value)
ColdFusion.Grid.getGridObject(grid1,true);
//alert(myResult);
}
/script 
cfajaxproxy bind=javascript:doName([EMAIL PROTECTED])
cfajaxproxy cfc=cfc.mcs.registers jsclassname=registers

cfform id=myForm format=html
cfgrid name=grid1 format=html pagesize=10 selectmode=edit 
delete=true deletebutton=Remove

onchange=cfc:cfc.mcs.registers.UpDateME({cfgridaction},{cfgridrow},{cfgridchanged})
 

bind=cfc:cfc.mcs.dealers.GetDealers({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})
cfgridcolumn name=id header=id
cfgridcolumn name=address header=address
cfgridcolumn name=name header=name
cfgridcolumn name=city header=city
/cfgrid
cfinput type=text name=name1 id=name1
cfinput type=text name=name2 id=name2
cfinput type=button name=submit value=submit id=submit
/cfform 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307943
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 all was 
fine.  In fact our Production server is sporadic with the error.  We run CF7 
from a couple of different servers hitting the same CF data source and there 
are no errors on those servers.

I have included a dump of the JRun log. I was hoping someone might point me in 
the right direction to look so I can resolve this error.


06/12 07:12:29 error Operation failed on the data source named CF.
coldfusion.runtime.ClientScopeDBException: Operation failed on the data source 
named CF.
at coldfusion.runtime.JDBCHelper.Store(PersistenceFactory.java:222)
at 
coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariables(ClientScopeServiceImpl.java:204)
at 
coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariablesForRequest(ClientScopeServiceImpl.java:192)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:32)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at com.intergral.fusionreactor.filter.FusionReactorFilter.B(Unknown 
Source)
at com.intergral.fusionreactor.filter.FusionReactorFilter.A(Unknown 
Source)
at 
com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(Unknown Source)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

~|
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/message.cfm/messageid:307336
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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)
at 
javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:146)
at coldfusion.runtime.NeoJspWriter.initWriter(NeoJspWriter.java:88)
at coldfusion.runtime.NeoJspWriter.flush(NeoJspWriter.java:167)
at 
coldfusion.runtime.NeoPageContext.flushOutput(NeoPageContext.java:1557)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:39)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:439)
at 
jrun.servlet.JRunRequestDispatcher.include(JRunRequestDispatcher.java:371)
at jrun.servlet.JRunResponse.sendErrorPage(JRunResponse.java:660)
at jrun.servlet.JRunResponse.sendError(JRunResponse.java:505)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:283)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


~|
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/message.cfm/messageid:307337
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Application Server is Busy

2008-06-11 Thread Dave Hatz
We are running CF6.1 Enterprise on a W2K box.  We all of the sudden started 
getting the following message from the application:

Server Error
The server encountered an internal error and was unable to complete your 
request.

Application server is busy. Either there are too many concurrent requests or 
the server still is starting up.

We run FusionReactor to monitor the server, server looks quite.  I checked 
cfstat and there are no requests running, I checked the log files, nothing 
there either.  I even bounced CF Service, but same results.

Anyone point me where to look next?

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;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307303
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT - https requests stop working after Firewall and IP changes

2008-04-16 Thread Dave Hatz
I know this is off topic, but I am running out of places to find a solution for 
this problem.  Last night we upgraded our firewall and put in a new PIX and at 
the same time changed the IP address on one of our web severs.  Web Server is 
IIS5 running with CF6.1 Enterprise.  The domain name resolves fine, but once we 
add SSL to the request, it won't resolve.  I have tried everything I can think 
of.  We removed the SSL and reissued it to the server, no luck.  My techs say 
that SSL requests are getting through the firewall.  I verified the SSL was 
still valid.

We are getting 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 

~|
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/message.cfm/messageid:303603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Disable Image Button in IE

2008-04-14 Thread Dave Hatz
Can anyone please point me in the right direction on how to disable the Image 
Input button in IE?  I have it working great in FF.  I have tried several 
different approaches in IE, but nothing seems to be working.  I am using an 
Input Type=image and want to disable it after the user clicks 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 the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303374
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 

~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297579
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


DNS Hosting

2008-01-25 Thread Dave Hatz
I am looking for recommendations on a company to host our DNS.  We are 
currently using Internap's CoLocation services and their DNS went down again.  
3rd time in less than 2 months.  Our customers are pissed and I don't blame 
them.  I need to find another solution and always value 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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297496
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
transNum2/transNum
  /XMLTrans
/XMLResponse

I have the following CF code to parse the XML:

cffile action=read file=d:/inetpub/wwwroot/x2.xml variable=infile
cfset x2=XmlParse(infile)
cfdump var=#x2#
cfset x=x2.XMLResponse.XMLTrans.status.XmlText

Everytime I try to access any of the elements of the XML I get : Element 
XMLRESPONSE.XMLTRANS.STATUS.XMLTEXT is undefined in X2

I have tried it with .XmlText and without .XmlText and get the same results.  
When I view the CFDUMP of the XML, it looks fine.  Can someone please clue me 
in on what I am doing wrong here?  I am running this on CF7 on a Windows 2003 
box.

Thanks,
Dave 

~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295469
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294606
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286515
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Site masking from GoDaddy.com

2007-08-07 Thread Dave Hatz
I am not even sure site masking is the correct term, but let me see if I can 
explain what is happening.  I have a client with a URL like this 
http://www.mywebsite.com/clientname but he doesn't like that name, so he goes 
out to GoDaddy.com and gets a new site, http://www.clientswebsite.com/  which 
points to http://www.mywebsite.com.

We are using CF7.02 for this site.  We set some session variables on the home 
page and the client navigates through the site.  All works fine if he hits our 
site 1st, but if  he hits the site using the masked named, the session 
variables are getting 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 generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285648
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Operation Failed on Data Source Error

2007-08-05 Thread Dave Hatz
We are using CF7.02 Enterprise on a Windows 2003 Server.  We have multiple 
servers(3) running on the same box via JRun.  We are running Oracle 9i on a 
Windows 2K box.  On one of our CF servers we received the following error 
yesterday:

Operation failed on the data source named xxx.  
Reason of failure java.sql.SQLException: [Macromedia][Oracle JDBC 
Driver][Oracle]ORA-00600: internal error code, arguments: [17172], [0x0], [], 
[], [], [], [], []   

Our CF server has been online for about 11 months now with no known DB 
connection issues. We are using the Oracle Driver provided with CF7 Enterprise. 
 Our other CF servers running on the same box connected to the same data source 
didn't have any problems.  This is the 2nd time in 3 weeks we have received 
this error.  In checking the Ora Error, the ORA-00600 error is a very serious 
error, but doesn't tell u much about what is going on, stuff like the DB is 
corrupted or unstable.  We run multiple applications against that same DB and 
we haven't seen any errors like this.  Applications that are written in Delphi, 
Java and CF.

So my question to the Oracle/CF guru's in the community, is have u seen this 
error before 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 and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285416
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Binding Oracle query params

2007-07-03 Thread Dave Hatz
I am curious if someone could tell me the difference between these 2 queries 
from a performance standpoint.  We are using CF7 with Oracle 9i. 

SELECT First, Last FROM Customers WHERE ID=cfqueryparam 
cfsqltype=cf_sql_varchar value=#ID#

vs. 
 
SELECT First, Last FROM Customers WHERE ID='1234'
 
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?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282828
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280138
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277313
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2007-04-24 Thread Dave Hatz
We are trying to install multiple SSL Certs on our IIS6 Web Server.  We are 
running CF7 Enterprise with multiple instances set up.  I was just told by 
Verisign that in order to use more than 1 SSL Cert on our IIS6 Web Server, we 
need to run each of the SSL sites off different IP Addresses.  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 MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Jobs-Talk/message.cfm/messageid:3317
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


TimeStamp in CF 6 Log Files

2007-03-29 Thread Dave Hatz
We are running CF 6.1 Enterprise on a W2K Advanced Server version with IIS 5.  
We patched our server a few weeks ago for the change in the early day light 
savings time this year.  In going through the CF logs I have noticed that our 
timestamps are now in GMT.  We are on the West Coast and have 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 Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274090
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271910
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Fedex API?

2007-02-13 Thread Dave Hatz
Russ,
Check this out http://www.cftagstore.com/tags/cfxfedex.cfm  

We are working on the FedEx API now, and Adiabata, Inc has a nice little
custom tag.  Costs around 200.00, I think.  We are in the trail and error to
see if we can get this working or not.  Adiabata has some good support, I
have 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 PROTECTED] 
Sent: Tuesday, February 13, 2007 1:41 PM
To: CF-Talk
Subject: Fedex API?

Has anyone used the fedex api to print labels?  

 

Russ





~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269747
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 {
for (i = 1; i lte 8; i=i+1) {
  j = j + ((Mid(chars,i,1)));
}
result = true;
  }
  catch (Exception e) {
result = false;
  }
/cfscript
cfreturn result
/cffunction

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269588
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: try/catch inside a cfscript tag

2007-02-12 Thread Dave Hatz
Matt,
By not working, I mean the code will throw an error, so I want the Catch
to trigger and return a false value.  This for loop is trivial.  I want to
make sure I have the correct syntax for the try/catch.  

When the function does get an error, the catch is not being picked up and I
can't 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 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?





~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269607
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Browse Server Error in CF7 Admin

2006-12-02 Thread Dave Hatz
We are running CF7.0.2 Enterprise on a Windows 2003 box.  When I select any of 
the Browse Server buttons in CF Admin, I get a page not found error : 
/cfide/main/ide.cfm.  I have read some threads on this list about this being a 
RDS Servlet issue, but didn't find any solutions to the problem.

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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 11:35 AM
To: CF-Talk
Subject: Re: Jingle Bells

Sorry to continue the off-topic-ness
The biggest difference in Colorado snow and other parts of the country is in
Colorado it can snow during any season. Most snow falls in winter, but
spring and fall get plenty also. Summer is less likely, but not uncommon.

Here's my blog entry from Sept. 22 (which was not the first of the season).
http://mattw.mxdj.com/fall__snow_fall.htm


On 11/29/06, Gabrielle Mack [EMAIL PROTECTED] wrote:
 Ha! You think thats bad?? Try living in the snow belt of the great 
 lakes (ie...upstate nyseasonal depression capital haha)






~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262122
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Sending 2 XML objects with CFHTTP

2006-11-10 Thread Dave Hatz
We are trying to integrate our eComm site with UPS On Line tools for Address 
Verification.  To submit the address for verification, the request we are 
sending needs to be 2 XML documents.  I am trying to do the following:

cfhttp url=https://ups.com/xml/AV; method=POST port=80 resolveurl=false
  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

~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259913
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259384
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFMX 6.1 and Java 1.5

2006-11-06 Thread Dave Hatz
Nic,
Do you know if Adobe has any time frame on getting 7.02 1.5 compatible?

Dave 

-Original Message-
From: Nicholas M Tunney [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 06, 2006 5:08 PM
To: CF-Talk
Subject: Re: CFMX 6.1 and Java 1.5

I know 7.02 isn't supported on 1.5, so I 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

 



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259392
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 reliable. We use IIS at our company
but that is due to our links with Microsoft, I would happily move to Apache
if I could!

I run both locally for testing etc.


~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


PDF Label maker

2006-10-27 Thread Dave Hatz
I came across a custom tag last year called LabelMaker.  Pretty slick little
tag.  Send the tag a query result set and it produces an Avery label PDF
page.  The guy that created the custom tag was Steven Klepzig.  The old
email address we have for him is no longer valid.

I don't remember where we 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-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258308
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Multi-Server configurations

I with Russ on this one. I came to work here and it was a windows only shop
as of right now I have migrated alot over to RH4 with apache. I also have
Apache on windows and we are super impressed with its functionality.

One of the big concerns on moving over to Linux was capitalization  Apache
mod_speling took care of that :)

mod_rewrite is your friend especially for Hardware load balancing


~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258318
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: URL for CF7 Multi-Server configurations

2006-10-27 Thread Dave Hatz
Thanks for the link Russ.. 

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 27, 2006 12:53 PM
To: CF-Talk
Subject: RE: URL for CF7 Multi-Server configurations

Apache has the docs online.  If you are going to go with apache 2.2, you
will need an updater 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 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 Multi-Server configurations
 
 I with Russ on this one. I came to work here and it was a windows only 
 shop as of right now I have migrated alot over to RH4 with apache. I 
 also have Apache on windows and we are super impressed with its 
 functionality.
 
 One of the big concerns on moving over to Linux was capitalization  
 Apache mod_speling took care of that :)
 
 mod_rewrite is your friend especially for Hardware load balancing
 
 
 



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258325
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
Subject: Re: URL for CF7 Multi-Server configurations

On 10/25/06, Russ [EMAIL PROTECTED] wrote:
 I'm not really sure... I don't use CF with IIS.  I prefer apache, 
 where you can plainly see your configuration at a glance.  Maybe if 
 you run wsconfig you can see it there?

 Russ

Look on your start menu.  You should see a Macromedia program group.
Now go to Macromedia  ColdFusion MX 7 (Multiserver version)  Web Server
configuration Tool

This should show you what you're looking for, if memory serves (like Russ,
I'm largely an Apache guy, but I used IIS a bit more a few months ago).



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: URL for CF7 Multi-Server configurations

2006-10-25 Thread Dave Hatz
Russ,
Thanks for the clarification on that.  Question for you though, how can I
confirm that the site I have assigned with the wsconfig utility is using the
correct CF Instance?  For example, I have 2 sites that have 2 different
instances assigned.  I want to make sure that I have correctly 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 listens on (which
you should disable).  It also has a port on which the jrun connector listens
on.  This port gets automatically mapped for you using the wsconfig utility.
IIS should just run on port 80 and use the host headers to differentiate
between different instances. 

Russ


 -Original Message-
 From: Dave Hatz [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 24, 2006 6:47 PM
 To: CF-Talk
 Subject: RE: URL for CF7 Multi-Server configurations
 
 I set up multiple instances of CF7 Server.  Each Instance is using a 
 different port to listen on.  So, don't I need to tell IIS to listen 
 on that port?
 
 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 24, 2006 3:36 PM
 To: CF-Talk
 Subject: RE: URL for CF7 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, 2006 6:12 PM
  To: CF-Talk
  Subject: URL for CF7 Multi-Server configurations
 
  I am trying to figure out how not to display the port number in the 
  URL for multi-server CF7 installations.  I have created my different 
  servers and I am able to hit them all just fine, as long as I 
  include the port number they are listening on.  For example:
 
  http://www.mywebsite.com:8301/helloworld.cfm
 
  We are running on IIS6.  I have used the JRun Server Configuration 
  tool to map the web site too.  I have the web site properties in 
  IIS6 listening on port 8301 and my Host Header value is set to
 www.mywebsite.com.
 
  How can I get away from inlcuding the port number in my URL?  I 
  really 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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: URL for CF7 Multi-Server configurations

2006-10-25 Thread Dave Hatz
Do you run Apache on Win box? 

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 25, 2006 7:34 AM
To: CF-Talk
Subject: RE: URL for CF7 Multi-Server configurations

I'm not really sure... I don't use CF with IIS.  I prefer apache, where you
can plainly see 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 for the clarification on that.  Question for you though, how 
 can I confirm that the site I have assigned with the wsconfig utility 
 is using the correct CF Instance?  For example, I have 2 sites that 
 have 2 different instances assigned.  I want to make sure that I have 
 correctly 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 listens on 
 (which you should disable).  It also has a port on which the jrun 
 connector listens on.  This port gets automatically mapped for you 
 using the wsconfig utility.
 IIS should just run on port 80 and use the host headers to 
 differentiate between different instances.
 
 Russ
 
 
  -Original Message-
  From: Dave Hatz [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 24, 2006 6:47 PM
  To: CF-Talk
  Subject: RE: URL for CF7 Multi-Server configurations
 
  I set up multiple instances of CF7 Server.  Each Instance is using a 
  different port to listen on.  So, don't I need to tell IIS to listen 
  on that port?
 
  -Original Message-
  From: Russ [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 24, 2006 3:36 PM
  To: CF-Talk
  Subject: RE: URL for CF7 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, 2006 6:12 PM
   To: CF-Talk
   Subject: URL for CF7 Multi-Server configurations
  
   I am trying to figure out how not to display the port number in 
   the URL for multi-server CF7 installations.  I have created my 
   different servers and I am able to hit them all just fine, as long 
   as I include the port number they are listening on.  For example:
  
   http://www.mywebsite.com:8301/helloworld.cfm
  
   We are running on IIS6.  I have used the JRun Server Configuration 
   tool to map the web site too.  I have the web site properties in
   IIS6 listening on port 8301 and my Host Header value is set to
  www.mywebsite.com.
  
   How can I get away from inlcuding the port number in my URL?  I 
   really 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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258000
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


URL for CF7 Multi-Server configurations

2006-10-24 Thread Dave Hatz
I am trying to figure out how not to display the port number in the URL for 
multi-server CF7 installations.  I have created my different servers and I am 
able to hit them all just fine, as long as I include the port number they are 
listening on.  For example:

http://www.mywebsite.com:8301/helloworld.cfm

We are running on IIS6.  I have used the JRun Server Configuration tool to map 
the web site too.  I have the web site properties in IIS6 listening on port 
8301 and my Host Header value is set to www.mywebsite.com.

How can I get away from inlcuding the port number in my URL?  I really 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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257922
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: URL for CF7 Multi-Server configurations

2006-10-24 Thread Dave Hatz
I set up multiple instances of CF7 Server.  Each Instance is using a
different port to listen on.  So, don't I need to tell IIS to listen on that
port? 

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 24, 2006 3:36 PM
To: CF-Talk
Subject: RE: URL for CF7 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, 2006 6:12 PM
 To: CF-Talk
 Subject: URL for CF7 Multi-Server configurations
 
 I am trying to figure out how not to display the port number in the 
 URL for multi-server CF7 installations.  I have created my different 
 servers and I am able to hit them all just fine, as long as I include 
 the port number they are listening on.  For example:
 
 http://www.mywebsite.com:8301/helloworld.cfm
 
 We are running on IIS6.  I have used the JRun Server Configuration 
 tool to map the web site too.  I have the web site properties in IIS6 
 listening on port 8301 and my Host Header value is set to
www.mywebsite.com.
 
 How can I get away from inlcuding the port number in my URL?  I really 
 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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257927
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 12, 2006 5:57 AM
To: CF-Talk
Subject: RE: download as pdf

When we used CF5, we used HTMLDOCs to generate PDFs on the fly.
However, we ran our own servers :-)

If in a shared hosting, you may need to go to CFMX 7 now since you Can
generate PDFs on the fly with it.

I seem to recall a CFX_PDF tag around somewhere that you maybe able to Use
but do not remember where I seen it at previously.


-Original Message-
From: Ali Majdzadeh [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 12, 2006 8:37 AM
To: CF-Talk
Subject: Re: download as pdf

Very interesting post, Ben, Really thanks:
What I really need is the user can fill some form fields (doesn't matter if
in thi stage it is pdf or cfm) then after that the user can generate the pdf
file to print the whole form in a specific format simultaneously the user's
data get inserted into the database for further use. The pdf file should be
regeneratable because the user might need to update it and send it again and
filling so much fields would be hard. 
As I mentioned in my last post this task is so critical for me, if it could
not be done in cf6 I will upgrade to a server with cf7.
Thanks
Benign





~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256510
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
can't afford to hire a Network OS Admin to help with the tuning of CF on our
web servers.  So, our programmers use lists like this one to pick off
information on CF Admin issues.  Like, what happens if I do check or uncheck
that box, what performance issues will I see, what security holes did I just
open or close?  So, most of the time you check the box and see what happens
on your production server.  But, a training class in this area would be
great for shops like ours.  Setting up multiple instances of CF7 on Jrun
alone is much different than just taking all the CF7 installation defaults.
If we could send one of our senior programmers to a class on CF7
Installation/Set up, we would do it.  It would save us a ton of time and we
would be getting the latest tips and tricks from a training company that has
already gone through it.  

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 3:39 PM
To: CF-Talk
Subject: RE: training

 Well, I am still not convinced that anyone with training on how to 
 check a checkbox for say save class files can benefit over someone 
 who reads the docs (meaning I am not sure your need formal training on 
 using the CFIDE - it is so simple to use), ...

I generally agree that most of the things in the CF Administrator are pretty
straightforward, but I think you chose a poor example. Based on the
documentation alone, should you enable this option or not? If there are any
variables used to figure this out, what would they be? Of course, it turns
out that the documentation doesn't tell you the crucial piece of information
- as the number of compiled classes increases, the likelihood that you will
see a performance degradation also increases due to the expense of looking
within a single directory filled with lots of files:

http://www.bpurcell.org/blog/index.cfm?mode=entryentry=1031

And this sort of information is one big reason why people attend training -
to learn the things that aren't immediately obvious. Every system has these
sorts of things.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256513
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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
Subject: Re: locking, I think

That'll work fine.

Out of interest, why can't you get TOAD to manage your Oracle DB? Too
expensive or some other reason? Because Oracle has a Free tool now that does
a lot of the same work.

On 10/7/06, daniel kessler [EMAIL PROTECTED] wrote:
 alright, I'm gonna try to get the number from DUAL and insert that.

 I'd like to try triggers, but the last time I tried to make them, I had
problems.  We aren't allowed to use a GUI (managing tool) to work with the
DB.  Admittedly, I was pretty much a complete novice at the time.  So when I
have time I'd like to try again.

 Thanks for the sequence information.  I had once learned that it's its own
table but I had forgotten completely.

--
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255887
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RDS in CF7.

2006-10-05 Thread Dave Hatz
I am reading through a security document up on Adobe's DevNet site and it says 
that RDS in CFMX7 is integrated into the main service.  The document goes on to 
tell you how to disable RDS in a single server setup.  But, it doesn't say 
anything about RDS on multi-server instances.

Can anyone 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 information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255706
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFDocument Error

2006-09-27 Thread Dave Hatz
We are running CFMX7 Enterprise(7,0,2,142559) on a Windows 2003 Web Server, 
running IIS6.  We have been running fine for a while now and then we applied a 
Windows patch last night and now we are throwing Java errors.  It was a 
security patch from MS.  This is the error we are throwing: 

type java.lang.NoSuchMethodError 
message 
com.lowagie.text.pdf.PdfContentByte.createGraphics(Lcom/lowagie/text/pdf/FontMapper;)Ljava/awt/Graphics2D;
 

I have tried googling this error message, but only found 1 thread on it with no 
solutions.  As anyone seen this error and if so, any clues how 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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254465
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253873
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: URL Parameter

2006-09-22 Thread Dave Hatz
That would be awesome, thanks Ben

Dave 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 9:57 AM
To: CF-Talk
Subject: RE: URL Parameter

 
Dave,

My actual CFM page is super complicated because it integrates with a custom
framework that I have pieced together and actually refers to a bunch of
other objects in my system... At lunch, let me write up a quick demo CFM
page and post it here. Something simple that will demo the idea of what I am
doing. 

Give me like an hour or so and it will be posted.

-ben

...
Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue
Floor 10
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our 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,
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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253877
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Oracle JDBC Drivers vs. CF Oracle Drivers

2006-09-21 Thread Dave Hatz
We are setting up a new box with CFMX 7.0.2, running on Windows 2003 Web Server 
Edition  with IIS6.  We have an Oracle 9i Database running on a W2K server.  I 
am curious to the pros/cons of using Oracle Drivers that come with CFMX7 or use 
the Oracle JDBC drivers from Oracle?  I am looking 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 a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253800
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFDocument TimeOut Bug???

2006-09-14 Thread Dave Hatz
I am running a long process that builds a 3meg PDF.  It takes a good 5 minutes 
easy to process.  This process runs on a server that is sitting offline and not 
used for Web access.  Anyways, I am getting the following error message:

An exception occurred when performing document processing.
The cause of this exception was that: 
coldfusion.document.DocumentProcessTimeOutException: The content of this 
document process takes more than 6 milliseconds to process..

I am using CFMX v7.0.2, on IIS6 running on an Windows 2003 Box.  2gig of Ram.  
Here is the syntax:

cfdocument format=PDF pagetype=letter orientation=portrait 
filename=statements.pdf overwrite=true marginbottom=.10 marginleft=.10 
marginright=.10 margintop=.10 
  cfdocumentsection  

  cfloop index=x from=1 to=#ArrayLen(aChecks)# 
  cfinclude template=statement_body.cfm
  /cfloop

  /cfdocumentsection
/cfdocument   

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
 

~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253184
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 new
Instance to IIS.  

I have set up the new instance and when I try to go to that instance's CF
Administrator (http://127.0.0.1:8301/CFIDE/administrator) I get page cannot
be found.  I was hoping you might be able to point me in the right direction
on how to map this new instance to IIS or give me a clue as to why IIS can
not load the CFAdmin from my new instance?

Thanks,
Dave 

-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 11, 2006 11:15 AM
To: CF-Talk
Subject: RE: Multiple CF instances sharing single IIS site

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. But every site can of course only
have one CFIDE, so if your running multiple instances on the same site, they
must all use the same CFIDE.
This is actually a problem I have found when using multiple instances. You
have to use the CFIDE of the default (cfusion) instance otherwise everything
doesn't work properly. I never figured out why. I think you will find that
the code still actually runs on the correct instance though as in the case
of cfchart as graphdata.cfm doesn't actually exist, the request is
intercepted by the java servlet.

-
Russ Snake Michaels


-Original Message-
From: Jon Gunnip [mailto:[EMAIL PROTECTED]
Sent: 11 September 2006 17:36
To: CF-Talk
Subject: Multiple CF instances sharing single IIS site

Hi,

I have about 15 web applications on a single website.  One app comprises
about 75% of the server usage, and I would like to isolate this app in its
own CF instance.  I'm using IIS 6.0 on Windows Server 2003.

I have three CF instances and a JRUN connector for each.  One instance is
for the default cfusion instance which I only use to manage my instances and
to create new instances.  A second intance is for all but on of the web
apps, and a third is for the large app I want to isolate.

Everything is working with the exception of how to manage the CFIDE
directory.  To do charting with cfcharts, the charts reference
/CFIDE/GraphData.cfm and the /CFIDE directory has to be associated with the
JRUN connector for the CF instance generating the chart.

So, if there can only be on /CFIDE directory on the website, how can I get
each instance to have a CFIDE directory of its own for charting (and other
things an instance might use the CFIDE directory for)?

Thanks!
Jon





~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2006-09-05 Thread Dave Hatz
I am looking for more resources on setting up multiple instances of CF7 on 
IIS6.  I have read through the docs at Adobe, but I was looking for more 
resources.  I have set up CF Server many times before, but always as a single 
stand alone instance.  

I am looking for a good step by step 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, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252132
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2006-09-05 Thread Dave Hatz
Dave,
What I want to do is set up different CF instances for each of our bigger
clients.  I was looking to separate out the CF instances so that they each
will have their own memory allocation and resources, so as one of the
instances begins to slow down, it doesn't take the other CF instances 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 looking for more resources on setting up multiple instances of 
 CF7 on IIS6.  I have read through the docs at Adobe, but I was looking 
 for more resources.  I have set up CF Server many times before, but 
 always as a single stand alone instance.
 
 I am looking for a good step by step document that I can pass along to 
 my developers.  Any help would be greatly appreciated.

You're not really going to find an exact step-by-step checklist, because
there are quite a few different ways you might go about this. Are you trying
to separate applications belonging to different IIS virtual hosts? To the
same virtual host? Or are you trying to cluster instances associated with
one or more IIS virtual hosts?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252136
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Instances of CF7 ru
nning on IIS

 What I want to do is set up different CF instances for each of our 
 bigger clients.  I was looking to separate out the CF instances so 
 that they each will have their own memory allocation and resources, so 
 as one of the instances begins to slow down, it doesn't take the other 
 CF instances with it.
 
 And the CF instances will belong to 1 IIS Host.

You had me right up until the last sentence. Do you mean you will have one
IIS server, or one IIS virtual host? If you have separate clients, doesn't
each have its own IIS virtual server? (www.client1.com, www.client2.com,
etc, mapped to individual virtual hosts)

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252139
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2006-09-05 Thread Dave Hatz
Dave,
I had the pleasure of sitting in your session at Cfun this year and as
always you did a suburb job of speaking and getting your topic across.  I
have always found the Speakers from your company to be some of the best in
the industry. Question for you, do you guys offer a advanced training 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

 We have 1 IIS server with each client having their own virtual server, 
 www.client1.com and www.client2.com.

Then the easiest thing to do is probably this:

1. Install CF Enterprise using Multiserver option.
2. During the install, don't connect CF to any external web server.
3. After the install, go into CF Administrator and select Instance
Manager.
4. Create two new instances. Give each a unique name.
5. Use the web server configuration utility to connect each of the new
instances to its corresponding IIS virtual server.
6. Turn off the original CF instance's service until you need to create more
instances.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
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://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252143
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4