Corrupted CFIDE/scheduler/scheduletasks.cfm

2015-03-03 Thread Lonny Eckert
of possible hacking/hijacking. Thanks in advance, Lonny Eckert ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Hack Attempt on our database last night

2013-07-23 Thread Lonny Eckert
Sent from my Verizon Wireless 4G LTE DROID Jen Larkin jlar...@gmail.com wrote: That's because it's not a hacker; it's a script. It's either running in a loop or on a schedule. There's not much point in trying to block the IP address, since they could just change the IP address. It's probably

RE: Character Encoding Issues?

2009-12-07 Thread Lonny Eckert
Oracle is recognizing that as a variable because of the ampersand. You can replace the ampersand with the appropriate ascii escape sequence in your procedure. From: Robert Nurse [mailto:rnu...@gmail.com] Sent: Mon 12/7/2009 11:54 AM To: cf-talk Subject:

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: Alternative Oracle JDBC Driver For Standard Edition

2006-01-31 Thread Lonny Eckert
and that is that is what they got Sorry that my answer isn't so helpful. Lonny Eckert Mi Services Group, Inc. Work Phone: 610-230-2544 E-mail: [EMAIL PROTECTED] www.mi-services.com ~| Message: http://www.houseoffusion.com

Alternative Oracle JDBC Driver For Standard Edition

2006-01-27 Thread Lonny Eckert
with these solution is $$$ and we're try to develope a website for a charity organization so have a limited budget. Lonny Eckert Mi Services Group, Inc. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230629 Archives: http

Re: Alternative Oracle JDBC Driver For Standard Edition

2006-01-27 Thread Lonny Eckert
Oracle Portal. So yes the client had already invested heavily into Oracle and wanted to stick with Oracle. Had this been a new project I agree that SQL server would have been worth exploring as an option. Lonny Eckert Mi Services Group, Inc

RE: Generating Primary Key in Oracle (part 2)

2003-12-08 Thread Lonny Eckert
Having a sequence facilitates the currval and nextval functions. If you are new to Oracle sequences I would read up on these two functions. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: preventing back button of browser

2003-11-25 Thread Lonny Eckert
Another option may be to route through a popup window. Popups are not added to history. Lonny Eckert Mi Services Group, Inc. Work Phone: 610-230-2500 x147 E-mail: [EMAIL PROTECTED] www.mi-services.com http://www.mi-services.com/ -Original Message- From: Mahmut Basaran [mailto:[EMAIL

RE: Query to Stored Proc

2003-11-04 Thread Lonny Eckert
:= 1; p_process_message := 'Query successful'; EXCEPTION WHEN OTHERS THEN p_success_flag := 0; p_process_message := 'Query failure: ' || SUBSTR(SQLERRM,1,150); END get_employee_search_results; *** [Lonny Eckert]-Original Message- From

CFMX MAIL

2003-07-14 Thread Lonny Eckert
but didnt run across anything. What is CFMX capable of straight out of the box in regards to CFMAIL - ie could it achieve my desired throughput? Does the zero-byte email problem still exist in CFMX? Thanks in advance. Lonny Eckert Mi Services Group, Inc. Work Phone: 610-230-2500 x147 E-mail

RE: Pagination issues

2003-07-07 Thread Lonny Eckert
BY fulfiller_name) v ) WHERE row_sequence between 1 and 20 Lonny Eckert Mi Services Group, Inc. Work Phone: 610-230-2500 x147 E-mail: [EMAIL PROTECTED] www.mi-services.com http://www.mi-services.com/ -Original Message- From: Rodrigo Cohen [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Government data list

2002-09-19 Thread Lonny Eckert
. There is no single union of federal employees that you might approach. You might try a federal watchdog group - they would probably know not only who is filling positions, but which positions remain unfilled on the presidential appointee level Lonny Eckert Ex Federal Inspector Mi Services Group

RE: programmer vs. developer

2002-08-29 Thread Lonny Eckert
Dave, I think you are right on. If only everyone thought as you do, I'd probably still be working as a Nuclear Engineer/Health Physicist. The number of people who think they know something about nuclear power generation is dumbfounding. With Regards, Lonny Eckert -Original Message

RE: cfif inside cflocation?

2002-08-26 Thread Lonny Eckert
Dave/Tony, In your specific example, you should be able to get it to work. I do this quite often with CFLOCATION. You do need to bracket the cflocation tag in a cfoutput to get it to work. With Regards, Lonny Eckert Mi Services Group, Inc. (formerly Hesta Corporation) Work Phone: 610-230

RE: UDFs, CF Locking, etc., and NEO=fixed

2002-03-21 Thread Lonny Eckert
clouds. With Regards, Lonny Eckert ex Health Physicist BS RPI NE MS GA Tech HP Lonny Eckert Mi Services Group [EMAIL PROTECTED] (610) 230-2500 x147 __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

RE: Wierd Session Timeouts

2001-10-30 Thread Lonny Eckert
of the Executive and Server logs from our TEST environment. Has anyone else having problems with their scheduled events? Should scheduled events be deleted and recreated when upgrading to CF 5? Or in other words, any ideas on fixing this problem? Thanks In Advance, Lonny Eckert Mi Services Group [EMAIL

Wierd Session Timeouts

2001-10-25 Thread Lonny Eckert
In Advance, Lonny Eckert Mi Services Group [EMAIL PROTECTED] (610) 230-2500 x147 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk

RE: Disabling back button

2001-09-07 Thread Lonny Eckert
are not added to the history. Lonny Eckert Mi Services Group [EMAIL PROTECTED] (610) 230-2500 x147 -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 3:51 PM To: CF-Talk Subject: Disabling back button Is there a possible and simple way to do

RE: Oracle Stored Procedures

2001-08-09 Thread Lonny Eckert
included an example. Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147 *** Here is an example of a stored procedure call that receives the results of a cursor set: CFSTOREDPROC datasource=#Application.ptcl_ptcl_db

RE: Any horror stories from not locking session vars?

2001-08-06 Thread Lonny Eckert
to tell them horror stories when you can show them first-hand. Just crash the app in dev/test by having multiple people challenge that portion of the code at the same time. Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147 -Original Message- From: Don Vawter

RE: HOWTO - Technical Review

2001-07-18 Thread Lonny Eckert
While you will be able to review things like functionality and ease-of-use, isn't it going to be a tad difficult to conduct a technical review of a site without reviewing source code? Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147 -Original Message- From

RE: CF5 review in eWEEK

2001-05-30 Thread Lonny Eckert
snail mail. They tell me all kind of things on how they are improving things. Then they ask for money. Unfortunately, I also receive this sort of info from institutions I never attended. Why are we talking about this again? Lonny Eckert

RE: Disabling the BACK button (again)

2001-04-27 Thread Lonny Eckert
Another way is to pass your variables through a popup window. I posted a code snippet a week or so ago. E-mail me if you need more details on this approach. Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147

RE: javascript question

2001-04-20 Thread Lonny Eckert
to preclude double submissions via the browser back button (popup window not added to browser history). Hope this helps. Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147 ** script

CF Date Validation Bug?

2001-04-04 Thread Lonny Eckert
didn't see anything there directly addressing this. I apologize up-front if this has been an oft discussed subject in the past. I've come up with a work-around that I have included at the end of the post. Thanks in advance. Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500

RE: Mastering ColdFusion 4.5

2001-03-21 Thread Lonny Eckert
Kristin, I had trouble using the guidance for fetching a file directory listing from an FTP server. Used the on-line help. You may want to make sure that that section of the text is correct. Regards, Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147

RE: was cookies

2000-12-19 Thread Lonny Eckert
in the Allaire support section and noted that: 1) cookies are not set till the end of interpreting a cfm file 2) because of that CFLOCATION impacts whether or not a cookie is set Lonny Eckert Hesta Corporation [EMAIL PROTECTED] Hesta 610-230-2500 x147