RE: Can we use cfthread to speed up multi-query report processes?

2013-05-23 Thread Earl, George
Have been trying to reply via HoF but it won't go through so I'm trying this. > - Obviously, the feasibility of either option is dependent > on the process and use cases themselves. Of course. We realize that. These are on demand processes. We continuously monitor, tweak, and tune database per

Re: CF sandbox security

2013-04-03 Thread Earl, George
> Is CF sandbox security intended to secure the application runtime > environment or is it intended to secure directory and folder access > during development when developers upload and access files? Or is it > intended for both? Thanks Russ and Dave. I suspected it was as both of you have said.

CF sandbox security

2013-04-02 Thread Earl, George
Is CF sandbox security intended to secure the application runtime environment or is it intended to secure directory and folder access during development when developers upload and access files? Or is it intended for both? For example, are sandboxes the way to go if we want to restrict a develop

CF10 - editing jvm.config

2013-03-21 Thread Earl, George
Is it ok to manually edit the jvm.config file in CF10? (after backing it up, of course) We would like to change the Java File Encoding setting. I ask because of the Note at the end of this section of the 'Getting Started with Tomcat in ColdFusion 10' on the Adobe ColdFusion Blog (http://blog

Charts expiring and dropping from cache

2012-01-12 Thread Earl, George
We're running CF Enterprise 9.0.1. We are having a problem with (cf)charts expiring and dropping from the cache before users have a chance to print them. This article from 2005 describes a fix to manually alter minTimeout\maxTimeout values in \lib\webcharts3d.xml to adjust the retention time in

MAX and CF

2011-10-04 Thread Earl, George
Two MAX keynotes down, no mention at all of ColdFusion X that I can see. Is tomorrow the big day? George ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseof

ColdFusion X and Tomcat

2011-07-18 Thread Earl, George
Has anyone run across any 'official' Adobe comments about Tomcat replacing JRun in ColdFusion X other than what Adam Lehman said at Scotch on The Rocks earlier this year? If yes, would you please point me to them? :) I've searched quite a bit but all I get is circular references to Adam's co

Data source continues working after user id revoked

2011-02-14 Thread Earl, George
We had something weird happen. We're running CF 9.0.1 in a load balanced setting with two servers. The password for one of our data sources was changed so that the passwords in the data sources on the two servers no longer were valid. The data source on one server promptly stopped working with

Scheduling lots of ColdFusion tasks in a limited window

2010-11-02 Thread Earl, George
We're running CF9 Enterprise in a pretty robust intranet environment - multiple CPUs, lots of RAM, our own instance, load balanced across two servers. We have about 60 scheduled tasks that need to run in a two hour period each morning. Each task hits either a mainframe database or a data wareho

RE: Phantom Scheduled Tasks

2010-03-12 Thread Earl, George
Bryan said: > Exactly 5 minutes later another identical URL fires and starts another > report. There is no indication in the Cold Fusion Scheduled Task log or in > my application logs that another Cold Fusion Scheduled Task fires. There > is > an indication in my application log that a URL calling

RE: Scheduled tasks timeout vs. server timeout

2009-11-02 Thread Earl, George
Dave said: > > You can also drop it in the URL like > something.cfm?requestTimeout=600 > > Not since CFMX: > http://kb2.adobe.com/cps/194/tn_19438.html That would help to explain why it's not working. Cameron said: > > Not since CFMX: > > http://kb2.adobe.com/cps/194/tn_19438.html > > You kn

RE: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Earl, George
I asked: > If we run a scheduled task manually as described above is > cfsetting\requestTimeout in the code our only recourse for > overriding the server timeout setting? Thanks, everyone. We'll use ?requestTimeout=[seconds] appended to the URL for the scheduled task until we can get the cfset

Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Earl, George
We need to be able to manually run scheduled tasks that take longer to complete than our server timeout setting. By 'manually run' I mean by entering the URL for a scheduled task into the address bar of our browser or by clicking on links to a scheduled task (because we have limited access to CF

ColdFusion 7 or 8 and DB2 v9

2009-06-25 Thread Earl, George
Is anyone using ColdFusion 7 or 8 with IBM DB2 v9 for z/OS? I know that neither combination is supported. Thanks! George ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

CF Debugger and CF7

2009-05-08 Thread Earl, George
Is it possible to debug CF7 with the CF Debugger for CFEclipse that comes with CF8 or is that misinformation? Thanks! George ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free T

Oracle 11G CLOBs\BLOBs yielding non-standard characters with CF7

2009-03-04 Thread Earl, George
Our development environment was just upgraded from Oracle 10G to Oracle 11G (which is not officially supported by ColdFusion, but it's not our decision). We're on ColdFusion 7 Enterprise and we're using the supplied Data Direct drivers. We are getting some unexpected non-standard special character

RE: CF-Scheduler - multiple tasks starting at the same time

2008-12-12 Thread Earl, George
Dave said: > - I haven't really noticed any specific problems with > that, but if the two tasks work with any shared data, the > possibility certainly exists for problems to occur. What kind > of strange behavior are you seeing? Thanks, Dave. Unfortunately I don't have details about the st

CF-Scheduler - multiple tasks starting at the same time

2008-12-10 Thread Earl, George
Is there a fundamental problem with having two or more scheduled tasks start at the same time? Does this confuse CF? We have started to experience some strange behavior with CF scheduled tasks that run quick queries against Oracle and DB2 and write the returned answer sets into .js files. We have

CF7 - Questions about using .car file

2007-12-04 Thread Earl, George
Sorry for the cross-post, I haven't received a response over at cf-server . . . I am about to use a CF .car file for the first time. I need to copy data sources and scheduled tasks from CF7 on a Solaris 10 box to CF7 on a Windows 2003 box. The Solaris box uses the multi-server installation. I will

Digests not working for me

2007-08-17 Thread Earl, George
Anyone else stop getting their digests and unable to get anything other than 'immediate' (one message at a time)? Also, now I get this when I try to update my subscriptions: "I'm sorry but an error has occured with the template you are requesting. A message has been sent to the site administrator

Digests still working for you?

2007-03-29 Thread Earl, George
Over the past 3 - 4 days my cf-talk and cf-community digests first slowed to a trickle and now they seem to have stopped altogether. I haven't received either for a couple of days. Is it just me? George ~| ColdFusion MX7 and Flex

RE: cfqueryparam DECREASES performance?

2007-02-27 Thread Earl, George
Stephen said: > The most common reason for this performance problem is: > 1) migration from CF5 (unicode datasource setting gets set to > 'true' - table scan against varchar - known issue - see #2) > 2) having "Enable Unicode for data sources configured for > non-Latin characters" ON. Is this pr

RE: What's a lovely hamper? (Was: RE: Client asked me: "Why you use coldfusion?")

2007-01-17 Thread Earl, George
Andy said: > Basket of food. Oh. Around here a hamper is where we toss our dirty laundry . . . not often referred to as 'lovely' . . . :) George ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create p

What's a lovely hamper? (Was: RE: Client asked me: "Why you use coldfusion?")

2007-01-17 Thread Earl, George
What is a lovely hamper? George Mike said: > I did the arithmetic after i finally finished the job and > worked out that i > had earned the princely sum of 50cents an hour unless he came > good on the > promise to pay me more when he had some. He gave me a > lovely hamper at > Christmas tim

RE: CF7 and tasks won't run through scheduler

2007-01-12 Thread Earl, George
Al said: > Are you using any kind of third party user authentication, > like SiteMinder. I ran into exactly this. Nope, no third party user authentication. Ian said: > The first thing to check when this happens is the permissions > of the resources being accessed. . . . The solution for this i

CF7 and tasks won't run through scheduler

2007-01-11 Thread Earl, George
We're running CF Enterprise 7.0.2 on Win2k. A couple of days ago I created a whole bunch of scheduled tasks. None of these tasks work through the scheduler itself nor through clicking on the 'Run Scheduled Task' icon on the scheduled tasks page in CFAdmin. If I do the latter I get a message at th

CF7 on Solaris - using MS Excel as a data source

2006-12-05 Thread Earl, George
We are migrating to CF7 on Solaris 10. In our Windows environment we have a number of applications that use MS Excel as data sources for read only. We access these using ODBC socket after the server admin creates system ODBC data sources to each of the excel files on the server. How is this handle

RE: CFUnited 2007 Pricing

2006-11-17 Thread Earl, George
Rick said: > however, it annoys me that the early bird deadline is in 2006 > for a conference that isn't until the middle of 2007 Right. I work at a federal gov't agency and we don't get money for training and conferences until Congress passes the budget for the current fiscal year. Recently tha

Re: Timeout requests after XX seconds . . .

2006-09-21 Thread Earl, George
Steven Erat said: >This has been a common topic over the years. and much more ... Thanks for the informative response. George ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date Cold

Timeout requests after XX seconds . . .

2006-09-19 Thread Earl, George
I'm confused. If the 'Timeout requests after XX seconds' setting in CFAdmin is set to 60 seconds and a request (for us almost always a database request) takes longer than 60 seconds I get a message in the CF logs that 'The unresponsive thread count is up to X.' When the request completes I get a m

Digest mode list problems

2006-09-06 Thread Earl, George
I'm having all kinds of issues with my cf-talk and cf-community digests. Are those of you who get the single message feed having problems too? George ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting

Active Directory breaks CF code?

2006-08-31 Thread Earl, George
Is there any reason why moving a Windows 2000 Advanced Server into Active Directory would break CF code that checks for a cookie in MSIE 6 and then proceeds based on whether or not it finds that cookie? We have a production intranet app where this code has been running fine for about three years.

RE: CF & DB2 on a z/OS mainframe?

2006-07-24 Thread Earl, George
Loathe said: > What is the best way from CF (potentially on a web sphere > server) to have FULL access to DB 2. By this I mean user > management, stored procedures, and regular SQL statements. > ... snipped ... > Can I do user management through JDBC? I hear there are a > ton of performance

RE: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-12 Thread Earl, George
Mikey said: > I'll also be showing off the House of Fusion Google Analytics > stats at the NYCFUG which implies a > strong growth in ColdFusion interest on the net (since May > 16th to be exact). So what are your thoughts on happened on or shortly before May 16th to trigger this increased acti

More 'which framework should I use' - try podcasts

2006-07-05 Thread Earl, George
With all the current discussion on frameworks and which one to use, etc., I thought I'd throw this in . . . At least two of the ColdFusion podcasts have had some excellent shows (versions?) about frameworks recently. 'The ColdFusion Podcast' with Bryan Kaiser and Michael Haynie has had an ongoin

RE: Fusebox 4 Slow?

2006-06-09 Thread Earl, George
Greg said: > I think us folks who like frameworks are building enterprise web > applications. . . . > ... snipped ... and: > ... snipped ... > Unless you are completely versed in the latest FB4.1 or 5 . . . I have been watching the explosion in numbers of frameworks for CF with great interest.

Scheduled tasks

2006-05-08 Thread Earl, George
3rd post, new subject line, haven't seen the first two come through . . .. We have a request from someone who shares our server to create _80_ scheduled tasks for a reporting application. Each scheduled task would create a single report and save it as an htm file so it doesn't have to be created o

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Earl, George
Thanks for all the responses. My comments are inline . . . > Create a favorite (bookmark) in the browser of your choice > with this as the "url" > > javascript:resizeTo(800,600); > > Name it 800x600 and it will force the window to that size. I found this when I Googled and it's the solution th

SOT: Developing for 800 x 600 on monitor at higher resolution

2006-02-22 Thread Earl, George
We just got new LCD monitors that have a native resolution of 1280 x 1024 but we develop for 800 x 600 (inTRAnet standard). Like lots of LCDs, these look like crap at anything other than their native resolution. If you are in the same boat, how do you develop for a non-native resolution like 800 x

ColdFusion and IPv6

2006-01-11 Thread Earl, George
In case any of you need to know this information (especially those of you in the federal government who need to comply with IPv6), I got the following almost directly from the ColdFusion development team: Does ColdFusion comply with IPv6? *** Support for IPv6 was added to ColdFusion MX 7.01. As

RE: Wireframing Recommendations?

2006-01-03 Thread Earl, George
Eric asked: > We are really feeling the need to get some wireframing going on our > projects. > ... stripped ... > Any recommendations out there? > How is it for systems that are non-fusebox oriented? Seems to output > fusebox...couldn't care if its just for demonstration I guess. :) If you

RE: A Contractor or Two

2005-12-30 Thread Earl, George
This has been a really interesting thread, in part because I've seen several messages from list members whose names I did not recognize. Are you all new members or just lurking most of the time? And do you use CF in your day-to-day business? George ~~

CFIDE directory in CFMX 7.0.1 on Solaris with multi-server instal l

2005-11-30 Thread Earl, George
We are finally entering the world of CFMX, jumping right from CF5 on Win2k to CFMX 7.0.1 on Solaris (Enterprise, multi-server install). We have lots to learn. I have been given the following path on the Solaris server in which to install my web application: server_address/data/cf7data/apps/appli

Font in list boxes, text boxes and buttons behaves differently in .cfm between CF5 and CFMX . . .

2005-07-23 Thread Earl, George
Ok, this is weird. We're migrating our site from CF5 on Windows 2000 to CFMX 6.1 on Windows 2000. Our standard browser is MSIE 6.0. The two servers are hardware/software clones of each other except for CF5 vs CFMX. When I toggle back and forth between the same .cfm page(s) in the two different en

CF5 - error when trying to create data source

2005-05-13 Thread Earl, George
Any ideas what could be causing our staging server to frequently give us this error message when we try to create a data source? ** Error Diagnostic Information Request canceled or ignored by server Server busy or unable to fulfill request. The server is unable to fulfill your request due to e

RE: Async CFML (demo on damons blog)

2005-04-08 Thread Earl, George
Adam said: > Also, there is a benefit in using db client vars in a cluster. Afterall, regardless of what webserver they hit, they always hit the same db server, hence their sessions follow them. Although with J2EE sessions its no longer the best solution, however it used to be the _only_ solution.

RE: MAX 2005 [USA] City?

2005-03-29 Thread Earl, George
Connie said: > Makes it very hard to budget and plan without plenty of > advance notice. For (at least some of) us federal government workers the timing of the conference is a problem. When it falls in early Nov like it has recently it is too soon in our fiscal year to shake loose the training an

RE: guide to upgrading 6.1 to 7

2005-02-24 Thread Earl, George
Bert said: > I'm looking for a guide to upgrading from 6.1 to 7 on the MM site and > coming up with nothing. > Does anyone know if such a thing exists? > Cheers You mean something like this? http://download.macromedia.com/pub/documentation/en/coldfusion/mx7/cfmx7_mig rating.pdf George [EMAIL PRO

CFMX7 Code snippets examples page - JavaScript error in MSIE 6

2005-02-16 Thread Earl, George
Does anyone else get this JavaScript error: Line: 414 Char: 27 Error:Expected ';' Code: 0 URL: http://www.macromedia.com/examples/cfgettingstarted/experience/index.cfm?loc ale=en when using MSIE 6 to access: http://www.macromedia.com/examples/cfgettingstarted/experience/snippets.cfm It appe

Re: Any sites using the new Flash foms?

2005-02-16 Thread Earl, George
> Sent: dinsdag 15 februari 2005 17:43 > Sent: woensdag 16 februari 2005 8:29 > Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren de interactie met uw doelgroep. If we keep this thread going maybe I can learn a little more Dutch . . . :-) George ~

RE: cfmx7 - cfdocument tag and ms excel?

2005-02-15 Thread Earl, George
Sean said: > What beta cycle? ;) Beta cycle? > only supports PDF and FlashPaper. Whatever you may or may > not have heard during the beta cycle is still covered by NDA. Right. I was not a participant in the beta cycle that may or may not have existed. As Joe said, I heard this, along with the s

cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Earl, George
I thought I heard toward the end of the beta cycle for CFMX7 that MM had added MS Excel to the output formats that can be generated by the cfdocument tag (I know Excel is one of the output formats for the report writer). All the CFMX7 documentation I have read so far, including the tag reference at

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-05 Thread Earl, George
I asked: > > Pardon my ignorance, but can we speculate why MM removed the > > CFUSION_DISABLE_DBCONNECTIONS function (and other related > > functions) from CFMX? Does it have to do with Java? Or does > > it have to do with security? Dave said: > Presumably because the entire product was rewritt

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-04 Thread Earl, George
Earl, George wrote: > > Has anyone else figured out how to get from CFMX the same > functionality with > > MS Excel that CFUSION_DISABLE_DBCONNECTIONS provides in CF5? > And Jochem replied: > Yes, but the process involves undocumented features and even the > temporary sh

CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sou rces

2005-02-03 Thread Earl, George
Has anyone else figured out how to get from CFMX the same functionality with MS Excel that CFUSION_DISABLE_DBCONNECTIONS provides in CF5? We are migrating from CF5 Enterprise on Windows to CFMX 6.1 Enterprise with updater on Windows. We have a CF5 application that queries IBM DB2 and builds MS E

RE: CF5 to CFMX - cfif breaks

2005-02-02 Thread Earl, George
I said: > The following cfif has been working fine in CF5 for 3 years > but it breaks in > MX 6.1 with updater (we are just now migrating CF5 to MX, so > I don't know if > it would have worked in MX or MX 6.1 pre updater . . .): > > >and trim(code) is not "W8" > and trim(code

CF5 to CFMX - cfif breaks

2005-02-01 Thread Earl, George
I figure this is an ODBC vs. JDBC issue . . . The following cfif has been working fine in CF5 for 3 years but it breaks in MX 6.1 with updater (we are just now migrating CF5 to MX, so I don't know if it would have worked in MX or MX 6.1 pre updater . . .): closeTransferWindow();

RE: Datasource service not available

2004-12-07 Thread Earl, George
Chris said: > We have the same problem. neo-query.xml just gets corrupt. Does replacing the corrupt neo-query.xml file with a recently backed up version fix the problem (till MM provides a more permanent solution)? We are about to migrate to CFMX. Maybe I should I get familiar with this process .

Oracle 10g and CF5/CFMX 6.1

2004-12-06 Thread Earl, George
We will soon move from Oracle 8i to Oracle 10g and from CF5 Enterprise on Windows 2000 to CFMX 6.1 with updater on Windows 2000 (not all at the same time . . .). Has anyone run into problems using Oracle 10g with the CF5-supplied ODBC drivers or the CFMX 6.1-supplied JDBC drivers? Thanks! Georg

RE: Oracle native drivers stop verifying (CF5)

2004-11-10 Thread Earl, George
I said: > For some functions we use the native Oracle 8.0 drivers supplied with CF 5.0 Enterprise to access Oracle 8i. They worked fine till Monday, now none of them work and they will not verify. Dave said: > Perhaps there were some network changes made? > > You might try connecting from the CF

Oracle native drivers stop verifying (CF5)

2004-11-09 Thread Earl, George
For some functions we use the native Oracle 8.0 drivers supplied with CF 5.0 Enterprise to access Oracle 8i. They worked fine till Monday, now none of them work and they will not verify. If we submit a query using one of the native data sources it just never comes back - we do not get an error mess

RE: Functional roles on web application team

2004-10-18 Thread Earl, George
Ketan said: > Are you looking for this article? >   > http://www.macromedia.com/resources/techniques/ Lawrence said: > I think you mean this one. scroll down halfway > > http://www.macromedia.com/resources/techniques/define/plan.html Thanks, guys, but these links point to the same pages I refere

SOT: Functional roles on web application team

2004-10-15 Thread Earl, George
I have lost my bookmark to a page on MM's site that described the different functional roles needed on a team that develops web applications. If I remember correctly they defined about 13 distinct roles and what their responsibilities are. This was in the context of an article on overall web applic

InfoWorld developers survey

2004-09-30 Thread Earl, George
http://www.infoworld.com/article/04/09/24/39FErrdev_1.html "What do developers want? This year's programming survey reveals developers' conservative side. Now that they've embraced Web development and picked their favorite tools, they're not budging" Not one mention of CF anywhere in this article

RE: Sending (formatted) output directly to a printer

2004-09-30 Thread Earl, George
I asked: > Is there a way to format an answer set from a CF request to a > database into a report and then send it directly to a user's > printer while bypassing their browser? Bryan said: > First off...printing from the web can be pretty > tough...especially sending straight to printer (unles

Sending (formatted) output directly to a printer

2004-09-29 Thread Earl, George
Is there a way to format an answer set from a CF request to a database into a report and then send it directly to a user's printer while bypassing their browser? We are migrating a mainframe CICS application to a web application using CF and Oracle. When a user requests a listing/report, the mai

RE: Hot-fixes

2004-09-24 Thread Earl, George
> ... snipped ... > I agree that if a server is stable then > installing hot-fixes doesn't make sense. > ... snipped ... > Andrew. What if you are building a new server (migrating from CF 5) - do you install CFMX 6.1 and stop there, or do you also install the recently released updater, or do you

CFMX affected by Win XP SP2?

2004-08-16 Thread Earl, George
From eWeek, 8/15/2004: Other third-party programs that may require users to open ports manually in order to work with SP2 include: - Macromedia's ColdFusion MX Server Edition 6; http://www.eweek.com/article2/0,1759,1636075,00.asp?kc=ewnws081604dtx1k5 99 Has anyone run into problems with thi

RE: CFMX 6.1, Windows 2003 Advanced Server and IIS 6

2004-07-28 Thread Earl, George
Dave said: > Finally, do you really need to use Advanced Server? You might > be able to save a little license money if you don't. I asked again and it's actually Windows 2003 'enterprise edition'. We are just along for the ride with this decision. > http://www.macromedia.com/devnet/mx/coldfusion

CFMX 6.1, Windows 2003 Advanced Server and IIS 6

2004-07-27 Thread Earl, George
We have a web server running Windows 2000 Advanced Server and CFMX 6.1 standalone install. We are about to upgrade this server to Windows 2003 Advanced Server and IIS 6. Can we do this upgrade while leaving CFMX in place? If not, how should we proceed? Any tips on the upgrade process? Any comme

Trusted cache and updated templates

2004-07-19 Thread Earl, George
If Trusted Cache is enabled in CF Admin, how do we get updated templates to process using the new version instead of the cached version? Is there a way to 'pop' the old version from the cache? Thanks! George [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

DWMX - resolving cfincludes into calling template

2004-07-07 Thread Earl, George
Maybe it's my imagination, but I seem to remember that when DWMX first came out I saw someone demo that there was a way it could resolve cfincludes source code into a calling template so that, for example, if a calling template called six cfincludes the source code inside those cfincludes would be

CSE HTMLValidator, checking/validating markup

2004-07-06 Thread Earl, George
Do you check/validate your markup with a software tool? Do you use CSE HTMLValidator or a similar tool? Or do you just use the validator in Dreamweaver? George [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Unresponsive requests - very strange

2004-06-21 Thread Earl, George
I have a very strange and frustrating problem - We are running CF 5.0 on Windows 2000, Oracle 8i, and the Merant ODBC drivers that ship with CF (we have had problems with the Oracle native drivers). We have a reporting application that submits requests with 5 queries to Oracle and then massages

java.lang.NullPointerException - Part 2 of 2

2004-05-04 Thread Earl, George
(Part 2 0f 2 - the line counter got me) Here's the CF markup that gets the error (on RS3 toward the bottom): returnCode="Yes"> cfsqltype="CF_SQL_VARCHAR" value="#pin##applicationType##applicationSource##paddingSpaces#"> cfsqltype="CF_SQL_VARCHAR" variable="code"> cfsqltype="CF_SQL_V

java.lang.NullPointerException - Part 1 of 2

2004-05-04 Thread Earl, George
(Part 1 0f 2 - the line counter got me) Sorry for the length of this message . . . I'm getting a java.lang.NullPointerException on a cfprocresult tag inside a cfstoredproc tag (at least this is what CF debugger points to). The stored procedure returns three very small answer sets and I get the er

java.lang.NullPointerException

2004-05-04 Thread Earl, George
I'm getting a java.lang.NullPointerException on a cfprocresult tag inside a cfstoredproc tag (at least this is what CF debugger points to). The stored procedure returns three very small answer sets and I get the error on the third one. If I comment out the third one I get the same error on the seco

CFMX 6.1 and IBM JDK 1.3.1?

2004-04-16 Thread Earl, George
We are having trouble getting CFMX 6.1 to see our z/OS DB2 stored procedures using the IBM Type 4 JDBC drivers. Apparently the IBM drivers do not support the SUN JDK 1.4.2 that CF is running on and we are being asked to switch CF to IBM's JDK 1.3.1. Seems to me like they are asking us to let the ta

RE: How to streamline a request that uses many cfquery statements ?

2004-04-13 Thread Earl, George
I asked: > Is there a way to have multiple queries running from the same > cf template at the same time? Pascal said: > Stored Procedures? Deanna said: > Sounds like you should be doing some stored procedures. I assume that you both mean that the CF template would call one stored procedure th

How to streamline a request that uses many cfquery statements?

2004-04-13 Thread Earl, George
This feels like a dumb question, but here goes . . . Am I correct that in a CF template that has, say, 15 cfquery statements the cfquery statements are submitted one at a time with each subsequent cfquery not submitted until the previous cfquery returns? I.e., if all 15 queries have to run and the

RE: CF 6.1 simultaneous requests - optimum guesstimate?

2004-04-06 Thread Earl, George
Barney said: > ... We opted to leave it high, as the app > running on there does a fair amount of non-local "stuff" (DB > access, web service calls, etc), where there is significant > potential for requests to be waiting on external resources, > not processor time. Andre said: > ... Our app do

RE: Flex is out

2004-03-30 Thread Earl, George
Rob asked: > Why does it cost so much? A few years back we used a product called HTMLTransit to convert Word documents, Excel documents and documents in other formats to HTML. After an initial investment in building a template that mapped the styles in the original document to HTML it was a simple

RE: Site mapping software?

2004-03-24 Thread Earl, George
Ray said: > I was wondering if there was any > software out > there that can spider a CF/HTML site and map out the basic structure, > etc.  Like what files are being called from other files, and a basic > structure of the entire site.  Anybody ever heard of such a thing? Take a look at Coast W

RE: CF Admin Server Reports - no access privileges

2004-03-14 Thread Earl, George
John said: > Take a look at the following: > > http://www.macromedia.com/support/coldfusion/ts/documents/tn17948.htm > "Reporting pages on the Tools page within the ColdFusion Administrator cannot be viewed if the current ColdFusion Administrator password has any special characters such as "!, &

CF Admin Server Reports - no access privileges

2004-03-12 Thread Earl, George
We're running CF 5.0 on Windows 2000 Advanced Server. When I try to access the Server Reports in CF Admin/Tools I get: Error retrieving report. No access privileges. ... over where the report output is supposed to appear. The reports had been working fine before. Ideas what caused them to break

RE: sunone & mx

2004-03-05 Thread Earl, George
Dave Watts said: > I've worked with CFMX 6.1 running on SunONE, so it can be done. But if > SunONE were a flavor, it'd be poo flavor, I suspect. As someone who is being squeezed into moving MX to SunONE in the near future this isn't giving me a lot of warm fuzzies . . . George [EMAIL PROTECTED]

RE: Can't maintain Oracle connectivity - CF 5.0

2004-02-13 Thread Earl, George
George said: > > All of a sudden we cannot maintain our Oracle connectivity using the > > native drivers . . . > > All data sources using these drivers are failing, even ones that we > > have not used when the failures occur. If we restart the ColdFusion > > Application service we get back our

Can't maintain Oracle connectivity - CF 5.0

2004-02-11 Thread Earl, George
How do I find out what version of the native Oracle DataDirect drivers ColdFusion 5.0 Enterprise is using? Are there updated native (and ODBC for that matter) Oracle drivers available for CF 5.0? All of a sudden we cannot maintain our Oracle connectivity using the native drivers (haven't yet trie

RE: SOT: Web server's www publishing service keeps shutting down

2004-02-03 Thread Earl, George
> We have a strange problem with our intranet site. On a fairly > regular basis the WWW Publishing service shuts down rendering > the web server invisible so that any http requests to the > server return a 'Page cannot be displayed' error message. Mike said: > George, when you say IIS shuts do

SOT: Web server's www publishing service keeps shutting down

2004-02-02 Thread Earl, George
We are running CF 5.0 Enterprise on Windows 2003 Advanced Server with IIS 5.0. The server is a quad-processor (700MHz) with 4GB RAM and 2 NICs. We have a strange problem with our intranet site. On a fairly regular basis the WWW Publishing service shuts down rendering the web server invisible so t

RE: 3rd party db connectivity drivers vs. vendor db

2004-01-21 Thread Earl, George
> We are having a heck of a time getting CFMX 6.1 (Enterprise, > standalone, Windows 2000 Adv Server) to work with IBM's JDBC > Type 4 DB2 drivers for OS/390. We have the DataDirect DB2 > drivers working but our systems people want us to use the IBM > drivers . . . > ... snipped ... > George

3rd party db connectivity drivers vs. vendor db connectivity driv ers

2004-01-21 Thread Earl, George
Here's a pretty interesting whitepaper from DataDirect about the advantages of using third party database connectivity drivers over vendor supplied drivers (click on Download White Paper when you get there): http://nct.digitalriver.com/fulfill/0028.138/download/2004-cd0e403c7de02a927 5d8c8aa211f76

RE: Flash for Developers/Programmers WAS: Flash Remoting

2004-01-16 Thread Earl, George
Bryan said: >  >  And, pardon my ignorance, but what do you mean by 'a > select box that when  >  you type the results are narrowed'? >   > You have a select list of customer names, instead of > scrolling through to select them, you start typeing and as > you type the letters the names in the l

RE: Flash for Developers/Programmers WAS: Flash Remoting

2004-01-15 Thread Earl, George
Bryan said: > I'm just > scared to death to pick up flash, because I have a feeling > that the simple things that take moments to do in html will > take a huge amount of time or be impossible to do in Flash. > For example, allot of my clients love the ability to upload > files, download excel

Request timed out - what does this mean?

2003-12-16 Thread Earl, George
When CF terminates a request based on the timeout parameter set in the CF Admin, and when the request being terminated is an SQL query or a request to a stored procedure (i.e., the error message in the log includes the SQL or the name of the stored procedure), is it safe to assume that the request

MS Excel data sources on Solaris . . .

2003-12-04 Thread Earl, George
Will MS Excel data sources work on Solaris? We are preparing to migrate from Windows to Solaris. We have a number of apps that use CF queries to access Excel spreadsheets and then build reports from the returned answer sets. Will this still work on Solaris or do we need to rethink our approach? Tha

RE: Archiving CF 5.0 log files

2003-11-04 Thread Earl, George
Neil said: > why dont you just copy them out of the log files out of the > CFUSION/LOG folder into an archive and then delete the > existing ones..CF will automatically create new .log files. > Because I want to save a couple of weeks' worth of the current log file entries so they are readil

Archiving CF 5.0 log files

2003-11-04 Thread Earl, George
Is there a way to archive just part of a CF 5.0 log file while retaining the rest of it? My app log is 15MB and my webserver log is 11MB. I'd like to cut them down in size without archiving the last couple of weeks . . . Thanks! George [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscr

Merant or IBM JDBC Type4 drivers for DB2 OS/390?

2003-10-10 Thread Earl, George
Does anyone have experience with CFMX 6.1 (particularly J2EE, on Win2K Adv Server) using the JDBC Type4 drivers for DB2 supplied by Macromedia (Merant - DataDirect?) and/or the ones supplied by IBM to access DB2 on OS/390? We have the Merant/DataDirect drivers working but we haven't tried the IBM

Re: Custom tag that will ring a phone

2003-10-03 Thread Earl, George
John said: > is anyone aware of a CFX tag free or for purchase that will ring a mobile phone. I can't help you directly, but I have a pretty strong memory of seeing Jeremy Allaire demonstrate this functionality (although maybe to a land phone instead of mobile), probably at the ColdFusion Develope

  1   2   >