Preparing to upgrade from CF5 to CFMX6.1

2004-09-13 Thread Mike Kear
I have a client who's about to decide to make the leap to the 21st century andupgrade to CFMX6.1 It's a while since I did it, and I've forgotten all the things that broke and/or had to be redone in a better way. is there a preparation checklist anywhere for upgradeing?to check we've upgraded our

Re: gobbledegook returned from MySQL TEXT fields

2004-09-13 Thread Richard Meredith-Hardy
Jochem I have sent this very same question to a couple of MySQL.com lists but without response so far.I was slightly hoping that someone might have come across this problem here seeing as it is CF5 which I am trying to get to work with it.I don't know whether it is a configuration issue or a bug

Now I'm in a fix. Which DB?

2004-09-13 Thread Richard Meredith-Hardy
Dear all I should have asked this question before I got to this stage: Intranet; Win2k / CF5 Which DB should I use? Background: I've an intranet which has been working on Win2k / CF5 / Access just fine for the last couple of years.About 6 months ago I warned the big chiefs that the DB was

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Dirk De Bock - Listclient
Get this one: http://www.microsoft.com/sql/msde/downloads/download.asp Basicly mssql without the licensing cost (and without some management tools) You can use access as the frontend with this one and upgrading your access db to sql is mostly painless - Original Message - From: Richard

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread John Beynon
don't forget you can use the normal SQL admin console to admin MSDE jb. On Mon, 13 Sep 2004 10:24:38 +0200, Dirk De Bock - Listclient [EMAIL PROTECTED] wrote: Get this one: http://www.microsoft.com/sql/msde/downloads/download.asp Basicly mssql without the licensing cost (and without some

Re: Preparing to upgrade from CF5 to CFMX6.1

2004-09-13 Thread vishnu prasad
Hi i had prepared a migration guidlines doucment andchecklist document if u want send me a mail offlist to [EMAIL PROTECTED] regards vishnu Prasad I have a client who's about to decide to make the leap to the 21st century andupgrade to CFMX6.1 It's a while since I did it, and I've forgotten

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Richard Meredith-Hardy
OK... interesting.A couple of questions: I had a look and about the only significant limitation seems to be the 2Gb max size.Whilst I don't expect the current DB will be even a 100th of this I will have to give my clients some sort of idea of longevity. Is there any correlation between a

CF J2SE 1.5.0 Release Candidate

2004-09-13 Thread Tony Pimm
Has anyone tried to run CFMX on the new J2SE 1.5.0 RC java server, to replace the 1.4.2 Java VM that comes with CFMX? http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html I'm running a server install rather than a Jrun install, so I'd be interested to know if there are any performance

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Paul Hastings
I had a look and about the only significant limitation seems to be the 2Gb max size.Whilst I don't expect the current DB will be even a 100th the amount of concurrent users are also throttled. of this I will have to give my clients some sort of idea of longevity. if the db grows bigger than

RE: Now I'm in a fix. Which DB?

2004-09-13 Thread Adrian Lynch
So is there any reason to use Access anymore? Ade -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 11:09 To: CF-Talk Subject: Re: Now I'm in a fix. Which DB? I had a look and about the only significant limitation seems to be the 2Gb max

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Paul Hastings
So is there any reason to use Access anymore? to my mind, there never was a reason to use it in the first place. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF J2SE 1.5.0 Release Candidate

2004-09-13 Thread Paul Hastings
I'm running a server install rather than a Jrun install, so I'd be interested to know if there are any performance improvements. not that we noticed. we did get that warm fuzzy feeling you get at the bleeding edge though ;-) it did add a class or two we've found some use for. [Todays Threads]

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Richard Meredith-Hardy
Paul the amount of concurrent users are also throttled. Max 25 it says.With 200 - 300 intranet users I don't think this would be an issue, would it? I haven't got any stats but it's not exactly as if they're hitting it all day long, its primary use is calendar timesheets (client is a

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Jochem van Dieten
Richard Meredith-Hardy wrote: Max 25 it says.With 200 - 300 intranet users I don't think this would be an issue, would it? If ColdFusion is the only client connecting to it, there won't be more concurrent users as there are concurrent requests in the CF administrator. IIRC that defaults to

RE: gobbledegook returned from MySQL TEXT fields

2004-09-13 Thread James Smith
Interesting to hear about your date problem too.Sounds like I could have a bit of a nightmare converting this app to MySQL- there are a whole lot of rather complicated calendar queries in it... You might be ok SELECT DateField, AnotherField FROMSomeTable Worked fine with no problems at

RE: gobbledegook returned from MySQL TEXT fields

2004-09-13 Thread Tim Blair
This was where it started going wrong and needed casting to a char type instead of a date.So long as you don't group on the date field you should be ok. This seems to be an issue with MySQL - it also appears sometimes when you use the MySQL date functions.For some reason the query returns

RE: Now I'm in a fix. Which DB?

2004-09-13 Thread Adrian Lynch
More so now? -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 11:21 To: CF-Talk Subject: Re: Now I'm in a fix. Which DB? So is there any reason to use Access anymore? to my mind, there never was a reason to use it in the first place. [Todays

cfexecute mysqldump sh

2004-09-13 Thread joe velez
hi im trying to dump a database on the fly w/ cfexecute on redhat cfexecute name='mysqldump' arguments='mydatabase /path/to/save/dump' outputfile='/path/to/save/results' /cfexecute but this only returns -- MySQL dump 9.11 -- -- Host: localhost Database: unrivaled -- -- Server version

Help with Custom Error Messages

2004-09-13 Thread Monique Boea
I would like to display a custom error when a user's session expires? Any suggestions? Cancferrorbe used for this? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Help with Custom Error Messages

2004-09-13 Thread joe velez
maybe cfabort [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Help with Custom Error Messages

2004-09-13 Thread Monique Boea
To display a custom error message? -Original Message- From: joe velez [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 8:10 AM To: CF-Talk Subject: Re: Help with Custom Error Messages maybe cfabort _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: gobbledegook returned from MySQL TEXT fields

2004-09-13 Thread Richard Meredith-Hardy
Do you suppose this is a MyODBC issue or something deeper? CFMX uses the Java connect thingy doesn't it?Do you know if the same thing happens with that? Tim Blair wrote: This was where it started going wrong and needed casting to a char type instead of a date.So long as you don't group on

Re: Help with Custom Error Messages

2004-09-13 Thread John Beynon
your best bet is to to test for something like session.isloggedin (or some variable you've set when a user logs in) in your application.cfm and then redirect if it doesn't exist, ie it's timed out, jb. On Mon, 13 Sep 2004 08:10:48 -0400, Monique Boea [EMAIL PROTECTED] wrote: To display a custom

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Richard Meredith-Hardy
As I said earlier - I should have consulted this list first MSDE would probably do the job for the forseeable future, and that's for free (M$ 'free' ...? can't quite believe it...) with the option of a $4,600 upgrade if MSDE runs into problems.This probably wouldn't have been too difficult

Now I'm in a fix. Which DB?

2004-09-13 Thread Web Specialist
Wait...wait... wait when MS/SQL Server Team say 25 concurrent clients and we're running only CF to access that stored data in MSDE DB will have only 1 client connection(CF ODBC/JDBC connection)? Mistake? Cheers Richard Meredith-Hardy wrote: Max 25 it says.With 200 - 300 intranet users I

RE: Bad Radio Button

2004-09-13 Thread guy . mcdowell
Turns out my problem stemmed from using deprecated values for checked. I used checked = yes, when it's supposed to be just checked or nothing at all. Guy McDowell Web Developer [EMAIL PROTECTED] - Magma Communications Ltd. t: 613.228.3565 x6348 f: 613.228.8313 http://websites.magma.ca This

Flash

2004-09-13 Thread Troy Simpson
I am now developing a flash client.Anyone know of a good list to post Flash questions? Thanks, -- Troy Simpson Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University Libraries Campus Box 7111 | Raleigh | North Carolina ph.919.515.3855 | fax.919.513.3330 E-mail:

disallowing usage of DSNs

2004-09-13 Thread George Abraham
All, The CF web server that I run has various users who also have their own individual web spaces on it. How do I disable or disallow usage of the CF DSNs by these users? Is this even possible? If not, any semantic separation that I can/could have enforced? Thanks, George [Todays Threads]

RE: CF-Talk: Digest every hour

2004-09-13 Thread Matthew Friedman
Could you please send me the migration document also. I have a client and am in the same position. Please send it off list to [EMAIL PROTECTED] Thank you. Matt -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 7:01 AM To: CF-Talk Subject:

RE: Help with Custom Error Messages

2004-09-13 Thread Pascal Peters
Yes, you should beable to use cfthrow type=myExeptionType (with a custom exception type) and then use cferror type=exception exception=myExeptionType template=myErrorTemplate.cfm Pascal -Original Message- From: Monique Boea [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 14:02 To:

Re: Flash

2004-09-13 Thread Joe Rinehart
Hey Troy, Head on over to http://chattyfig.figleaf.com and sign up for FlashCoders. Cheers, Joe - Original Message - From: Troy Simpson [EMAIL PROTECTED] Date: Mon, 13 Sep 2004 09:23:46 -0400 Subject: Flash To: CF-Talk [EMAIL PROTECTED] I am now developing a flash client.Anyone know

Re: disallowing usage of DSNs

2004-09-13 Thread Joe Rinehart
George, One way would be to have the DSNs run under DSN-specific users on the DB server, with the user for the given DSN only having access to certain databases. -joe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Oracle Stored Procedures

2004-09-13 Thread Janet Schmitt
In SQL*Plus, you can see the package specification and hence the procedure definition by entering the DESC command at the SQL*Plus prompt.For example;DESC schema_name.package_name; The DESC will not show you the code inside the package but it will show you what each procedure expects for

Dreamweaver MX 2004 / MacOSX site type selector bug?

2004-09-13 Thread Damien McKenna
As mentioned before, Dreamweaver lets you keep settings for a test server for working with a development server and a live server.Neat idea, the only problem is that it doesn't work for me on OSX.At least 95% of the time when I change between the live and test servers it gives me an error

RE: disallowing usage of DSNs

2004-09-13 Thread Dave Watts
The CF web server that I run has various users who also have their own individual web spaces on it. How do I disable or disallow usage of the CF DSNs by these users? Is this even possible? If not, any semantic separation that I can/could have enforced? Yes, what you want to do is

missing values in attributes scope

2004-09-13 Thread Dave Ashworth
I am getting an error when linking to a page with the following query cfquery name=get_itemtitle datasource=#request.dsn# maxrows=1 SELECT * FROM items WHERE itemid = cfqueryparam cfsqltype=CF_SQL_INTEGER value=#attributes.itemid# /cfquery the url I use to link to this page is

Update a field

2004-09-13 Thread Daniel Kessler
I'm trying to manually update an entry in a database (ORACLE) so that I can insert a number into it'd ID field. update whats_new set id = 2 where header = 'Dr. Catherine Ennis Wins McKenzie Award' I'm getting SQL Command Not Properly Ended.This works fine if I remove the WHERE line, but the

RE: Now I'm in a fix. Which DB?

2004-09-13 Thread Dave Watts
I have ordinary SQL server enterprise edition running on my dev server for other apps I look after. Will MSDE run alongside it on the same box happily enough? I'm a bit confused. If you already have SQL Server Enterprise Edition installed on a machine, why would you want to install MSDE on

Re: Updater Installation error

2004-09-13 Thread David Mineer
Restarting with the services on manual did the trick.I installed before starting them and it is now upgraded.I didn't see Dirk's comments before trying Dave's suggestion so that may have worked also. Thanks for your help. On Sat, 11 Sep 2004 10:08:43 -0400, Dave Watts [EMAIL PROTECTED] wrote:

RE: missing values in attributes scope

2004-09-13 Thread Tangorre, Michael
I am getting an error when linking to a page with the following query /index.cfm?fuseaction=nonsitepage.displayitemid=1577preview=true Invalid data '' for CFSQLTYPE 'CF_SQL_INTEGER'. I would do a couple things: 1.) cfparam all your variables so you know they exist. Only use them if their

RE: gobbledegook returned from MySQL TEXT fields

2004-09-13 Thread Tim Blair
Do you suppose this is a MyODBC issue or something deeper? No, we develop/host on Linux and have the same issue. -- --- Badpen Tech - CF and web-tech: http://tech.badpen.com/ --- RAWNET LTD -

DISTINCT alternative

2004-09-13 Thread Asim Manzur
I have seprate table to stats. When any dealer create the Ad, a field inserted in table for reporting. that table have id, created, dealerid, name, template I need to create a bar graph and show the report. I don't wanna run the query too many times. is there any way that I just run the query

Re: DISTINCT alternative

2004-09-13 Thread S . Isaac Dealey
I have seprate table to stats. When any dealer create the Ad, a field inserted in table for reporting. that table have id, created, dealerid, name, template I need to create a bar graph and show the report. I don't wanna run the query too many times. is there any way that I just run the

Re: DISTINCT alternative

2004-09-13 Thread Tony Weeg
table layout, and a little better explanation? On Mon, 13 Sep 2004 11:03:57 -0400, Asim Manzur [EMAIL PROTECTED] wrote: I have seprate table to stats. When any dealer create the Ad, a field inserted in table for reporting. that table have id, created, dealerid, name, template I need to

Re: disallowing usage of DSNs

2004-09-13 Thread George Abraham
Joe, I do run the various DSNs under db-specific usernames. So they have only access to the databases that they need access to. But this does not stop users from using other DSNs. Dave, I am running CFMX Standard on a Win2K IIS server. I cannot disallow usage of CF from these webspaces, since

OT: pulling header response variables

2004-09-13 Thread Cornillon, Matthieu (Consultant)
All, I am being forced to develop a small module application on my site outside of my normal environment, meaning that I cannot use ColdFusion.(shudder) I am interacting with a plug-in on this other server that includes certain information that I need in the header variables.If I use

RE: Oracle Stored Procedures

2004-09-13 Thread Scott Mulholland
Janet, Thanks for the tip! PROCEDURE TESTPCKG Argument NameTypeIN/OUT Default? CURRETURNSETREF CURSOROUT -Original Message- From: Janet Schmitt [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 9:23

RE: DISTINCT alternative

2004-09-13 Thread James Smith
If I understand correctly the following should do it. SELECTdealerid, count(dealerid) AS Instances FROMyourtable GROUP BY dealerid If you don't want to run the query to often use cachewithin in the query parameters like cfquery name=somequery datasource=mydsn cachewithin=0.25 0.25 is 6 hours

Re: DISTINCT alternative

2004-09-13 Thread Asim Manzur
Thanks works great, the below is the code, Now I can join query topull data in more detail. cfquery name=stats datasource=#DSN# select dealer, count(id) as adcount from dealerAds group by dealer /cfquery cfdump var=#stats# cfchart format=Flash title=Stats Report xaxistitle=Dealers

Re: Oracle Stored Procedures

2004-09-13 Thread Adrocknaphobia
That cursor return needs to be set to IN OUT, not just OUT. -Adam - Original Message - From: Scott Mulholland [EMAIL PROTECTED] Date: Mon, 13 Sep 2004 11:12:19 -0400 Subject: RE: Oracle Stored Procedures To: CF-Talk [EMAIL PROTECTED] Janet, Thanks for the tip! PROCEDURE TESTPCKG

cldap modifying

2004-09-13 Thread Coleman, Brian
I'm trying to use CFLDAP to modify and change the AD. I've used action="" and also action="" but I've run into a problem trying to change a field to be empty. The specific field I'm trying to change at the moment is Description, but it does this with any field. The error message I get is below.

RE: disallowing usage of DSNs

2004-09-13 Thread Dave Watts
I do run the various DSNs under db-specific usernames. So they have only access to the databases that they need access to. But this does not stop users from using other DSNs. You could perhaps use the USERNAME and PASSWORD attributes for those DSNs, rather than entering the values within the

Re: Form Filling w/ activePDF Toolkit

2004-09-13 Thread Chris Tilley
Robert, I am in the midst of doing this same thing for EPA.Could you also send me the sample code using Coldfusion? Thanks much, Chris - Original Message - From: Yexley Robert D Contr AFRL/PROE [EMAIL PROTECTED] Date: Thu, 9 Sep 2004 15:09:52 -0400 Subject: RE: Form Filling w/ activePDF

RE: Form Filling w/ activePDF Toolkit

2004-09-13 Thread Tim Do
I was able to get this to work.. cfset vendor=ABC cfset address1=123 Main cfset address2=Suite A cfset phone=(949)862-6231 cfset email=[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] cfset web=www.asdf.com http://www.asdf.com CFOBJECT ACTION=""> TYPE=COM CLASS=APToolkit.Object NAME=TK

FW: Job in UK

2004-09-13 Thread Mark Smyth
Sent on behalf of the employer - Do not reply to me pls Required, full-time junior ColdFusion developer local to Hillsea/Portsmouth in the UK. This is a fairly junior position, so you don't need to be a coldfusion guru. Main requires are are ColdFusion5 with Transact SQL(ability to write

RE: cldap modifying

2004-09-13 Thread Kevin Cundick
Not sure if this is exactly related to your problem, but it's close. http://support.microsoft.com/default.aspx?scid=kb;en-us;286760 http://support.microsoft.com/default.aspx?scid=kb;en-us;286760Product=win2 000 Product=win2000 -Original Message- From: Coleman, Brian [mailto:[EMAIL

RE: Form Filling w/ activePDF Toolkit

2004-09-13 Thread Yexley Robert D Contr AFRL/PROE
I've had a number of requests for this sample code, and haven't been able to keep up with the responses to all of the requests (sorry to anyone who I've missed so far), so to make it easier for anyone that would like to see this sample code, I've made it available at the link below for anyone

CFLDAP (used for AD permissions?)

2004-09-13 Thread Tony Weeg
hello everyone, hope ur monday is/did go well...mine is ok...for a monday... anyway, can someone just verify for me that cfldap will work with win2k3 active directory usernames/password authentication for a dir on my cfmx server? if not, and ive dreamed this one up, please pass the dutchy...and

Re: cldap modifying

2004-09-13 Thread Bob Flynn
Brian, My CFLDAP wiz tells me that you need to identify your separator. I'm not sure that is the problem, but give it a shot. See the example below: cfldap action="" DN=#ListName# attributes=member=#memberID# separator=$ modifytype=REPLACE server=your.server.nameOrIP port=389

Incorporating Javascript to confirm into a document...

2004-09-13 Thread Brett Barnhart
I've been working on this all morning and I am missing something. I have a delete button on a page and I want a _javascript_ Confirm box to pop up. I am trying to assign a variable in the _javascript_ and then Test that script in my CFIF. This works fine until I add the confirmation box. I

HTTPS post

2004-09-13 Thread Mickael
Hello All, This is a question for the gurus on the this list.I have a request from a client to do an HTTPS post to their webpage, this is not that difficult if I use CF on a webserver no biggie. They client want this however to run off of a pc not runnnga webserver or CF.They have the ability to

Installing CFMX 6.1 w/IIS6 Win2003

2004-09-13 Thread Bosky, Dave
Are there any specific CFMX 6.1 issues related to IIS6.0? When I try to view any cfm pages I get the following error msg: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource. Internet Information Services (IIS) I'm not very familiar with using a

Re: Incorporating Javascript to confirm into a document...

2004-09-13 Thread Ray Champagne
Looks to me like you're trying to mix _javascript_ and server side coding. Can't do that. You could make the delete button a form submit button, using _javascript_, then on the form handler page, test your cfif block, delete whatever, then cflocation yourself back to the original page... Ray

RE: Now I'm in a fix. Which DB?

2004-09-13 Thread Robertson-Ravo, Neil (RX)
Ditto _ From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 11:21 To: CF-Talk Subject: Re: Now I'm in a fix. Which DB? So is there any reason to use Access anymore? to my mind, there never was a reason to use it in the first place. _ [Todays Threads] [This

RE: Now I'm in a fix. Which DB?

2004-09-13 Thread Robertson-Ravo, Neil (RX)
Yes, this is correct, you can easily use MSDE to host an up BUT there are some limitations (well at least there used to be...) MSDE will -- 1. Support up to 2Gb RAM. 2. 2GB database size limit - this can restrictive if you have a text datatype heavy DB 3. Supports up to 2 CPU on

Re: missing values in attributes scope

2004-09-13 Thread Dave Ashworth
I am getting an error when linking to a page with the following query /index.cfm?fuseaction=nonsitepage.displayitemid=1577preview=true Invalid data '' for CFSQLTYPE 'CF_SQL_INTEGER'. I would do a couple things: 1.) cfparam all your variables so you know they exist. Only use them if their

RE: missing values in attributes scope

2004-09-13 Thread Tangorre, Michael
Does it exist in both the form and url scopes? What do you have the FB core files set to in terms of form or URL precendence? Michael T. Tangorre yes, but how do I get around the problem that the variable is there in the url but is not being traced through to attributes.itemid [Todays

experts-exchange.com

2004-09-13 Thread Tony Weeg
[sorry for you cf-comm people this is a cross post from cf-comm :)] http://www.experts-exchange.com/ is the most linked upon site on google, i think, EVERY time i search for something technical, i inadvertently end up with a link to that site, and it usually appears that its the BEST answer, the

Variable evaluation LEFT of the assignment operator

2004-09-13 Thread Rick Root
I'm looking for an alternative method in CFML to do something, because BlueDragon doesn't like the way I'm doing it... so I figured this list is as good as any for alternate solutions... Here is the code that works in CF 6.1: cfset Caller.#Attributes.OutputVar# = TempOutput BlueDragon 6.1

CFFTP: use it on an entire tree?

2004-09-13 Thread Matt Robertson
I'm going to be building a web site uploader.The site is created locally on an intranet and published locally (i.e. written to .html and .cfm files).The written files are then to be uploaded to a live CF web server.I won't know the folder structure in advance other than where the root is. My

Re: Variable evaluation LEFT of the assignment operator

2004-09-13 Thread Scott Brady
Try: cfset Caller[attributes.outputVar] = TempOutput Scott - Original Message - From: Rick Root Date: Mon, 13 Sep 2004 12:49:46 -0400 cfset Caller.#Attributes.OutputVar# = TempOutput -- - Scott Brady http://www.scottbrady.net/ [Todays

Re: Variable evaluation LEFT of the assignment operator

2004-09-13 Thread Barney Boisvert
Try this: cfset caller[attributes.outputvar] = tempoutput / Not sure if it'll work w/ BD, but it should. cheers, barneyb On Mon, 13 Sep 2004 12:49:46 -0400, Rick Root [EMAIL PROTECTED] wrote: I'm looking for an alternative method in CFML to do something, because BlueDragon doesn't like the

Re: HTTPS post

2004-09-13 Thread Tony Weeg
form method=post action=""> that wont work? tw On Mon, 13 Sep 2004 12:18:39 -0400, Mickael [EMAIL PROTECTED] wrote: Hello All, This is a question for the gurus on the this list.I have a request from a client to do an HTTPS post to their webpage, this is not that difficult if I use CF on a

RE: experts-exchange.com

2004-09-13 Thread Tangorre, Michael
From: Tony Weeg [mailto:[EMAIL PROTECTED] anyone? good/bad/scam? It's a good site. I find many answers to questions there! I get all my CF questions answered here, but for other things like C# that site comes in very handy. Michael T. Tangorre [Todays Threads] [This Message]

Crashing Problem

2004-09-13 Thread Lee
Hi all. We have serious crashing problem going on. The JRun CPU usage goes up to 99% and then crashes. This is on internal applications with about 20 users. Details CF MX 6.1 SQL Server 2000 with latest server pack Windows 2000 box with 2 gig RAM. I have done some research and installed one

RE: CFLDAP (used for AD permissions?)

2004-09-13 Thread Dawson, Michael
Can you explain what you are wanting to do? CFLDAP does work with W2k3 AD, but I'm not sure what you mean about a dir on my cfmx server. Do you mean Windows authentication to your directory or do you just want to pass an domain username and password to the CFLDAP tag? M!ke

RE: cldap modifying

2004-09-13 Thread Dawson, Michael
Also, please note that Bob added the MODIFYTYPE attribute.You probably needed that as well.You should be fine with the default separator as long as you don't have any commas in your description.I usually do put an uncommon separator such as $ or | in my CFLDAP tags, just to be safe.

Re: experts-exchange.com

2004-09-13 Thread Matt Robertson
I've gotten a few handy nuggets from there myself.Cheap membership. --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFLDAP (used for AD permissions?)

2004-09-13 Thread Tony Weeg
just want to auth. against ad and if ok, go through to dir on my cfmx server. sorry, its monday tw On Mon, 13 Sep 2004 12:02:32 -0500, Dawson, Michael [EMAIL PROTECTED] wrote: Can you explain what you are wanting to do? CFLDAP does work with W2k3 AD, but I'm not sure what you mean about a

RE: experts-exchange.com

2004-09-13 Thread Tangorre, Michael
What are you guys paying for? Everytime I click on a link from google to experts exchange, I just scroll way down and see the answers... They must get a lot of suckers who click the sign-up button in the middle of the screen above the answers. The only time you have to pay is to ask a question...

RE: CFLDAP (used for AD permissions?)

2004-09-13 Thread Tangorre, Michael
Check the CFC I just emailed you. Michael T. Tangorre From: Tony Weeg [mailto:[EMAIL PROTECTED] just want to auth. against ad and if ok, go through to dir on my cfmx server. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: experts-exchange.com

2004-09-13 Thread Burns, John D
I've found that before too.It depends on what I'm searching though. Sometimes I see the answers and other times I see the sign-up thing.I think sometimes the google link has a session id on the url or something.Who knows though. John -Original Message- From: Tangorre, Michael

Re: experts-exchange.com

2004-09-13 Thread Claude Schneegans
but ive never gone past the sign up here to view the solution... Yeah, and I would rather pay to find the way to exclude this site from my search. Really frustrating. ;-) -- ___ REUSE CODE! Use custom tags; See

RE: experts-exchange.com

2004-09-13 Thread Nick Call
Tony, I gave in and signed up. Yes, there is lots of helpful solutions in there. It's good to know that there are other people experiencing the same issues I see (daily), and that there are solutions and work-arounds out there. Good Luck Nick Call _ From: Tony Weeg [mailto:[EMAIL

Re: experts-exchange.com

2004-09-13 Thread Matt Robertson
some stuff is free and some isn't. I wound up having to join as I needed an answer that was hidden, and have left it as-is since.One of those things where the one question per month (or less) that they answer is worth the 4 bucks membership (or whatever it is).If it saves me an hour the 4 bucks

Re: Crashing Problem

2004-09-13 Thread Dave Carabetta
On Mon, 13 Sep 2004 11:59:51 -0500, Lee [EMAIL PROTECTED] wrote: Hi all. We have serious crashing problem going on. The JRun CPU usage goes up to 99% and then crashes. This is on internal applications with about 20 users. Details CF MX 6.1 SQL Server 2000 with latest server pack Windows 2000

RE: Crashing Problem

2004-09-13 Thread Dave Watts
Hi all. We have serious crashing problem going on. The JRun CPU usage goes up to 99% and then crashes. This is on internal applications with about 20 users. Details CF MX 6.1 SQL Server 2000 with latest server pack Windows 2000 box with 2 gig RAM. I have done some research and

Re: experts-exchange.com

2004-09-13 Thread Claude Schneegans
Yes, there is lots of helpful solutions in there. It's good to know that there are other people experiencing the same issues I wonder why people are paying to ask their questions there when they could ask them here and get the answers for free? -- ___ REUSE

RE: Installing CFMX 6.1 w/IIS6 Win2003

2004-09-13 Thread Dave Watts
Are there any specific CFMX 6.1 issues related to IIS6.0? When I try to view any cfm pages I get the following error msg: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource. Internet Information Services (IIS) I'm not very familiar with using

RE: experts-exchange.com

2004-09-13 Thread Dave Watts
Yeah, and I would rather pay to find the way to exclude this site from my search. Really frustrating. ;-) If you're talking about excluding sites from Google: search terms here -site:expert-exchange.com http://www.seorank.com/google-advanced-search-tips.htm Feel free to send payment to the

RE: experts-exchange.com

2004-09-13 Thread Michael Dinowitz
Speed. Searching through the CF-Talk archives or asking a question can sometimes (based on time of day) be slower than hitting a site dedicated to having QA. As is usual, I've been wanting to build a better QA section for the site, but time and energy. Let me finish gathering specs for the new

Re: Crashing Problem

2004-09-13 Thread Adrocknaphobia
Dave, Whats your overall opinion on the stability of the 6.1 Updater? I'm running test right now (focusing mainly on Oracle), is there anything I should keep an eye out for? -Adam - Original Message - From: Dave Watts [EMAIL PROTECTED] Date: Mon, 13 Sep 2004 13:31:56 -0400 Subject: RE:

Re: disallowing usage of DSNs

2004-09-13 Thread George Abraham
Dave, Good idea! I can then specify read (SELECT) permissions in the DB for the default username values of the DSNs in CF Admin. Then when I want to do INSERTs or UPDATEs, I specify a different username than the one in the DSN definition. This different username will have write (INSERT and UPDATE)

User tracking and breadcrumbs

2004-09-13 Thread Steve Kahn
Dear Friends, I need to track user breadcrumbs starting from their login and stored in db. Any tag suggestions? Steve [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Crashing Problem

2004-09-13 Thread Dave Watts
Whats your overall opinion on the stability of the 6.1 Updater? I'm running test right now (focusing mainly on Oracle), is there anything I should keep an eye out for? So far, so good. Of course, the big thing is the database drivers, so if those work for you it's a good upgrade. Dave

Re: Crashing Problem

2004-09-13 Thread Lee
Updater is going in right now. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Installing CFMX 6.1 w/IIS6 Win2003

2004-09-13 Thread Bosky, Dave
What's really strange is that html pages would display correctly before installing CFMX 6.1 but after installing CFMX 6.1 we get the same error on all pages (html, cfm). HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource. What would the CFMX

Re: Incorporating Javascript to confirm into a document...

2004-09-13 Thread Brett Barnhart
Ah, I see... my approach is all wrong... OK.. I'll go down this avenue! Thanks! Looks to me like you're trying to mix _javascript_ and server side coding. Can't do that. You could make the delete button a form submit button, using _javascript_, then on the form handler page, test your cfif

Pinging servers from within Coldfusion?

2004-09-13 Thread rob.stokes
Hi all, I'm sending SMS messages to a provider using CFHTTP. They have supplied me with two gateway addresses, so I've built in a bit of logic to send to another gateway if the first one is not reachable, which works fine. I was thinking though would it possible to ping each server before

Re: Now I'm in a fix. Which DB?

2004-09-13 Thread Paul Hastings
Max 25 it says.With 200 - 300 intranet users I don't think this would be an issue, would it? i used to be *5*. it used to be an issue. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

  1   2   >