Re: Webservice returning CFC in a different directory

2012-08-02 Thread Les Schmidt
I know this post is over 8 years old, but it is the only one that was "on point" to a problem I was having. I now have a solution so am simply updating this in case others stumble upon the same situation. I'm on Coldfusion 9. My set up is exactly like the original poster's: webservices in a d

Re: Web Services and file permissions - access.denied

2012-07-22 Thread Les Schmidt
> > Thanks for the reply. Yes I'm running dev edition of CF on my local > machine - which is where I'm having NO trouble getting > > things to work. I have trouble when the calling cfm is on Hostek > and the cfc (web service) is on a standard copy of CF 9 at > > home. Any other thoughts? > >

Re: Web Services and file permissions - access.denied

2012-07-22 Thread Les Schmidt
> > Thanks for the reply. Yes I'm running dev edition of CF on my local > machine - which is where I'm having NO trouble getting > > things to work. I have trouble when the calling cfm is on Hostek > and the cfc (web service) is on a standard copy of CF 9 at > > home. Any other thoughts? > >

Re: Web Services and file permissions - access.denied

2012-07-22 Thread Les Schmidt
>I am presuming you are running dev edition of cf on your local machine, >which has IP restrictions which is probably the cause. > >Regards >Russ Michaels >On Jul 22, 2012 3:23 AM, "Les Schmidt" wrote: > >> Russ, Thanks for the reply. Yes I'm run

Web Services and file permissions - access.denied

2012-07-21 Thread Les Schmidt
I am attempting to access a Coldfusion 9 webservice that I created on one system (over which I have total control) by consuming it on another system which is hosted. The pair works fine when both requesting page and the webservice are resident on my development server (in separate projects in

Re: Coldfusion 10 and Sqlite - can it work?

2012-05-29 Thread Les Schmidt
>> >onsite > >Thanks Dave! I'll give that a try! Got it working by installing the driver in C:\Coldfusion10\cfusion\lib. The documentation would have you believe that I should have installed it in cf_root/lib. Translated literally for me that would have been: C:\Coldfusion\lib\[driver].

Re: Coldfusion 10 and Sqlite - can it work?

2012-05-29 Thread Les Schmidt
> > I haven't actually tried it, but CF 10 supports adding database > drivers just like CF 9 did. You can read the exact steps in the > online > documentation: > > http://help.adobe.com/en_US/ColdFusion/10. > 0/Admin/WSc3ff6d0ea77859461172e0811cbf3639b1-7fe6.html > > Dave Watts, CTO, Fig Leaf

Coldfusion 10 and Sqlite - can it work?

2012-05-27 Thread Les Schmidt
I have a current CF9 app that uses sqlite for some small database interactions. To get this working, the latest sqlite driver (sqlitejdbc-v056.jar) had to be put in the Jrun/lib directory. In CF10, with Tomcat replacing JRun (and there's still no "SQLite" datasource type in the admin), I'm tr

Re: CFLayout

2009-06-06 Thread Les Schmidt
> Hi all, > > I have started a project utilizing the ajax commands in cf8 and I have > come across a situation. I want to pull the data inside of the tabbed > areas of a cflayout 'only' when the tab is initiated (clicked on). > > I was wondering if anyone has any ideas of how to do it. I w

Javascript and Cfform/Layout with tabs

2009-06-06 Thread Les Schmidt
Does anyone have any experience with how Javascript (coded between the 'head' tags) works with forms that appear on cflayout tabs? My application gets email from numerous email accounts and displays each account's emails neatly in a separate table. I have a javascript function that "selects a

Re: iPhone Development

2009-01-04 Thread Les Schmidt
>Web apps, you mean? Go grab the meta tag you need to lock the screen >size, and the develop as normal. HTML, JS and CSS are virtually >identical to the normal browser, mouse events are the biggest >difference to deal with. > >cheers, >barneyb > > >> Barney, Can you expand/explain further please

Re: CF 8 Process completes then Firefox opens multiple tabs by itself

2008-12-28 Thread Les Schmidt
>View the source from the browser, and compare the one on your dev >machine to the live server. There is always the chance of a virus on >the server putting something extra into the output Al, Thanks for the suggestion. The problem is that the page never really "completes" in the tab that it

Re: CF 8 Process completes then Firefox opens multiple tabs by itself

2008-12-28 Thread Les Schmidt
>View the source from the browser, and compare the one on your dev >machine to the live server. There is always the chance of a virus on >the server putting something extra into the output ~| Adobe® ColdFusion® 8 software 8 is

Re: CF 8 Process completes then Firefox opens multiple tabs by itself

2008-12-28 Thread Les Schmidt
> > I have a CF template that updates a database of music file info from > disk directory info. I > > can say more about the template, but the problem seems to be > somewhat unrelated. > > > > On my development machine, the template runs perfectly. It takes > about 12 minutes to > > do all of t

CF 8 Process completes then Firefox opens multiple tabs by itself

2008-12-28 Thread Les Schmidt
Hoping someone can help me out here. I have a CF template that updates a database of music file info from disk directory info. I can say more about the template, but the problem seems to be somewhat unrelated. On my development machine, the template runs perfectly. It takes about 12 minutes to

Re: CFFTP CF8.01 timeout and connection property bug/issues

2008-06-13 Thread Les Schmidt
Paul, I have exactly the same problem. You are not alone. Here's an additional dimension of the cfftp problem. I back up some files of various sizes to a remote site using an automated cf task. The page essentially loops through an array of files that it determines need to be ftp'd (backed up

Re: CFFTP CF8.01 timeout and connection property bug/issues

2008-06-13 Thread Les Schmidt
Paul, I have exactly the same problem. You are not alone. Here's an additional dimension of the cfftp problem. I back up some files of various sizes to a remote site using an automated cf task. The page essentially loops through an array of files that it determines need to be ftp'd (backed up

Re: CFFTP CF8.01 timeout and connection property bug/issues

2008-06-13 Thread Les Schmidt
> Hi All, > > It's been a long time since I've had to use CFFTP (CF5) so I may well > be missing something but I seem to have come across a couple of things > one of which, I consider to be a bug. > > Firstly, the bug. > > I need to download a large (600Mb) file, if I set the timeout value to

Re: cffile misbehaving?

2008-03-03 Thread Les Schmidt
Claude/James - thanks for your posts... the explanations are much appreciated. I also received a great reference to william seiters blog post on cffile: http://wsoncf.blogspot.com/2008/02/knowledgebase-file-uploading.html case closed...on to other challenges ~~

Re: cffile misbehaving?

2008-03-02 Thread Les Schmidt
Well I would agree with you except that the information is only available after the server has uploaded the file. Hence it seems that it would have had to know where to get the file from (i.e. the client's directory and file path). Furthermore, the good folks on the ColdFusion team seem to have

cffile misbehaving?

2008-03-02 Thread Les Schmidt
Anyone encounter this? Use cffile to upload a file to a server. Then dump #cffile#. attributes listed include cffile.clientFile and cffile.clientDirectory. When I run this (on three different systems), clientFile eq clientDirectory...they both have the file name and no directory information c

Re: CFGrid data not showing

2007-03-17 Thread Les Schmidt
> >> Technically you don't you have to. If you specify just the query > attribute > >> in the cfgrid tag, and no cfgridcolumns it defaults to creating a > column for > >> column in the result set of the query. > > > >Hmm, didn't know that. Still stabbing in the dark...maybe you need > to > >se