Upgrade CF 6.1 -> CF 8

2008-06-18 Thread Kevin Pechin
Hello All, We are about to take the plunge and upgrade our servers from CF 6 ent to 8 ent. I have been reading about various things to watch out for during the upgrade, but I was hoping that if anyone had any first hand gotchas they would like to share that would be great! We are running 32 bit

Re: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-21 Thread Kevin Pechin
Hi! One other option could be to use cookies. When the user first comes to a page you would detect for the cookie and set it if it is not already set. If you want to keep a counter, just get the value and reset it in the cookie (client side js would be best for that). The negative would be the p

UTF-8 CFFile Support in CF5

2005-10-12 Thread Kevin Pechin
Hi All, I've been working on a CF5 machine (can't upgrade for a few months unfortunately) trying to upload a UTF-8 encoded xml file to the server. When I upload it I use cffile to save it to the server. Unfortunately when it saves, the unicode characters seem to become corrupted (or the server tri

Re: JRUN 4 vs Bundled JRUN in CFMX 6.1

2005-04-07 Thread Kevin Pechin
ED] > > Sent: Thursday, April 07, 2005 11:04 AM > > To: CF-Talk > > Subject: Re: JRUN 4 vs Bundled JRUN in CFMX 6.1 > > > > it's crippled in that you can't access it via the JMC to make more > instances > > > > etc, hence the reason for CF Ente

JRUN 4 vs Bundled JRUN in CFMX 6.1

2005-04-07 Thread Kevin Pechin
Hi All, Is there any difference between the standalone JRUN 4 and the JRUN that gets bundled with CFMX (Enterprise)? Is it cripped in any way? We are trying to determine if we still need to maintain JRUN while we have CFMX 6. Any thoughts? Will there be any performance benefits from running CFM

Re: OT: DFS alternative?

2004-12-07 Thread Kevin Pechin
Hi, A great program I've used is PeerSync. It is made by http://www.peersoftware.com/index.asp Very reasonable pricing too and really good tech support. I had used it to sync files from one host to 2 recipients real time via a share, but this can also be done via ftp as well. The longest it to

Re: image resizing

2004-11-16 Thread Kevin Pechin
Hi, We've used CFX_ImageInfo which you can find: http://www.intrafoundation.com/cfx_imageinfo.asp and for mx at: http://www.intrafoundation.com/CFX_ImageInfoMX.asp It is a very simple tag that just returns the image information. -Kevin On Tue, 16 Nov 2004 10:04:03 -0800, Jordan Michaels <[EMA

Re: DTS Package From Cold Fusion

2004-11-16 Thread Kevin Pechin
ttp://www.pengoworks.com/index.cfm?action=articles:spExecuteDTS > > Ricky > > > > -Original Message- > From: Kevin Pechin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 16, 2004 11:32 AM > To: CF-Talk > Subject: DTS Package From Cold Fusion > > Hello, > >

DTS Package From Cold Fusion

2004-11-16 Thread Kevin Pechin
Hello, I have an access db that I want to import into SQL Server 2000. Normally I would just use enterprise manager to truncate the table and then import the new database, but I would like to create an application to make the end users self sufficient and allow them to upload an mdb file to the w

Re: CFX Single Thread question

2001-12-07 Thread Kevin Pechin
which brings me back to the original question about processes... -Kevin Pechin Hofstra University Web Development >>> [EMAIL PROTECTED] 12/07/01 12:04PM >>> How will you manage calling these tags? This could only be most effective if you evenly distribute calls across your "

CFX Single Thread question

2001-12-07 Thread Kevin Pechin
a separate single threaded operation which can be locked and randomly called? If so this could be a potential boost in performance since we can launch multiple processes (of course if you add too many it will eat memory). Food for thought! -Kevin Pechin Hofstra University Web Development

Stored Procedure Dynamic Column names

2001-08-14 Thread Kevin Pechin
Hello all, I'm attempting to create a stored procedure in sql server 7. It would check if the page already exists within a table and if so increment the proper column (pages would have a column for each month of the year) else it would do an insert statement. My problem is that It won't allo

Lost Permissions on IIS

2000-08-08 Thread Kevin Pechin
as to why this is happening??? Thank you in advance for any help anyone can provide. -Kevin Pechin -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/in

RE: Array/List Initialization

2000-08-02 Thread Kevin Pechin
n -Original Message- From: Kevin Pechin [mailto:[EMAIL PROTECTED]] Sent: 02 August 2000 15:58 To: [EMAIL PROTECTED] Subject: RE: Array/List Initialization Actually what i was referring to was something along the lines of This way i won't have to do listname[1] = "a&

RE: Array/List Initialization

2000-08-02 Thread Kevin Pechin
alise a list and to initialise an array. If you want to hard code an element of an array just use for the first dimension of the first element for example. -Original Message- From: Kevin Pechin [mailto:[EMAIL PROTECTED]] Sent: 02 August 2000 15:16 To: [EMAIL PROTECTED] Subject: Array/

Array/List Initialization

2000-08-02 Thread Kevin Pechin
Hi Everyone, This is going to sound like a really basic question, but i have not been able to find an answer on any of the archives. How do you initialize an array or a list. For example i have twenty items and i want to hard code them into an array (rather then use ArrayAppend on each). How w

CFEXECUTE stopped working

2000-07-17 Thread Kevin Pechin
Hi everyone, Two days ago something weird happened. CFEXECUTE just stopped working. I have several .bat files that I call from cfexecute tags that worked just fine (and still work if run manually from the command prompt). I'm running win2k, iis5 and cf 4.5.1. I have tried restarting the serve

RE: How to escape a "-" in a form post

2000-06-21 Thread Kevin Pechin
on Solaris, but since this kind of reference can be made also on 4.0, it should work. -Original Message- From: Kevin Pechin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 6:35 PM To: [EMAIL PROTECTED] Subject: How to escape a "-" in a form post Hi, I have to m

How to escape a "-" in a form post

2000-06-20 Thread Kevin Pechin
Hi, I have to make a general form that takes a user defined form element such as a text field and put it into an email. I have everything working except if a user creates a form with an input field named with a dash (-) cold fusion treats it as a subtraction and returns an error when i try t