RE: Counting and looping

2004-11-19 Thread Pascal Peters
!--- Calculate totals for each major cfset stCount = StructNew() cfloop query=summary cfif NOT StructKeyExists(stCount,summary.major) cfset stCount[summary.major] = 0 /cfif cfset stCount[summary.major] = stCount[summary.major] + summary.tstuds /cfloop

RE: SQL Help Needed

2004-11-19 Thread Pascal Peters
This isn't how it works (or how BarneyB explained it). The statement is always INSERT INTO, followed by either VALUES or a SELECT statement. The select statement can have any result, as long as it has the same number of columns and the column datatypes match. So, your statement should probably

RE: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread Andy Mcshane
Thanks for this, it is really a great help, I may get a good nights sleep now! -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 19:50 To: CF-Talk Subject: RE: SQL Query using 'FOR XML' Coldfusion Here it is,

RE: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread Andy Mcshane
This is excellent, can't believe it could be so simple! Why didn't I think of that? Many thanks. -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 19:14 To: CF-Talk Subject: Re: SQL Query using 'FOR XML' Coldfusion

RE: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread Andy Mcshane
Thanks for this, it is really a great help, I may get a good nights sleep now! -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 19:50 To: CF-Talk Subject: RE: SQL Query using 'FOR XML' Coldfusion

Re: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread Andy Mcshane
Thanks for this, it is really a great help, I may get a good nights sleep now! -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 19:50 To: CF-Talk Subject: RE: SQL Query using 'FOR XML' Coldfusion Rob, quick query, when I use the following code

RE: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread COLLIE David
'Document root element is missing' any idea why? I think the xml should be something like this, root itemsomething1/item itemsomething2/item itemsomething3/item itemsomething4/item /root which it doesn't look like it is... Ie the only element is the root one

RE: CFMX server is crashing

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Is it on IIS? -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 06:05 To: CF-Talk Subject: Re: CFMX server is crashing CFMX 6.0 ~| Special thanks to the CF Community Suite Gold

UK Dedicated Hosting Recomendations?

2004-11-19 Thread Daniel Lancelot
Hi I need a uk dedicated hosting provider that can provide: Web Hosting Load Balancing Fail Over solutions Rock Solid SLA This is for windows servers (for Hosting CF / .NET + MS SQL) I would appreciate hearing your recomendations both for and against, from personal experience, as our current

RE: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Host it In-House? -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 11:48 To: CF-Talk Subject: UK Dedicated Hosting Recomendations? Hi I need a uk dedicated hosting provider that can provide: Web Hosting Load Balancing Fail Over solutions Rock

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Andrew Dixon
Hi Dan. We are UK based, but use a US based hosting company (ev1servers.net) as all UK based hosting companies are a rip-off in comparsion, and it really doesn't matter where the servers are. EV1 has 24 hour 365 day support so it doesn't matter if you have a problem when it is 3am in the US as

Re: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread Rick Root
I used to do pseudo web services a long time ago I wrote some applications that could be called via a CFHTTP form request, and returned data in WDDX format... Before Amazon had their web service, there was CF_AMAZON... the CF_AMAZON tag actually contacted my server, which went out and

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Daniel Lancelot
Host it In-House? No - that is not an option - Cost of connectivity where are company is based would make that prohibative, and we cannot realisticly offer 24/7 support etc. Cheers, Dan. ~| Special thanks to the CF Community

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Daniel Lancelot
Thanks Andrew, For a largescale uk based application, will it not make a difference to performance at all having the site hosted in the US? Also, if and when telephone support is needed, presumably that means an international call etc? You have mentioned our current hosting company there -

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Paul Stewart
Hi We a UK.com and have had our server hosted in the US for the past 3.5 years with CFXhosting.com. Our site runs as smooth as a babies botty. What with the exchange rate its been excellent value. Sometimes the differences in time zone have caused a few problems with not getting the right

File Upload question

2004-11-19 Thread Clint Tredway
I am working on a site that is hosted at www.crystaltech.com and all of a sudden my file uploads start breaking. Thier supports says I need to change the temp directory where the file uploads happen... how the heck do I do that? Here is the error: Error Occurred While Processing Request

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread news
Have you looked at RackSpace? Regards REX ~ - Original Message - From: Daniel Lancelot [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 19, 2004 11:48 AM Subject: UK Dedicated Hosting Recomendations? Hi I need a uk dedicated hosting provider that can provide:

Re: File Upload question

2004-11-19 Thread Ryan Emerle
contat crystaltech.. sounds like someone changes the permissions on the windows temp directory which CF uses to temporarily store uploaded files. On Fri, 19 Nov 2004 08:49:02 -0600, Clint Tredway [EMAIL PROTECTED] wrote: I am working on a site that is hosted at www.crystaltech.com and all of a

Database design question

2004-11-19 Thread Scott Mulholland
In theory is there any downside to joining cross database. I'm using sql server and was considering having my user data in one database and my content data in an other. In some cases I would need to do something like this as an example: 2 databases (MS SQL Server for arguments sake): USERS and

Re: File Upload question

2004-11-19 Thread Ryan Emerle
/contat/contact/ /changes/changed/ Looks like i need a spell checker. On Fri, 19 Nov 2004 10:02:14 -0500, Ryan Emerle [EMAIL PROTECTED] wrote: contat crystaltech.. sounds like someone changes the permissions on the windows temp directory which CF uses to temporarily store uploaded files.

Re: File Upload question

2004-11-19 Thread Clint Tredway
I have contacted them, here is the response I got. Due to CFMX Sandbox security, your site is locked to its own folder structure. This means that you would not have access to the windows/temp folder and you should be specifying a temp folder with the site. I would assume this worked at one

Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Anyone for experience a problem where after a Windows update (which may not be related) Tomcat fails to start? I am getting the following in the Event Log: Initially : The Tomcat service has started Then I get: The LoadLibrary function failed for the following reason: The specified module

Blank Screen - Anyone else experience this

2004-11-19 Thread Scott Mulholland
We have an application running on CFMX, SQL Server 2000, all MS Windows 2000 boxes. A few times (3 times in 1.5 yrs actually) we have experienced the application just randomly returning a blank white screen to the browser intermittently. It starts with one page, then others start coming back the

Re: CFMX Swiff Charting?

2004-11-19 Thread Michael Traher
I assume you checked out what the built in CFCHART tag can do and this is insufficient? On Thu, 18 Nov 2004 17:52:12 -0500, Dwayne Cole [EMAIL PROTECTED] wrote: Is swiff Chart (http://www.globfx.com) the only real solution. The chart generation software is a little pricy. US $899/server.

Re: Database design question

2004-11-19 Thread Michael Traher
In reality would you not tend to only need to read the user data at login time and then cache whatever user data is required (in a persistant scope of some type) so that your example would become select a.title, u.firstname, u.lastname from articles a WHERE a.insertby = #request.account_id#

Re: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Michael Greenberg
Do you have your JAVA_HOME environment variable set? On Nov 19, 2004, at 10:09 AM, Robertson-Ravo, Neil (RX) wrote: Anyone for experience a problem where after a Windows update (which may not be related) Tomcat fails to start? I am getting the following in the Event Log: Initially :

RE: Database design question

2004-11-19 Thread Scott Mulholland
Well some user data would be stored in session vars, like the account_id and such, but my example was more along the lines of if you wanted to pull a list of articles to display the article and name of the person who inserted it, whereas I take your query to give me the list of articles inserted

Re: File Upload question

2004-11-19 Thread Deanna Schneider
Well, they must be doing sandboxes very differently than we're doing them. Granted I'm not the one creating the sandboxes. But, basically, the gist here is that I just tell the server guys where I want to upload _to_ and they make the sandbox that lets me do it. I don't alter the temp directory

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Daniel Lancelot
Have you looked at RackSpace? Regards REX ~ Hi Rex, I'm looking at them now... Is this a personal recomendation? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

RE: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Yep...the weirdest thing is this : if I click on startup.bat it will start AOK(I can browse to 8100 sites), but if I try and start it via a Windows Service it chokes?! -Original Message- From: Michael Greenberg [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 15:31 To: CF-Talk

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Andy Allan
You've also got www.firstserv.com The service and support they give us at the ScottishCFUG is top notch. Andy On Fri, 19 Nov 2004 10:44:42 -0400, Daniel Lancelot [EMAIL PROTECTED] wrote: Have you looked at RackSpace? Regards REX ~ Hi Rex, I'm looking at them now... Is this a

Re: File Upload question

2004-11-19 Thread Clint Tredway
I don't know how to change it either... All I know is that it was working and now its not and they don't seem to want to help much... thanks for the comments On Fri, 19 Nov 2004 09:41:46 -0600, Deanna Schneider [EMAIL PROTECTED] wrote: Well, they must be doing sandboxes very differently than

Re: Database design question

2004-11-19 Thread S . Isaac Dealey
In reality would you not tend to only need to read the user data at login time and then cache whatever user data is required (in a persistant scope of some type) so that your example would become Not necessarily... if there is an administrative tool to manage users, it might need to

Re: File Upload question

2004-11-19 Thread John Beynon
no, it's definitely their error. You *need* to have permission to write to the temp folder - CFFILE writes into it first then the file is moved to the specified location. It's invisible to you as a developer but from the server admins should know about it - especially crystaltech!!! jb. On

Re: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Michael Greenberg
What about from the command line? If it works there I think its the devil's fault :) On Nov 19, 2004, at 10:44 AM, Robertson-Ravo, Neil (RX) wrote: Yep...the weirdest thing is this : if I click on startup.bat it will start AOK(I can browse to 8100 sites), but if I try and start it via

Re: File Upload question

2004-11-19 Thread Clint Tredway
thats what I thought.. its just frustrating as I have a client deadline and this is not helping On Fri, 19 Nov 2004 15:52:56 +, John Beynon [EMAIL PROTECTED] wrote: no, it's definitely their error. You *need* to have permission to write to the temp folder - CFFILE writes into it first

RE: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Dave Watts
Yep...the weirdest thing is this : if I click on startup.bat it will start AOK(I can browse to 8100 sites), but if I try and start it via a Windows Service it chokes?! If you're able to start it from the command line, but can't run it as a service, you probably have the appropriate

RE: Deleting class files

2004-11-19 Thread Dave Watts
Well, I found out why I was running out of disk space on my servers. I was saving the class files in ColdFusion MX. How that I have stopped saving them, can I safely delete all the class files in the directory c:\CFusionMX\wwwront\web-inf\cfclasses ? Only 5 GBs worth... Yeah,

Re: CFMX Swiff Charting?

2004-11-19 Thread Dwayne Cole
Not enough flexibility. Good for displaying charts and graphs but of information but not very good and presenting information. Swiff offers an affordable static solution but the dynamic version cost a little to much for our application. -- Original Message

Sandbox Permissions with CFC's

2004-11-19 Thread Deanna Schneider
Do sandbox permissions work differently for CFC's? I have a sandbox that works if I write straight cf code like so: cffile action=upload filefield=form.filename destination=my/directory/path nameconflict=makeunique accept=image/jpeg,image/pjpeg If I put the same code in a CFC and invoke it, I

What does this error mean?

2004-11-19 Thread Andy Mcshane
Hi all, I keep this error message in my exception.log, can anyone tell what Coldfusion is trying to do here? Error,jrpp-1696,11/19/04,15:02:57,,File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: X:\Inetpub\wwwroot\CFIDE\main\ide.cfm

Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
This is something to do with the RDS server service I believe. The file doesn't actually exist (at least not on 6.1, even if you have RDS enabled) but it is referred to in the web.xml configuration file. Don't think it is anything to wrong about, but it could be someone probing your machine to see

Re: Database design question

2004-11-19 Thread Michael Traher
Well if you need multiple users data - again this sounds like the sort of data that could be read once and cached, but you know your application and how dynamic the data is... The real question is what benefits do you get from having the user data in a separate database, because it will

RE: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Robertson-Ravo, Neil (RX)
OK, I have removed the service using tomcat -uninstall Apache Tomcat...any one know how to reinstall it as a service using the new JVM.dll? I have tried this but it doesn't work : tomcat -install Apache Tomcat C:\j2sdk1.4.2_05\jre\bin\server\jvm.dll And tomcat -install Apache Tomcat

Re: SQL Query using 'FOR XML' Coldfusion

2004-11-19 Thread Rob
instead of cfxml variable=xmldoc use cfsavecontent and see what it actually is making On Fri, 19 Nov 2004 05:32:15 -0400, Andy Mcshane [EMAIL PROTECTED] wrote: Thanks for this, it is really a great help, I may get a good nights sleep now! -Original Message- From: Taco Fleur

RE: What does this error mean?

2004-11-19 Thread Andy Mcshane
Now you have me worried, possibly someone probing my machine? Whilst RDS is disabled am I safe? -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:17 To: CF-Talk Subject: Re: What does this error mean? This is something to do with the RDS server

Re: Database design question

2004-11-19 Thread Aaron Rouse
If you had multiple projects that all had their own databases but need a central database for user authentication. We had something like this years ago when I was working for the University. The IT department did finally get a LDAP solution working correctly and that is when we switched to that

RE: What does this error mean?

2004-11-19 Thread Michael Dinowitz
That's an RDS call. Hi all, I keep this error message in my exception.log, can anyone tell what Coldfusion is trying to do here? Error,jrpp-1696,11/19/04,15:02:57,,File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is:

RE: Database design question

2004-11-19 Thread Scott Mulholland
Yeah, that's what im trying to figure out, the benefits of doing it this way. It is not for a central users database shared by applications so that benefit is lost. I just wanted to know if there was some best practice out there for this. Aside from having these 2 different types of data

Re: What does this error mean?

2004-11-19 Thread Douglas Knudsen
I've been getting that error on one of my boxes too, i see it only when I login to the CFAdmin tool. Oh, and this box has RDS off. I think its related to the 6.1 updater cfadmin issue maybe. Doug On Fri, 19 Nov 2004 11:31:33 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: That's an RDS

Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
If RDS is off that you are safe. Andrew. On Fri, 19 Nov 2004 11:40:59 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: I've been getting that error on one of my boxes too, i see it only when I login to the CFAdmin tool. Oh, and this box has RDS off. I think its related to the 6.1 updater

Re: ColdFusion Crashing The Web Server

2004-11-19 Thread Michael Dinowitz
I think I've tracked the issue down to the IIS lockdown tool. It adds some things to the IIS admin restart which shuts the whole thing down on different events (supposed to restart I assume). I removed the lockdown tool and did my own security and there isn't any more problems so far.

Re: SQL Datasource

2004-11-19 Thread Donna French
still no luck on this. can anybody help me out? i've entered my local machine name no luck??? On Thu, 18 Nov 2004 15:13:41 -0600, Eric Creese [EMAIL PROTECTED] wrote: GOT THE SERVER NAME RIGHT? YOU MAY HAVE TO USE THE NAME OF YOUR LOCAL MACHINE -Original Message- From: Donna

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Can you be more specific? What events? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:09 To: CF-Talk Subject: Re: ColdFusion Crashing The Web Server I think I've tracked the issue down to the IIS lockdown tool. It adds some things to

RE: SQL Datasource

2004-11-19 Thread Andy Mcshane
Is Coldfusion on the same server as the database, if so, I usually just enter 'localhost' for servername. Have you checked that the login details in Coldfusion actually has permission to access the database on SQL server? Andy McShane Head of Development Scout7 Ltd, 324a Lichfield Road, Mere

RE: What does this error mean?

2004-11-19 Thread Dave Watts
I've been getting that error on one of my boxes too, i see it only when I login to the CFAdmin tool. Oh, and this box has RDS off. I think its related to the 6.1 updater cfadmin issue maybe. The CF Administrator uses RDS for a couple of things, such as the Java filesystem browsing

RE: What does this error mean?

2004-11-19 Thread Dave Watts
Now you have me worried, possibly someone probing my machine? Whilst RDS is disabled am I safe? If you have RDS disabled, you are safe from inappropriate RDS requests. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Michael Dinowitz
That's the thing, I'm not sure what events. I expect it has to do with long running pages and/or excess queue size. All I know is that as soon as I went into the IIS admin service control and removed the IISRestart.exe from it's 'on fail' methods, the problems went away. I'd say that I'd look into

Re: CFMX / IIS Crash

2004-11-19 Thread dcooper
Be sure you're on the CFMX 6.1 + Updater available on the MM web site. There are critical issues fixed that you need (including security fixes). ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

Re: ColdFusion Crashing The Web Server

2004-11-19 Thread dcooper
Be sure you're on the CFMX 6.1 + Updater available on the MM web site. There are critical issues fixed that you need (including security fixes). ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

Re: CFMX server is crashing

2004-11-19 Thread dcooper
Be sure you're on the CFMX 6.1 + Updater available on the MM web site. There are critical issues fixed that you need (including security fixes). ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

Re: CF Scheduled Tasks not working

2004-11-19 Thread dcooper
(Posted several times elsewhere, but it's worth saying here as well...) Be sure you're on the CFMX 6.1 + Updater available on the MM web site. There are critical issues fixed that you need (including security fixes). ~|

RE: What does this error mean?

2004-11-19 Thread Andy Mcshane
Interesting, when I try to use the filesystem browser to register CFX tags I get a server error, could these be connected. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 17:26 To: CF-Talk Subject: RE: What does this error mean? I've been getting

RE: SQL Datasource

2004-11-19 Thread S . Isaac Dealey
users and permissions often don't get moved (or moved properly) when you migrate databases with SQL's dts wizard(s)... so that's something to look into, asside from the usual making sure that you're using the right machine name on your local machine... If you happen to be using a named instance of

Re: SQL Datasource

2004-11-19 Thread Aaron Rouse
I am no MSSQL guru but I seem to recall running into this once and it had something to do with the server not being set to allow SQL logins and just windows. -- Aaron Rouse http://www.happyhacker.com/ On Fri, 19 Nov 2004 17:15:19 -, Andy Mcshane [EMAIL PROTECTED] wrote: Is Coldfusion on

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Robertson-Ravo, Neil (RX)
Well I am on 6.1 fully patched and the problem still exists. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:21 To: CF-Talk Subject: Re: ColdFusion Crashing The Web Server Be sure you're on the CFMX 6.1 + Updater

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Robertson-Ravo, Neil (RX)
So it could be that CF ling requests cause IIS to freak out and the iisreset it run but in turn is cause other services to go bonkers? Are you 100% sure that your problems have been resolved (best guess) by removing the iisreset option? What are you doing if IIS does indeed fail? N

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Robertson-Ravo, Neil (RX)
I seen this thread from the past but I am not sure it makes senseare they saying that when IIS crashes it will just sit in an endless loop? http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid=153 59forumid=4 N -Original Message- From: Robertson-Ravo, Neil (RX)

RE: ColdFusion Crashing The Web Server

2004-11-19 Thread Michael Dinowitz
I changed the settings yesterday and no crashes so far. I'll see over the weekend and next week when high traffic hits. We've been seeing a large jump in both bot and non-bot traffic reciently which may add to the problem. (25,000 non-bot page impressions a day. 3-6 times that in bots) When IIS

RE: What does this error mean?

2004-11-19 Thread Dave Watts
Interesting, when I try to use the filesystem browser to register CFX tags I get a server error, could these be connected. Yes, that requires RDS I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

Re: SQL Datasource

2004-11-19 Thread Donna French
How do I make sure CF has permission to access SQL server? On Fri, 19 Nov 2004 17:15:19 -, Andy Mcshane [EMAIL PROTECTED] wrote: Is Coldfusion on the same server as the database, if so, I usually just enter 'localhost' for servername. Have you checked that the login details in Coldfusion

Locales and ISO codes

2004-11-19 Thread Russ
For each server.coldfusion.supportedLocales, how can one access a locale's elements, e.g. the ISO 639 two-letter language code, EN, and ISO 3166 two-letter country code, US. Element Description language This is the basic locale identifier, such as English. This is identified by an ISO

RE: SQL Datasource

2004-11-19 Thread Dave Watts
How do I make sure CF has permission to access SQL server? You will need to do several things. First, ensure that SQL Server is listening on TCP/IP. There are many ways that SQL Server can listen for requests. Depending on how SQL Server was initially installed, it may only be listening using

RE: What sets the domain in default CFID cookies?

2004-11-19 Thread Gaulin, Mark
Why do you have SetClientCookies to no? Shouldn't that be Yes? -Original Message- From: Nick Cabell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 1:34 PM To: CF-Talk Subject: Re: What sets the domain in default CFID cookies? Mark, I understand your recommendation -

Re: Locales and ISO codes

2004-11-19 Thread S . Isaac Dealey
Which brings up another good question: I'm planning some work on a plugin for the onTap framework to provide an API for handling multilingual sites/applications and I'd like to make it as standardized as possible... Does anybody have a good url to a page that explains the establishment and

Re: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread amy chiu
Does anyone know of any third party CF tags that would allow me to publish and consume web services in ColdFusion 5.0? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

CFC instance creation Problem

2004-11-19 Thread sam komolafe
Hi, Why am I not able to create an instance of a CFC on my test server using this syntax: cfset myInfo = createObject(component,theSite.myApp.CompLib.DAccess) It only works using the CFOBJECT syntax. By the way the CreateObject syntax works perfectly on my local PC. I have CFMX 6.1 + updater

RE: CFC instance creation Problem

2004-11-19 Thread Burns, John D
Do you have any mappings set up on the servers that work that aren't on the other? Any directory structure differences? Is the createObject() function disabled in the CF Administrator? You weren't very clear with what errors you were getting. John -Original Message- From: sam

funny SQL error - running Postgres

2004-11-19 Thread Gonzo Rock
after an insert... the inserted record can not be found... it's there, I can see it but this query returns with zero records found. The Details: First: INSERT INTO DocsList (DocsList_ID,filename) VALUES (746,'H:\UpLoadImages\CmosPic.jpg') then sometime later we Check4Duplicate with:

RE: funny SQL error - running Postgres

2004-11-19 Thread Dave Watts
after an insert... the inserted record can not be found... it's there, I can see it but this query returns with zero records found. The Details: First: INSERT INTO DocsList (DocsList_ID,filename) VALUES (746,'H:\UpLoadImages\CmosPic.jpg') then sometime later we Check4Duplicate

RE: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread Dave Watts
Only CFMX provides built-in tools for publishing and consuming web services. There's no reason you can't use CF5 for web services work, but CF isn't going to help you in any way, so you'll have to manually do all the SOAP and WSDL stuff manually, which would be a nightmare.

Re: CFC instance creation Problem

2004-11-19 Thread Raymond Camden
Show us the cfobject version that works for you. On Fri, 19 Nov 2004 11:40:33 -0800, sam komolafe [EMAIL PROTECTED] wrote: Hi, Why am I not able to create an instance of a CFC on my test server using this syntax: cfset myInfo = createObject(component,theSite.myApp.CompLib.DAccess) It

Re: File Upload question

2004-11-19 Thread Bob Haroche
Clint Tredway wrote: thats what I thought.. its just frustrating as I have a client deadline and this is not helping I use a file upload function on my Crystal Tech MX account without problem -- just checked it. I don't know anything about using a temp directory, but I have set the permissions

Re: File Upload question

2004-11-19 Thread Clint Tredway
I have essentially the same code as you. Thats why its so frustrating! On Fri, 19 Nov 2004 12:10:49 -0800, Bob Haroche [EMAIL PROTECTED] wrote: Clint Tredway wrote: thats what I thought.. its just frustrating as I have a client deadline and this is not helping I use a file upload

Re: File Upload question

2004-11-19 Thread Bob Haroche
Try re-setting your permissions. Clint Tredway wrote: I have essentially the same code as you. Thats why its so frustrating! ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net

Re: funny SQL error - running Postgres

2004-11-19 Thread Pete Freitag
Try using the CFQUERYPARAM tag __ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ ~| Special thanks to the CF Community Suite

Re: CFC instance creation Problem

2004-11-19 Thread sam komolafe
The Error I am getting from cfcatch is: Error Type: Application Error Message: Could not find the ColdFusion Component theSite.myApp.CompLib.DAccess. This syntax works: cfobject name=myInfo component=CompLib/DAccess This does NOT work: cfset myInfo =

Re: funny SQL error - running Postgres

2004-11-19 Thread Joe Rinehart
Yep '\ is reserved in Postgres, and CF doesn't escape it like it auto-escapes apostrophe. I think \\ is the escape for it, so turning 'H:\UpLoadImages\CmosPic.jpg' into 'H:\\UpLoadImages\\CmosPic.jpg' may work. Also, cfqueryparam may clear it up completely. Someone here is bound to know

Re: CFC instance creation Problem

2004-11-19 Thread Barney Boisvert
Try using the same path in your createObject call as in your CFOBJECT call. that'll work. Using a full path like you currently have in createObject (rather than a relative path like in CFOBJECT) requires a known root of the package hierarchy. That's usually a mapping, but could be the web root

Re: funny SQL error - running Postgres

2004-11-19 Thread Gonzo Rock
YES ! Thank you... was using it for the INSERT but not for the SELECT... rumor has it that it should be used for EVERYTHING... but alas I find it hard to buckle down and upgrade all the queries. Thanks Pete, Very Much Appreciated! Gonz On Fri, 19 Nov 2004 16:12:55 -0500, Pete Freitag [EMAIL

Adding Image to Listing

2004-11-19 Thread Jason Smith
Can anyone point me in the right direction with this problem? This is a re-marketing site and when they add a new product to be sold when they attempt to add images this is the error Variable attachment1 is undefined. The error occurred in

Re: Adding Image to Listing

2004-11-19 Thread Joe Rinehart
Jason, Offf the top of my head, try: cfif form[attachment i) eq -joe On Fri, 19 Nov 2004 15:38:39 -0700, Jason Smith [EMAIL PROTECTED] wrote: Can anyone point me in the right direction with this problem? This is a re-marketing site and when they add a new product to be sold when they

Re: Adding Image to Listing

2004-11-19 Thread Jason Smith
I tried your line change new problem related to it. Invalid CFML construct found on line 11 at column 36. ColdFusion was looking at the following text: ) The CFML compiler was processing: * an expression beginning with form, on line 11, column 15.This message is usually caused by a

RE: Adding Image to Listing

2004-11-19 Thread Dave Watts
Offf the top of my head, try: cfif form[attachment i) eq I tried your line change new problem related to it. Invalid CFML construct found on line 11 at column 36. ColdFusion was looking at the following text: ) The CFML compiler was processing: * an expression

Re: What sets the domain in default CFID cookies?

2004-11-19 Thread Nick Cabell
SetClientCookies causes the CFIF/CFTOKEN cookies to be written to the browser but if your server is set to Use j2ee session variables in CFADMIN, then the cookie that is used to maintain sessions is the jsessionid, not cfid and cftoken. Setting SetClientCookies to yes has no effect on the

Re: Locales and ISO codes

2004-11-19 Thread Paul Hastings
Russ wrote: For each server.coldfusion.supportedLocales, how can one access a locale's elements, e.g. the ISO 639 two-letter language code, EN, and ISO 3166 two-letter country code, US. as these are non-standard (java standard anyway) pretty names, you can't. build a lookup table/structure,

Re: Locales and ISO codes

2004-11-19 Thread Paul Hastings
S. Isaac Dealey wrote: make it as standardized as possible... Does anybody have a good url to a page that explains the establishment and general use of the ISO 639 and ISO 3166 standards and/or lists / databases for general consumption? what do you mean by general consumption? pretty english

Re: MX Methodologies (Mach2?? Fusebox??)

2004-11-19 Thread Sean Corfield
On Thu, 18 Nov 2004 16:56:43 -0400, Ali Awan [EMAIL PROTECTED] wrote: I'm still pretty fuzzy on the whole thing. I still can't figure out how to define listeners and events, in a way that makes sense for the applications I write and work on. Perhaps the story of my migration from FB3 to

Re: SOT: Outsourcing

2004-11-19 Thread Sean Corfield
On Thu, 18 Nov 2004 08:55:19 -0500, Ryan Emerle [EMAIL PROTECTED] wrote: Has anyone had any success outsourcing large projects, or portions of large projects, overseas or to temporary/freelance employees? Any pros/cons to either? Any resources you can offer to someone exploring his options?

Railo / IgniteFusion

2004-11-19 Thread Ryan Jones
Does anyone have experience using either Railo or IgniteFusion? I am very interested to switch from PHP to CFML for our websites, but we are unable at present to afford CFMX or Bluedragon (even the free version has limitations on the kind of businesses that may use it, and does not support

  1   2   >