Re: file.encoding not being set

2007-10-19 Thread Simon Whittaker
i've forgotten, what OS? on linux there was a core java issue (sun said it This is on windows server 2003 unless there's another JDK install that the cf's using i don't know what else to suggest except posting this issue to the core java i18n forums: http://forum.java.sun.com/forum.

file.encoding not being set

2007-10-18 Thread Simon Whittaker
Hi There, I have a problem with the file.encoding in my jvm config, on one server(installed in UK) the locale etc is en_GB and the file.encoding is cp1252. On a machine we have in Moscow(originally installed in Russian locale) I have managed to change the java default locale to be en_GB but

Re: file.encoding not being set

2007-10-18 Thread Simon Whittaker
Sim locale) I have managed to change the java default locale to be en_GB but the locale is stubbornly staying at cp1251. We believe this may be having an cp1251 is a windows codepage (encoding), not a locale. effect on some of the number formatting etc but can't get it to change to it

Re: Subversion... CF's built-in webserver ... Can I do this?

2007-05-11 Thread Simon Whittaker
On Thursday 10 May 2007, [EMAIL PROTECTED] wrote: commit the file to prod when I commit the dev file. This allows me to save and test away on dev and once I have the working version, I can then commit and send it to prod in one stroke. Same as us. We're setup to allow anonymous

Problem with cf executing stored procedures

2007-01-11 Thread Simon Whittaker
All, I hope you can help us with a problem we are experiencing with execution of stored procedures from coldfusion pages. Stored procedures are running very slowly only when executed from cf pages, when they're run in the SQL 2000 query analyser they run in sometimes less than a second but when

jrun and clustering

2006-04-26 Thread Simon Whittaker
All, i have been looking at http://www.macromedia.com/devnet/coldfusion/j2ee/articles/endtoend.html and followed the instructions there about creating the cluster/cd instances etc and am still getting this message whenever I view a cfm page. headtitleJRun Servlet Error/title/headh1500 There is

Oracle Error

2005-06-23 Thread Simon Whittaker
All, Has anyone ever experienced this error: [Oracle][ODBC][Ora]ORA-12163: TNS:connect descriptor is too long I am working with CF5 on windows using Oracle 8i drivers connecting to a 9i database - the error happens intermittently and I am having trouble replicating it for the client. I am

cfgrid on cfmx7

2005-05-04 Thread Simon Whittaker
Hi There, I have come across something using cfgrid on a new install of cfmx7 which I currently evaluating. I have performed a clean install of cfmx7 on win2k server which resulted in a /cfide virtual directory being created in IIS, in this directory were all the directories normally associated

Re: cfgrid on cfmx7

2005-05-04 Thread Simon Whittaker
restriction to localhost for all directories except classes and scripts. Perhaps you need to open up the scripts directory too? Jon On 5/4/05, Simon Whittaker [EMAIL PROTECTED] wrote: Hi There, I have come across something using cfgrid on a new install of cfmx7 which I currently

cfgrid problems

2005-04-29 Thread Simon Whittaker
Hi All, I am having problems with cfgrid/cfform under CFMX 6.1 with latest updater applied and cfgrid hotfix applied. THe problem is that I am getting the form returned from the cfgrid has no elements in it and fieldnames with leading underscore. Has anyone else experienced this problem and found

Re: Corrupt form data:premature ending

2004-12-07 Thread Simon Whittaker
I am still experiencing the below - anyone have any experience of it at all? Happens everytime a form is submitted. Simon On Mon, 6 Dec 2004 09:45:12 +, Simon Whittaker [EMAIL PROTECTED] wrote: Error Occurred While Processing Request Corrupt form data: premature ending Please try

Re: Corrupt form data:premature ending

2004-12-06 Thread Simon Whittaker
Attachments not allowed...stick it in the message ;-) ooops :) Error Occurred While Processing Request Corrupt form data: premature ending Please try the following: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a

Corrupt form data:premature ending

2004-11-29 Thread Simon Whittaker
All, Anyone seen the attached error before? Google not being as helpful as I want it to be. CFMX 6.1 Win2k professional All updates etc cheers Simon ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

cleaning up

2004-07-28 Thread Simon Whittaker
Hi All, I have a page with lots of different queries being performed - essentially linking up multiple different databases. I have recently started to get an error like this: java.lang.OutOfMemoryError Essentially a select query is performed followed by various bits of processing and validation

Windows groups

2004-07-22 Thread Simon Whittaker
All, If I am authenticating a user with Windows Authentication in IIS - I know that I can get the user name with the cgi.remote_user variable but is there any way for me to find out what windows groups the user is a member of? Have been reading about cflogin - anyone any experiences with this and

Re: cftreeitem Duplicate Parent Name Problem

2004-07-21 Thread Simon Whittaker
I have had loads of problems with cftree - including client issues with incorrect java versions etc etc We replaced any cftrees we had with cf_treecontrol from: http://www.cftagstore.com/tags/cftreecontrol.cfm It costs $40 but is well worth it. Cheers Simon On Wed, 21 Jul 2004 10:25:39

Re: cf mx and oracle 8i

2004-07-20 Thread Simon Whittaker
On Tue, 20 Jul 2004 09:51:37 +0200, Steff [EMAIL PROTECTED] wrote: Hello I have a request like insert into toolbox (idtoolbox,label,descr,language,idlinktype,idsource,creatingdate,updatingdat e,publish,delstatus,orderby) values (2,'services et catgories','','FR',0,0,to_date('2004-07-19

Re: cf mx and oracle 8i

2004-07-20 Thread Simon Whittaker
Steff, You need to use to_date as this is used by Oracle to convert your date from a string into the correct format. Have you tried the re-ordering I suggested? to_date('19/07/2004', 'dd/mm/') Cheers Simon On Tue, 20 Jul 2004 10:20:05 +0200, Steff [EMAIL PROTECTED] wrote: I try and I

Re: cf mx and oracle 8i

2004-07-20 Thread Simon Whittaker
On Tue, 20 Jul 2004 10:32:35 +0200, Steff [EMAIL PROTECTED] wrote: I think where is the problem, I get date values with a query. The table valueis like 19-JUL-04. Coldfusion gives me a date like '2004-07-19 00:00:00.0' to_date can't convert. So I should certainly before insert query, modify

Re: Errors 232s Long running requests, and lots more stuff

2004-07-20 Thread Simon Whittaker
Tracy, Did you find a resolution for this issue? Am seeing it on a cf5 server which I need to get sorted. Cheers Simon I can't seem to find the answer to these contstant errors/warnings in the log file of cf 5... It seems all throughout the day, I'm seeing NT error 232 A long-running

Re: Urgent help needed Please.....

2004-07-20 Thread Simon Whittaker
On Tue, 20 Jul 2004 17:21:17 -0400, Sangeeta Karmokar [EMAIL PROTECTED] wrote: Hi, I am new to CF. we have backend as MySql and I am trying to inser into a database created in SQL using this query: cfquery name=add datasource=newmembers INSERT INTO members (name,email) VALUES

Re: server hang - cfexectask.cfm

2004-07-20 Thread Simon Whittaker
Adam, Did you ever work out what was going on with this? Have been experiencing something similar. Cheers Simon I've been trying to hunt down a bug over the last week or so without much luck. The CF service is hanging at least once a week on our CF5/win2k server, and I believe it has to do with

cfmail

2004-07-19 Thread Simon Whittaker
Am I right in concluding that CFMX6.1 Standard edition does not include the cfmail functionality? According to the feature matrix it would appear to be missing. www.macromedia.com/software/coldfusion/whitepapers/pdf/6_1/cfmx61_feature_comparison_matrix.pdf Cheers Simon [Todays Threads] [This

Re: cfmail

2004-07-19 Thread Simon Whittaker
than Standard. John Burns -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:02 AM To: CF-Talk Subject: cfmail Am I right in concluding that CFMX6.1 Standard edition does not include the cfmail functionality? According

cfschedules....

2003-07-31 Thread Simon Whittaker
Hi there, We have a problem with cfschedule that is proving very annoying now. We created a task to be run on the 1st of every month called newsmail. We noticed that the task was being run at odd times so decided to do further investigation - the task was deleted and then yesterday morning we

Re: Why can't COM just work in CFMX?

2003-07-09 Thread Simon Whittaker
webguy wrote: if it works in ASP but not in CFMX it might be a permissions issue. snip we are having similar problems with ChartFX and CFMX - get an Instantiating COM object error after updater 3 . All permissions seem to be in place but with no joy, again it works in ASP but not CFMX - if

Re: Downloading data

2003-06-13 Thread Simon Whittaker
would cf_html2excel be of any use to you? we use it and from what I understand it does what you're asking Cheers Simon Jerry Johnson wrote: Are you looking for the data file to appear in the browser window, or are you looking for the client to save the data file to his/her local drive,

Re: numbers too big

2003-06-13 Thread Simon Whittaker
Are you not having problems with the 0's being knocked off the front of the phone numbers - I have had to store them as varchars before HTH Simon Michael Tangorre wrote: I have some really large number ranges that I need to store in a SQL Server 2K DB. The numbers are of the following size:

Oracle CF5

2003-04-01 Thread Simon Whittaker
Hi all, I have a bit of a problem I wouldn't mind some help with - We are using CF5 and Oracle 8i(8.1.7.0.0) (using Native drivers) and our application is running REALLY slowly. We have tuned the queries as much as we see possible and cached wherever possible although the neature of the

Re: Should be easy :)

2003-02-20 Thread Simon Whittaker
say that temp is your variable cfset temp = Replace(temp,.,) Cheers Simon - Original Message - From: Ryan Mitchell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 12:14 PM Subject: Should be easy :) This should be an easy one. How do I remove the

Re: Should be easy :)

2003-02-20 Thread Simon Whittaker
12:17, Simon Whittaker [EMAIL PROTECTED] wrote: say that temp is your variable cfset temp = Replace(temp,.,) Cheers Simon - Original Message - From: Ryan Mitchell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 12:14 PM Subject

cfsearch and score

2003-02-07 Thread Simon Whittaker
All, Does anyone know how exactly the score is determined in a cfsearch? We have looked through the docs but there is not enough elaboration. Cheers Simon ~| Archives:

Re: who on here did the death clock?

2003-02-06 Thread Simon Whittaker
At least radio 1 in the uk are honest about their list http://www.bbc.co.uk/radio1/chart/playlist/alist.shtml Simon - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 2:21 PM Subject: RE: who on here did the death

perhaps OT process not being closed

2002-11-20 Thread Simon Whittaker
Hi there, I am using cfx_ShellExec to run htmldoc to create pdf reports on the fly. It all works very well - however I have noticed that the htmldoc.exe process is left running after the pdf has been created - in fact there were 30 instances running when I came in this morning which had

multi-lingual translations

2002-10-30 Thread Simon Whittaker
Hi there, Does anyone know if anything (Custom tag etc) exists whereby it would be possible to translate text into other languages on the fly. Ie coming from a database and being translated before it appears on the page? Think it might be a long shot but worth a try. If not this, would anyone

Re: The Myth of Bugs (Was Huge Ungainly thread of Doom)

2002-10-09 Thread Simon Whittaker
Hi there, Just wanted to add my 2c to this issue - We recently installed a version of cfmx on a completely clean server - the server itself runs fine but the amount of trouble we have had trying to get our previous applications to run under CFMX is mind boggling. I am sure that CFMX is as good

HTML2excel

2002-09-24 Thread Simon Whittaker
Hi there, I have been using Peter Stolz's CF_HTML2EXCEL tag on CF 4.5 with great success - however on an upgrade on one of our dev boxes I am getting an error like the following: Error occured while connected to the Excel object! Error Details: An exception occurred when executing a Com method.

Re: HTML2excel

2002-09-24 Thread Simon Whittaker
sorry - should have said upgrade to CFMX DOH!!! Simon - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 12:34 PM Subject: HTML2excel Hi there, I have been using Peter Stolz's CF_HTML2EXCEL tag on CF 4.5

Re: scrolling tables

2002-05-31 Thread Simon Whittaker
like this style=z-index : auto; or have I got completely the wrong idea? Simon - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 31, 2002 1:05 PM Subject: RE: scrolling tables Set a z-index in the style property on the table,

Fw: cfml - asp

2002-05-31 Thread Simon Whittaker
- Original Message - From: Simon Whittaker [EMAIL PROTECTED] Sent: Friday, May 31, 2002 3:41 PM Subject: cfml - asp I am trying to get pass dynamic CFML data from a cfm page to a ASP page? Any ideas - custom tags etc

Fw: CFMX etc etc .....

2002-04-29 Thread Simon Whittaker
Was just reading forta.com - am I to understand that the new version of dreamweaver is in fact the new code editing environment for CF and that studio MX will not be released? Cheers Simon __ Signup for the Fusion

checking security updates

2002-04-16 Thread Simon Whittaker
Hello there, Someone posted a url a few weeks ago which helped a sysadmin check what patches etc were installed on a win 2k machine and what was still needed. I have lost the address - any clues? Cheers Simon __ Structure

Re: Opinions/Experience with Webex?

2002-04-10 Thread Simon Whittaker
they are very good - have used them numerous times. only drawback is cost. HTH Simon - Original Message - From: Gieseman, Athelene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 2:57 PM Subject: RE: Opinions/Experience with Webex? I've used Webex

Re: hosting

2002-04-08 Thread Simon Whittaker
What about www.biznet-hosting.com - 2nd runner up in cfdj awards - 30 days free and well worth a go HTH Simon - Original Message - From: Clint Tredway [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 08, 2002 5:26 AM Subject: RE: hosting I know, I was just stating

Re: CF doing strange things with dates

2002-04-03 Thread Simon Whittaker
why not use cf_cal, not sure about cross browser compatability but it is worth checking it out. you can then make the text box read only to ensure that the user cannot edit the date that is inserted. Is available in the developers gallery at macromedia.com HTH Simon - Original Message -

Re: HTML comments and tag completion

2002-03-29 Thread Simon Whittaker
why not se a keyboard shortcut for your cf comment (mine is ctrl shift m) you can change them in the customize box. You won't need to type the comment anymore HTH Simon - Original Message - From: Jeff Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 29, 2002

max length of query string and Acive edit

2001-11-16 Thread Simon Whittaker
Hello there, I am using Active Edit to create a page - a couple of these have grown to be massive pages. Unfortunately I am now losing the bottom section of the big pages. I have checked in our SQL server 7 dbase and the data type is set to ntext which I believe can hold 2GB of data. Is there a

Re: Oracle Help

2001-11-01 Thread Simon Whittaker
hi there, I have been working on this all day and am still getting errors - I can connect using sqlplus in solaris without problems but cannot connect through cfadministrator - I tried a page to sdee if it would work even though it was failaing connectivity but with no joy. Error code is below:

Oracle Help

2001-10-31 Thread Simon Whittaker
Hello there, I need some help with Oracle - I am not able to connect to my oracle dbase from within cf administrator - it simply gives the not verified message. The trouble is I am not entirely sure what the host string is supposed to look like in the input box - is it

CF and Acitve edit

2001-10-26 Thread Simon Whittaker
Hello there, Is it possible to use cf tags within active edit - I would like to be able to declare a variable within my application page (ie full path to file/image) which is then output into the page in the normal way. I hope you can help Simon

Re: CF and Acitve edit

2001-10-26 Thread Simon Whittaker
t, cfoutput#data.template#/cfoutput/cf_activedit Gary CFDEV.com http://www.cfdev.com - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 26, 2001 7:12 AM Subject: CF and Acitve edit Hello there, Is it possible

Re: CF and Acitve edit

2001-10-26 Thread Simon Whittaker
domain names and paths to images etc. inserted into the body text. If you want to change these later, then you'll have to do a search and replace for the image paths in the body text. Regards Stephen - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: CF and Acitve edit

2001-10-26 Thread Simon Whittaker
CFDEV.com http://www.cfdev.com - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 26, 2001 7:12 AM Subject: CF and Acitve edit Hello there, Is it possible to use cf tags within active edit - I

Oracle and CF

2001-10-25 Thread Simon Whittaker
hello there, I am having some trouble connecting ColdFusion to an Oracle Datasource on a different machine. It seems that we may be missing a driver somewhere along the line but am not exactly sure what to do next - does anyone have any advice? Also, what are the major differences between

cfflush equivalent

2001-10-21 Thread Simon Whittaker
Hello there, Does anyone know of a cfflush equivalent (eg custom tag)which would work within CF4.5. I have a very large page which cannot be cached as it is an action page which changes continuously. What I would like to be able to do is spit information out as it is processed instead of waiting

Re: Last Updated Date

2001-10-02 Thread Simon Whittaker
Cheers Howard and John, Unfortunately the option of having a seperate column or even a seperate table is not really availablt - is there anyway of obtaining the last modified date of a dbase or even any file? Cheers Simon - Original Message - From: John Paitel [EMAIL PROTECTED] To:

Re: Last Updated Date

2001-10-02 Thread Simon Whittaker
: 734.972.9676 - EMPOWER-XL ***Software for Higher Education*** http://www.empower-xl.com -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 4:08 AM To: CF-Talk

Last Updated Date

2001-10-01 Thread Simon Whittaker
Hello There, Is it possible (without a seperate field/table) to obtain a last updated date/time for an Access 2000 or SQL database and then display it on a page? It would also be brilliant to obtain a last updated date/time for a paticular record but I realise that this is less likely. I hope

Slightly OT: CF + Generator

2001-08-31 Thread Simon Whittaker
I am under the impression that you can use CF pages to create dynamic flash pages with Generator. Does anyone know more details about this or have examples that I could look through? Cheers Simon ~~ Structure your ColdFusion code with Fusebox.

Re: creating excel file in the REQUESTED format

2001-08-29 Thread Simon Whittaker
Hi there, I have used HTML2Excel which I got from http://www.coldfusionnet.com - works very well and is easy to setup. This custom tag creates a dynamic Excel file from the generated content of a block of ColdFusion code. The generated content is first saved as an HTML file. Then it is opened

Re: creating excel file in the REQUESTED format

2001-08-29 Thread Simon Whittaker
/info.cfm?ID=82442819-BA47-11D4-83 E400508B94F85Amethod=Full Cheers Simon - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 5:15 PM Subject: Re: creating excel file in the REQUESTED format Hi there, I have used

CFML-PDF

2001-08-07 Thread Simon Whittaker
I would like to convert a CFML template to a PDF file on the fly - this includes images. Does anyone have any tips on how to acheive this? Cheers Simon ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: I'm an idiot...

2001-08-07 Thread Simon Whittaker
From the FAQ at FAQ: http://www.thenetprofits.co.uk/coldfusion/faq I've forgotten the ColdFusion Administrator password. What can I do? Run regedit and go to to HKLM\Software\Allaire\ColdFusion\CurrentVersion\Server Change UseAdminPassword from 1 to 0. This will allow you to get into your

RE: CodeCharge editor - anybody have experience with this?

2001-08-06 Thread Simon Whittaker
I have used it briefly - It is a very good tool for creating quite complex projects as a beginner although anything out of the ordinary poses a problem. It is also very useful for converting projects (created in codecharge) into another language (ie PHP-CFML). In my recollection It is difficult,

RE: CFMail - caveats?

2001-08-05 Thread Simon Whittaker
hi there, The FAQ at http://www.thenetprofits.co.uk/coldfusion/faq/#answer189 has details all about the limitations of CFMail. I have copied it below for you. The highest throughput you can get is 400 emails per minute, based on the fact that the CF server spools 100 every 15 seconds to the