Re: Shared CF Host security

2005-05-19 Thread Jochem van Dieten
Jamie Price wrote: CFObject is insecure in v5.0 Correct. but with the advent of sandboxes I believe it was deemed safe in MX versions. If you believe I'm mistaken on that point please let me know. I believe you are mistaken. If you allow cfobject, users can enumerate applications and

RE: Shared CF Host security

2005-05-19 Thread James Holmes
With CFOBJECT on a 6.1 sever one can instantiate all of the CF factory objects and effectively take control of the entire server. I can privately send some live demos if you need visible proof. As for JSP, you would need to apply a Java security policy that simultaneously provides adequate

RE: SQL Server User Problems

2005-05-19 Thread Protoculture
Thanks guys, this was the problem. Cheers! Yeah, that'd be my guess. If the table is owned by a user you can't just do select * from table you'd have to do select * from username.table That's probably what's making things blow up. Make sure you create all of the tables and SP under an account

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray I changed what you suggested shown below, but it is still returning no results ?? CFSEARCH name = GetResults collection = idocs type = simple criteria = #Form.Criteria# and CF_CUSTOM2 CONTAINS #session.groupname# maxRows = #Evaluate(Form.MaxRows +

Re: Shared CF Host security

2005-05-19 Thread Andy Allan
On 5/19/05, Jochem van Dieten [EMAIL PROTECTED] wrote: You will want to disable Java and COM. With CF 6.1 that means you need to disable all object access, with CF 7 you can disable just Java and COM. There is currently a bug in CFMX7 sandboxing in that if you disable COM it also

RE: Shared CF Host security

2005-05-19 Thread James Holmes
Ah sweet UNIX - no worry about COM, sandbox or not. -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 May 2005 4:33 To: CF-Talk Subject: Re: Shared CF Host security On 5/19/05, Jochem van Dieten [EMAIL PROTECTED] wrote: You will want to disable Java

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray I changed what you suggested shown below, but it is still returning no results ?? CFSEARCH name = GetResults collection = idocs type = simple criteria = #Form.Criteria# and CF_CUSTOM2 CONTAINS #session.groupname# maxRows = #Evaluate(Form.MaxRows +

Re: why use coldfusion 7?

2005-05-19 Thread Calvin Ward
How about this question ? What is the compelling reason to migrate to 6.1 instead of 7? On 5/18/05 2:23 PM, Damien McKenna [EMAIL PROTECTED] wrote: Another way of looking at it... You go to buy a car. You're, e.g., looking at the Toyota Prius (Hi Sean) and decide to get it. Lets say the

Re: Shared CF Host security

2005-05-19 Thread Calvin Ward
I would definitely entertain using sandbox security to limit the database access, I trust that you're already using it to limit cffile access? On 5/18/05 10:10 PM, Jamie Price [EMAIL PROTECTED] wrote: At this point in the discussion I'd like to invite anyone who knows of a shared host WITH A

Re: Shared CF Host security

2005-05-19 Thread Calvin Ward
The items that have to be disabled completely keep me off of shared hosting. Not having cfobject/createobject in CFMX is like running a race with your nikes tied together dangling around your neck instead of on your feet! - Calvin On 5/18/05 10:21 PM, James Holmes [EMAIL PROTECTED] wrote:

ColdFusion MX 7 for J2EE and RDS with a context-root other than /CFIDE

2005-05-19 Thread wolf2k5
Hi, I am running ColdFusion MX 7 for J2EE on Tomcat 5.0.28 on Mac OS X 10.3. I deployed the ColdFusion web application to the /cfmx7 context-root, the Coldfusion Administrator is available at the following URL: http://localhost/cfmx7/CFIDE/administrator/index.cfm I didn't deploy the additiona

Re: text formatting

2005-05-19 Thread Deanna Schneider
I just encountered an interesting issue. FCK editor is not Contribute compatible. Now, I _know_ that people shouldn't be filling out forms will browsing with Contribute, but users being what they areit did happen, and we found out that Contribute balks at the javascript. Go figure. I'll

Display Automated tasks in CF5

2005-05-19 Thread Paolo Cesana
How can I display all scheduled tasks without going in the admin? Tks/Rgds __PC ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

Re: WOT: but funny just the same.

2005-05-19 Thread S . Isaac Dealey
For succincntess I'd have used an xhtml doctype so the p tags would close themselves with / instead of /p. But why stop there, why not have a ul inside that div with an li for each vertebrae. He's got all that unused white-space that'll just collapse when it's displayed. ;P When you're getting

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
cfobject type=JAVA action=Create name=factory class=coldfusion.server.ServiceFactory cfset allTasks = factory.CronService.listAll() cfset numberOtasks = arraylen(allTasks) cfloop index=i from=1 to=#numberOtasks# cfoutput #allTasks[i].task# /cfoutput /cfloop cfdump var=#allTasks#

Re: Shared CF Host security

2005-05-19 Thread Jochem van Dieten
Andy Allan wrote: On 5/19/05, Jochem van Dieten [EMAIL PROTECTED] wrote: You will want to disable Java and COM. With CF 6.1 that means you need to disable all object access, with CF 7 you can disable just Java and COM. There is currently a bug in CFMX7 sandboxing in that if you disable

RE: Shared CF Host security

2005-05-19 Thread James Holmes
It's not that bad - you can still instantiate a CFC by using CFINVOKE on a component that returns THIS. You just lose Java and COM. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 May 2005 6:43 To: CF-Talk Subject: Re: Shared CF Host security The items

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread SStewart
Ewok... This works, Thanks sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent:

Re: Verity and Security

2005-05-19 Thread Raymond Camden
So when you remove the second portion - and you cfdump the results, you do see custom2 containing #session.groupname#, correct? On 5/19/05, Ian Vaughan [EMAIL PROTECTED] wrote: Ray I changed what you suggested shown below, but it is still returning no results ?? CFSEARCH name =

RE: [OT] Free ftp/sftp server

2005-05-19 Thread Burns, John D
Serv-u FTP Server has a personal edition that doesn't have bells and whistles and may not meet all of the requirements you listed, but it is free. It's main limitations are with concurrent users and the number of user accounts that can exist. Not sure if this would be a problem or not. Anyway,

RE: Display Automated tasks in CF5

2005-05-19 Thread Cesana, Paolo
Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled System exception ! java.lang.ClassNotFoundException: ClassFormatError for class coldfusion.server.ServiceFactory. Java exception occurred in call to method. Tks/Rgds Paolo Cesana Principal Software Engineer Eagle

RE: Any one have an UDF for this?

2005-05-19 Thread Troy Montour
Mike, The tag will just return the title section and the head section. The head section will include Meta tag information, CSS's (standard, custom), JavaScript's (if needed) I didn't get that far for thinking of using CFhtmlhead or not. Figured I would check see if anyone has built one already.

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
Are you on MX? -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED] Sent: 19 May 2005 14:19 To: CF-Talk Subject: RE: Display Automated tasks in CF5 Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled System exception !

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
Doh! Ignore that! I just read the subject ;-) -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED] Sent: 19 May 2005 14:19 To: CF-Talk Subject: RE: Display Automated tasks in CF5 Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled System

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
In fact, your best bet would be just login to the CFIDE on CF5 and look at the page which lists them and you will get the code from that page. I cannot remember off hand as I have not touched CF5 for over 2 years! -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED]

Re: Display Automated tasks in CF5

2005-05-19 Thread Qasim Rasheed
Since you running CF5, you won't get access to service factory object. As far as I can tell, schedule tasks must be present some where in your system registry. On 5/19/05, Cesana, Paolo [EMAIL PROTECTED] wrote: Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled

RE: Display Automated tasks in CF5

2005-05-19 Thread Pascal Peters
Not for CF5, you can use cfregistry to get them. cfregistry action=getall branch=HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Sc hedule type=key name=qTest watch out for the wrap in the branch Pascal -Original Message- From: Robertson-Ravo, Neil (RX)

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray Yeah when removing the second portion ( and CF_CUSTOM2 CONTAINS #session.groupname# ) and cfdump the results cfdump var=#getresults# I am seeing custom 2 with the correct groupname for that document i.e. ' ALL IT' -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
I haven't been following this thread, so I may be repeating something already said, but... Don't you need to put the groupname in double quotes (make it a phrase) if it contains spaces or reserved words for verity queries? so... CONTAINS #session.groupname# Jerry Johnson Web Developer On

RE: [OT] Free ftp/sftp server

2005-05-19 Thread RADEMAKERS Tanguy
Dave, Check out the FileZilla project on sourceforge. Their main product is an ftp/sftp client, but they also have a server product. I haven't used it, but i've been *real* impressed with the client in terms of how often they release, fix bugs, patch security problems, etc - so i'd say the server

Re: Expected = instead of (0x3C)

2005-05-19 Thread Ryan Duckworth
Can you please post your entire cfchart tag. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 On 5/18/05, Daniel Kang [EMAIL PROTECTED] wrote: When I run cfcharts, I am getting the error

Re: Verity and Security

2005-05-19 Thread Raymond Camden
I'm not sure then. I just tried a test locally with a collection created from a fake query. I then used: cfsearch collection=test1 criteria=the body AND cf_custom2 CONTAINS group 2 name=results status=s and it worked fine. Maybe add a cfoutput above to ensure your session.groupname is what you

Lost variables scope

2005-05-19 Thread Kevin Bridges
Hi, I have am modifying a badly written mx6.1 system. I have a request.core Object that has methods that allow cfscript to use cftags ... ie request.core.include( 'file.cfm' ) (cfinclude), request.core.dump( variables ) (cfdump); I have a segment of code that contains these lines:

form-database-form help needed

2005-05-19 Thread Daniel Kessler
I have an application where each page is a single field and between each page, that field information is sent to the database. There's a template page that gets copied by the content people and their own form element is added to the form template. I've set it up so that the page in between

Re: Expected = instead of (0x3C)

2005-05-19 Thread Daniel Kang
It is: cfquery name=qryAnswerExp datasource=SCSurvey select * from QAnswerExp /cfquery cfchart xaxistitle=Question: Q21 ~ Q23 yaxistitle=Counts scaleFrom=0 gridlines=10 rotated=no show3D = no showLegend = yes showMarkers = yes

Re: Shared CF Host security

2005-05-19 Thread Jamie Price
You will want to disable Java and COM. With CF 6.1 that means you need to disable all object access, with CF 7 you can disable just Java and COM. Are you referring to simply disabling the createobject(Java) and createobject(COM) CFML functions?

RE: MXNA Screensaver

2005-05-19 Thread Connie DeCinko
http://www.peterelst.com/blog/index.php?p=44c=1 -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 4:55 PM To: CF-Talk Subject: Re: MXNA Screensaver Do you have a URL to it? Or know who developed it? mike chambers [EMAIL PROTECTED] On May

RE: [OT] Free ftp/sftp server

2005-05-19 Thread Dave Merrill
Thanks, looks like this may be the one to go with. Wish it was cross-platform, but that's not a real need, just a preference to learn the quirks of one app for future situations. Thanks again, Dave Check out the FileZilla project on sourceforge. Their main product is an ftp/sftp client, but

Re: form-database-form help needed

2005-05-19 Thread S . Isaac Dealey
I have to admit, I'm thoroughly lost... maybe an ascii-art picture of what you're trying to describe might help? I have an application where each page is a single field and between each page, that field information is sent to the database. There's a template page that gets copied by the

Re: Expected = instead of (0x3C)

2005-05-19 Thread Ryan Duckworth
Daniel, Your data is bad. I just ran the code that I posted below on CF 6.1 7. I just put some junk data (all numeric) in a test query and it graphs perfectly. Send me this: I guarantee you have some non-numberic values in your query!!! cfquery name=qryAnswerExp datasource=SCSurvey select *

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray Yeah when removing the second portion ( and CF_CUSTOM2 CONTAINS #session.groupname# ) and cfdump the results cfdump var=#getresults# I am seeing custom 2 with the correct groupname for that document i.e. 'ALL IT' ~|

Re: Lost variables scope

2005-05-19 Thread S . Isaac Dealey
Hi, I have am modifying a badly written mx6.1 system. I have a request.core Object that has methods that allow cfscript to use cftags ... ie request.core.include( 'file.cfm' ) (cfinclude), request.core.dump( variables ) (cfdump); I have a segment of code that contains these lines:

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Jerry Thanks for the tip, just tried what you suggested CFSEARCH name = GetResults collection = idocs type = simple criteria = #HTMLEditFormat(Form.Criteria)# and CF_CUSTOM2 CONTAINS #session.groupname# maxRows = #Evaluate(Form.MaxRows + Form.StartRow)#

RE: but funny just the same.

2005-05-19 Thread Damien McKenna
He forgot the HEAD tag ;-) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Bob Flynn [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 10:37 PM To: CF-Talk

setting up Java in CF5

2005-05-19 Thread Joshua OConnor-Rose
I'm trying to set up CF5 to do DESEDE encryption and I'm not having much luck. So I find a java library that may do the trick but I haven't set up java objects in Cold fusion 5 before. Has anybody ever set up gnu-crypto java librarys on CF5 or anything other library. If I put the gnu-crypto.jar

Re: Verity and Security

2005-05-19 Thread Raymond Camden
Remember to escape quotes. You would need to change #session.groupname# to #session.groupname#. I'm not convinced htat is your problem - but try it. On 5/19/05, Ian Vaughan [EMAIL PROTECTED] wrote: Jerry Thanks for the tip, just tried what you suggested CFSEARCH name = GetResults

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
Remember to escape the double quotes (put two doublequotes together) within a doulequoted string ... #HTMLEditFormat(Form.Criteria)# and CF_CUSTOM2 CONTAINS #session.groupname# Jerry Johnson Web Developer On 5/19/05, Ian Vaughan [EMAIL PROTECTED] wrote: Jerry Thanks for the tip, just tried

Re: form-database-form help needed

2005-05-19 Thread Deanna Schneider
I think he's just talking about a simple multi-page form, but instead of storing the info in the session scope and inserting upon completion, he's inserting between each page. So, Daniel, yes - you can retrieve the record set you're working with and store it. I'd probably go with storing it in

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray / Jerry That seems to have solved that problem, but it is stating that the custom2 variable is undefined Error Occurred While Processing Request Variable CUSTOM2 is undefined. The error occurred in \home\itsearchresults.cfm: line 104 102 : /cfmail 103 : /cfif 104 : cfdump

Re: Lost variables scope

2005-05-19 Thread Kevin Bridges
The code I am working has survived several generations of developers and is a convoluted mess. I would love nothing more than to be able to properly scope the variables being used throughout the rest of the application. The original application developers (if you want to call them that) did

RE: form-database-form help needed

2005-05-19 Thread Dawson, Michael
twice about your design - that's a lot of round trips to the database. You could, In addition, you will need to have a lot of NULLable fields in your database. That, in turn, can lose some of your design intent. Once the entire form has been submitted, as far as the user is concerned, have

CFMX XML/XSLT questions....

2005-05-19 Thread Jeff Waris
What I am doing is not earth shattering by any means but I am looking for the most efficient way to do it. The XML is generated on the fly and about the only options I have is the date range I give to create the file. I would like to be able to sort, filter and display it back to the user based

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
Listen to Ray more than me, because I half (thankfully) flushed all Verity knowledge from my brain 6 months ago. Now it is full of FTS search knowledge. I also never used the custom fields, but instead customized the .zon and .ddd files. When I searched, I always wrote my verity queries like:

setting up Java in CF5

2005-05-19 Thread Simon Cornelius P . Umacob
Joshua, You might want to try looking up the CreateObject() function in the CF docu. I haven't used CF5 though (nor am I very knowledgeable in invoking external Java apps), but I think initializing the library in version 5 looks something like this: DES3 = CreateObject(java,

Re: coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-19 Thread wolf2k5
On 5/17/05, Sean Corfield [EMAIL PROTECTED] wrote: I don't see this problem with Tomcat 4.x (on OSX) so maybe this is a Tomcat 5.x issue? Mind you, neither version of Tomcat is actually supported as a deployment platform for CFMX, according to the System Requirements pages on the MM website.

Re: Lost variables scope

2005-05-19 Thread S . Isaac Dealey
Well you can store it in any persistent scope that will be available on each page. Request is reasonable enough for a single function, although if you really wanted to have it cached, you could just as well store it in application or even server scope. The syntax for getting it into the request

Re: setting up Java in CF5

2005-05-19 Thread Thomas Chiverton
On Thursday 19 May 2005 17:14, Simon Cornelius P. Umacob wrote: DES3.init(); :nods ..init() on a Java object runs the constructor, so you must do that (and give any options it needs, javaCast() may be your friend). -- Tom Chiverton Advanced ColdFusion Programmer

RE: but funny just the same.

2005-05-19 Thread S . Isaac Dealey
He forgot the HEAD tag ;-) Maybe he thought that would be impolite (or too painful)... :P s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com

Re: setting up Java in CF5

2005-05-19 Thread Joshua OConnor-Rose
I suppose I should describe where I am now. The gnu-crypto.jar is in the folder listed in the java settings class path. I'm using create object on the page: cfscript // Create DES/ColdFusion Java objects desObj = CreateObject( java, com.gnu.crypto.cipher.TripleDES ); /cfscript and this is the

RE: Shared CF Host security

2005-05-19 Thread Dave Watts
You could delete the JIntegra directory from the harddisk, presumably that disables COM too :) Actually, I'm not sure that would disable COM from CF. The stuff in that directory consists mainly of helper and diagnostic applications. I suspect you'd have to delete the jintegra.jar file within

OT: How do you logout of a Breeze Presentation?

2005-05-19 Thread Connie DeCinko
I've noticed an issue that seems to be knew while watching Breeze presentations. After the meeting, if I just close my browser, the audio continues to play. This seems to occur if I have other browser windows still open. I don't see a way to logout of a presentation. It appears that the sound

Copy a entire directory

2005-05-19 Thread Dwayne Cole
Is there a way to use cf to copy and paste a complete directory. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

RE: Copy a entire directory

2005-05-19 Thread CollicuttL
cf_dircopy -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: May 19, 2005 10:29 To: CF-Talk Subject: Copy a entire directory Is there a way to use cf to copy and paste a complete directory. ~|

Re: CFMX XML/XSLT questions....

2005-05-19 Thread Joe Eugene
If you dont really have a purpose for XSLT, dont use it. XSLT is slow. Just the parse the xml file (xmlParse()) and use xPath expressions to pull out whatever you need. If the xml data doesnt change that often, you could cache the parsed xml doc. Joe Eugene - Original Message - From:

Re: Copy a entire directory

2005-05-19 Thread Massimo, Tiziana e Federica
Is there a way to use cf to copy and paste a complete directory. You can try this out: http://www.olimpo.ch/tmt/cfc/tmt_file_io/ Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com

Re: form-database-form help needed

2005-05-19 Thread daniel kessler
I think he's just talking about a simple multi-page form, but instead of storing the info in the session scope and inserting upon completion, he's inserting between each page. well it's a distinct form on each page, but yes, I go to the db between each page for an UPDATE So, Daniel, yes - you

Re: setting up Java in CF5

2005-05-19 Thread Joe Eugene
You should be able to just drop the *.jar file in WEB-INF/lib and use createObject(). Joe Eugene - Original Message - From: Joshua OConnor-Rose [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, May 19, 2005 12:38 PM Subject: Re: setting up Java in CF5 I suppose

CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling reasons for spending the extra cash on Enterprise? Purse strings are fairly tight here, but with a well defined argument it is not impossible to

Re: ColdFusion MX 7 for J2EE and RDS with a context-root other than /CFIDE

2005-05-19 Thread wolf2k5
On 5/19/05, wolf2k5 wrote: Is there any way to have Dreamweaver MX 2004 (7.0.1) to connect to my CFMX7 installation via RDS using the /cfmx7 context-root (the RDS entry point should be http://localhost/cfmx7/CFIDE/main/ide.cfm)? Apparently Homesite 5.5 can do it:

Re: form-database-form help needed

2005-05-19 Thread S . Isaac Dealey
btw, here's an example of one of the pages, not that it will help I think: http://hhp.umd.edu/empower/situation_analysis/s_vision_01_ test.cfm This isn't an answer to any of your questions, but just real briefly if you're going to prepopulate the field with something like What's your vision.

Re: form-database-form help needed

2005-05-19 Thread daniel kessler
thank you for your fine comments. I agree and argued that point this morning so I'm in the process of removing them now. :-) This isn't an answer to any of your questions, but just real briefly if you're going to prepopulate the field with something like What's your vision. you should use some

RE: How do you logout of a Breeze Presentation?

2005-05-19 Thread Damien McKenna
That's all kinds of shades of wrong. Urk! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 1:12

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread S . Isaac Dealey
two words: asynchronous gateway We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling reasons for spending the extra cash on Enterprise? Purse strings are fairly tight here, but with a well defined

cfdocument pdf problem with developer edition

2005-05-19 Thread Rob Condon
Hi, Should pdf generation with cfdocument work with the developer edition? My pdf outputs a full page with the message Macromedia ColdFusion MX 7 Developer Edition Not for Production Use. I can see a momentary image of the document but it is quickly covered with this message. The

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Marlon Moyer
In Texas that's three words. On 5/19/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: two words: asynchronous gateway We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling reasons for spending the

Re: Verity and Security

2005-05-19 Thread Raymond Camden
Are you inside a cfloop query=your search result, or cfoutput query=yoursearchresult? custom2 is one of the columns returned in the query result. On 5/19/05, Ian Vaughan [EMAIL PROTECTED] wrote: Ray / Jerry That seems to have solved that problem, but it is stating that the custom2 variable

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Dave Watts
Should pdf generation with cfdocument work with the developer edition? My pdf outputs a full page with the message Macromedia ColdFusion MX 7 Developer Edition Not for Production Use. I can see a momentary image of the document but it is quickly covered with this message. The

CFUNITED interview 10 - Farcry CMS; Flash Sound; MiniMAX

2005-05-19 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. CFUNITED News - Team CFUNITED, MiniMax 2. ColdFusion Live! Every Thursday 12:30pm 3. FarCry : A Free ColdFusion-based CMS interview with Steve Rittler 4. Creating Sound for Flash Movies interview with Jeffry Houser Happy coding -

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling reasons for spending the extra cash on Enterprise? Purse strings are fairly tight here, but with a well defined argument it is not

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Connie DeCinko
If you hook to Oracle, you really need Enterprise. -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 10:49 AM To: CF-Talk Subject: CF Enterprise Edition vs. CF Standard Edition We are looking at moving up to MX7 from MX6.1 Standard. How

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We are actually doing that now. However, we thought someone might bring something up that we've not thought of or be able to identify a use of a particular feature that has resulted in a huge time / money / job / sanity saving development. -Original Message- From: Dave Watts

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We do run Oracle and we are looking for real life experiences as to why, what advantages have you experienced by moving to or using Enterprise. We have at least four versions of Oracle running 8.1.6 8.1.7 8.6 9.2 Connie If you hook to Oracle, you really need Enterprise. Confidentiality

Re: form-database-form help needed

2005-05-19 Thread Deanna Schneider
Been there, had that client. You do still need to keep in mind things like whether or not a record is complete if they haven't filled everything in, when you're storing data like this. And, you might want to consider adding something like Step 2 of 546. to your screens, so people can see how

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread Ewok
No problem (and good luck) Let us know if you shut the doors when you hit 99ZZ :^O -Original Message- From: SStewart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 9:11 AM To: CF-Talk Subject: RE: Anyone know of a more elegant way to do this? Ewok... This works, Thanks

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
If you hook to Oracle, you really need Enterprise. No, not necessarily. You may be able to get what you need with Oracle's own JDBC drivers. I seem to recall hearing about problems with the Oracle thin client and BLOB/CLOB fields, but you could also use the Oracle OCI JDBC driver. Of course,

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread SStewart
Hopefully it'll be after my shelf-life is long gone :P sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Ewok

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
We are actually doing that now. However, we thought someone might bring something up that we've not thought of or be able to identify a use of a particular feature that has resulted in a huge time / money / job / sanity saving development. I'm a big fan of the multiserver deployment

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Connie DeCinko
You should be able to see your report. That message appears as a watermark on the Dev version. -Original Message- From: Rob Condon [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:10 AM To: CF-Talk Subject: cfdocument pdf problem with developer edition Hi, Should pdf

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Calvin Ward
There are quite a few performance differences. Do you do a lot of cfmail? - Calvin On 5/19/05 1:48 PM, Ken Ketsdever [EMAIL PROTECTED] wrote: We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread S . Isaac Dealey
Good thing I'm in ft lauderdale. :) a syncrhonous or gate way? In Texas that's three words. On 5/19/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: two words: asynchronous gateway We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread SStewart
Hopefully it'll be after my shelf-life is long gone :P sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Ewok

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
I'm seeing a NULL Pointer exception - and it seems I have everything setup - If I remove the hostaddress attribute - I get a message such that the hostaddress attribute is required - thus telling me it's hitting the cfx tag ok. java.lang.NullPointerException - is my error Code Nippet below:

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Connie DeCinko
Standard does not come with Oracle drivers. -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:31 AM To: CF-Talk Subject: RE: CF Enterprise Edition vs. CF Standard Edition We do run Oracle and we are looking for real life experiences as to

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We will be increasing the use of CFMAIL with time. Including an application to send out 25,000 e-mail based newsletters at least once a month. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:50 AM To: CF-Talk Subject: Re: CF Enterprise

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We've been fighting with that for 3 years now. Pro's and Con's to every solution we've come up with, but nothing has been overwhelmingly successful. -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 12:12 PM To: CF-Talk Subject: RE: CF

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Calvin Ward
Well, one key difference is the performance of cfmail, the enterprise edition can handle a lot more, a lot faster. I don't have the numbers, but there's some information out there about that. - Calvin On 5/19/05 3:02 PM, Ken Ketsdever [EMAIL PROTECTED] wrote: We will be increasing the use of

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
HA - Big thanks to Marc from ColdfusionCart (http://www.coldfusioncart.com) for the help on this one - he sent me his files .jar .class and the .0 cert file - and somehow either in my extraction or package extraction - my files were different - once I got the good files from Marc - the page

Handle Counts... comparing notes

2005-05-19 Thread Geoffrey Brown
Hi, I have a fairly busy website, running on a couple of decent sized servers. I'm wondering about the significance of the CF Handle Count value in the admin reporting section. During non-peak hours, my handle count will be around 2,000 or so. During peak hours, it generally averages around

RE: Shared CF Host security

2005-05-19 Thread Jamie Price
I'm trying to test one of the scripts provided to my by Dave in a Windows environ but I'm getting this error: 500 Translator.WrongCase/buddman/jspbrowser/browser.jspbrowser.jspBrowser.jsp Translator.WrongCase/buddman/jspbrowser/browser.jspbrowser.jspBrowser.jsp Can anyone tell me how to make

Re: PayflowPro and CFMX

2005-05-19 Thread Simeon Bateman
The files they have on the download manager, are not the most current version. And if you contact support they will send you the right ones. I am guessing your buddy Marc, got the right ones. Just in case anybody who doesnt know marc runs into this. they are aware of the problem and eager to

  1   2   >