Re: To Jrun update or not to Jrun update?

2005-09-28 Thread Fabio Terracini
You should install CF MX 7.01 Updater, and then JRun Updater 6, since Merrimack (CF 7.01) contains only JRun Updater 5 components. -- Fabio Terracini Ian Skinner wrote: Is there are JRun updater that should be applied after installing a fresh MX7 multi-server system? Should this be done

Re: Weird Encrypt/Decrypt problem!

2005-09-26 Thread Fabio Terracini
and standard algorithm, like TripleDES. Check out the Encrypt() documentation. -- Fabio Terracini Andy Mcshane wrote: Hi all, I am trying to store specific data into a database in an encrypted format. This data also has to be decrypted so as to be displayed and edited onscreen therefore ruling out

Re: Encrypt/Decrypt Suggestions (WAS Weird Encrypt/Decrypt problem!)

2005-09-26 Thread Fabio Terracini
There is no bug in encrypt/decrypt, the problem is that in that instance, the encrypt result contains a space at the end. Yeah. It's true. I totally missed that! No bug at all! :-) []s Fabio Terracini ~| Logware

Re: Flash Forms and Tables = No Display???

2005-08-30 Thread Fabio Terracini
You should specify the height attribute in you td tag, since flash movies (htmls objects) doesn't expand the cell as they need. []s Fabio Terracini Synex Technologies Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br jonese wrote: Is this a known issue with MM? I couldn't find

Re: Need to share encryption between CF and ASP environments

2005-08-23 Thread Fabio Terracini
encrypts (hashs) are more secure, since you encrypt the data and compare the encrypted data (like on a login system). Fabio Terracini Matthew Friedman wrote: We are trying to marry a CF application and an ASP application that will need to process credit cards. What we wish to do is to encrypt

Re: Measuring URL response times

2005-08-10 Thread Fabio Terracini
Application Stress Tool. -- Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Karl Simanonok wrote: I'd like to be able to measure the response times of thousands of various URLs I have in a database. This is one way: CFOUTPUT QUERY

Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
exausted test (and did problem solving approachs) it, and haven't figured out. Ideas anyone? Thanks, -- Fabio Terracini ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
be glad if someone can forward this to Flash Player team. Fabio Terracini Synex Technologies Co. Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Fabio Terracini wrote: Hello all, I've already posted this here, and after a while, we figured out a fix - not a real solution

Re: Performance questions ...

2005-05-16 Thread Fabio Terracini
Thanks for sharing this. I'm wasn't aware. Anyway, althought they produce slighty different code, there's no real performance gain. Thanks, Fabio Terracini Adam Churvis wrote: Not anymore. Since MX version, cfscript and tag-based codes have the same performance. Not true with MX 6.0

Flash Form unclickable

2005-05-13 Thread Fabio Terracini
. Any suggestions? Thanks, -- Fabio Terracini ~| 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 with Logware today

Re: Performance questions ...

2005-05-13 Thread Fabio Terracini
to 1000ms. Such improvements relays more on archicteture and problem-solving approach than minimal coding improvements. -- Fabio Terracini Charles Heizer wrote: Thanks, The concurrent traffic is not going to be more than 10 to 20 users at a time. Are there any good docs that cover writing more

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
the problem. Thanks, Fabio Terracini John Dowdell wrote: One good tack with an unusual problem is the some or all? series of tests... here are some ways to narrow in on the true cause: -- some or all SWFs? try some known-to-be-good example sites in the balking browser (helps detect things like

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Yes, diferent minor versions of Flash 7, like 7.0.14, 7.0.19, and so on. And debug don't help/show anything. The error isn't at the flash form compile. No log errors messages at all. When the problem occurs the flash form is already compiled. Thanks! Fabio Terracini dave wrote: different

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, the form is working properly. The only problem is the one I described it. The code I sent is only a small part, and that variable will always exists. Thanks anyway. -- Fabio Terracini dave wrote: I think you have several problems in there. For 1 you have end tags with no start tags

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, The problem is the that sometimes the flash form (that do what pretends to do) sometimes became unclickable. The cfif is because the variable is evaluated as a boolean. It always exists, but it's value can be true or false. -- Fabio Terracini dave wrote: ok, but if you are having

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, Thanks, but I'm pretty sure this isn't the problem at all. The problem occurs when the flash form is already compiled. So, there's no possibility that this is the error. Thanks anyway, Fabio Terracini dave wrote: right but that could be getting changed, maybe even adding cfif

Re: Stored Procedure Help

2005-05-10 Thread Fabio Terracini
Why not make a new SELECT statement in the countries table and put a WHERE country_id IN (the list)? Where the list is te 6,7,8, etc Good luck! Fabio Terracini Protoculture wrote: I'm new to stored procedures ( in MS SQL ) and need help with the following query... Essentially what my

Re: Excel sheet datasource in CFMX7

2005-05-06 Thread Fabio Terracini
Yeap, this way works for Excel files too. But as you noticed, you will need ColdFusion ODBC Agent installed on server. You should install it so CF can access this ODBC socket datasource. Or, as Mark Smyth suggest, you might wanna look at a JDBC Driver for Excel. -- Fabio Terracini Duncan

Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
inputs, so, inside cflogin tag, we have the cflogin structure. Using ColdFusion 7 Updater 2 in J2EE Configuration on JRun 4 Updater 3, using jsessionID variables (in CF Administrator). Linux and Apache. Am I missing something? Many thanks, -- Fabio Terracini

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
/dsp_login.cfm cfabort /cfif /cfif /cflogin Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br James Holmes wrote: You might have to post the contents of the cflogin block, as this is very weird

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
--- scriptalert('Login inválido!');/script cfinclude template=../dsp/dsp_login.cfm cfabort /cfif /cfif /cflogin Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br James Holmes wrote

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
said - and you suggested - in the login form, and also before logging in, I loged out (cflogout), cleaned session (and cookies too) variables to ensure the user isn't logged in in anyway. Didn't worked out. Thanks, -- Fabio Terracini Jared Rypka-Hauer - CMG, LLC wrote: Ooops, missed a part

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
, dismissing cflogin tag and make an authentication system based only on sessions variables. -- Thanks! Fabio Terracini Jared Rypka-Hauer - CMG, LLC wrote: Fabio, I suggest you give onSessionEnd a try... if for no other reason that to write a few log file entries. Maybe not permanently, but at least

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
solved by now, although the specific bug wans't discovered. Thanks, Fabio Terracini Fabio Terracini wrote: Thanks Jared. I also tried your modifications in cflogin block, but didn't work. The sessions seems to be working fine. I still think it's something with cflogin tag, and it's totally

Re: MX7 + CFFile + Security Sandbox = Error

2005-05-02 Thread Fabio Terracini
Yeap, that correct. You must add that path do sandbox security also. We faced this issue when the file upload input is optional: *not* every time the form is submitted it will had a file to upload. -- Fabio Terracini James Holmes wrote: Just add the C:\CFusionMX7\runtime\servers\coldfusion

Re: Triple DES pre cfmx

2005-05-02 Thread Fabio Terracini
I haven't used cfx_crypto, but, since you're using CFMX 6.1, could I suggest you to use a Java class? You might wanna look at javax.crypt package. -- Fabio Terracini Joshua OConnor-Rose wrote: Anybody ever implement triple DES encryption prior to CFMX, I've been using cfx_crypto and having

Re: MX7 + CFFile + Security Sandbox = Error

2005-05-02 Thread Fabio Terracini
. Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Rebecca Wells wrote: OK, I figured out what was wrong... I had to add \* to the end of the directory path, like thus C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot

Re: loop question , seems to be invalid

2005-05-02 Thread Fabio Terracini
And what about recordset being accessed like an array: ArrayToList(query['column']) ? Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Rebecca Wells wrote: *snip*treat query columns as arrays... I know we can listtoarray

Re: longer than a varchar2

2005-04-29 Thread Fabio Terracini
I think CLOB is a good option, and you can use the LIKE operator in this kind of column. Also, don't forget cfqueryparam. Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Daniel Kessler wrote: I have some text that I need