Re: CF7.02: How to restart mail spooler without restarting the service???

2008-10-21 Thread Beru
Thanks Ryan, I'll definitively try this... On Mon, Oct 20, 2008 at 15:16, Ryan Stille [EMAIL PROTECTED] wrote: You *can* restart the spooler service without restarting CF. This is unsupported but works in CF7 and 8, and possibly 6. cfset sFactory =

Re: database encryption

2008-10-21 Thread Richard White
Thanks for your responses. thanks for the things to think about in terms of security and encryption: our infrastructure is that our company provides online software and we will host the application and database. the only way the clients can access the database is through the software, where we

Re: database encryption

2008-10-21 Thread Richard White
thanks eric, i will look into this You could always use an nChiper Encryption Appliance which holds your keys. You would need to then make a request to the ncipher to encrypt then store the response in a DB. These are PCI compliant Appliances but they come at a $$$ and you would need 2 in case

Re: Error: ColdFusion 8 and JDBC

2008-10-21 Thread Tom Chiverton
On Friday 17 Oct 2008, Fawzi Amadu wrote: * Connection verification failed for data source: OraElectrack java.sql.SQLException: The Network Adapter could not establish the connection The root cause was that: java.sql.SQLException: The Network Adapter could not establish the

Re: LCDS Error

2008-10-21 Thread Jo�o_Fernandes
Hi Jim, Can you should me more of your code? Can you tell me what the value of attributes.args is? Did you try just to pass an empty array? -- João Fernandes Adobe Community Expert http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org)

Re: LCDS Error

2008-10-21 Thread Jim Rising
the 3rd argument of 'createLcdsEvent()' is 'args', which is the local.signature coming from the caller. i'm using a thread inside of that function hence the attributes scope. i have verified that local.signature is indeed an array... as is attributes.args. the problem i'm having is with case:

Overloaded Oracle Procedures

2008-10-21 Thread Lonny Eckert
New to CF8. Trying to find an answer whether or not CF8 CFCs support calling of overloaded procedures? In this case, the procedural inputs are the same -- the difference being in the number of reference cursors that are returned. I did see in the online docs that this was not supported in CF7.

Re: database encryption

2008-10-21 Thread Judah McAuley
The best security practice that I try and follow that I think gets missed by a lot of people is a deceptively simple one: Don't store data that you don't need. It is tempting to grab ahold of the largest amount of data possible because you might need it for something in the future and you can't

Re: LCDS Error

2008-10-21 Thread Jo�o_Fernandes
Jim, how does it behave if you pass an empty array? Does it dump the same error? -- João Fernandes Adobe Community Expert http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org) ~|

Re: [Macromedia][Oracle JDBC Driver]Object has been closed.

2008-10-21 Thread D T
I had the problem with CF8 when I was adjusting the SQL security settings for my web server to talk to my database ( MSSQL 2000 ). Something gets cached within CF maybe. I restarted my CF8 service and everything would work as expect after that.

Re: database encryption

2008-10-21 Thread Richard White
good advice, thanks Judah The best security practice that I try and follow that I think gets missed by a lot of people is a deceptively simple one: Don't store data that you don't need. It is tempting to grab ahold of the largest amount of data possible because you might need it for something in

RE: Mail Spooler

2008-10-21 Thread webmaster
It goes into the CF Spooler just fine. It just takes forever to go from the spool folder to my actual mail server. -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 5:30 PM To: cf-talk Subject: RE: Mail Spooler Is it going to the CFMAIL

RE: Mail Spooler

2008-10-21 Thread webmaster
Is there a setting in the CF8 files to look for? I don't understanf why CF7 spools it out fast and CF8 doesn't. -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 5:23 PM To: cf-talk Subject: Re: Mail Spooler One email every five seconds is

RE: Mail Spooler

2008-10-21 Thread brad
In ColdFusion Administrator what is your Spool Interval setting? I believe it defaults to 15 seconds. Also, are you spooling your messages to disk or memory? ~Brad Original Message Subject: RE: Mail Spooler From: [EMAIL PROTECTED] Date: Tue, October 21, 2008 11:44 am To:

RE: Mail Spooler

2008-10-21 Thread webmaster
I have it set to every 5 seconds which is the fastest amount. There is no option for to disk or to memory in the Standard version. I think this is an enterprise feature only. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 12:57 PM

Re: Mail Spooler

2008-10-21 Thread Mike Chabot
The 5 second spool interval is a too quick if you are sending large batches of emails. This might be contributing to the problem. If I was confronted with this situation I would run diagnostic tests to find out where the bottleneck is. It could be the hard drive, the CPU, the network, the mail

RE: Mail Spooler

2008-10-21 Thread webmaster
Wouldn't increasing the spool interval just increase my problem? -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 1:53 PM To: cf-talk Subject: Re: Mail Spooler The 5 second spool interval is a too quick if you are sending large batches of

Re: Mail Spooler

2008-10-21 Thread Mike Chabot
In my opinion having the spool interval value at 5 seconds is contributing to the problem. If you need a spooling interval that narrow then there is a chance that you shouldn't be using spooling at all. If 5 seconds was clearly better than 15 seconds then Adobe would have made that the default.

Re: xml populated pdf forms and livecycle designer?? [FIXED]

2008-10-21 Thread Andrew Powell
This forum is not full of Acrobat experts that reply to messages. I have yet to figure out how to populate the barcode field. I think the basic approach would be to extract the data (to get the structure) now use this as a template. Fill in your data and add it back to the PDF. cfpdfform

Re: xml populated pdf forms and livecycle designer?? [FIXED]

2008-10-21 Thread Tony
or, alternatively, you can forego the xml route, and use the cfpdfsubform and other tags and just skip the xml part altogether :) but thanks andrew... -- tony Better than a thousand hollow words, is one word that brings peace. -- siddhartha gautama On Tue, Oct 21, 2008 at 2:54 PM, Andrew

RE: Mail Spooler

2008-10-21 Thread webmaster
I'll give this a shot. Thanks for the advice. -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 2:51 PM To: cf-talk Subject: Re: Mail Spooler In my opinion having the spool interval value at 5 seconds is contributing to the problem. If you

cfchart scatter line options?

2008-10-21 Thread Andrew Tegenkamp
I'm trying to create some charts that are sort of scatter and sort of line and can't find the right way with either. Basically it's a scatter plot but I want to connect the lines across the Y axis starting with the lowest and going to the highest. So if X axis item A has 3 series values of 4,

Re: cfchart scatter line options?

2008-10-21 Thread Rob Parkhill
Sure, just duplicate your series as type line, as follows: cfchart format=jpg scaleto=70 cfchartseries type=scatter datalabelstyle=none cfchartdata item=A value=50 cfchartdata item=B value=25 /cfchartseries cfchartseries type=scatter

Re: cfchart scatter line options?

2008-10-21 Thread Andrew Tegenkamp
Actually that just creates a line chart that connects A - B with a horizontal line. What I'm trying to do is create a vertical line that simply connects 40-50-60 along A. So A and B along the X axis would have nothing connecting them. I added a wanted image to better illustrate what I am hoping

Re: cfchart scatter line options?

2008-10-21 Thread Al Musella, DPM
cfchart format=jpg scaleto=70 cfchartseries type=scatter datalabelstyle=none cfchartdata item=A value=50 cfchartdata item=B value=25 /cfchartseries cfchartseries type=scatter cfchartdata item=A value=60

Re: cfchart scatter line options?

2008-10-21 Thread Raymond Camden
Did you try the chart editor? It gives you a lot more options than what you see in the docs. I tried it myself but have to run to a user group. On Tue, Oct 21, 2008 at 4:30 PM, Al Musella, DPM [EMAIL PROTECTED] wrote: cfchart format=jpg scaleto=70 cfchartseries type=scatter

Changing the mapping of cfide in cf8

2008-10-21 Thread Eric Roberts
How do I change the mapping for CFIDE in CF8. All the stuff I could find via google is referring to when you are using jrun or multiserver...this is just a standard install. I am using apache on winxp (local dev) and I need to change it to a different location. I just recently move my webroot

basic cfc/oo design question

2008-10-21 Thread Judah McAuley
I'm migrating the backend portion of an application from a procedural set of code to a cfc-based and hopefully more OO oriented design. For this first go around I won't be using any of the MVC frameworks (the front end is already written on this project) and I don't plan on using any of the ORM's

generating higher res images from PDF

2008-10-21 Thread Charlie Griefer
hey all. used cfpdf action=thumbnail scale=100 ... / to generate a full size image from a PDF. unfortunately, the image is at 72dpi and I have need for it to be slightly... larger. looked into dan switzer's UDF where he invoked jpedal directly (jpedal is, i believe, what cfpdf uses behind the

Re: basic cfc/oo design question

2008-10-21 Thread Mike Chabot
This is a very big topic and you might get a more in-depth response if you posted your question on the cfcdev list, which focuses on CFCs and OOP. A word of caution though if you are approaching OOP for the first time is that CF isn't an ideal OOP language. Your rewrite might end up doing more

Re: basic cfc/oo design question

2008-10-21 Thread Richard White
i know you said you are not using frameworks but i recently done exactly what you are doing (migrating procedural to OO) and tore my hair out not understanding best practice etc..., as i suspect you are going through now then someone on this forum told me to look into ModelGlue and ColdSpring

Re: basic cfc/oo design question

2008-10-21 Thread Gerald Guido
Your rewrite might end up doing more harm than good if you aren't careful, That reminds me of a comment by Sean Corfield on the alagad blog: And a bad OO design will punish you more than any bad procedural design you've ever conceived.