RE: Running HTML Templates in CFMX

2002-06-22 Thread Tony Weeg
did you make sure to make the association in iis for .html files to be parsed by the jrun.dll that .cfm files are set to be parsed by? tony -Original Message- From: Mike Byers [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 3:55 PM To: CF-Talk Subject: RE: Running HTML Template

Re: CF_Lib - need a username-password?

2002-06-22 Thread Adam Churvis
Ray, This happened to us on a server we locked down pretty hard security-wise via ACLs and Black Ice Defender for Server. Everything was humming along nicely, then we applied a hot fix for CFCONTENT and everything required a Windows OS login. We carefully back-tracked our latest changes and dis

RE: CF_Lib - need a username-password?

2002-06-22 Thread Jeffry Houser
Its been a while since I've delt with such server issues, so... As a shot in the dark. Check directory permissions. Check the "access levels" of your "machinename_anonymous" user. Otherwise, I'm out. At 11:21 PM 6/21/2002 -0400, you wrote: >Ack - if anyone knows why IIS would prompt fo

CFTree and IE6 - broken and MM dont seem to be doing anything about it ..

2002-06-22 Thread Mike Kear
Does anyone know if MM are going to just walk away from CFTREE and CFGRID? Because they aren't answering questions on their forum, and don't seem to be interested in answering others who has asked them questions about it. Because with IE6 and NN6 versions, the CFTREE just stopped working. We have

Re: CFTree and IE6 - broken and MM dont seem to be doing anything about it ..

2002-06-22 Thread Marius Milosav
My personal advice is to move to a different solution. We had complaints from customers that updated their browser to IE6 regarding very frequent browser crashes (almost 100% in XP). Some times the crash was immediately once the form with the CFtree was open, some times after a number of clicks on

Re: Linux read only files

2002-06-22 Thread Alex
Some people cam across this phenomenon 40 years ago. On Fri, 21 Jun 2002, Ronald West wrote: > Anyone seen this: > > I have some files that are hosted on a Linux box with CF5. The files are > read only. I try and copy a read only file to another directory and I get a > permission denied error.

Re: MySQL and CF

2002-06-22 Thread Todd
I'm using MySQL with CF, what's the problem? At 08:07 PM 6/21/2002 -0700, you wrote: >Isn't it possible to use MySQL with CF as an RDS datasource? > >Jon Krawczuk Todd Rafferty ([EMAIL PROTECTED]) http://www.web-rat.com/ Team Macromedia Volunteer for ColdFusion http://www.macromedia.com/support/

RE: MySQL and CF

2002-06-22 Thread Neil Clark - =TMM=
So am I, there is no problem. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: 22 June 2002 14:03 To: CF-Talk Subject: Re: MySQL and

RE: CFTree and IE6 - broken and MM dont seem to be doing anything about it ..

2002-06-22 Thread Mike Kear
Any suggestions as to the best way to do it? The app is for a user to click the node in the CFTREE - it is one of 4853 and growing records in a database of songs, and a user has to select one and insert it into a radio run sheet. This has to happen 45 times in about 30 minutes. Cftree has been

Re: CFTree and IE6 - broken and MM dont seem to be doing anything about it ..

2002-06-22 Thread David Schmidt
I know the feeling... cfgrid doesn't seem to work with any JRE except 1.3. I installed the latest (1.4) thinking that I'm doing my system a favor so that IE can keep up with other sites, only to find that it breaks them instead. Then of course there's that silly "This certificate is invalid..."

Re: MySQL and CF

2002-06-22 Thread Tony Schreiber
Maybe he means it doesn't work through Studio via RDS? > I'm using MySQL with CF, what's the problem? > > At 08:07 PM 6/21/2002 -0700, you wrote: > >Isn't it possible to use MySQL with CF as an RDS datasource? > > > >Jon Krawczuk > > Todd Rafferty ([EMAIL PROTECTED]) > http://www.web-rat.com/ > T

RE: Pet Market runs on OS X?

2002-06-22 Thread Stacy Young
Very interesting...I hope your work will pursuade MM to look at porting it officially...Especially with the release of Xserve. What a machine! Stace -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 12:36 AM To: CF-Talk Subject: Pet Market

Re: CFTree and IE6 - broken and MM dont seem to be doing anything about it ..

2002-06-22 Thread Marius Milosav
You will want to replace it with a similar solution ( a tree view representation of your data so the user can select items). There are a number of JS/DHTML or applet solutions available on the web and you can build a CF wrapper against them to achieve the same result as cftree. Marius Milosav www

Re: Pet Market runs on OS X?

2002-06-22 Thread Dick Applebaum
Or, at the very least, support CFMX developer version on OS X for those of us interested in developing on a Mac, regardless of the what platform the production site runs... ..'course, if MM did that, they would probably end up supporting all versions on OS X... %-[)> On Saturday, June 22, 2002

RE: Heavy CF Load

2002-06-22 Thread Bartee Lamar
In some testing of CF5 we found it necessary to NOT install the management reporting, graphing and performance tuning services. We found these affected performance. We did not really understand why, so it may have been something else. I may be wrong on the names of the new services in CF5 but

Re: MySQL and CF

2002-06-22 Thread Todd
Works for me on a windows box. Haven't attempted RDS on my linux box yet. At 09:30 AM 6/22/2002 -0400, you wrote: >Maybe he means it doesn't work through Studio via RDS? > > > I'm using MySQL with CF, what's the problem? > > > > At 08:07 PM 6/21/2002 -0700, you wrote: > > >Isn't it possible to u

Dynamic Custom Tag Name

2002-06-22 Thread Paul Giesenhagen
I am curious if is possible to have custom tags produced dynamically (Their names) I am calling custom tags like: OR OR So, if I do the following: Is there a way to do something like this (though I know this doesn't work) These tags do different things and depending on which tag we u

Re: Dynamic Custom Tag Name

2002-06-22 Thread S . Isaac Dealey
Hi Paul, What you're wanting is syntax... I typically use the template="" attribute and a relative path to the tag I need, however, if the tags you're accessing are in the custom tags directory you can use the name="" attribute. and of course pass any additional attributes you need. hope thi

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
Yes that's what I mean. I can connect to this ODBC source outside of CF5. But then get this trying to use RDS. Near as I can tell the settings match those of the MySQL table I'm connecting to. I've doubled backed a dozen times, same result each time. See screen grabs. Anyone have a simila

Re: Dynamic Custom Tag Name

2002-06-22 Thread todd
Isaac, just adding something else for Paul... acts the same as On Sat, 22 Jun 2002, S. Isaac Dealey wrote: > Hi Paul, > > What you're wanting is syntax... I typically use the template="" > attribute and a relative path to the tag I need, however, if the tags you're > accessing are in the c

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
Yes that's what I mean. I can connect to this ODBC source outside of CF5, but not through RDS Outside result: 'MySQL ODBC 3.51 Driver: 03.51.02 DataSource 'home_contacts' Connected Successfully to 'mysqld-3.23.49' !!! OK' But then get this trying to use RDS: 'Remote Server Operation Fail

RE: MySQL and CF

2002-06-22 Thread todd
#1, why are you using mysql root to login? Bad Jon, no cookie. #2, use the grant statement to make yourself a real account. Make sure that you have permission from MySQL to connect from a remote machine. GRANT (PERM) on database.table to user@'ipaddress' identified by 'password' More docu

RE: MySQL and CF

2002-06-22 Thread Todd
Another alternative is to try a different program and see if you can connect. http://www.mysqlfront.de/ is a donateware MySQL gui. If you're still having problems connecting, try the grant statement I gave you. On Sat, 22 Jun 2002, Jon Krawczuk wrote: > > Yes that's what I mean. I can connec

RE: Linux read only files

2002-06-22 Thread Ronald West
:) And was there a solution? Ronald West Senior Developer PaperThin 781.934.7838 x219 http://www.paperthin.com -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 8:59 AM To: CF-Talk Subject: Re: Linux read only files Some people cam acr

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
I can connect through ODBC, including a mySQL GUI, in this case Premiumsoft NaviCat. I can connect using mysqlfront. I'm not sure it isn't the RDS interface with some errant ini parse. Jon Krawczuk -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 8

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
Thanks. #1. I'm at the frustrated level of just testing locally, so I'm using root safely here. But you're right. I've been a very bad bear. #2. user root already has all rights granted, but no specific rights to connect remotely. Is there one not listed in your example? Jon Krawczuk Applied Gr

RE: MySQL and CF

2002-06-22 Thread Todd
Well, if you've covered all the bases, it might be. Not using CF5 atm so, I can't confirm. At 08:53 AM 6/22/2002 -0700, you wrote: >I can connect through ODBC, including a mySQL GUI, in this case >Premiumsoft NaviCat. I can connect using mysqlfront. > >I'm not sure it isn't the RDS interface wi

RE: MySQL and CF

2002-06-22 Thread Todd
If you look at the users in MySQL... by default, root can connect from localhost and @% <--- @% means ANYWHERE! (Remove root@% and only use root@localhost). So, example grant statement: grant insert, update, delete, select on mydatabase.* to todd@'192.168.0.5' identified by 'somePassw0rd12'

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
Another question, when one enters the IP and port number in the RDS datasource setup, does RDS ask mySQL for a specific table to connect to at this point? I ask this as I can't seem to even get connected to a mySQL source running on the same machine. Previously described errors... Jon Krawczuk -

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
Good thought, I tried this and still no go. Thanks for your help though. Got me thinking... Jon Krawczuk -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 9:01 AM To: CF-Talk Subject: RE: MySQL and CF If you look at the users in MySQL... by default,

Re: Dynamic Custom Tag Name

2002-06-22 Thread Paul Giesenhagen
Below is the actual code that I "was" using... my question now would be, if the "Include" contains as well, will there be a conflict with the closing tags? (Also, I didn't even think of this route :) New code: thisobject="#getproduct#" title="#getproduct.title#" keywords="#getprod

Can I do this with a Query?

2002-06-22 Thread Michael Salemi
I have a database of NFL data. The majority of the data is stored in a single table, with each row of data containing various info on each game played. A very simplified version looks like this: ID TEAM OPPONENT GAME SEASON SURFACE 5 NY Giants

Re: Linux read only files

2002-06-22 Thread Alex
Do an ls -l on the directory and find out the owner and permissions. Then change the file attributes. man chmod for docs > From: Ronald West <[EMAIL PROTECTED]> > To: CF-Talk <[EMAIL PROTECTED]> > Date: Saturday, June 22, 2002 10:53 AM > Subject: RE: Linux read only files > > > >:) > > > >And w

RE: MySQL and CF

2002-06-22 Thread Todd
The crazy thing is... RDS runs under whatever account you specified in the cfadmin. How did you add the CFusion DSN to MySQL? Are you using a dns-less stuff or ... are you telling Win2k via MySQL ODBC that it's there? More food for thought. ~Todd At 09:03 AM 6/22/2002 -0700, you wrote: >An

Re: Dynamic Custom Tag Name

2002-06-22 Thread Todd
is this a local custom tag or a global custom tag? At 11:13 AM 6/22/2002 -0500, you wrote: >Below is the actual code that I "was" using... my question now would be, if >the "Include" contains as well, will there be a conflict with >the closing tags? > >(Also, I didn't even think of this route

Re: Dynamic Custom Tag Name

2002-06-22 Thread Paul Giesenhagen
Local always! - Original Message - From: "Todd" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, June 22, 2002 11:49 AM Subject: Re: Dynamic Custom Tag Name > > > is this a local custom tag or a global custom tag? > > At 11:13 AM 6/22/2002 -0500, you wrote: > >Be

Re: Dynamic Custom Tag Name

2002-06-22 Thread Todd
Ok, so should work. What kind of funky thing are you doing in the If you take out the cfinclude briefly, what happens, does the tag run? Let's go through the process of elimination here. At 11:49 AM 6/22/2002 -0500, you wrote: >Local always! > > >- Original Message - >From: "Todd

Re: Dynamic Custom Tag Name

2002-06-22 Thread Paul Giesenhagen
Todd, Actually it seems to be working correctly ... my secondary question was through the following example: Below I have the module that calls the whichtag variable... then between that cfmodule, I "may" have another similar cfmodule call that calls an alertbox or other custom tag ... These ta

RE: Can I do this with a Query?

2002-06-22 Thread Stacy Young
Hi Michael, You may find it becoming increasingly difficult to maintain that sort of design in the future...Perhaps you should take a look at breaking it out into multiple tables then use SQL joins to query the data. For example, a table for teams and another for "GameInstances". In the first ta

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
I'm setting up an ODBC System DSN for that table. User: root. As I setup RDS server, I point to that DSN using port 3306, user: root Tried over again, still the message is: > > > 'Remote Server Operation Failure: > > > The connection with the server was reset > > > OK' Most strange Jon Krawc

Re: Dynamic Custom Tag Name

2002-06-22 Thread Todd
Shouldn't be an issue... ~Todd At 12:04 PM 6/22/2002 -0500, you wrote: >Todd, > >Actually it seems to be working correctly ... my secondary question was >through the following example: > >Below I have the module that calls the whichtag variable... then between >that cfmodule, I "may" have anothe

Re: Can I do this with a Query?

2002-06-22 Thread S . Isaac Dealey
Hey Mike, I'm not much of a sports fan, so you'll have to forgive me... GAME is independant of team? ... You might create a cross-reference table with 3 columns, TeamID, GameID and GameIndex ... What this would show is the list of games for a given team ( where the team is either in the team or o

RE: CF_Lib - need a username-password?

2002-06-22 Thread Dave Watts
> > Ack - if anyone knows why IIS would prompt for a password > > even when Allow Anon is turned on - I would GREATLY appreciate > > it. > > This happened to us on a server we locked down pretty hard > security-wise via ACLs and Black Ice Defender for Server. > Everything was humming along n

CFMX JrunScripts folder

2002-06-22 Thread Alex Hubner
Hi folks, I'm trying to figure out what why is necessary to have the JRunScripts virtual folder under each WebSite on my IIS server. MM documentation doesn't explain much about it except that you must have it (not why). As a pure CF developer I only can guess that this is kind of JRun heritage si

RE: CFMX JrunScripts folder

2002-06-22 Thread Dave Watts
> I'm trying to figure out what why is necessary to > have the JRunScripts virtual folder under each > WebSite on my IIS server. MM documentation doesn't > explain much about it except that you must have it > (not why). As a pure CF developer I only can guess > that this is kind of JRun herit

RE: CFMX JrunScripts folder

2002-06-22 Thread Stacy Young
On nix systems it's a little more straight forward to turn off services for production environment like RDS, Charting or anything else if you don't use...Other than that I'm certainly no pro on the subject but would be curious to hear more info... -Original Message- From: Dave Watts [mai

RE: CFMX JrunScripts folder

2002-06-22 Thread Dave Watts
> On nix systems it's a little more straight forward to turn > off services for production environment like RDS, Charting > or anything else if you don't use... While I admit that Unix systems are generally easier to manage in many respects, I don't see how it can be any simpler to stop those s

RE: CFMX JrunScripts folder

2002-06-22 Thread Alex Hubner
> RDS and graphing are no longer provided by separate services. > If you want to disable RDS, you have to edit the appropriate > configuration file within the \cfusionmx directory. I suspect > the same is true with graphing. Is this different under Unix > for CF MX? Not to mention saving serv

RE: CFMX JrunScripts folder

2002-06-22 Thread Dave Watts
> Not to mention saving server resources. I normally disable > RDS and other stuff on my production servers also to save > memory, not only to improve security. ODBC agent and ODBC > Server services can be disabled without problems if you > use JDBC drivers. But where is the settings for this

RE: Linux read only files

2002-06-22 Thread Ronald West
Sorry, but this is really bugging me I have apache and coldFusion running under the same user. The directory where the read only file is located has the correct permissions. The directory where I want to copy the file also has the "write" permissions I can log in as that same user on the lin

RE: CFMX JrunScripts folder

2002-06-22 Thread Stacy Young
There was no straight forward way to turn off services in Solaris (as opposed to my dev on Win2k)...was inside a startup script that our unix support said was difficult tweak. Now its an XML file.. Stace -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Saturday, June

sp_SpaceUsed system stored procedure...

2002-06-22 Thread Tony Weeg
hi there. using cfmx and this query sp_SpaceUsed Reports to get the database usage stats for the reports database, returns nothing. is there somethin in cfmx that inhibits system stored procedures from running correctly? when i try to get any of the results, nothing shows up? same

RE: MySQL and CF

2002-06-22 Thread Deb
Unless I'm not understanding correctly, your RDS connection should be pointing to your ColdFusion server and it's port, not the database server port. Deb > -Original Message- > From: Jon Krawczuk [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 22, 2002 1:19 PM > To: CF-Talk > Subject:

RE: sp_SpaceUsed system stored procedure...

2002-06-22 Thread Chris Kief
Has this worked before under CF5? I have always used the and tags when calling stored procedures. Chris -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 1:43 PM To: CF-Talk Subject: sp_SpaceUsed system stored procedure... hi there. using

RE: MySQL and CF

2002-06-22 Thread Jon Krawczuk
That makes all the sense in the world. I have an ODBC source in my CF Server instance (homeserver) verified. Yet I still get that same error setting an RDS server pointed at port 3306. - but change that to port 80, and point to the correct source and voila, that works. Thanks for the clearing pro

Ownership and Permissions CFMX Developer Installation

2002-06-22 Thread Dick Applebaum
I am new to being able to run A CF server. I installed the 'Nix system as recommended in the docs" install under root user root has ownership, others have read execute, i.e. 755 I start CFMX with the root user so logging, etc works properly I develop under a different user so

RE: sp_SpaceUsed system stored procedure...

2002-06-22 Thread Dave Watts
> using cfmx and this query > > > sp_SpaceUsed Reports > > > to get the database usage stats for the reports database, > returns nothing. is there somethin in cfmx that inhibits > system stored procedures from running correctly? when i try > to get any of the results, nothing shows up?

RE: CFMX JrunScripts folder

2002-06-22 Thread Alex Hubner
Thanks for the info Dave! I still want to know exactly what this folder is for (for graphing, JIT compiler, etc, etc?). Experimentation is good but I preferer documentation. Anyway, I'll share my experiments/tests as soon as I can do it. []'s! Alex > -Original Message- > From: Dave Watt

RE: sp_SpaceUsed system stored procedure...

2002-06-22 Thread Simon Horwith
So far... I'm finding that I can call SP's using the ODBC {call sp (params)} syntax but when I have to pass string data as arguments to the SP, CFQUERYPARAM is required to make it work. I haven't been able to find any consistency as to when I must use cfqueryparam and when it's not required.

RE: OT: MM's stock plummeting...

2002-06-22 Thread Jim Curran
I was half way through writing my own version of this response until I decided to read further up the list. Bravo, Dave, my thoughts exactly. - j > -Original Message- > From: Dave Carabetta [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 21, 2002 2:30 PM > To: CF-Talk > Subject: Re: OT:

RE: CF_Lib - need a username-password?

2002-06-22 Thread Raymond Camden
This is just a general notice - CFLIB is back - mostly. There is a bug w/ downloading that will be fixed tomorrow - but most things should be working. Sorry for the downtime folks. === Raymond Camden, ColdFusion Jedi Master for M

CFMAIL problem with server!

2002-06-22 Thread Neil H.
CF Mail problem. If you have a ton of emails in the undeliverable directory and you move them over which Mail Server will they use? In the message it will show the old mail server, but I updated it in the CFADMIN so which applies? Thanks, Neil _

RE: CFMAIL problem with server!

2002-06-22 Thread Cameron Childress
It will use the mail server which was specified when the message was created. You can find the mail server for each message by opening the cfmail file and looking at the CF headers at the very top of the file. You can change this in a text editor, but be careful how you do it, CF-Studio will mod