Re: CFMX 10 cluster question

2013-11-05 Thread DeMarco, Alex
Yes there would be a load balancer in front. Alex Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Carl Meyer ca...@tassweb.com.au Date: 11/04/2013 11:39 PM (GMT-05:00) To: cf-talk cf-talk@houseoffusion.com Subject: Re: CFMX 10 cluster question Hi

Re: CFMX 10 cluster question

2013-11-04 Thread Carl Meyer
Hi Alex, That all makes sense. What tho about users browsing to IIS, will they URL to one or the other or both somehow via a load balancer? Regards, Carl. - On BOX1 connect IIS to the local cluster - On BOX2 connect IIS to the local cluster Does this sound correct? Is

CFMX 10 cluster question

2013-10-16 Thread DeMarco, Alex
I am finally getting ready to jump on the CFMX10 cluster bandwagon. However, I have a question to which I think I know the answer but figured I would check here. In my sandbox setup I have 2 IIs 7.5 servers with CFM 10 installed and 1 CFMX instance defined on each server. To make clustering

Issue with decrypt in CFMX 9.01

2012-10-09 Thread DeMarco, Alex
I had an old app running on CFMX 9 32bit on Win 2003, We recently started testing it on CFMX 9.01 (fully patched) Windows 2008 r2 64bit. We are getting this error: An error occurred while trying to encrypt or decrypt your input string: The input and output encodings are not same.. I do

Re: Issue with decrypt in CFMX 9.01

2012-10-09 Thread Wil Genovese
Try downloading and installing the Java cryptography extension. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Oct 9, 2012, at 9:33 AM, DeMarco, Alex wrote: I had an old app running on CFMX 9 32bit

CFMX 9 - Spell Check

2012-10-03 Thread ColdFusion Developer
Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative. ~| Order the Adobe Coldfusion Anthology now! http

Re: CFMX 9 - Spell Check

2012-10-03 Thread Russ Michaels
you will probably need to use TinyMCE or CKeditor instead On Wed, Oct 3, 2012 at 6:40 PM, ColdFusion Developer cfdev2...@gmail.comwrote: Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have

Re: CFMX 9 - Spell Check

2012-10-03 Thread Leigh
I don't think CFMX 9 has a SpellCheck engine You may need to add it to the toolbar: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a01.html -Leigh ~| Order the Adobe Coldfusion

Re: CFMX 9 - Spell Check

2012-10-03 Thread Leigh
Never mind. I just checked and think you are about the engine itself. -Leigh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: CFMX 9 - Spell Check

2012-10-03 Thread Pete Freitag
to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: CFMX 9 - Spell Check

2012-10-03 Thread Scott Stewart
On 10/3/2012 1:40 PM, ColdFusion Developer wrote: Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative

Re: CFMX 7 admin spits out garbage....

2010-11-04 Thread Travis Heeter
I am having this problem with CF 8 and apache 2.2, did this issue ever get fixed, if so, how? This usually happens because of a connector failure. The webserver is picking up the cfm file as text and sending it to the browser without being rendered by the CFMX server. Check your connector

Re: Now() vs getDate() MsSQL CFMX

2010-05-20 Thread Rick Root
Now() is also database independent, which is generally a good thing IMO =) Avoid using database-specific code whenever possible unless said database specific code provides a not insignificant performance advantage. I suspect GetDate() vs. Now() is pretty insignificant. Rick

Re: Now() vs getDate() MsSQL CFMX

2010-05-20 Thread Dave Watts
Now() is also database independent, which is generally a good thing IMO =)  Avoid using database-specific code whenever possible unless said database specific code provides a not insignificant performance advantage.  I suspect GetDate() vs. Now() is pretty insignificant. Well, actually, I'd

Re: Now() vs getDate() MsSQL CFMX

2010-05-20 Thread Rick Root
An excellent point! On Thu, May 20, 2010 at 11:21 PM, Dave Watts dwa...@figleaf.com wrote: Now() is also database independent, which is generally a good thing IMO =)  Avoid using database-specific code whenever possible unless said database specific code provides a not insignificant

Re: Now() vs getDate() MsSQL CFMX

2010-05-20 Thread Mike Kear
For all the time I've been hosting my own sites, I have been hosted on servers in different time zones to my own. So i have adopted a practice as follows: [A] I never use now() [B] i have a request variable called request.austime set in the application.cfc which is the current local time in

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-19 Thread Paul Hastings
On 5/19/2010 11:05 AM, Dave Watts wrote: server or domain controller (in a Windows-only environment) and have your other servers use this, instead of having each server go out to a public NTP server. Honestly, often it doesn't matter whether your actually, if i read the law right here, each

Re: Now() vs getDate() MsSQL CFMX

2010-05-19 Thread Sean Henderson
My assumption is any difference between the two would be the result of the two server's clocks not being in sync. I concur with that assessment. If you have access, I'd recommend setting the servers to use an NTP time server to keep them in sync with the rest of the world. -Justin Checked

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-19 Thread Dave Watts
actually, if i read the law right here, each box on a network has to point to the official thai gov time server (w/the royal thai navy) itself. the fines are pretty substantial though never actually heard of anybody getting busted for it yet. in thailand, NTP servers aren't just a good

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-19 Thread Paul Hastings
On 5/19/2010 11:37 PM, Dave Watts wrote: OK, that's just crazy. Funny, but crazy. I'd like to see the enforcement protocol for that! most IT departments don't have APC ;-) ~| Order the Adobe Coldfusion Anthology now!

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-19 Thread Leigh
actually, if i read the law right here, each box on a network has to point to the official thai gov time server (w/the royal thai navy) itself. the fines are pretty substantial though never actually heard of anybody getting busted for it yet. in thailand, NTP servers aren't just a good

Now() vs getDate() MsSQL CFMX

2010-05-18 Thread Sean N Henderson
Over the past few years the drift between now() and getDate() has grown to almost 10 minutes. Using CFMX6.1 (J2RE 4_2_11), Win2K3 and SQL2K. What's the tweak/fix or where should I look? (Besides upgrading to newer software stack) Have poured over the CF Admin and Enterprise Manager to no

Re: Now() vs getDate() MsSQL CFMX

2010-05-18 Thread Alan Rother
Now() polls the server running CF system's clock time, getDate() does the same except on the box that hosts the SQL Server. My assumption is any difference between the two would be the result of the two server's clocks not being in sync. This can happen if the servers do not make use of a central

RE: Now() vs getDate() MsSQL CFMX

2010-05-18 Thread Justin Scott
My assumption is any difference between the two would be the result of the two server's clocks not being in sync. I concur with that assessment. If you have access, I'd recommend setting the servers to use an NTP time server to keep them in sync with the rest of the world. -Justin

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-18 Thread Paul Hastings
On 5/19/2010 3:56 AM, Sean N Henderson wrote: Over the past few years the drift between now() and getDate() has grown to almost 10 minutes. Using CFMX6.1 (J2RE 4_2_11), Win2K3 and SQL2K. use an NTP timeserver for *all* your servers. if in the US try http://www.time.gov/

Re: Now() vs getDate() MsSQL CFMX [spamtrap bayes][spamtrap heur]

2010-05-18 Thread Dave Watts
Over the past few years the drift between now() and getDate() has grown to almost 10 minutes.  Using CFMX6.1 (J2RE 4_2_11), Win2K3 and SQL2K. use an NTP timeserver for *all* your servers. if in the US try http://www.time.gov/ Yes. And to elaborate a bit on this, you should have your own

upgraded to 9 standard from cfmx 7

2010-02-23 Thread Imperial, Bob
Hi folks, I recently upgraded a couple of our windows 2003 servers from CFMX 7 to 9 and noticed in the services window to see both 7 and 9 running, is this something that I will need to disable or uninstall? Seems added weight on the box but I do not know enough about it to proceed one way

Request Logging with CFMX 6.1

2009-08-06 Thread SANJEEV SINGLA
Hi All, I have a production application running on CFMX 6.1 with IIS Webserver. I want deeper level of request logging mechanism. What request came in at what time, from which user, which browser, how much time it took to process the request etc. and all other relevant request details. Can you

Re: Request Logging with CFMX 6.1

2009-08-06 Thread Tom Chiverton
On Thursday 06 Aug 2009, SANJEEV SINGLA wrote: What request came in at what time, from which user, which browser, how much time it took to process the request etc. and all other relevant request details. Is that not all in the IIS logs ? -- Helping to evangelistically bully eigth-generation

CFC Error on CF8 (Same working on CFMX 6.1)

2009-07-29 Thread SANJEEV SINGLA
Hi All, I am moving my old CFMX 6.1 code to CF8 for setting up some local environment. Most of the things are already set up or chnaged as per requirements. But I am getting an error while executing the following code (this line of code is in a java script library). var text= CallWebService

RE: CFC Error on CF8 (Same working on CFMX 6.1)

2009-07-29 Thread Adrian Lynch
on CFMX 6.1) Hi All, I am moving my old CFMX 6.1 code to CF8 for setting up some local environment. Most of the things are already set up or chnaged as per requirements. But I am getting an error while executing the following code (this line of code is in a java script library). var

Re: CFMX 8 install problems sidebyside error?

2009-07-27 Thread Timothy Laureska
thanks Dave... that download at least cleared the side by side error Dave Watts dwa...@figleaf.com 07/24/09 2:59 PM Follow-up - I'm seeing errors in the event viewer with the source being sidebyside - this must be the source of the problem... message like: Anyone ever since this? Event

CFMX 8 install problems

2009-07-24 Thread Timothy Laureska
Hello: Very frustrated... install doesn't create a CFDocs directory AND when I try to open administrator i get Open or save dialog box Any help would be appreciated Tim ~| Want to reach the ColdFusion community with

CFMX 8 install problems sidebyside error?

2009-07-24 Thread Timothy Laureska
Follow-up - I'm seeing errors in the event viewer with the source being sidebyside - this must be the source of the problem... message like: Anyone ever since this? Event Type:Error Event Source:SideBySide Event Category:None Event ID:59 Resolve Partial Assembly failed for

Re: CFMX 8 install problems sidebyside error?

2009-07-24 Thread Dave Watts
Follow-up - I'm seeing errors in the event viewer with the source being sidebyside - this must be the source of the problem... message like:  Anyone ever since this? Event Type:    Error Event Source:    SideBySide Event Category:    None Event ID:    59 Resolve Partial Assembly failed

Re: cross side scripting hotfix for CFMX 6.1 not working

2009-05-15 Thread Dave Watts
Either way I guess it is not listed in the class path. We are on JVM Java version 1.4.2. But you did edit web.xml and the server restarted succesfully? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at

Re: cross side scripting hotfix for CFMX 6.1 not working

2009-05-13 Thread Dave Watts
According to the Adobe's website above I should see 6,1,0 hf64586_611 in the version section which doesn't seem to be the case. I still see 6,1,0,83762. Any ideas? That's not what Adobe's website says. It says that, for 6.1, you should see the file in the class path, not that the version

Re: cross side scripting hotfix for CFMX 6.1 not working

2009-05-13 Thread Vineet Mangal
Hi Dave, Sorry mate but it says that for the server configuration however we are using the J2EE configuration with jrun. Point 5 under 'ColdFusion MX 6.1 - J2EE Configuration with JRun' in the above link says: 'Examine the ColdFusion MX Administrator System Information page and

cross side scripting hotfix for CFMX 6.1 not working

2009-05-12 Thread Vineet Mangal
Hi, I am trying to install a hotfix for ColdFusion MX: Cross-site scripting vulnerability in forms found at: http://kb2.adobe.com/cps/966/dcf966be.html. We are running CFMX verion 6,1,0,83762 on Windows server 2003 with IIS 6.0. I have followed the steps exactly as specified on Adobe's

Scheduled Tasks in CFMX 6.01 executing automatically on server reboot

2009-02-11 Thread Vineet Mangal
Hi All, I am facing a strange issue with ColdFusionMX6.1 Enterprise (Multiserver instance), scheduled tasks executing every time ColdFusion Server restarts. We are running CFMX 6.1,IIS 6.0. It runs on Windows Server 2003 machine. I have tried finding more information through google

CFMX 7 populating an existing PDF Form

2008-12-10 Thread Scott Stewart
Hey all, I have an existing PDF with form fields, what I'd like to do is populate those form fields from a database.. What I understand: I have to create an XML file and populate it from the database, how would I merge this into the PDF? Note: the obvious answer is use CF8 and the the new CFPDF

CFMX 6.1 and Activedit - problem on page load

2008-11-19 Thread Jen Parker
We have an app that uses an older version of activedit and CFMX 6.1. The page has a radio button option. Default option shows regular short text box. If they choose the other option, we are to show the activedit box. Periodically this gets hung-up because the page hadn't completely loaded before

Deleting Class Files... CFMX 6.1

2008-11-18 Thread Che Vilnonis
Are there any repurcussions for deleting class files that I should be aware of? I have an app that has been removed from the webserver but still generates errors because I had the Save Class Files option checked in the admin. Will there be any problems if I delete all of them and let new ones be

Re: Deleting Class Files... CFMX 6.1

2008-11-18 Thread Ian Skinner
Che Vilnonis wrote: Are there any repurcussions for deleting class files that I should be aware of? Time, which could be significant depending on your application but for most cases would not be. ~| Adobe® ColdFusion® 8

RE: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Justin Hansen
CFMX 6.1 to CF8 server grinds to halt within a minute Hi! We're currently in the process of migrating our ColdFusion MX 6.1 (32-bit) servers to ColdFusion 8 (64-bit). When testing our websites without load on the server, everything is working fine. As soon as we switch to production mode

Re: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Cutter (CFRelated)
We've had exceptional progress with this. Downgrading the JVM was definitely the way to go for us, and we found the Garbage Collection to be much better as well, though we're not 64-bit. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Markus Wollny
configuration next, I think it's probably better to take smaller steps with this beast. I'll downgrade the server to CFMX 6.1 for the weekend and have another go at it next week. BTW - has anybody experienced errors like these in their apache error logs and found out what it takes to resolve

Re: AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Cutter (CFRelated)
a standalone configuration next, I think it's probably better to take smaller steps with this beast. I'll downgrade the server to CFMX 6.1 for the weekend and have another go at it next week. BTW - has anybody experienced errors like these in their apache error logs and found out what

Re: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Wil Genovese
Lets address your java.rgs settings. I also see that the jvm.config file is pointing to the version 5 of java. You may not need to fall back to that version. We've been using jvm.1.6_x with few issues on 5 high load servers. You have this: *java.args=-server -Xmx1024m

Re: AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Al Musella, DPM
This might be a long shot, but it is so easy to check... check the size of the log files .. not just the ones in the /logs directory. Do a search on the entire cold fusion directory.I had some huge log files in there causing this same problem. Deleting them fixed everything

After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-22 Thread Markus Wollny
requests and users get an ugly 500 server error message. The jrun logs however do not show any problems. We used a standalone-server configuration with CFMX 6.1 and switched to multiserver with two instances. Immediately after starting Apache, I always get a few pages delivered, but after

Mapping files by extension to CFMX

2008-10-17 Thread Claude Schneegans
Hi. I have an application for which .txt files are send to CF 5 simply by mapping the extension txt to the correct dll in CF 5 in IIS, and it works fine. Now I'm trying to do the same with CF7, but the page cannot be loaded, and the IIS log reports a 503 error (system out of resources). There

Mapping files by extension to CFMX

2008-10-17 Thread Claude Schneegans
Hi. I have an application for which .txt files are send to CF 5 simply by mapping the extension txt to the correct dll in CF 5 in IIS, and it works fine. Now I'm trying to do the same with CF7, but the page cannot be loaded, and the IIS log reports a 503 error (system out of resources). There

Re: Mapping files by extension to CFMX

2008-10-17 Thread Jochem van Dieten
Claude Schneegans wrote: I have an application for which .txt files are send to CF 5 simply by mapping the extension txt to the correct dll in CF 5 in IIS, and it works fine. Now I'm trying to do the same with CF7, but the page cannot be loaded, and the IIS log reports a 503 error

Re: Mapping files by extension to CFMX

2008-10-17 Thread Claude Schneegans
/WEB-INF/web.xml Thanks a lot. Another thing undocumented and unavailable in the administrator. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: CFMX 7 - Oracle CLOB / cfstoredproc

2008-10-14 Thread pmolaro
I was having the same issue. I was getting a clob back and then couldn't figure out out to get the content to display. One of our Java guys helped me figure this out. So what I learned is that a CLOB is an object and there are a lot of attributes to it, including the actual character values

CFMX 7 using zip files

2008-10-08 Thread Wes Middendorff
The Situation: I am attempting to create an application that recieves information from cfhttp request containing a zip file as a java ByteArrayOutputStream object. This zip file is then written to the hard disk and unzipped. The problem is that the zip files are unreadable by the

Re: CFMX 7 using zip files

2008-10-08 Thread Wesley Middendorff
I have found the solution. Basically the toString method changed some of the info and I was unable to write the file in this manner. Instead, I used a file output stream and the toByteArray method and it works. ~| Adobe®

Re: Configuring Apache Web Server 2.2.9 and CFMX 7.02

2008-08-12 Thread Chris Montgomery
Bump. Still looking for a little help installing the Apache hot fix (wsconfig.jar) on WinXP. Anyone? Thanks. Cutter (CFRelated) said the following on 8/6/2008 11:49 AM: Slightly older Apache, but this might help: http://blog.cutterscrossing.com/index.cfm/2007/1/16/CFMX7-and-Apache-224

Re: Configuring Apache Web Server 2.2.9 and CFMX 7.02

2008-08-12 Thread Cutter (CFRelated)
(Backup your JRun folder, prior to any of these actions) I would: a) Stop all CF instances. Open the connect util, C:\JRun4\bin\wsconfig.exe, and remove all connections (Note their settings) b) backup the current wsconfig.jar in your C:\JRun4\lib folder c) drop the new one in d) In the

Configuring Apache Web Server 2.2.9 and CFMX 7.02

2008-08-06 Thread Chris Montgomery
Howdy, I'm having difficulty configuring Apache Web Server 2.2.9 to work with CFMX 7.02 on my local Windows XP dev box. I've attempted to follow the directions for this at http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97sliceId=2 (under the section ColdFusion MX 7.0.1

Re: Configuring Apache Web Server 2.2.9 and CFMX 7.02

2008-08-06 Thread Cutter (CFRelated)
Montgomery wrote: Howdy, I'm having difficulty configuring Apache Web Server 2.2.9 to work with CFMX 7.02 on my local Windows XP dev box. I've attempted to follow the directions for this at http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97sliceId=2 (under the section ColdFusion

Re: Configuring Apache Web Server 2.2.9 and CFMX 7.02

2008-08-06 Thread Chris Montgomery
Cutter (CFRelated) said the following on 8/6/2008 11:49 AM: Slightly older Apache, but this might help: http://blog.cutterscrossing.com/index.cfm/2007/1/16/CFMX7-and-Apache-224 Cutter, Thanks for that. To clarify my original post, I guess what I am having difficulty with at this point is

Re: CFMX 7.01 and 8.0 - Verity Problem - HELP

2008-05-20 Thread Tom Chiverton
On Monday 19 May 2008, Don Beasley wrote: Oracle 10g database. I converted the foxpro memo fields to Oracle Clobs. Does Oracle not have a TEXT type ? Maybe called 'LONG' ? -- Tom Chiverton This email is sent for and on behalf of

CFMX 7.01 and 8.0 - Verity Problem - HELP

2008-05-19 Thread Don Beasley
I recently upgrade my application from a Visual FoxPro database to and Oracle 10g database. I converted the foxpro memo fields to Oracle Clobs. Now my Verity Indexing doesn't work. The table contains only 5600 records with the largest CLOB containing approx 9K characters. The query works

RE: CFMX AS windows services

2008-05-15 Thread Brad Wood
To: CF-Talk Subject: CFMX AS windows services Hi, Setup - Win2k server, IIS 5 CFMX 7 Maybe someone can help shed some light on a frustrating problem with CF i have, the windows services (CFMX AS) keep randomly stopping. I've deleted one of the instances and recreated a new one which seemed

CFMX AS windows services

2008-05-14 Thread Steve Avey
Hi, Setup - Win2k server, IIS 5 CFMX 7 Maybe someone can help shed some light on a frustrating problem with CF i have, the windows services (CFMX AS) keep randomly stopping. I've deleted one of the instances and recreated a new one which seemed to stabilize that particular windows service

RE: CFMX AS windows services

2008-05-14 Thread Kevin Aebig
Do you have the services setup to restart on failure or anything else specific to your setup? !k -Original Message- From: Steve Avey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 6:46 AM To: CF-Talk Subject: CFMX AS windows services Hi, Setup - Win2k server, IIS 5 CFMX 7

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

2008-05-08 Thread Michael Stevens
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? I'm not sure if you'll be able to avoid

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

2008-05-08 Thread Dave Watts
Dave mentions backing up and restoring the CFMX settings but fails to mention how. Can anyone elaborate? You can either use the CAR archive option, if you have Enterprise, or you can backup \{cf}\lib\neo-*.xml and jvm.config. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

CFMX 7 cfdocument copy permission ?

2008-04-24 Thread Kristen Winsor
I have some documents that should not allow copying of any part of the document. The permission to copy is not set in the tag. Upon the file being rendered to the browser,copy is not shown in the tool bar, however, the document can be copied by ctrl + A and ctrl+ C...and in the PDF document

RE: CFMX 7 cfdocument copy permission ?

2008-04-24 Thread Dave Watts
I have some documents that should not allow copying of any part of the document. The permission to copy is not set in the tag. Upon the file being rendered to the browser,copy is not shown in the tool bar, however, the document can be copied by ctrl + A and ctrl+ C...and in the PDF

Re: CFMX 8 and Oracle RAC database

2008-04-09 Thread AJ Mercer
behavior? When a node in the cluster comes down should the CFMX throw and error or automatically switch to the other node? We are doing some testing and when a node comes down we get a cfquery error. However, wait a minute and hit refresh and the page continues to work.. Is this the correct

CFMX 8 and 10gRAC db cluster

2008-04-09 Thread Alex DeMarco
a node in the cluster comes down should the CFMX throw and error or automatically switch to the other node? We are doing some testing and when a node comes down we get a cfquery error. However, wait a minute and hit refresh and the page continues to work.. Is this the correct behavior? I guess I

CFMX 8 and Oracle RAC database

2008-04-08 Thread Alex DeMarco
a node in the cluster comes down should the CFMX throw and error or automatically switch to the other node? We are doing some testing and when a node comes down we get a cfquery error. However, wait a minute and hit refresh and the page continues to work.. Is this the correct behavior? I guess I

CFMX 8.0.1 updater won't install

2008-04-04 Thread Alex DeMarco
When I point it the D:\jrun4 it keeps telling me I have an invalid jrun root. Any ideas? This is a Jrun4 install with updater 7... ANyone know what it is keying on? I have several installs all with the same issue. - Alex

Re: CFMX 8.0.1 updater won't install

2008-04-04 Thread Cutter (CFRelated)
Did you read the install notes? They have instructions for mutiserver configs http://www.adobe.com/support/documentation/en/coldfusion/801/CF801Install.pdf Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

RE: Displaying POI output in a browser on CFMX 6

2008-03-31 Thread Eric Roberts
That did the trick (setting it to inline)...thanks. Eric /*-Original Message- /*From: C S [mailto:[EMAIL PROTECTED] /*Sent: Monday, March 31, 2008 1:19 AM /*To: CF-Talk /*Subject: Re: Displaying POI output in a browser on CFMX 6 /* /*cfheader name=content-length value=#ArrayLen

Re: Displaying POI output in a browser on CFMX 6

2008-03-30 Thread C S
cfheader name=content-length value=#ArrayLen(ExcelByteData)#/ cfheader name=content-disposition value=attachment; filename=#xls_file# .. Obviously this is because 6 doesn't have this attribute. Assuming you do not wish to write the bytes to disk, you could write to the response outputstream.

Displaying POI output in a browser on CFMX 6

2008-03-28 Thread Eric Roberts
I have used the following code to display my spreadsheet (generated with POI) (or at least open it up in excel...if there is a better way so that that it just opens in a browser...that would b awesome): cfheader name=content-length value=#ArrayLen(ExcelByteData)#/ cfheader

CFMX Excel loses session

2008-02-24 Thread Alex DeMarco
Has anyone noticed the following: Use CFContent to create an Excel file. If your using Excel 2007, excel will open the file in another window, go back to your app, and your session variables are gone. Or, if you have excel 2003, once the .xls file opens within IE do a file - new window from

Re: CFMX Excel loses session

2008-02-24 Thread Jochem van Dieten
Alex DeMarco wrote: Has anyone noticed the following: Use CFContent to create an Excel file. If your using Excel 2007, excel will open the file in another window, go back to your app, and your session variables are gone. Or, if you have excel 2003, once the .xls file opens within IE do

RE: Strange happenings in a login. CFMX 6.1

2008-02-14 Thread DURETTE, STEVEN J (ATTASIAIT)
- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 6:41 PM To: CF-Talk Subject: RE: Strange happenings in a login. CFMX 6.1 When you are testing the system and you are on the 'login' page for the second time, are you able to type the name of a login protected page

Strange happenings in a login. CFMX 6.1

2008-02-13 Thread Steve Durette
Sorry if this double posts, but I sent it yesterday and it never made it to the list. All, I have a really weird thing happening with a login that I have for a site I have built. This site is on a server I don't control, I don't have access to CFA. Here is what happens. When I go to the

Re: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread Dominic Watson
At a guess (have only had time to scan), I'd say it may be due to the two Application.cfm's. Is there an absolute reason for the login to be it's own application? Try ditching /PowerCo/login/Application.cfm and put the code in the appropriate place in /PowerCo/Application.cfm. HTH Dominic --

Re: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread Dominic Watson
I've just figured why you have the two applications; so that you can access the login page doesn't require login right? If that is causing the problem, you can create a list of templates that don't require login - then when you check whether the user is logged in in Application.cfm, also check

RE: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread DURETTE, STEVEN J (ATTASIAIT)
thing. Steve -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 8:02 AM To: CF-Talk Subject: Re: Strange happenings in a login. CFMX 6.1 I've just figured why you have the two applications; so that you can access the login page doesn't

Re: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread James Holmes
You are checking a session variable before you've enabled the session with the cfapplication tag: /PowerCo/login/Application.cfm - cfsilent cfset Variables.inLogin = true / cfset Variables.pageTitle = Login / /cfsilent cfif isDefined(Session.loggedIn) and

RE: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread DURETTE, STEVEN J (ATTASIAIT)
:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 10:19 AM To: CF-Talk Subject: Re: Strange happenings in a login. CFMX 6.1 You are checking a session variable before you've enabled the session with the cfapplication tag: /PowerCo/login/Application.cfm

RE: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread DURETTE, STEVEN J (ATTASIAIT)
So I moved it up, but it didn't solve anything. I'm stuck. Any other ideas? Steve -Original Message- From: DURETTE, STEVEN J (ATTASIAIT) Sent: Wednesday, February 13, 2008 10:38 AM To: CF-Talk Subject: RE: Strange happenings in a login. CFMX 6.1 I can't move it completely to the top

RE: Strange happenings in a login. CFMX 6.1

2008-02-13 Thread William Seiter
: Wednesday, February 13, 2008 4:09 AM To: CF-Talk Subject: Strange happenings in a login. CFMX 6.1 Sorry if this double posts, but I sent it yesterday and it never made it to the list. All, I have a really weird thing happening with a login that I have for a site I have built. This site is on a server

Re: Download Tables in Excel and CFMAIL in CFMX

2008-01-25 Thread Dominic Watson
For each table, something like: cfloop query=ExportData cfloop list=#ExportData.columnList# index=col !--- columnList is a variable that is present in every query - a comma seperated list of column names --- cfset output = output #ExportData[col]# ' ' !--- this will need to change to

Re: Download Tables in Excel and CFMAIL in CFMX

2008-01-25 Thread Tech Gate
Thanks for the tips on this. I found this working codes below, but need to know how to put all of the output into Excel files with the column names. cfset tbls = Demo,FuncAbility, ... cfoutput cfloop list=#tbls# index=i cfquery datasource=GKeeper name=qryTable select *

Download Tables in Excel and CFMAIL in CFMX

2008-01-24 Thread Tech Gate
I have the following tables to be downloaded in CFMX. The actual table names are: Demo FuncAbility GatekeeperVisit HealthStatus HospitalVisit Institutation Insurance Intake PhoneTrack PsychSocialCognitive Services What I am trying to do: ?? question == need to do cfloop for all tables above

CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Hi, I have this piece of code that works fine under CF5, but fails with connection failure and status code = 200 bothe under CF 6 and CF 7, on the same server. CFHTTP METHOD=GET RESOLVEURL=Yes

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
I have a hint: I'm having the problem with only 2 pages. Each page is declared ?xml version=1.0... One is in XML indeed, the other one is just plain HTML. I suppose CF is trying to decode the XML, although I don't want to get any structure, I'm parsing the page myself. Is there a way to ask CFMX

RE: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Dave Watts
to ask CFMX to treat the page as plain text? I strongly suspect that this is a coincidence, rather than the cause of your problem. But just in case I'm wrong, you might try setting RESOLVEURL=NO. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
you might try setting RESOLVEURL=NO. Makes no difference :-( -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Something I don't understand is that in the dump of the cfhttp structure I can see this header below, thus the page is retrieved indeed, so how comes CF reports a connection failure? The only explanation is that CF is trying to do something with the content, (something I didn't asked) with the

CFMX 7 - Java class reloading

2007-12-06 Thread Bosky, Dave
Do Java classes automatically get reloaded when placed in the default location of C:\CFusionMX7\wwwroot\WEB-INF\classes? Thanks, Dave Bosky | Information Services | HTC | direct: 843-369-8613 | fax: 843-369-7178 | [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >