Re: cfloginuser attribute roles question

2003-08-05 Thread Stéphane_Bisson
Sorry, forget about this question.. I think I know why... I will hard code a difficult role for harker to detect. - Original Message - From: Stéphane_Bisson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 04, 2003 11:04 PM Subject: Re: cfloginuser attribute roles

CFC instances with cffunction roles=!!! problem!

2003-08-05 Thread Stéphane_Bisson
This is pretty hard to explain my problem... but I will try my best to explain it... so I start with this.. 1- I have a facade CFC call PictureServiceFacade.cfm that Flash is calling 2- I have the real CFC instantiated into an Application scope like PictureService.cfc 3- The Flash Movie is

Can Coldfusion MX connect to a Univers Database ?

2003-08-05 Thread Ian Vaughan
Does anybody on the list know how to set up a datasource to an IBM Univers database in Coldfusion MX Administrator. As you may know there is know defualt driver when adding a datasource for Univers, so does anybody have any idea on how to connect to this ? I have installed the latest Univers

Re: Another question about cfloginuser attribute roles.

2003-08-05 Thread Sean A Corfield
On Monday, Aug 4, 2003, at 21:49 US/Pacific, Raymond Camden wrote: When you pass 2-N roles to access, or to isUserInRoles(), CF treats it as an AND list - i.e., the user must be in ALL roles. To get around this, you don't use access=, instead you write your own code: An alternative is to have

Re: CFMX 6.1 Where are the tools? RE: Macromedia release ColdFusion MX 6.1 (previously RedSky)

2003-08-05 Thread Critz
oi Sandy!! http://www.macromedia.com/software/coldfusion/downloads/ Tuesday, August 5, 2003, 6:50:20 AM, you wrote: SC Anyone know where the VTM's or DWMX extensions are for this upgrade? I SC can't find them SC Sandy SC -Original Message- SC

RE: No more ColdFusion Professional?

2003-08-05 Thread Peter Tilbrook
Just be aware that each instance of CFMX will use at least 100Mb of RAM as (source the, er, July edition of CFDJ). For hosting this is a very nice change, instead of just Sandboxes in Enterprise Edition, I can now both run multiple instances and use Sandboxes inside those instances. Jochem

Re: No more ColdFusion Professional?

2003-08-05 Thread Jochem van Dieten
Peter Tilbrook wrote: Just be aware that each instance of CFMX will use at least 100Mb of RAM as (source the, er, July edition of CFDJ). I have instances running on as little as 43 MB (JMC instance and my own server monitoring instance). The rest starts at that number, but increases as they

Re: Macromedia release ColdFusion MX 6.1 (previously RedSky)

2003-08-05 Thread Jochem van Dieten
Peter Tilbrook wrote: Yeah! But hey the first beta of RedSky was about 180Mb! That was not the problem. The problem was that download speed was limited at 50 kB/s. Downloading a complete FreeBSD ISO from the other side of the world was faster as getting a beta. Jochem

RE: alter table question

2003-08-05 Thread Tony Weeg
thanks tody, sounds like you habba cold :) tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:25

Re: How to compute this DAY (not Date) last year?

2003-08-05 Thread Jochem van Dieten
Tony Schreiber wrote: For a sales report, I need to figure out what the date is for this DAY last year. So for today, 8/5/2003 Tuesday, I need to figure out what the date was for this Tuesday last year (which was 8/6/2002). What is the definition of this day last year? Is that this day of the

RE: 6.1 Not Installing

2003-08-05 Thread Ryan Kime
Are these server machines or developer desktops? If server boxes, make sure you are in 256 color mode or greater as the installer requires it. -Original Message- From: Harold Brauer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:27 AM To: CF-Talk Subject: 6.1 Not Installing

RE: alter table question

2003-08-05 Thread Tony Weeg
ok ok ok :) you did tooobut, his had code...he gets 5 more bonus points for the day :) and the american reference was a jab at the thread last week, talking about the difference between millions/billions/zaptillions between the two continentsor usa vs. the world probably. there is a

Re: alter table question

2003-08-05 Thread Jim Campbell
that's 18 (american)million rows ;) That's a lot of fistfights there, mate. ;) - Jim Tony Weeg wrote: yeah that's all well and good, but the table I need to do this one onis a wee 18 million rows. and that's 18 (american)million rows ;) so, I will most likely use the suggestion that

Re: Macromedia release ColdFusion MX 6.1 (previously RedSky)

2003-08-05 Thread Kwang Suh
50148 The cfselect tag's required attribute did not work. Wow. It only took six years, but they finally fixed this :) - Original Message - From: Tilbrook, Peter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 04, 2003 11:24 PM Subject: Macromedia release

RE: alter table question

2003-08-05 Thread Philip Arnold
so, I will most likely use the suggestion that mark kruger suggested Erm, that's exactly what I suggested, but without the code :-P ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFMX 6.1 Where are the tools? RE: Macromedia release ColdFusion MX 6.1 (previously RedSky)

2003-08-05 Thread Sandy Clark
Anyone know where the VTM's or DWMX extensions are for this upgrade? I can't find them Sandy -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 1:24 AM To: CF-Talk Subject: Macromedia release ColdFusion MX 6.1 (previously RedSky)

RE: Shared Windows Hosting - Licensing

2003-08-05 Thread cfhelp
I think this is the best thing MS has done with licensing. My company 'Kchost.net' is joining this program now. I have 2 Dual Processor 2400 servers. The Web Edition of Server 2003 is $10/processor/mo and does not require any CAL's. If I want FrontPage extensions it is $5.00/month per user. The

Re: alter table question

2003-08-05 Thread ksuh
This is because EM will create a temporary table, copy your data over, and then drop the original table, recreate it, and then insert the old data into there and drop the temp table. - Original Message - From: Stan Winchester [EMAIL PROTECTED] Date: Tuesday, August 5, 2003 10:45 am

RE: Installing MX on WIN2K and Not Getting IIS

2003-08-05 Thread Dave Watts
Tried that. Shut down the service and ran the connectors. Still went to the 8500 port. Hopefully a reboot will work. If you install CFMX to use the built-in JRun web server, then later use the IIS connector, the JRun web server will still be running, and you should be able to access your files

RE: Cheesy IIS question

2003-08-05 Thread Jack Poe
is the 6.1 built-in server better than the last version? It was slow as molasses -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:17 PM To: CF-Talk Subject: Re: Cheesy IIS question Jack Poe wrote: great - I'd have to un-install

RE: PDF Question

2003-08-05 Thread Mark Stewart
Janine, Thanks for the response, that's exactly what I was looking for! Thanks again. Mark -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:03 PM To: CF-Talk Subject: RE: PDF Question Mark, What I did with something similar was to add

RE: cf 5 verity collection question

2003-08-05 Thread Raymond Camden
I'm pretty sure mp3 is NOT a format Verity (at least the version in CF) supports. However, you can find _numerous_ Java classes out there that parse mp3s files. Do what I did - parse em all and store the results in a db. That's how I found out I have over 700 hours of music. -shudder-

RE: Cheesy IIS question

2003-08-05 Thread Jack Poe
You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector thanks! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:31 PM To: CF-Talk Subject: Re: Cheesy IIS

Re: Cheesy IIS question

2003-08-05 Thread Jochem van Dieten
Jochem van Dieten wrote: Jack Poe wrote: You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector I don't think that would help with the number of concurrent TCP/IP connections. You might have more luck with

SQL: Brain Teaser

2003-08-05 Thread cf-talk
Perhaps this is easy for someone so I figured I'd ask. Here's the scenario: USERS TABLE - USER_ID USERNAME etc... COMMENTS TABLE - COMMENT_ID USER_ID COMMENT etc... I know I can query USERS and then loop through the results fetching the comments... but

SES dummy file names

2003-08-05 Thread Douglas Fentiman
why use a dummy file name for the url after the SES info. It's not needed and adds more information to be parsed out. I'm told that it acts as another source of keywords that the search engines include in their ranking of the page.

How to compute this DAY (not Date) last year? (SOLVED)

2003-08-05 Thread Tony Schreiber
Ok, using this code: CFLOOP FROM=1990 TO=2010 INDEX=year CFLOOP FROM=1 TO=12 INDEX=month CFLOOP FROM=1 TO=#DaysInMonth('#year#-#month#-01')# INDEX=day CFSET Today = CreateODBCDate('#year#-#month#-#day#') CFSET thisDOW = DayOfWeek(today) CFSET thisdaylastyear = DateAdd('ww',-52,today) CFSET

RE: MM engineers thin on the ground?

2003-08-05 Thread DURETTE, STEVEN J (AIT)
That sounds like you afre trying to get us to ask what's next! -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 7:27 AM To: CF-Talk Subject: MM engineers thin on the ground? We're rotating some folks through some

CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-05 Thread Dustin Snell [Unisyn Software, LLC]
Okay - hearing about all the great new stability enhancements in 6.1. I immediately upgraded to eliminate a problem where the cold fusion service would stop responding until reboot about once a day at random times. Now immediately after upgrade, all sites on this multsite server are returning an

Sandbox permissions denied!!!

2003-08-05 Thread Stéphane_Bisson
Hi, I decided to put a sandbox for my site and now I cannot do anything... I'm stock... When I want to Enable the CF Tag cfregistry that I disable... I disable it because I'm not using it, but I know now that cfapplication tag is using it... that's why I wanted to put it back... it gives me

Re: [cftalk] calculating the date and time.

2003-08-05 Thread Allan Cliff
That should have read Yesterday and not LastWeek but you know what i mean CFIF LookingAt IS Day CFSET Today = CreateDateTime(Year(Now()),Month(Now()),Day(Now()),9,59,0) CFSET Yesterday = DateAdd(N,1,DateAdd(D,-1,Today)) /CFIF - Original Message - From: Allan Cliff To:

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-05 Thread Matt Robertson
Chris Kief wrote: The migration wizard manages the installation of the ODBC services. There should be no need to change files like you're suggesting. This was a bug that caused a fair amount of trouble during the beta cycle. It was reported in the bug tracker as eradicated but may not have

Re: [cftalk] calculating the date and time.

2003-08-05 Thread Allan Cliff
It is just a matter of paying with the individual time values to get what you need. The hour is always 59 minutes past the current hour minus 1. CFIF LookingAt IS Day CFSET Today = CreateDateTime(Year(Now()),Month(Now()),Day(Now()),Hour(DateAdd(H,-1,Now(,59,0) CFSET LastWeek =

CFMX 6.1 and WebDAV

2003-08-05 Thread joe hobson
So according to Ben Forta's DevNet article and other info on the 6.1 enhancements, we learn the following... The CFHTTP tag now supports all HTTP operations (GET, POST, HEAD, PUT, DELETE, TRACE, OPTIONS). Okay, that sounds great and it just happens to coincide with my search for

RE: Erratic CF/IIS issues

2003-08-05 Thread Tony Weeg
i think this email should make its way to every coldfusion using it firm, business, webshop...etcdoes mm have a record of email addressesthis is just too prevalent...way too prevalent... an idea? tony -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Installing MX on WIN2K and Not Getting IIS

2003-08-05 Thread Jim Curran
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:46 AM To: CF-Talk Subject: RE: Installing MX on WIN2K and Not Getting IIS If you already have CF 5 running on IIS, you won't be able to use both CF 5 and CFMX with the same virtual server;

CFC Addressing

2003-08-05 Thread Jason Blum
Does anyone happen to know whether one's calling template and one's CFCs can reside in separate security sandboxes? For instance, could an ISP put all client sites in one default security sandbox with few permissions/tags/etc, but then allow them to tie into CFCs in another sandbox that does

Re: CFMX 6.1 upgrade - 'smooth as butter'

2003-08-05 Thread Calvin Ward
I did an install on a server using an old MX app, it had an error blow up on the very first page. As it turned out this was from the early days and I had included the strlib from cflib.org and wrap() is now a built in function of CFML (this is documented), so it was no surprise. I commented

RE: Convert number to Hex numbers??

2003-08-05 Thread Tony Weeg
from cflib.org decToHEx() cfscript /** * Converts from decimal(base10) to hexadecimal (base16). * * @param strDecimal number to convert to hexadecimal. * @return Returns a string. * @author Rob Brooks-Bilson ([EMAIL PROTECTED]) * @version 1, November 6, 2001 */ function

Dreamweaver MX RDS Backward-Compatibility

2003-08-05 Thread Mike Griffith
What about ftp? Greetings all.. I am the client Dave is talking about. We are using FTP to send files back and forth. We only need RDS access so that we can use Dreamweaver's built-in database connectivity. While we develop on MacOS X, I have tried setting up the account on a PC with the

CFStoredproc is giving incorrect value in CFMX version. but getti ng correct value in cf4.5 version.. --- URGENT

2003-08-05 Thread Ramesh Deva
Hi Here I am giving the testcode which I executed in cfmx version and CF4.5.1 version. But I am expecting value '4' from following code. I will be getting that value in only CF4.5.1 but not in CFMX. Is it unknown cfmx bug or do we need to change any attributes kind of things when

Potential new Cold Fusion hosting center

2003-08-05 Thread Judith
The Kotter Group is considering adding Cold Fusion Hosting to its network operation center. If we did this we would add experienced Cold Fusion developers and database administrators to our staff. However, before we invest in the staff and upgrades we are trying to judge the interest in top shelf

Re: Multiple instances - licensing

2003-08-05 Thread Doug White
The pricing is per processor pair, I believe. Thus if it is on one machine, it will require one license, == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772

RE: OT - SQL Firehose mode??

2003-08-05 Thread Sarsoun, Jeff
This often happens when you open a table that has a large amount of records in the enterprise manager. The enterprise manager, to save resources will not return all the records at once and throws this error when you try to insert a record. There are several things you could do, one of them

RE: RTF and MIME types Addendum

2003-08-05 Thread Ben Forta
I believe that \page is an RTF page break. --- Ben -Original Message- From: Den Melton [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 9:07 PM To: CF-Talk Subject: RTF and MIME types Addendum There's a great example of RTF at: http://tech.irt.org/articles/js154/index.htm.