Re: using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread Barney Boisvert

Well would you look at that.  Must be "learnin' week for Barney" this
week.  Thanks for pointing that out, guys.

cheers,
barneyb

On 3/26/09, James Holmes  wrote:
>
> Actually, as of CF8, CFLOCATION does support status codes other than 302:
>
> http://www.cfquickdocs.com/cf8/?getDoc=cflocation
>
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
>
>
> 2009/3/27 Barney Boisvert :
>> Further, you almost certainly want to be doing a 301 instead of a 302
>> to the long URL, which CFLOCATION doesn't provide.  If you opt to
>> continue down this route, probably want to use CFHEADER instead
>
> 

~|
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:321030
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread James Holmes

Actually, as of CF8, CFLOCATION does support status codes other than 302:

http://www.cfquickdocs.com/cf8/?getDoc=cflocation

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/3/27 Barney Boisvert :
> Further, you almost certainly want to be doing a 301 instead of a 302
> to the long URL, which CFLOCATION doesn't provide.  If you opt to
> continue down this route, probably want to use CFHEADER instead

~|
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:321029
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread Justin Scott

> Further, you almost certainly want to be doing a 301
> instead of a 302 to the long URL, which CFLOCATION
> doesn't provide.  If you opt to continue down this
> route, probably want to use CFHEADER instead.

CFLOCATION supports a statusCode attribute as of ColdFusion 8 which you can
use to return a 301 code instead of the default 302 if needed.


--
Justin Scott | GravityFree
Member of the Technical Staff

1960 Stickney Point Road, Suite 210
Sarasota | FL | 34231 | 800.207.4431
941.927.7674 x115 | f 941.923.5429
www.GravityFree.com


~|
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:321028
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread James Holmes

The session won't be passed in to the method if you fire it manually
with  so you are getting the error you'd expect.

You realize that each Ajax request is keeping the session alive, so it
never times out, right?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/3/27 Tony Bentley :
>
> Manually. If I let the session expire, it will not fire at all.
>
> Here is what I am trying to do:
>
> I want someone to create an experience unique for each user. Sounds simple. 
> Now lets add the fact that my page does not refresh ever (unless they leave 
> and come back but that isn't technically a refresh). All requests are through 
> ajax/cfc.
>
> So now I must rely on a timed event (ajax request specific to ending their 
> session) using setinterval(). When their session expires I want to remove the 
> experience and redirect them.
>
> So far everything is cool except that I am not able to use onsessionend() 
> which limits how I clean it all up after the session is over. Not having this 
> makes this impossible.
>
>> Does this error happen when you call it manually from OnRequest() or
>> when you let the session expire?
>>
>> mxAjax / CFAjax docs and other useful articles:
>> http://www.bifrost.com.au/blog/
>
>
> 

~|
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:321027
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Tony Bentley

Manually. If I let the session expire, it will not fire at all.

Here is what I am trying to do:

I want someone to create an experience unique for each user. Sounds simple. Now 
lets add the fact that my page does not refresh ever (unless they leave and 
come back but that isn't technically a refresh). All requests are through 
ajax/cfc.

So now I must rely on a timed event (ajax request specific to ending their 
session) using setinterval(). When their session expires I want to remove the 
experience and redirect them. 

So far everything is cool except that I am not able to use onsessionend() which 
limits how I clean it all up after the session is over. Not having this makes 
this impossible.

> Does this error happen when you call it manually from OnRequest() or
> when you let the session expire?
> 
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/


~|
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:321026
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread James Holmes

I'd be willing to bet Adobe sales figures state otherwise.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/3/27 Dan Baughman :
>
> and 99% of sites don't need any of that.

~|
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:321025
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread James Holmes

Does this error happen when you call it manually from OnRequest() or
when you let the session expire?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/3/27 Tony Bentley :
>
> Also, based on my testing the error is a result of not having access to the 
> session variables. I call them using:
>
> 
>
> Then log #arguments.sessionscope.cfid.
>
> The error is coming from the cfargument tag.

~|
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:321024
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread Barney Boisvert



One might ask why you're using directories and CFM files to accomplish
this task.  Every web server supports rewriting engines which would
allow you to use a single script and a database to accomplish this
task in a far more streamlined fashion.

Further, you almost certainly want to be doing a 301 instead of a 302
to the long URL, which CFLOCATION doesn't provide.  If you opt to
continue down this route, probably want to use CFHEADER instead.

cheers,
barneyb

On Thu, Mar 26, 2009 at 4:43 PM, Cameron Johnson  wrote:
>
> Hi, all.
>
> I've been out of coding for too long and I can't figure this one out.
>
> Simple, really: using CFDIRECTORY and CFFILE, I want to create a folder, drop 
> in an index.cfm file, then put a  tag in that index.cfm file.
>
> 
> 
>
> 
>  output="#fileOutput#" />
>
> What I can't solve is how to write the CFLOCATION tag into the fileOutput 
> variable. The resulting tag will be:
>
> 
>
> I tried putting that into a CFSAVECONTENT, but that was actually processing 
> the the redirect.
>
> Any help here?
>
> Thanks,
>
> Cameron
>
>
> 

~|
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:321023
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread brad

Will this work?

http://my.long.path.com/";>
">


~Brad

 Original Message 
Subject: using cffile and cfdirectory to create tinyURL-style aliases
From: Cameron Johnson 
Date: Thu, March 26, 2009 6:43 pm
To: cf-talk 


Hi, all.

I've been out of coding for too long and I can't figure this one out.

Simple, really: using CFDIRECTORY and CFFILE, I want to create a folder,
drop in an index.cfm file, then put a  tag in that index.cfm
file.



~|
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:321022
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


using cffile and cfdirectory to create tinyURL-style aliases

2009-03-26 Thread Cameron Johnson

Hi, all.

I've been out of coding for too long and I can't figure this one out.

Simple, really: using CFDIRECTORY and CFFILE, I want to create a folder, drop 
in an index.cfm file, then put a  tag in that index.cfm file.







What I can't solve is how to write the CFLOCATION tag into the fileOutput 
variable. The resulting tag will be:



I tried putting that into a CFSAVECONTENT, but that was actually processing the 
the redirect. 

Any help here? 

Thanks,

Cameron


~|
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:321021
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (OT) W32.Virut.W

2009-03-26 Thread Gerald Guido

>> Only way to be safe.

Pretty much.

"...nuke the entire site from orbit. It's the only way to be sure."
http://www.youtube.com/watch?v=aCbfMkh940Q


-- 
Gerald Guido
http://www.myinternetisbroken.com


"To invent, you need a good imagination and a pile of junk."
-- Thomas A. Edison


~|
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:321020
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) W32.Virut.W

2009-03-26 Thread Jacob

Same here.. once compromised, unplug from network.

Reformat, reinstall o/s, install applications, and restore data from known
good backup (backed up right?). Only way to be safe.

-Original Message-
From: Al Musella, DPM [mailto:muse...@virtualtrials.com] 
Sent: Thursday, March 26, 2009 8:50 AM
To: cf-talk
Subject: RE: (OT) W32.Virut.W


I got this from a quick web search:
"Virut is a virus that infects any executable files and screensavers 
that the user accesses. The parasite also opens a back door providing 
the attacker with unauthorized remote access to the compromised 
computer. The intruder can upload and run arbitrary files. "



  I would reformat the drive and reinstall everything. There is no 
way you can trust anything on the server any more and if there were 
credit cards in the database, they are probably stolen already






~|
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:321019
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Tony Bentley

>Would it be outside the realm of possibility for you to try running the code
>locally?  you might want to think about installing CF developer edition (its
>FREE) locally and then when you are ready, you can push the code to the
>server.
>
>On Thu, Mar 26, 2009 at 4:42 PM, Tony Bentley  wrote:
>
>>

Well, I guess that would work but I am dealing with a webhost and their rules. 
I figured a quick forum post would be faster than trying to troubleshoot the 
reason why it works on one server and not the other.

I was hoping for a simple, 'It should work'. Hahaha. 

~|
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:321018
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Scott Stroz

Would it be outside the realm of possibility for you to try running the code
locally?  you might want to think about installing CF developer edition (its
FREE) locally and then when you are ready, you can push the code to the
server.

On Thu, Mar 26, 2009 at 4:42 PM, Tony Bentley  wrote:

>
> I do not have access to the CFlog files (that I know of).
>
> I read some entries of using onError() so I can log any event inside of the
> cfc with cffile.
>
> I have tried a couple of tests using onRequest firing the onSessionEnd and
> I am getting the following:
>
> OnError : [Event handler exception. - Expression] An exception occurred
> when invoking a event handler method from Application.cfc. The method name
> is: onRequest.
>
> Might there be some permission or server configuration with Hostek that I
> am unaware of?
>
> Also, based on my testing the error is a result of not having access to the
> session variables. I call them using:
>
> 
>
> Then log #arguments.sessionscope.cfid.
>
> The error is coming from the cfargument tag.
>
>
> > Did you check your logs to ensure onSessionEnd wasn't throwing an
> > error?
>
>
>
> 

~|
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:321017
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Tony Bentley

This seems to work fine:



















~|
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:321016
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Tony Bentley

I do not have access to the CFlog files (that I know of). 

I read some entries of using onError() so I can log any event inside of the cfc 
with cffile.

I have tried a couple of tests using onRequest firing the onSessionEnd and I am 
getting the following:

OnError : [Event handler exception. - Expression] An exception occurred when 
invoking a event handler method from Application.cfc. The method name is: 
onRequest.

Might there be some permission or server configuration with Hostek that I am 
unaware of?

Also, based on my testing the error is a result of not having access to the 
session variables. I call them using:



Then log #arguments.sessionscope.cfid.

The error is coming from the cfargument tag.


> Did you check your logs to ensure onSessionEnd wasn't throwing an 
> error?



~|
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:321015
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: emitter failer - wcf webservice called from cf

2009-03-26 Thread Tony

yeah, thats new :)
think the dev. is still trying to figure out whats going on...


---
Tony Weeg, Certified Coldfusion MX Developer
VP of Pixels
Navtrak Inc.
410.548.2337 Office

Navtrak - Driving Business Productivity



2009/3/26 Dave Watts :
>
>> im getting stuck hitting a wcf webservice (i have hit plenty of other ones
>> by the same developer here at work) and this is the error... anyone have ANY
>> idea where i can get some help with this?
>>
>> Emitter failure. There is an undefined binding
>> (BasicHttpBinding_IRBAService) in the WSDL document
>> http://myuri.com/RBAService.svc?wsdl. Hint: make sure > binding=".."> is fully qualified.
>>
>> Detail   Name: 
>> http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
>> WSDL: http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
>> java.io.IOException: Emitter failure. There is an undefined binding
>> (BasicHttpBinding_IRBAService) in the WSDL document
>> http://development.leapfrogservices.navtrak.net/RBAService.svc?wsdl.
>> Hint: make sure  is fully qualified. It is
>> recommended that you use a web browser to retrieve and examine the
>> requested WSDL document to ensure it is correct. If the requested WSDL
>> document cannot be retrieved or is dynamically generated, it is likely
>> that the target web service has programming errors.'
>>
>> Message  Cannot generate stub objects for web service invocation.
>
> When I go to that WSDL URL, I get an ASP.NET application error.
> http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL
>
> 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 informatio
>
> 

~|
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:321014
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Determining gender....when good info is available

2009-03-26 Thread Doug Smidt

Thanks for the code, Barney. I really appreciate it.  I'll tweak it a bit, but 
it's a great start.  Considerably less code than I had whipped up.  

Any other suggestions welcomed.  

>100% kludge, but it works:
>
>http://barneyb.com/r/guess_sex.cfm
>
>Source is below the HR, and there's a Groovy in a comment.  Slightly
>different semantics, but same general idea.  Neither one handles all
>the edge cases properly.
>
>cheers,
>barneyb
>
>
>> 

~|
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:321013
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Raymond Camden

Did you check your logs to ensure onSessionEnd wasn't throwing an error?

On Thu, Mar 26, 2009 at 2:14 PM, Tony Bentley  wrote:
>
> This is the first time I have tried to work with sessions and so far 
> everything seems to be working fine except the OnSessionEnd function is not 
> working. I have tried everything to get it to fire. It simply does not run at 
> all.
>
>
>
> 
>

~|
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:321012
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OnSessionEnd Not Firing

2009-03-26 Thread Scott Stroz

What have you done to try and get it to fire?

This method will not get run until the sesion actually times out based on
the session timeout value set in either CF admin or in your code.

On Thu, Mar 26, 2009 at 3:14 PM, Tony Bentley  wrote:

>
> This is the first time I have tried to work with sessions and so far
> everything seems to be working fine except the OnSessionEnd function is not
> working. I have tried everything to get it to fire. It simply does not run
> at all.
>
>
>
> 
>
>
>
>
>
>
>
>returnType="void"
>output="true">
>
>
> file="#expandpath('/test/test.txt')#"
>output="Error: #exception# Event:#eventname# Current Time: #Now()#">
>
>
>name="OnSessionStart"
>access="public"
>returntype="void"
>hint="Fires when user session initializes .">
>
>
>
> file="#expandpath('/test/test.txt')#"
>output="A New Session: #SESSION.CFID# began on
> #SESSION.DateInitialized#">
>
>
>
>name="OnSessionEnd"
>access="public"
>returntype="void"
>hint="Fires when user session ends"
>>
>
> file="#expandpath('/test/test.txt')#"
>output="A Session Ended: #sessionScope.CFID# began on
> #sessionScope.DateInitialized# and ended #Now()#">
>
>
> 
>
>
> 

~|
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:321011
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: emitter failer - wcf webservice called from cf

2009-03-26 Thread Dave Watts

> im getting stuck hitting a wcf webservice (i have hit plenty of other ones
> by the same developer here at work) and this is the error... anyone have ANY
> idea where i can get some help with this?
>
> Emitter failure. There is an undefined binding
> (BasicHttpBinding_IRBAService) in the WSDL document
> http://myuri.com/RBAService.svc?wsdl. Hint: make sure  binding=".."> is fully qualified.
>
> Detail   Name: 
> http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
> WSDL: http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
> java.io.IOException: Emitter failure. There is an undefined binding
> (BasicHttpBinding_IRBAService) in the WSDL document
> http://development.leapfrogservices.navtrak.net/RBAService.svc?wsdl.
> Hint: make sure  is fully qualified. It is
> recommended that you use a web browser to retrieve and examine the
> requested WSDL document to ensure it is correct. If the requested WSDL
> document cannot be retrieved or is dynamically generated, it is likely
> that the target web service has programming errors.'
>
> Message  Cannot generate stub objects for web service invocation.

When I go to that WSDL URL, I get an ASP.NET application error.
http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL

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 informatio

~|
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:321010
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


emitter failer - wcf webservice called from cf

2009-03-26 Thread Tony

hi there.

im getting stuck hitting a wcf webservice (i have hit plenty of other ones
by the same developer here at work) and this is the error... anyone have ANY
idea where i can get some help with this?


thanks!

Emitter failure. There is an undefined binding
(BasicHttpBinding_IRBAService) in the WSDL document
http://myuri.com/RBAService.svc?wsdl. Hint: make sure  is fully qualified.

Detail   Name: 
http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
WSDL: http://development.leapfrogservices.navtrak.net/RBAService.svc?WSDL.
java.io.IOException: Emitter failure. There is an undefined binding
(BasicHttpBinding_IRBAService) in the WSDL document
http://development.leapfrogservices.navtrak.net/RBAService.svc?wsdl.
Hint: make sure  is fully qualified. It is
recommended that you use a web browser to retrieve and examine the
requested WSDL document to ensure it is correct. If the requested WSDL
document cannot be retrieved or is dynamically generated, it is likely
that the target web service has programming errors.'

Message  Cannot generate stub objects for web service invocation.

---
Tony Weeg, Certified Coldfusion MX Developer
VP of Pixels
Navtrak Inc.
410.548.2337 Office

Navtrak - Driving Business Productivity

~|
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:321009
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OnSessionEnd Not Firing

2009-03-26 Thread Tony Bentley

This is the first time I have tried to work with sessions and so far everything 
seems to be working fine except the OnSessionEnd function is not working. I 
have tried everything to get it to fire. It simply does not run at all. 

































~|
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:321008
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (OT) W32.Virut.W

2009-03-26 Thread Finnseach de Locheil/Judith Winner

sonicDivx wrote:
> Mike,
> 
> The Virut stuff is mucho problemo. 

Another thing it does is turns your computer into a spam generator/zombie. If 
you have Process Explorer, you will note that the virus/rootkit will have 
started multiple instances of Internet Explorer in non-interactive mode (as 
well 
as netsh and cmd) for sending out a stream of spam messages.

It does affect the MBR.

Judith

~|
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:321007
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Template Handler and Application.cfc

2009-03-26 Thread Ian Skinner

Charlie Griefer wrote:
> On Thu, Mar 26, 2009 at 10:31 AM, Ian Skinner  wrote:
>
>   
>> I take it that a CFML template defined to be used as a missing template
>> hander does not process Application.cfc as a normal template does.
>>
>> Does anybody no the scoop about this?
>>
>> 
>
> Well, according to the docs, you're supposed to either output the "Sorry,
> Page Not Found"-type message in the onMissingTemplate itself, or cfinclude
> it from another location.  If you're asking whether the cfincluded page will
> process Application.cfc again, I'd think not.

Yes, we use a main Application.CFC that does a lot of work that 
ultimately provide a good deal of the look and feel for your site.  I 
was a bit surprised when I ran a 404error.cfm as a missing template 
handler that it did not include any of this.  I had to manually add and 
call the ca_templates.CFC that is responsible for wrapping all our 
content in a template.  For normal file this CFC is put into the 
application scope and called in onRequest to wrap the content.





~|
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:321006
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Template Handler and Application.cfc

2009-03-26 Thread Charlie Griefer

On Thu, Mar 26, 2009 at 10:31 AM, Ian Skinner  wrote:

>
> I take it that a CFML template defined to be used as a missing template
> hander does not process Application.cfc as a normal template does.
>
> Does anybody no the scoop about this?
>

Well, according to the docs, you're supposed to either output the "Sorry,
Page Not Found"-type message in the onMissingTemplate itself, or cfinclude
it from another location.  If you're asking whether the cfincluded page will
process Application.cfc again, I'd think not.
If you're doing a cflocation inside the onMissingTemplate, I'd say it will
process again.  The docs say not to use cflocation (or other such
mechanisms) presumably for fear of throwing yourself into recursive hell
(which means yes... the Application.cfc will process again).

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
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:321005
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Date Range blank

2009-03-26 Thread cfcom

I am trying to do a single page form for a Date Range query, with no luck. 
I have a record in 'counts.sentdate' with 03/24/2009 but when I use a range
in the form of 03/20/2009 to 03/26/2009 no records are retrieved. I have
also tried it as a 'form/action page' two part with same results. Any
suggestions? Is it the dateformating?








Start Date: 


End Date: 






--


SELECT * 
From counts
WHERE ((counts.sentDate BETWEEN #CreateODBCDate(form.StartDate)# AND
#CreateODBCDate(form.EndDate)#)) 
ORDER BY msgtype


---


   
 Member Name
 Completed
   
   
   
   
  No records found in that date
range
   


  
   
  #testresults.msgType#
  #DateFormat(testresults.sentDate, 'mm/dd/')#
   
  


~|
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:321004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Missing Template Handler and Application.cfc

2009-03-26 Thread Ian Skinner

I take it that a CFML template defined to be used as a missing template 
hander does not process Application.cfc as a normal template does.

Does anybody no the scoop about this?

~|
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:321003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Aaron Rouse

I think things like faster cfmail are good to have in a shared hosting
environment.  There you end up with a lot of small or perhaps medium sized
applications where each does a decent amount of email that cfmail is more
than capable of handling.  It all ends up adding up on the server itself
though which is where the added performance would help out.  Same logic
could be applied to the other features that see a boost in performance with
the Enterprise.  Now if it all equals out to a better buy than just buying a
few copies of professional that I do not know.  I also do not know how the
licensing works and if you can just get one copy of Enterprise and put it on
one big box and run many instances of that copy of Enterprise on there, if
so then that would be another possible reason to get it over multiple copies
of Pro.  So while 99% of the sites individually may not benefit by
themselves, a lot perhaps could if all in the same shared hosted
environment.
With all that said we run enterprise because of Oracle and honestly the cost
of enterprise for this company is like a drop in the old bucket or perhaps
even swimming pool.

On Thu, Mar 26, 2009 at 10:51 AM, Dan Baughman wrote:

>
> and 99% of sites don't need any of that.  some of those are just nice to
> have, and certainly don't merit spending five thousand.  Even larger sites,
> that have enough traffic to need two servers don't need that stuff.  If you
> are serious about email delivery you usually don't use cfmail, am i right?
>  there are too many controls left out in cfmail that make it a bad choice
> for mass marketing campaigns to hundreds of thousands or millions of users.
>  But... I digress..
> Anyways, all I meant to say (which was in response to the query here),
> performance is NOT going to improve simply because you have purchased
> enterprise.  Your much better off to take that five thousand bucks and beef
> up your hardware if you are trying to improve performance.  UNLESS you are
> going to start clustering servers. 3 clustered servers do typically
> outperform one server.
>
> Dan
>
> On Thu, Mar 26, 2009 at 9:21 AM, James Holmes  >wrote:
>
> >
> > 2009/3/26 Dan Baughman :
> > >
> > >  Enterprise only offers cluster management.
> >
> > And Oracle drivers, non-throttled cfdocument/threading/mail and other
> > features that are performance limited in Standard, monitoring, more VM
> > deployement flexibility, J2EE deployment, JSP integration, sandboxing,
> > strong crypto...
> >
> > mxAjax / CFAjax docs and other useful articles:
> > http://www.bifrost.com.au/blog
> >
> >
>
> 

~|
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:321002
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Jason Fisher

Dan makes a good point about hardware and clustering, although if you do your 
clustering at the hardware level (that is, a hardware load balancer), then 
Standard edition where apps utilize Client vars in the DB will serve you quite 
well. 

~|
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:321001
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (OT) W32.Virut.W

2009-03-26 Thread Gerald Guido

>>May as well wait until Apr 2 after Conficker awakens.

Damn. That thing looks *mean*.
http://en.wikipedia.org/wiki/Conficker

>> The BIOS could be compromised.

The BIOS? Yikes!!

>> if you are feeling paranoid.

I *always* felt paranoid when I had a server in the wild. Root Kits gives me
what Hunter Thompson use to call "The Fear". Sometimes I am *so* glad I got
out of the hosting biz.

Best of luck with this Michael.

G!

On Thu, Mar 26, 2009 at 12:05 PM, Dawson, Michael wrote:

>
> May as well wait until Apr 2 after Conficker awakens.
>
> Mike
>
> 

~|
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:321000
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) W32.Virut.W

2009-03-26 Thread sonicDivx

Mike,

The Virut stuff is mucho problemo. I just got a variant and just ended
up reinstalling, mainly because antivirus started
deleting/renamin/quarentining system files even after several safe
boot cleans


On Thu, Mar 26, 2009 at 12:05 PM, Dawson, Michael  wrote:
>
> May as well wait until Apr 2 after Conficker awakens.
>
> Mike
>
> -Original Message-
> From: Al Musella, DPM [mailto:muse...@virtualtrials.com]
> Sent: Thursday, March 26, 2009 10:50 AM
> To: cf-talk
> Subject: RE: (OT) W32.Virut.W
>
>
> I got this from a quick web search:
> "Virut is a virus that infects any executable files and screensavers
> that the user accesses. The parasite also opens a back door providing
> the attacker with unauthorized remote access to the compromised
> computer. The intruder can upload and run arbitrary files. "
>
>
>
>  I would reformat the drive and reinstall everything. There is no way
> you can trust anything on the server any more and if there were credit
> cards in the database, they are probably stolen already
>
>
>
>
>
>
> 

~|
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:320999
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


PDF generation 4x slower in CF8?

2009-03-26 Thread Jordan Roher

I've been doing some performance test of ColdFusion 8 vs. 7 and have been 
stunned by what I've found for PDFs. I set up two identical Windows Server 2003 
virtual machines and have found CF8 generates PDF files about 4 times slower 
than CF7. This sample 100 page PDF takes 7-8 seconds to generate on CF7 and 
28-32 seconds on CF8.

Has anyone else noticed this issue? Or am I doing something really wrong?

CODE:









Untitled




I am paragraph one.
I am paragraph two









Making that huge PDF took #time#ms. 

~|
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:320998
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (OT) W32.Virut.W

2009-03-26 Thread Tom Chiverton

On Thursday 26 Mar 2009, Al Musella, DPM wrote:
> computer. The intruder can upload and run arbitrary files. "
>   I would reformat the drive and reinstall everything. 

Trash the whole box and get a new one, if you are feeling paranoid. The BIOS 
could be compromised.

-- 
Tom Chiverton
Helping to vitalistically reintermediate mission-critical attention-grabbing 
m-commerce as part of the IT team of the year, '09 and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
“partner” to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.co

~|
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:320997
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: (OT) W32.Virut.W

2009-03-26 Thread Dawson, Michael

May as well wait until Apr 2 after Conficker awakens.

Mike

-Original Message-
From: Al Musella, DPM [mailto:muse...@virtualtrials.com] 
Sent: Thursday, March 26, 2009 10:50 AM
To: cf-talk
Subject: RE: (OT) W32.Virut.W


I got this from a quick web search:
"Virut is a virus that infects any executable files and screensavers
that the user accesses. The parasite also opens a back door providing
the attacker with unauthorized remote access to the compromised
computer. The intruder can upload and run arbitrary files. "



  I would reformat the drive and reinstall everything. There is no way
you can trust anything on the server any more and if there were credit
cards in the database, they are probably stolen already






~|
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:320996
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) W32.Virut.W

2009-03-26 Thread Al Musella, DPM

I got this from a quick web search:
"Virut is a virus that infects any executable files and screensavers 
that the user accesses. The parasite also opens a back door providing 
the attacker with unauthorized remote access to the compromised 
computer. The intruder can upload and run arbitrary files. "



  I would reformat the drive and reinstall everything. There is no 
way you can trust anything on the server any more and if there were 
credit cards in the database, they are probably stolen already




~|
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:320995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Dan Baughman

and 99% of sites don't need any of that.  some of those are just nice to
have, and certainly don't merit spending five thousand.  Even larger sites,
that have enough traffic to need two servers don't need that stuff.  If you
are serious about email delivery you usually don't use cfmail, am i right?
 there are too many controls left out in cfmail that make it a bad choice
for mass marketing campaigns to hundreds of thousands or millions of users.
 But... I digress..
Anyways, all I meant to say (which was in response to the query here),
performance is NOT going to improve simply because you have purchased
enterprise.  Your much better off to take that five thousand bucks and beef
up your hardware if you are trying to improve performance.  UNLESS you are
going to start clustering servers. 3 clustered servers do typically
outperform one server.

Dan

On Thu, Mar 26, 2009 at 9:21 AM, James Holmes wrote:

>
> 2009/3/26 Dan Baughman :
> >
> >  Enterprise only offers cluster management.
>
> And Oracle drivers, non-throttled cfdocument/threading/mail and other
> features that are performance limited in Standard, monitoring, more VM
> deployement flexibility, J2EE deployment, JSP integration, sandboxing,
> strong crypto...
>
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog
>
> 

~|
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:320994
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread James Holmes

2009/3/26 Dan Baughman :
>
>  Enterprise only offers cluster management.

And Oracle drivers, non-throttled cfdocument/threading/mail and other
features that are performance limited in Standard, monitoring, more VM
deployement flexibility, J2EE deployment, JSP integration, sandboxing,
strong crypto...

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog

~|
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:320993
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Dan Baughman

Durn hand-helds! I did mean to say better.  I know that the JVM heap size
only goes to 1.5 gigs, and you may end up fighting with other apps that
don't run well on the 32 bit emulation a 64 bit version of windows server
offers, but I have a couple of 64bit servers running 2k3 r2 and I don't even
have to restart coldfusion at all on them.

Dan


On 3/26/09, Greg Luce  wrote:
>
>
> Dan, "noticeably" what? I think you missed a word that defines your post.
>
> Greg
>
> On Thu, Mar 26, 2009 at 12:32 AM, Dan Baughman  >wrote:
>
> >
> > Enterprise doesn't offer perf increase, cf8 runs noticeably on 64 bit
> > than cf7.  Enterprise only offers cluster management.
> >
> >
> > On 3/25/09, Ben Mueller  wrote:
> > >
> > > Apologies if this has been asked and answered countless times, but...
> > >
> > > We're about to upgrade our infrastructure from CF7 to 8, and are trying
> > to
> > > determine if the Enterprise edition is worth the cost.  We've heard
> > (mostly
> > > from our hosting company) that CF8 Enterprise running on a 64-bit
> server
> > > offers a serious performance boost over CF8 standard, but I haven't
> > really
> > > been able to find any other sources that line up cost vs. performance
> in
> > any
> > > meaningful way.  We'd of course like to run Enterprise, but our
> business
> > > guys are likely to balk at the cost unless we have some good
> ammunition.
> > >
> > > Our current production environment is 2 web boxes running Windows2003,
> > IIS
> > > and CF7 Standard.  Glancing at the features of Enterprise over
> Standard,
> > > it's probably the case that we only really care about server monitoring
> > and
> > > maybe high-volume email--aside from speed improvements.
> > >
> > > Another wrinkle is that we're going to move to a virtual server
> > environment
> > > (specifically, Hosting.com's "Cloud 9" service, which runs on top of
> > VMWare,
> > > and just sounds really cool).  If anybody has any words of wisdom about
> > that
> > > kind of environment (e.g. "it's production-ready" or "run screaming
> > now"),
> > > it would be appreciated.
> > >
> > > Thanks in advance,
> > > Ben
> > >
> > >
> >
> >
>
> 

~|
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:320992
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SQL server - Order totals by month, even without month data

2009-03-26 Thread Will Tomlinson

Thanks to everyone for their help with this!

Will 

~|
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:320991
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) W32.Virut.W

2009-03-26 Thread Terry Troxel

This might help.
Try running msconfig and select a boot method. Each OS is a little
different.

Terry

-Original Message-
From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] 
Sent: Wednesday, March 25, 2009 7:55 PM
To: cf-talk
Subject: (OT) W32.Virut.W


The House of Fusion webserver has the W32.Virut.W virus. Does anyone know a
way to remove this virus remotely on a windows 2000 machine? I can't boot it
into safe mode so that's not an option.
Thanks

-- 
Michael Dinowitz (http://www.linkedin.com/in/mdinowitz)
President: House of Fusion(http://www.houseoffusion.com)
Publisher: Fusion Authority(http://www.fusionauthority.com)
Adobe Community Expert / Advanced Certified ColdFusion Professional
Si, soy el senor "chico malo" para todos




~|
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:320990
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion version of ImageFolio?

2009-03-26 Thread Jason Durham

I have a friend with a  hobby business that is looking to sell some
photos.  He's looking for a web app that allows him to upload, watermark
and sell digital images similar to ImageFolio.   He'll probably want
some customization options so I'd like to find a solution in ColdFusion.
Anybody have any recommendations?

 

Here is an example of an existing installation of ImageFolio..

http://www.racingperspectives.com/cgi-bin/store/imageFolio.cgi?direct=Br
et_Kepner_Photos/Domestic_Body_Styles/GIR_2009-03-25_Wednesday

 

TIA 

 

 



~|
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:320989
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) W32.Virut.W

2009-03-26 Thread cfcom

ESet will give you the path of virus file and registry values to delete.
I believe Panda's free online scanner that will remove viruses for you once
you register with an email.

HTH.

-Original Message-
From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] 
Sent: 2009-03-26 05:13
To: cf-talk
Subject: Re: (OT) W32.Virut.W


Thanks but neither solution seems to have an option to actually remove the
viruses.

On Wed, Mar 25, 2009 at 11:33 PM, Kym Kovan wrote:

>
> Michael Dinowitz wrote:
> > The House of Fusion webserver has the W32.Virut.W virus. Does anyone
know
> a
> > way to remove this virus remotely on a windows 2000 machine? I can't
boot
> it
> > into safe mode so that's not an option.
> > Thanks
> >
>
>
> We have used TrendMicro's Housecall successfully on some virii or check
> the other online ones:
>
> http://www.precisesecurity.com/antivirus/online-scan.htm
>
>
> --
>
> Yours,
>
> Kym Kovan
> mbcomms.net.au
>
>
> 



~|
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:320988
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Web service for HL7

2009-03-26 Thread Brian Kotek

Not for CF that I know of. I'd just leverage one of the existing Java
libraries such as http://hl7api.sourceforge.net/

2009/3/26 Davide Campo 

>
> Hi everyone,
>
> i'd need to know if exist something CF Component to manage an HL7
> comunication system.
>
> Tank u all for support.
>
>
> Davide
>
> 

~|
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:320987
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) W32.Virut.W

2009-03-26 Thread Gerald Guido

Shot in the dark... but did you try Dr. Web?

http://www.freedrweb.com/

HTH
G!

On Thu, Mar 26, 2009 at 5:12 AM, Michael Dinowitz <
mdino...@houseoffusion.com> wrote:

>
> Thanks but neither solution seems to have an option to actually remove the
> viruses.
>
> On Wed, Mar 25, 2009 at 11:33 PM, Kym Kovan  >wrote:
>
> >
> > Michael Dinowitz wrote:
> > > The House of Fusion webserver has the W32.Virut.W virus. Does anyone
> know
> > a
> > > way to remove this virus remotely on a windows 2000 machine? I can't
> boot
> > it
> > > into safe mode so that's not an option.
> > > Thanks
> > >
> >
> >
> > We have used TrendMicro's Housecall successfully on some virii or check
> > the other online ones:
> >
> > http://www.precisesecurity.com/antivirus/online-scan.htm
> >
> >
> > --
> >
> > Yours,
> >
> > Kym Kovan
> > mbcomms.net.au
> >
> >
> >
>
> 

~|
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:320986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Greg Luce

Dan, "noticeably" what? I think you missed a word that defines your post.

Greg

On Thu, Mar 26, 2009 at 12:32 AM, Dan Baughman wrote:

>
> Enterprise doesn't offer perf increase, cf8 runs noticeably on 64 bit
> than cf7.  Enterprise only offers cluster management.
>
>
> On 3/25/09, Ben Mueller  wrote:
> >
> > Apologies if this has been asked and answered countless times, but...
> >
> > We're about to upgrade our infrastructure from CF7 to 8, and are trying
> to
> > determine if the Enterprise edition is worth the cost.  We've heard
> (mostly
> > from our hosting company) that CF8 Enterprise running on a 64-bit server
> > offers a serious performance boost over CF8 standard, but I haven't
> really
> > been able to find any other sources that line up cost vs. performance in
> any
> > meaningful way.  We'd of course like to run Enterprise, but our business
> > guys are likely to balk at the cost unless we have some good ammunition.
> >
> > Our current production environment is 2 web boxes running Windows2003,
> IIS
> > and CF7 Standard.  Glancing at the features of Enterprise over Standard,
> > it's probably the case that we only really care about server monitoring
> and
> > maybe high-volume email--aside from speed improvements.
> >
> > Another wrinkle is that we're going to move to a virtual server
> environment
> > (specifically, Hosting.com's "Cloud 9" service, which runs on top of
> VMWare,
> > and just sounds really cool).  If anybody has any words of wisdom about
> that
> > kind of environment (e.g. "it's production-ready" or "run screaming
> now"),
> > it would be appreciated.
> >
> > Thanks in advance,
> > Ben
> >
> >
>
> 

~|
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:320985
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (OT) W32.Virut.W

2009-03-26 Thread Michael Dinowitz

Thanks but neither solution seems to have an option to actually remove the
viruses.

On Wed, Mar 25, 2009 at 11:33 PM, Kym Kovan wrote:

>
> Michael Dinowitz wrote:
> > The House of Fusion webserver has the W32.Virut.W virus. Does anyone know
> a
> > way to remove this virus remotely on a windows 2000 machine? I can't boot
> it
> > into safe mode so that's not an option.
> > Thanks
> >
>
>
> We have used TrendMicro's Housecall successfully on some virii or check
> the other online ones:
>
> http://www.precisesecurity.com/antivirus/online-scan.htm
>
>
> --
>
> Yours,
>
> Kym Kovan
> mbcomms.net.au
>
>
> 

~|
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:320984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF Web service for HL7

2009-03-26 Thread Davide Campo

Hi everyone,

i'd need to know if exist something CF Component to manage an HL7 comunication 
system.

Tank u all for support.


Davide 

~|
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:320983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF Web service for HL7

2009-03-26 Thread Davide Campo

Hi everyone,

i'd need to know if exist something CF Component to manage an HL7 comunication 
system.

Tank u all for support.


Davide 

~|
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:320982
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4