Re: how to check if a remote file exists

2014-04-01 Thread safo 2000
i am a bit confused, this is the first time I do this kind of request so bear with me. I am trying to do the following: i created a cf app on the source server (w2k3) cfquery name=Param datasource=lib_datasql SELECT proxloc from MainServer /cfquery cfset

Re: how to check if a remote file exists

2014-04-01 Thread Russ Michaels
if you have direct access tot he server with the file then you would use CFFILE to copy it. If the file is only accessible over the web, then you can use CFHTTP to grab the file content and save to your local server. You will of course not get the raw file, only what is displayed in a browser.

SOT - Navicat Identity Column

2014-04-01 Thread Kevin Parker
At the risk of sounding a little daft or maybe missing something that is plainly obvious if anyone uses Navicat to design MS SQL tables I'd be grateful for a little help please. I am trying to set an Identity column but all the identity attributes (identity, seeding, incrementing etc.) are greyed

Re: how to check if a remote file exists

2014-04-01 Thread Bobby
What is running on your w2k3 server? Is there a web server through which the source/txt file is accessible? If so, sure, cfhttp can go out and grab it over HTTP. Being a txt file, you wouldn't have to do anything fancy, just point CFHTTP to the txt URL and then read the resulting file content or

Re: SOT - Navicat Identity Column

2014-04-01 Thread Scott Slone
Kevin, I seem remember that in design mode you select the column that you want to use as identity and at the bottom of the screen there is a selector to set it as identity. I don't have it in front of me, but seem to remember it there. You can also set defaults in the same panel. Hope that

Re: SOT - Navicat Identity Column

2014-04-01 Thread Byron Mann
Believe this is how Navicat works if the table already exists. I have version 10 and can only set the identity column and other optional values if the table is new and has not been saved yet. Alternately, I would suggest writing SQL to do the task. Also you could download SQL Server Express as

Scheduled Tasks Running Twice

2014-04-01 Thread Robert Harrison
All of the sudden all of the scheduled CF tasks are running twice in a row, one minute apart. We can find no sign of duplicate tasks in the scheduler. Any ideas? Thanks, Robert ~| Order the Adobe Coldfusion Anthology now!

RE: Scheduled Tasks Running Twice

2014-04-01 Thread Robert Harrison
OK. Some research indicates this is a common problem, but the answers found so far are not definitive. Any ideas would be appreciated. Thanks Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  

Re: Scheduled Tasks Running Twice

2014-04-01 Thread Russ Michaels
are you sure both are coming from the same server ? most of the time when I have had customers say this to it, I have found one of their developers has the task running on his local machine as well. On Tue, Apr 1, 2014 at 2:37 PM, Robert Harrison rob...@austin-williams.comwrote: OK. Some

Re: Scheduled Tasks Running Twice

2014-04-01 Thread main
the first thing I always check is my staging/dev servers and local environments. see if one of these other environments has these tasks scheduled. Sent from my iPhone On Apr 1, 2014, at 8:37 AM, Robert Harrison rob...@austin-williams.com wrote: OK. Some research indicates this is a

CF9 java applet error. any solutions?

2014-04-01 Thread Mike K
I am getting an error whenver I use the java applets in Coldfusion, such as the CFGRID and the tree displays in the CF Administrator.i have searched for a solution in all the normal places and don't see one. Does anyone know what to do about this? My CF server is v9,0,2,282541 My JRE

Re: Scheduled Tasks Running Twice

2014-04-01 Thread Akos Fortagh
we had this when tech support told us that our old server was shut down, then we found it wasn't and it was still executing the scheduled tasks. What does the scheduler log tell you? ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Dave Watts
I am getting an error whenver I use the java applets in Coldfusion, such as the CFGRID and the tree displays in the CF Administrator.i have searched for a solution in all the normal places and don't see one. Does anyone know what to do about this? Are you running the browser on the CF

Re: Very disappointed in Viviotech

2014-04-01 Thread Cameron Childress
On Mon, Mar 31, 2014 at 11:46 PM, Mike K wrote: We got me set up for managed support and in the mean time he had researched the answer to my problem, and we went on from there. Also, Jordan Michaels the co-owner of Viviotech wanted to talk to me too.I thought he was going to give me

Re: Very disappointed in Viviotech

2014-04-01 Thread Kelly Matthews
Yeah they are really great guys! And $10 for a full month of manage support is a STEAL. :) I’ve used it on a month by month basis a couple times when I’ve needed to. On Apr 1, 2014, at 10:02 AM, Cameron Childress camer...@gmail.com wrote: On Mon, Mar 31, 2014 at 11:46 PM, Mike K wrote:

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Mike K
If i go to that url, Dave, I get a messages asking if i want to open or save cfapplets.jar, so I guess that url is exposed. I'm running the browser on my dev machine over the internet, rather than the server console. When I run the CFAdministrator on the server itself, i get the message:

Re: how to check if a remote file exists

2014-04-01 Thread Michael L Gueterman
As Russ mentions, *if* you have access to the file from the CF server (which you would need in order for the 'FileExists' function to work), then you could use a cffile action=copy.. to get a copy of the file. If you don't have direct access to it, then you need to figure out how you can

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Russ Michaels
the java applets in the cfadmin, such a sthe file browser, require that RDS be enabled, which you should not do on a production server. On Tue, Apr 1, 2014 at 3:11 PM, Mike K afpwebwo...@gmail.com wrote: If i go to that url, Dave, I get a messages asking if i want to open or save

onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread morchella
so i am trying some thing out on localhost befor i move to dev i want to know when my cf server was started or restarted. so after my onApplicationStart i put in a cfmail and fir up an instance of cf9 for my localhost. i dont get the email unless i actually goto 127.x.x.x to view a page. i

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread John M Bliss
ApplicationStart does not fire until the Application is hit. You're looking for onServerStart. On Tue, Apr 1, 2014 at 11:31 AM, morchella morchella.delici...@gmail.comwrote: so i am trying some thing out on localhost befor i move to dev i want to know when my cf server was started or

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread Rodney Enke
That is correct behavior. An application does not start until a page within its scope is requested. You have a few options though. Use onServerStart (CF 9+). Use another server to monitor it. Use a third party program such as FusionReactor. I highly recommend it and it's well worth the money

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread Bobby
The behavior you explained is expected. onApplicationStart() isn¹t triggered until the first request to the application. Check out onServerStart and Server.cfc http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS7AC9408A-1AC6-4ab7-9C8 E-CF1DA8FCA16D.html On 4/1/14, 11:31 AM, morchella

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread morchella
thanks guys! i was unfamilar with onServerStart. looking now! Much appreciated! On Tue, Apr 1, 2014 at 11:44 AM, Bobby bo...@acoderslife.com wrote: The behavior you explained is expected. onApplicationStart() isnšt triggered until the first request to the application. Check out

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread morchella
looks like onServerStart is turned off. i cant change that on our server. On Tue, Apr 1, 2014 at 11:49 AM, morchella morchella.delici...@gmail.comwrote: thanks guys! i was unfamilar with onServerStart. looking now! Much appreciated! On Tue, Apr 1, 2014 at 11:44 AM, Bobby

Re: Very disappointed in Viviotech

2014-04-01 Thread Bryan Stevenson
That's exactly how I'd expect Jordan and crew to respond and help you out - great bunch there! Speaking as a guy who has been learning to take it down a notchI've had similar knee jerk reactions to support situations in general when I feel I'm being handled or ignored (never felt that way

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread Bobby
The next thing that comes to mind is to parse the CF server.log file for the instance you are targeting. There are log entries for stopping and starting in there. ButŠ I¹m guessing you are wanting this to be used as an alert not post-portem investigation. There are plenty of infrastructure

Re: Very disappointed in Viviotech

2014-04-01 Thread george.e...@ssa.gov george.e...@ssa.gov
Ok so now I'm ok with Viviotech again.They're a fine company and sensitive to customers hot buttons. The support guy I spoke to said something that really pressed a button and in my usual hot-blooded fashion I went incandescent.I really should learn to take a deep breath once in a

Re: Very disappointed in Viviotech

2014-04-01 Thread george.e...@ssa.gov george.e...@ssa.gov
Too bad you can't change your subject to match the change in your experience with Viviotech . . . :-\ G. ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Mike K
Russ is this a new thing? I have an application that used to work ok using CFGRID all over the placeSuddely they dont work.I had to run through the whole app and change the CFGRID's to tables and recode them. Are you saying that something's changed in ColdFusion that those applets

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Dave Watts
Russ is this a new thing? I have an application that used to work ok using CFGRID all over the placeSuddely they dont work.I had to run through the whole app and change the CFGRID's to tables and recode them. Are you saying that something's changed in ColdFusion that those

Re: CF9 java applet error. any solutions?

2014-04-01 Thread Carl Von Stetten
If you've upgraded to the Java 7 JVM (1.7.x) on your desktop, the error may be due to a new security feature. Take a look at this thread on the Adobe forums: http://forums.adobe.com/thread/1433308?tstart=0 -Carl V. On 4/1/2014 12:18 PM, Dave Watts wrote: Russ is this a new thing? I have