RE: another error...cfc...datatype...xml

2002-10-30 Thread Steven Erat
I have to agree with Matt regarding the application design goals and that the best means for that particular solution might be to provide raw XML as a HTTP response. However, to attack the problem of returning XML from a CFMX Web Service, I found that I was not able to return an XML object

RE: another error...cfc...datatype...xml

2002-10-30 Thread Steven Erat
! cfreturn ToString(xmlObj) works! Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Steven Erat [mailto:serat;macromedia.com] Sent: Wednesday, October 30, 2002 11:53 PM To: CF-Talk Subject: RE: another error...cfc

RE: another error...cfc...datatype...xml

2002-10-30 Thread Steven Erat
/ 888-408-0900 x901 -Original Message- From: Steven Erat [mailto:serat;macromedia.com] Sent: Thursday, October 31, 2002 12:04 AM To: CF-Talk Subject: RE: another error...cfc...datatype...xml H... Changing the sample code below to have a return type of xml and leaving all else

CFMX Updater 3 Released

2003-03-19 Thread Steven Erat
CFMX Updater 3 Released March 20, 2003 http://www.macromedia.com/software/coldfusion/special/updater/faq/ CFMX Updater3 Release Notes http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html ~|

CFMX Updater 3 Released

2003-03-20 Thread Steven Erat
Michael, can I offer any help with the dll problem? If so, please provide details. Thanks Steven Erat ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

New ColdFusion MX FAQ available for using the CFMX Connector

2003-03-21 Thread Steven Erat
the ColdFusion MX on Linux Technote, renamed to: ColdFusion MX support on Linux and Unix with Apache http://www.macromedia.com/support/coldfusion/ts/documents/tn18340.htm http://www.macromedia.com/support/coldfusion/ts/documents/tn18340.htm Thank you, Steven Erat Macromedia

CFMX Updater 3 Available

2003-03-28 Thread Steven Erat
://www.macromedia.com/support/coldfusion/ts/documents/tn18339.htm -Steven Erat Macromedia ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid

CFMX Bug DataCompare() Updater 2?

2002-12-16 Thread Steven Erat
I've confirmed this to be a known bug that was not addressed in either Update 1 or 2. The bug occurs when comparing two dates where the time portion of date 2 is one or more hours greater than date 1. I have no further information on the status of the bug other than to say it has been

Another Disturbing MX Error

2002-12-19 Thread Steven Erat
While you may or may not be on Linux, I think that if you check out this article that some parts of it may be useful for you regardless of your OS. http://www.macromedia.com/v1/handlers/index.cfm?ID=23524Method=FullPageCall=/support/index.cfm Specifically, this part: Hotspot crash or

writing to Excel

2002-12-19 Thread Steven Erat
Try this: !-- author: .steven.erat .created.03.01.02. description: .create a dynamic CSV from a query, and allow for display, download, or deletion of the CSV file. -- CFSILENT CFSETTING

Another Disturbing MX Error

2002-12-19 Thread Steven Erat
Ok, I may be off about the exact size of the perm and maxperm defaults in the jvm versions, but 1.4.1 definitely increased the maxpermsize over 1.3.1. Here's some refs I found on the topic: http://wireless.java.sun.com/midp/articles/garbagecollection2/

Another Disturbing MX Error

2002-12-19 Thread Steven Erat
Ok, here comes the polished version with a little more info: I've tracked down three categories of the java.lang.OutOfMemoryError. - java.lang.OutOfMemoryError no stack trace available - java.lang.OutOfMemoryError: unable to create new native thread - Exception in thread CompileThread0

Microsoft Site Server

2003-06-14 Thread Steven Erat
I've logged and worked bug 51012 for CFMX's CFLDAP tag and MS SiteServer 3. The problem was that a CFLDAP connection to SiteServer would hang. A network trace of the events showed that CFMX sent an appropriate bind request, but SiteServer failed to respond. I reproduced the problem outside

RE: CFUN 2k3 Rollcall

2003-06-18 Thread Steven Erat
So is anyone from the list planning to attend CFUN? (Or will I be the only one in the hotel bar?) Yep. Will be there Friday thru Sunday. -Steven Erat ColdFusion Support Macromedia ~| Archives: http://www.houseoffusion.com

RE: CFHTTP still and again

2003-06-24 Thread Steven Erat
I believe that the HTTP 1.1 specification recommends, but does not require, that the url, cookie, and form posts be URL encoded. ColdFusion 4.5.x did not conform to the recommendations, but ColdFusion 5.0 does. Check the content-type header on the HTTP Request, I believe its

RE: File Upload

2003-07-11 Thread Steven Erat
Christian Cantrell posted a solution in his blog back in January: http://www.markme.com/cantrell/archives/002237.cfm HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 5:49 PM To: CF-Talk Subject: File Upload I know I've used

RE: How do you

2003-07-11 Thread Steven Erat
I should know this, but I've never had a need for it until now. How do you force a page refresh every 5 minutes? Off the top of my head, you could do it in html with: meta http-equiv=refresh content=300; URL=thispage.cfm / You can also use a javascript timer and location.href =

Another Disturbing Error PartII

2002-12-20 Thread Steven Erat
Hello, This is very likely the issue classified as bug 49453. The symptom java.lang.NumberFormatException: null has been characteristic of this problem. Please check the size of C:\CfusionMX\lib\client.properties. If it is only 0 bytes, then you are experiencing the issue. This is a very

Another Disturbing Error PartII

2002-12-20 Thread Steven Erat
Mark, Please contact me at [EMAIL PROTECTED] regarding this issue. Thanks Steven Erat Macromedia Product Support ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Changing default cfmx server in Jrun

2003-08-06 Thread Steven Erat
there is an app just for HR and another one just for Marketing. Then deploy the ColdFusion (ear/war your preference) to each. HTH, Steven Erat -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 7:37 PM To: CF-Talk Subject: Changing default

RE: Changing default cfmx server in Jrun

2003-08-07 Thread Steven Erat
Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:54 PM To: CF-Talk Subject: RE: Changing default cfmx server in Jrun Thanks for the heads up! Stace -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8

RE: FCan not connect to RDS with CFMX 6.1 on JRun

2003-08-08 Thread Steven Erat
Have you modified the rds.properties file to confirm that the context root for CFMX is set correctly? contextRoot={your_context_root_here} -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:58 PM To: CF-Talk Subject: FCan not connect to

RE: postgresql.cfm not found in MX 6.1

2003-08-14 Thread Steven Erat
://www.macromedia.com/support/coldfusion/ts/documents/tn18338.htm -Steven Erat -Original Message- From: Tom Jones [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 5:20 PM To: CF-Talk Subject: postgresql.cfm not found in MX 6.1 I've now run into a problem with a fresh install of MX 6.1 (RH 9

RE: CFMX 6.1 and Verity on Linux

2003-08-14 Thread Steven Erat
does not support Verity on: RedHat 7.3, 8, 9; Suse 7.3, 8.x; or TurboLinux 8. You may want to consider indexing options such as Lucene. The July 2003 CFDJ has an article on using Lucene with CF, by Aaron Johnson of Mindseye. -Steven Erat -Original Message- From: Doug James [mailto

RE: Red Sky Upgrade for CFMX/J2EE?

2003-08-14 Thread Steven Erat
Is this what you are looking for? http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/intro8.htm -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:14 AM To: CF-Talk Subject: Red Sky Upgrade for CFMX/J2EE? The documentation's

RE: DevNet Pro watermark

2003-08-21 Thread Steven Erat
cover, please let me know. Steven Erat -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 5:31 AM To: CF-Talk Subject: DevNet Pro watermark Has anyone else had issues with the DevNet Pro CFMX 6.1 watermark breaking things like javascript

RE: cfexecute erroring

2003-08-22 Thread Steven Erat
pass an argument string to the arguments attribute, CF parses the string to create an array for you. Is this CFMX, CFMX 6.1, or CF5? -Steven Erat -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:30 PM To: CF-Talk Subject: cfexecute

RE: cfexecute erroring

2003-08-22 Thread Steven Erat
I was suggesting using an array of arguments because there is a remote possibility that CF did not parse the argument string properly. As I mentioned before, CF parses the string into tokens using spaces and quotes as delimiters. I believe there is an issue in CFMX right now where a quoted

RE: cfadmin_sqlexecutive

2003-08-25 Thread Steven Erat
This is release noted as fixed in 6.1 as bug 48538. Attempting to verify a bad data source within the Administrator would cause the Administrator to hang. -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 12:07 PM To: CF-Talk Subject:

Re: Merging Flex 1.5 and CFMX7 on JRun

2005-03-23 Thread Steven Erat
root, and Flex through the /flex context root. Note that if you happen to have a directory in the cfusion-war named flex you won't be able to serve pages from it since the URL pattern for /flex will always be mapped to Flex not CF. -Steven Erat On Wed, 23 Mar 2005 12:20:16 -0600, Matt [EMAIL

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Steven Erat
Hello, I was wondering if someone could verify a nasty little bug or whatever with ColdFusion MX 7 running on Linux. Every time I try this code on a system running CFMX 7 on RHEL AS 3.0 w/ Apache the coldfusion server crashes. I then tried it on Windows 2003 and it works just fine. Thanks, -

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Steven Erat
Charles Heizer wrote: I take that back I did find this in the cfserver.log file Unexpected Signal : 11 occurred at PC=0x3FBC9700 As I mentioned earlier, the code worked for me on CFMX7/RHEL30 base. I'd recommend that you confirm the timestamp of the signal 11. Do a live tail on the log

Re: CFUnited - Where's Macromedia?

2005-03-25 Thread Steven Erat
Rick Mason wrote: For what it's worth Macromedia is a sponsor of Powered by Detroit and are sending keynote speakers for both ColdFusion and Flash. http://www.poweredbydetroit.org/sponsors.htm As Ben said, wait a few days... Already Macromedia is sending four speakers to CFUnited: Ben

Re: CFUnited - Where's Macromedia?

2005-03-25 Thread Steven Erat
Ben Forta Damon Cooper Tim Buntel (and me) Looks like that makes 5 Macromedia speakers, in total: Ben, Damon, Tim, Sean, and Christian. I'll be there as a participant, too. http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=CFUnited

Re: MySQL DSN troubles

2005-03-29 Thread Steven Erat
. Add the path, including the full jar file name, to the class path under the Java/JVM settings in the CF Admin. No need to do this. -Steven Erat ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: how to check CF version

2005-03-29 Thread Steven Erat
I searched the archives but I can't figure out how to check the version of CF that's on our server. I have to do some pdf work and wanted to find out my cf version before I posted. So, I'm posting to get info so I can post - two steps back. I figure it's a cgi.something Here's a blog

Re: dynamic pdf creation

2005-03-29 Thread Steven Erat
, see the example in my blog entry: http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=fop And see: http://xml.apache.org/fop/index.html -Steven Erat ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Migrating ODBC Datasources

2005-04-06 Thread Steven Erat
the same overall. Also see http://www.macromedia.com/devnet/mx/coldfusion/migrating.html -Steven Erat ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners

Load Testing ColdFusion Applications Using SeeFusion

2005-04-14 Thread Steven Erat
://mmsupport.breezecentral.com/p75996948/ - Steven Erat Organizer, Online ColdFusion Meetup Group ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

Re: Load Testing ColdFusion Applications Using SeeFusion

2005-04-14 Thread Steven Erat
in this meeting, and especially to Webapper's Mike and Patrick for preparing this talk for the Online ColdFusion Meetup Group's April event. On 4/14/05, Steven Erat [EMAIL PROTECTED] wrote: The Online ColdFusion Meetup Group invites you to a virtual presentation on the ColdFusion monitoring tool

Re: OT: Connecting Flex with Databases

2005-04-29 Thread Steven Erat
On 4/29/05, Matt Woodward [EMAIL PROTECTED] wrote You can absolutely use CFCs, either as web services or as remote objects. You could use CFCs by HTTPService too, although you probably wouldn't want to, by passing a querystring such as ?method=methodnameparam1=value1param2=value2. The return

Re: CF Version # after Updater

2005-05-04 Thread Steven Erat
How can I tell if the CFMX 6.1 Updater has been installed? See: http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=buildnumbers ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: CF Blog shootout

2005-05-10 Thread Steven Erat
side :-) Tell me Jake, what would you like from Amazon?!! -- Steven Erat http://www.talkingtree.com/blog/ -- ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

Re: CF Blog shootout

2005-05-11 Thread Steven Erat
? #MP3File.getBitRate()#BR /CFOUTPUT A search for helliker turns up this sourceforge MP3/ID3 project: http://sourceforge.net/projects/jd3lib/ -- Steven Erat http://www.talkingtree.com/blog/ -- ~| Logware (www.logware.us): a new

Re: CF Blog shootout

2005-05-12 Thread Steven Erat
them. BlogCFM is open-source under the BSD license (ie, you can do almost anything you want with it), and I'm using CFOPEN for project tracking.. bug tracking, feature requests, etc... Good luck and thanks for listening! -- Steven Erat http://www.talkingtree.com/blog

Re: CF Blog shootout

2005-05-12 Thread Steven Erat
Yippie!!! Do you have an Amazon wishlist too :) ? On 5/12/05, Joe Rinehart [EMAIL PROTECTED] wrote: - photo blogs That would be awesome! Since I bought BlogFusion which includes a photoblog, I might stick to BlogCFC for regular blogging and add another photo blog seperately for

Re: Red Hat and AIX Versions

2005-05-12 Thread Steven Erat
. If anyone has any thoughts on either of these, I'd love to hear them. I'll be humming Should I stay or should I go? while awaiting your comments! Thanks! Tim Red Hat 4.0 ? -- Steven Erat http://www.talkingtree.com/blog

RE: RE: Server Slowness

2003-10-03 Thread Steven Erat
, Steven Erat -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 1:36 PM To: CF-Talk Subject: RE: RE: Server Slowness No errors, nothing I can see.No timeouts, nothing like that.Any suggestions of what pointers I can look for, because I don't

TEST - Please ignore

2003-10-03 Thread Steven Erat
Text before a link More text here http://www.macromedia.com/support/coldfusion/ ;http://www.macromedia.com/support/coldfusion/ Text after a link and here [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: HELP!!! How do I debug server hogging code.

2003-10-08 Thread Steven Erat
.htm HTH, Steven Erat -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:51 AM To: CF-Talk Subject: HELP!!! How do I debug server hogging code. I've got some code that recently started hanging and tying up the server when it is run.It

RE: Coldfusion VS Zope (Python) ... HELP!!

2003-10-10 Thread Steven Erat
If anyone is in Boston on Wednesday, Dec 13, the CEO of Zope Corporation will be presenting an overview of Zope at the Boston Linux and Unix Group at MIT. http://www.blu.org/cgi-bin/calendar/2003-dec http://www.blu.org/cgi-bin/calendar/2003-dec -Original Message- From: Glen Salisbury

RE: Comparison of CF features, tags, etc. by version

2003-10-15 Thread Steven Erat
According to the article below, WDDX was introduced in CF4.01. ColdFusion Language History http://www.macromedia.com/support/coldfusion/ts/documents/cfmlhistory.htm http://www.macromedia.com/support/coldfusion/ts/documents/cfmlhistory.htm -Original Message- From: Nick Baker

RE: WebSphere (HATS) and CFMX / J2EE questions

2003-10-16 Thread Steven Erat
this is all I have time for at this moment.Hope this helps. Steven Erat -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:12 AM To: CF-Talk Subject: WebSphere (HATS) and CFMX / J2EE questions Hi, I've just successfully

RE: cfdirectory = slow

2003-10-21 Thread Steven Erat
the cfdirectory tag as measured with getTickCount(), but CF5 on the same machine with same code and same directory required 154 seconds.I ran the test several times and found the times were mostly consistent within about 1 sec. -Steven Erat [Todays Threads] [This Message] [Subscription] [Fast

RE: cfdirectory = slow

2003-10-21 Thread Steven Erat
on RH 7.2. --- sh-2.04$ pwd /tmp/dirlist sh-2.04$ time ls -l /dev/null real 1m16.403s user 0m1.060s sys1m13.330s -- -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 6:03 PM To: CF-Talk Subject: RE: cfdirectory = slow I would still like

RE: CFMX 6.1, JDBC, settings??

2004-01-30 Thread Steven Erat
You can wrap your CFQUERY tags individually with a CFTRANSACTION and then set the transaction isolation level to read_uncommitted.That will have the desired effect. In CFMX 6.0 datasource information used to be kept, partially, in jrun-resources.xml. Datasources had a control element for

RE: CFMX 6.1, JDBC, settings??

2004-01-30 Thread Steven Erat
Ah.I thought that an isolation level of read uncommitted was the goal. At any rate, I don't believe this can be configured via an xml setting.I had tried various attempts to do that, but was unsuccessful. _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 7:39 PM

RE: Verity returns zero hits

2004-02-11 Thread Steven Erat
It's documented that the Verity functionality is not supported in Red Hat 7.3, 8, and 9 in any version of CFMX 6.0 or 6.1.Unfortunately, this means you will have to consider alternatives such as Lucene for indexing documents.Aaron Johnson wrote two excellent articles on integrating Lucene with

RE: Anybody used Firebird, the database

2004-02-17 Thread Steven Erat
FirebirdSQL works with CFMX.You must download their JDBC driver, add it to the classpath in the CFAdmin Java/JVM page, and then configure it as OTHER in the CFAdmin Datasource page. Last year there was a bug uncovered in the Jaybird driver for FirebirdSQL regarding inserts and updates, but the

RE: Question regarding CFMX 6.2 - UPDATE

2004-02-27 Thread Steven Erat
to create or modify packages on the db? - Are you continuing to use createdefaultpackage=true after the initial configuration? Thanks Steven Erat _ From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 9:25 AM To: CF-Talk Subject: RE: Question regarding CFMX 6.2

RE: CFMX and Fedora Core 3

2004-12-03 Thread Steven Erat
. Try installing them from the CD/DVD out of the SRPMS directory. Steven Erat ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4

RE: CFMX and Fedora Core 3

2004-12-03 Thread Steven Erat
:32 info Server version: Apache/2.0.52 12/03 16:12:32 info Restarted Apache server -Steven Erat Although Fedora Core 3 is not an officially supported OS for CFMX, I currently use FC3 with CFMX 6.1 and Apache 20.52 on my laptop. I use the default user account, nobody. I can test some

RE: CFMX ODBC/JDBC Drivers

2005-01-24 Thread Steven Erat
Scott, The CFMX 6.1 Updater 1 comes with Macromedia drivers version 3.3. These drivers have been demonstrated by CF QA to be superior to earlier versions, including those that were in CFMX 6.1 and especially those that came with 6.0x. Macromedia CF QA recommends using the 3.3 driver version.

RE: MySQL on CFMX

2005-01-28 Thread Steven Erat
Could it be that you are using MySQL 4.1? http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=MySQL41 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253 I've been able to setup a MySQL for CF5 BD, but CFMX throws the following error: Connection verification

RE: Restart CFMX with CFML?

2005-01-31 Thread Steven Erat
as possible, 1 min. ColdFusion can schedule the stop/start, but Windows will execute the commands even if CF is shutdown. See this for a cfm script that calls AT to restart the service: http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=RestartCFMX -Steven Erat -Original Message

RE: CFMX 6.1 Install issue (2nd try)

2005-01-31 Thread Steven Erat
When doing this, do you connect? (the cmd window goes blank and you get a blinking cursor) If you can't connect then neither can wsconfig. You might want to confirm that the TrueVector service is turned off (the service under ZoneAlarm). Let us know ... -Steven Erat -Original Message

RE: Outputting an XML Object to browser

2003-11-11 Thread Steven Erat
Make sure there are no characters after the cfcontent other than the generated xml.This means no spaces or line breaks between cfcontent and cfoutput. Looks like you may have a space, but it might be the cftalk html formatting. -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]

RE: Outputting an XML Object to browser

2003-11-11 Thread Steven Erat
Looking at this again, This works and outputs the xmldoc as a string - CFSETTING showdebugoutput=No CFSAVECONTENT variable=xmlDoc rootfoobar/foo/root /CFSAVECONTENT CFCONTENT type=text/xml reset=Yes CFOUTPUT#xmlDoc#/CFOUTPUT This breaks while trying to output the xml object

RE: Outputting an XML Object to browser

2003-11-12 Thread Steven Erat
This is bug 48509 and is not fixed as of the current version.It occurs when sandbox security is enabled. -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 2:20 PM To: CF-Talk Subject: RE: Outputting an XML Object to browser Dave said: I'd

RE: FCKeditor - who uses it ?

2004-01-05 Thread Steven Erat
CFXML_Blog 1.5 Beta 3 uses this editor via a custom tag.The source shows the author to be: John Watson ([EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ) _ From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 3:55 PM To: CF-Talk Subject: Re:FCKeditor - who uses it ? Is

RE: CFMX Upgrade Problem

2004-01-06 Thread Steven Erat
Maybe this will help: Troubleshooting DataDirect SequeLink ODBC service startup issues http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_sequelink.htm http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_sequelink.ht m _ From: Bruce Sorge [mailto:[EMAIL PROTECTED]

RE: SOT: BD 6.1 and mySQL

2004-01-06 Thread Steven Erat
MySQL has default security restrictions that typically don't allow remote hosts to connect.A quick and dirty test would be to modify the mysql start script and add an argument for --skip-grant-tables such as: $bindir/safe_mysqld --skip-grant-tables --datadir=$datadir . . .Then restart mysqld. If

RE: cfstat - generate log?

2004-01-22 Thread Steven Erat
Try using getMetricData() from your code.This provides the same data that cfstat does. Parse it, format it, output it to a file.Run the code as a scheduled task at the desired interval. Usage is the same in CFMX as it is in CF5/4.5.

RE: cfstat - generate log?

2004-01-22 Thread Steven Erat
That's true.However, because it's a known value that remains constant with each execution, it can be easily accounted for when calculating summarized data.There will one request for the template having getMetricData( ).In fact, you could simply do (ReqsRunning = ReqsRunning -1) before logging the

RE: JRunScripts Folder / Virtual Directory

2004-07-21 Thread Steven Erat
The IIS virtual path for JRunScripts is needed for the JRun ISAPI filter. If JRun ISAPI filter makes a match, it uses /JRunScripts/jrun.dll For example, if the jrun.ini parameter for ignoresuffixmap is set to false, then if J2EE sessions are used and jsessionid is in the URL, the JRun ISAPI

RE: Oracle PL/SQL and CLOBS

2004-07-23 Thread Steven Erat
string.Leaving the SP out parameter as clob but changing the CF_SQL_TYPE to varchar resolved the problem as the clob was returned as a string. My testing for these issues was done with CFMX 6.1, Macromedia driver version 3.3, Oracle 8.1.7. Hopefully, some of this may help. Steven Erat

RE: CF on Linux

2004-07-29 Thread Steven Erat
CFMX 6.1 supports Red Hat Enterprise Linux 2.1 and 3.0, and it comes with a MS SQL JDBC driver.For those versions of Linux which have been previously qualified as not supported for Verity functionality, there is a hotfix to enable Verity for ColdFusion on all Linux OS's listed in the system

RE: Monitor CFMX threads

2004-07-29 Thread Steven Erat
Generate a Full Thread Dump to see which threads and cfm templates are running at that instant. http://www.macromedia.com/support/coldfusion/ts/documents/tn18339.htm http://www.macromedia.com/support/coldfusion/ts/documents/tn18339.htm -Steve _ From: Mark W. Breneman [mailto:[EMAIL

RE: CF on Linux

2004-07-29 Thread Steven Erat
to include getting verity spider to work? Doug Steven Erat wrote: CFMX 6.1 supports Red Hat Enterprise Linux 2.1 and 3.0, and it comes with a MS SQL JDBC driver.For those versions of Linux which have been previously qualified as not supported for Verity functionality, there is a hotfix to enable

RE: CF on Linux

2004-07-29 Thread Steven Erat
-Talk Subject: Re: CF on Linux My problem is that it does not exist on our installation. I would like to try to use vspider but I cannot find it. Doug Steven Erat wrote: Support for Verity is inclusive of the Verity commandline tools. Do you have a specific example of a vspider problem on Linux

RE: Monitor CFMX threads

2004-07-29 Thread Steven Erat
. -Steven Erat _ From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 4:36 PM To: CF-Talk Subject: RE: Monitor CFMX threads Pete, I tried the new code.When I browse it with IE6 sp1 I get the error.If I use the browse in Homesite+ 5.5 I get Thread Count: 3 Just

RE: Datasource list in XML file?

2004-08-11 Thread Steven Erat
http://www.macromedia.com/support/coldfusion/adv_development/config_builtin _webserver/index.html -Steven Erat _ From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 9:50 AM To: CF-Talk Subject: Datasource list in XML file? Ok, related to my earlier dev server

RE: Datasource list in XML file?

2004-08-11 Thread Steven Erat
Hrm... - Check the jrun.xml file to confirm that the port is in fact 8500. - Check the default-event.log for server startup. It should have an entry like: 08/10 16:40:43 info JRun Web Server listening on *:8500 - Check that the port is actively being listened on with netstat. C:\netstat -a |

RE: connection failure cfhttp

2004-08-20 Thread Steven Erat
For anyone trying to get to that link, it seems that the server is down completely right now... have to talk to my ISP about that. The problem is that if compression is enabled for applications and/or static content in IIS, Java clients can't decompress the content, including the ColdFusion

RE: Frustrated: Help Web Services - Illegal XML character

2004-08-20 Thread Steven Erat
Based on the AxisFaultCode, I believe that the actual character you want to replace is represented by the entity x1c; Assuming that in CF the variable xmlcontent holds the xml document, then the following would strip that character out: cfset xmlcontent = replace(xmlcontent,chr(28),'','all')

RE: CF MX Connector

2004-08-23 Thread Steven Erat
You have to recompile the connector to eliminate that error.The connector source is included in the ColdFusion installation. >From a (slightly old) CFMX Connector FAQ: Where is the Apache connector source located and how can I compile my own Apache EAPI connector? For ColdFusion MX, the code

RE: homesite like for linux?

2004-08-27 Thread Steven Erat
You might want to take a look at the CodeWeavers website.Dreamweaver MX is offered at the Bronze compatibility level for Linux. http://www.codeweavers.com/site/compatibility/browse/name?app_id=14 http://www.codeweavers.com/site/compatibility/browse/name?app_id=14 You could also google for:

Re: CFMX 7 and JRun updater 5

2005-05-26 Thread Steven Erat
Boby posted that remark on April 9th, before the announcement was made. At that time, QA hadn't finished regression tests. Updater 5 for JRun is supported with CFMX 7. Bert Dawson wrote: OK, i've just been pointed to Brandon Purcell's blog which says: CFMX 7 with JRun 4 U5 is tested and

Re: CFMX7 and OSX 10.4 install issue

2005-05-26 Thread Steven Erat
On Solaris and Linux when using ksh instead of csh, sh, or bash, the terminal freaks out on the line for CF Admin password input. Make sure you're not in ksh first. Sean Corfield wrote: On 5/26/05, Tom McNeer [EMAIL PROTECTED] wrote: I've posted this to the CF-Mac list, but haven't

Re: Verity and languages

2005-05-27 Thread Steven Erat
Have you installed the verity_asian_locales.zip? http://www.macromedia.com/go/cfmx7_verity_install Download the appropriate Verity Locales package, and save it to your /cf_root/ directory. * verity_asian_locales.zip - includes Japanese, Korean, Chinese (Simplified), and Chinese

Re: Verity and languages

2005-05-27 Thread Steven Erat
It just occurred to me. The current installations are incorrect and will be updated shortly. The correct directory to extract the language pack zips is to $verity_root/k2/common not $cfroot. Steven Erat wrote: Have you installed the verity_asian_locales.zip? http://www.macromedia.com/go

Re: Verity and languages

2005-05-27 Thread Steven Erat
The linux utility 'unzip' is for this purpose. The .zip extension doesn't imply that the archive is for Windows only. Here's a good howto: http://www.linuxjournal.com/article/1324 Of course, see also: man unzip And don't forget about my correction to my first reply. The place to unzip to is

Re: Verity and languages

2005-05-27 Thread Steven Erat
That's not what I see. For ColdFusion MX 7, first I go to http://www.macromedia.com/go/verity Then I enter a serial number and get redirected to a page where the Language Packs are at the top, with 4 different zip files with different locales, and at the bottom are the OS specific ColdFusion

Re: Verity and languages

2005-05-27 Thread Steven Erat
I've been giving you instructions for ColdFusion MX 7, not 6.1. You are correct about double byte character sets and CFMX 6.1. Initially, double-byte character sets didn't work with that version of Verity in CFMX 6.x for any OS at all, but then a hotfix was made that permitted it work on

Going on now! Steve Rittler on FarCry and Michael Dinowitz on Consuming Popular Web Service

2005-06-02 Thread Steven Erat
This CFUNITED preview will host two 15 minute talks by Michael Dinowitz on Consuming Popular Web Services and Steve Rittler on FarCry, A Free ColdFusion-based CMS (Content Management System). These talks are brief previews of the seminars to be given at CFUNITED between June 29 and July 1. See

Re: trapping/logging errors in onSessionEnd in application.log

2005-06-05 Thread Steven Erat
this applies to your code, so see if you have this.sessiontimeout defined in Application.cfc -Steven Erat On 6/4/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: A normally operating CFMX7 installation should log errors which occur during the onSessionEnd stage to the application.log right? My server

CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
Going on now stop by for a 1/2 hour Breezo Part 1) Jeffry Houser - Creating Sound for Flash Movies Part 2) David Epler - LAMBDA Boxes: ColdFusion Apps on the Cheap (Linux,Apache,MySQL,BlueDragon ) Breeze Meeting URL: http://macromedia.breezecentral.com/cfliveno8/ Date: Right now! These

Re: CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
back and try again later. -Steve Steven Erat wrote: Going on now stop by for a 1/2 hour Breezo Part 1) Jeffry Houser - Creating Sound for Flash Movies Part 2) David Epler - LAMBDA Boxes: ColdFusion Apps on the Cheap (Linux,Apache,MySQL,BlueDragon ) Breeze Meeting URL: http

Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Steven Erat
, so might want to write a custom script to purge a bunch of the older ones instead of letting CF skim the top off them. See also: CFMX 6.1 http://www.macromedia.com/go/tn_19279 CFMX 6.1 Updater 1 http://www.macromedia.com/go/tn_19590 -Steven Erat On 6/22/05, Jean-Michel DE FILIPPI [EMAIL

Re: CF linux questions

2005-06-22 Thread Steven Erat
://www.linuxhelp.net/guides/sudo/ Google for more... -- Steven Erat http://www.talkingtree.com/blog/ -- ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

  1   2   3   >