RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-26 Thread Jesse Noller
I'll keep the replies to the list so that everyone can learn. The first error in your log goes: Starting Macromedia JRun 4 (Build 47304), default server Unable get IP addresses from a local host, defaulting to 127.0.0.1. 07/25 17:02:17 error Exception thrown in operation init

OT: SQL Query

2002-07-26 Thread Paul Giesenhagen
I have a query that I am trying to get all my descriptions from my choiceTable that are not found in my productChoiceTable that have a productid of a url.product value. Basically if a choice id is found in the productChoiceTable that also has the url.productid in the productid column, it is

Favourite Web Services so far?

2002-07-26 Thread W Luke
Hi, I'm not yet into MX, but hopefully will be later this summer. I was just wondering what everyone's favourite or most useful Web Services are currently - or whether you've written one / made one available that you like. Thanks Will -- GPRS Forums: http://GPRSCommunity.com

RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-26 Thread Alexis Maldonado
1. What ports other than 80 do i need to open in order for CFMX to work properly 2. I think i fixed the domain problem On Fri, 2002-07-26 at 08:01, Jesse Noller wrote: You won't have an /opt/coldfusionmx/runtime/wsconfig directory unless the connector wizard (wsconfig.jar) runs successfully,

RE: Help: Web Services not working... look at this error.

2002-07-26 Thread Kumaran Nallore
It looks as if the service did not either start up or had errors while starting up. Some of the things you could try are: 1) Recycle CFMX 2) Verify that there are no errors while the server starts up (check the server.log) 3) Try consuming a CFC web service. HTH -kumaran -Original

Re: Table Locking Problems

2002-07-26 Thread S . Isaac Dealey
I'd suggest changing your approach as I doubt the problem is CF-related. Consult your DBA and figure out why it's locking -- which query does the table lock belong to, and why is it locking it? It may be poorly written SQL that's the culprit, or some DB design flaw The above assumes you're

RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-26 Thread Alexis Maldonado
I dont know how but it got fixed.. I just restarted the machine and when it came up jrun started.. yeeesh.. weird.. Thanks everyone for their help !! On Fri, 2002-07-26 at 08:09, Jesse Noller wrote: The mailing lists strip attachments. Send it to me, [EMAIL PROTECTED] Jesse Noller [EMAIL

Re: Favourite Web Services so far?

2002-07-26 Thread todd
I think the Amazon webservice is making a pretty big splash. ~Todd On Fri, 26 Jul 2002, W Luke wrote: Hi, I'm not yet into MX, but hopefully will be later this summer. I was just wondering what everyone's favourite or most useful Web Services are currently - or whether you've written

Error stack trace not as good in CF5??

2002-07-26 Thread Gaulin, Mark
Hi Folks In CF4.5 I could get a really nice, detailed stack trace when errors occurred. If there is a trick to getting them back easily in CF5, I'd love to hear it. We have a site-wide error handler installed and it dumps things from the error object (including error.diagnostics, which is where

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Marcello Frutig
I see this as an opportunity to reinforce the need for better application architecture and code planning, reducing what we call here, in Portuguese, programação por atrito (friction programming??). Marcello Frutig. -- Astrolabio /takes off tinfoil hat Uh, just to throw this in, compilation

RE: CF Application for monitoring webpages/services

2002-07-26 Thread YC Nyon
I have a couple of mapping applications running on PHP. Since these applications are expected to be accessed quite heavily and the applications is quite complex, i would like to have a CF application that hit the urls to make sure the applications are running rather accessing on them manually

Re: Favourite Web Services so far?

2002-07-26 Thread Alex
The distance from a zipcode is useful. On Fri, 26 Jul 2002, W Luke wrote: Hi, I'm not yet into MX, but hopefully will be later this summer. I was just wondering what everyone's favourite or most useful Web Services are currently - or whether you've written one / made one available that

Setting and evaluating session variables

2002-07-26 Thread Yexley Robert D Contr Det 1 AFRL/WSI
cfQuestion type=Rookie I'm trying to write my first web app in CFMX, and am having some trouble figuring out how session variables work. I'm basically just trying a few things to test setting them and testing for their values, stuff like that. So, what I've done, is I've added a

looping over lists and queries in cfscript

2002-07-26 Thread jt
has anyone found a good way to loop over lists and queries in cfscript? any ideas would be well appreciated! --Josh __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: Transport port

2002-07-26 Thread Dave Watts
If you type in http://servername:9080/, and the web server is listening on that port, then on that server, CGI.SERVER_PORT will be 9080. I don't understand what you mean by transport port. When I request a page from the server, the port 80 answers from the HTTP_Server. But in

Re: SQL Query

2002-07-26 Thread Douglas Brown
More than likely something like so... SELECT c.id, c.description FROM choiceTable c,productChoiceTable pc WHERE c.id = pc.choiceid AND pc.productid NOT IN ( SELECT productid FROM productChoiceTable WHERE productid = '#url.productid#' ) Douglas Brown Email: [EMAIL

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Alex Hubner
Jesse and folks, we don't experience the same when dealing with ASP/PHP/Perl and even JSP (afaik). Ok, this natural on any programming language such as pure Java, C++ and so on, but I don't agree that such behaviour is natural and expected in server-side scripts/languages such as CF and ASP.

Outlook and Cfmail

2002-07-26 Thread Tipton Josh (orl1jdt)
Is there anyway to send an email so that if the user has html it shows up html formatted and if they are setup as plain text then it will only show the plain text email? Josh __ Signup for the Fusion Authority news alert and

Recommendations other than Verity

2002-07-26 Thread Justin Greene
Does anyone have any recommendations for an indexing solution other than verity that integrates failry easily with Cold Fusion 4.5. We are indexing email and not only does verity not recognize the files as email, but it cannot index the attachments (because it does not recognize the file as

Re: OT: SQL Query

2002-07-26 Thread I-Lin Kuo
SELECT c.id, c.description FROM choiceTable c WHERE c.id = '#url.productid#' AND NOT EXISTS ( SELECT pc.id FROM ProductChoiceTable pc WHERE pc.productid='#url.productid#' ) --- Paul Giesenhagen [EMAIL PROTECTED] wrote: I have a query that I am trying to get all my descriptions from my

XML Problem Check out the code

2002-07-26 Thread BT THornton
I have a XML array that I appended and it says it was successful but no data is in the XML struct. Any ideas? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN HTML HEAD TITLEXML TEST/TITLE META http-equiv=Content-Type content=text/html; charset=iso-8859-1 /HEAD BODY cfset myXML1 =

Re: Table Locking Problems

2002-07-26 Thread Colin Murphy
Thanks for your help. I think I will dig out the SQL books and write a couple of stored procedures todo this. Colin - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 26, 2002 2:01 PM Subject: Re: Table Locking Problems

MX Uniqueidentifier In Query

2002-07-26 Thread Shahzad.Butt
Hi I've just migrated my code to CFMX Server. For some reason its giving error when I am trying to use Variable(PK_User_ID) From Query(GetUser). Only problem is that PK_User_ID is Uniqueidentifier. I mean in same Query if I use CFOUTPUT#GetUser.FirstName#/CFOUTPUT it does work but

RE: SQL Query

2002-07-26 Thread Christopher Olive
try... SELECT c.id, c.description FROM choicetable c WHERE c.productid = '#URL.productid#' AND c.id NOT IN ( SELECT pc.choiceid FROM productchoicetable pc WHERE pc.productid = '#URL.productid#'

ColdFusion and Netscape Headers

2002-07-26 Thread Critter
oi CF-Talk,!! is this a known gig that outputs the header info in Nutscape 6.x ? is there any fix for it? -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion

site wide missing template handler not working in MX

2002-07-26 Thread Brook Davies
Has ANYBODY been able to get the site wide error handler templates to work in CFMX? Everytime I try to add one in the admin it tells me the path is wrong. I've tried every combination of path variations under the sun. I've also seen a thread in the mm forums where other people are having the

Re: looping over lists and queries in cfscript

2002-07-26 Thread Michael Dinowitz
www.houseoffusion.com/docs/cfscript.htm 8.7 loops over a query and 8.8 loops over a list. has anyone found a good way to loop over lists and queries in cfscript? any ideas would be well appreciated! --Josh __

Re: Favourite Web Services so far?

2002-07-26 Thread Michael Dinowitz
where is that located? The distance from a zipcode is useful. On Fri, 26 Jul 2002, W Luke wrote: Hi, I'm not yet into MX, but hopefully will be later this summer. I was just wondering what everyone's favourite or most useful Web Services are currently - or whether you've

RE: CF 5 Availability

2002-07-26 Thread Alex Hubner
Bud, I've downgraded one of my CFMX copies with MM. They gave me autorization to use CF5 as long as I whish and move to my original CFMX version when I feel ready for that. This is great, thanks MM. Make contact with MM regarding it. []'s Alex -Original Message- From: Bud [mailto:[EMAIL

Re: Outlook and Cfmail

2002-07-26 Thread Brook Davies
Try this: cfset recipient=[EMAIL PROTECTED] cfset from =Bob Dole [EMAIL PROTECTED] cfset subject=Email Test cfset textbody=mytextmessage cfset htmlbody=h2myhtmlmessage/h2 cfset crlf = chr(13)chr(10) CFSET MIMEBOUNDARY = MIME-BOUNDARY CFSET contenttype =

Re: multiple copies of list mail?

2002-07-26 Thread Michael Dinowitz
Check your filters. Did you add a new one? One of the most common reasons that people receive duplicate messages is that they've got 2 filters filtering the same message and the message gets copied at that point. (the other most common one is being subscribed more than once) sorry if its my

RE: Outlook and Cfmail

2002-07-26 Thread David Grabbe
Josh - Try something like this (code below). You will need to make an html version of the email (FriendConfirmation.htm) and a text version (FriendConfirmation.txt) -- which I also use for AOL mail readers. Best regards, David cfset mimeBoundary = World=_WatchDaily cfmail

RE: Table Locking Problems

2002-07-26 Thread Craig Dudley
You could try using query locking hints in your SQL, I have to do it on some very large tables that get a lot of updates. The only problem being that sometimes you won't get data that's 100% up to date as it could be updated while the select is running. E.g. select field1,field2 from tblOne

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Jesse Noller
The reason why you don't run into this with PHP, ASP, and JSP (actually, I avoid JSP) is that they are interpreted languages, like the current CFML is sort of, and the old CF was. You do get this with Perl. Perl requires compilation time. Actually, some of the advanced CPAN/Perl/PHP stuff

RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-26 Thread Jesse Noller
Note: resent at M.Dinowitz request I'll keep the replies to the list so that everyone can learn. The first error in your log goes: Starting Macromedia JRun 4 (Build 47304), default server Unable get IP addresses from a local host, defaulting to 127.0.0.1. 07/25 17:02:17 error Exception thrown

RE: FAQs for CF-Talk was (Admin) Behavior

2002-07-26 Thread Ben Doom
No, it's not normally like this -- at least for the three months I've been here. This newbie has never been flamed (though he's been teased when his answers to questions weren't quite right :-) I think that the name calling and OT arguments about what is and isn't a portal have gone past the

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Alex Hubner
Yes, this is true. Seens to me that bad code runs faster on CF5 and good code runs faster on CFMX... The question is: what is bad code and good code in this new CFML horizon? I'm not a hardcore programmer but even form me, CFML is not a programming language status quo. Pure CF programmers are now

RE: Favourite Web Services so far?

2002-07-26 Thread Paris Lundis
here we go.. everyone loves the geographic search functions... :)greatly underused... -p -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 12:59 PM To: CF-Talk Subject: Re: Favourite Web Services so far? The distance from a zipcode is useful. On

record linking prob

2002-07-26 Thread Doherty,Sean [NCR]
Hey I am a newbie here and am having abit of troubles ... i am trying to link together a brief results page to a full details page. i am able to create the link, but when I click on it, it always brings me to the same record ... here is my source: a

RE: Outlook and Cfmail

2002-07-26 Thread Jeff Beer
You need to check out mime standards for e-mail. There's a lot to cover, but basically it's pretty simple. Here's a simple CFMail setup that should work: cfset mimeboundary=-=_NextPart_000__ABCDEF01 cfmail to=#attributes.to# from=#attributes.from# subject=#attributes.subject#

CFMX Scheduler Work Around

2002-07-26 Thread Chris Kief
Because of the apparent bug in the CFMX scheduler (CFMX, IIS, Win2k), I'm looking for a work around that will allow me to run a scheduled task without using CFMX. All I need to do is hit a cfm page at a predetermined time once per day. For those unfamiliar with the bug, all scheduled tasks

Re: site wide missing template handler not working in MX

2002-07-26 Thread Marcello Frutig
AFAIK, this path in MX is now relative to the web root directory. Did you try this? Regards, Marcello Frutig. -- Astrolábio Has ANYBODY been able to get the site wide error handler templates to work in CFMX? Everytime I try to add one in the admin it tells me the path is wrong. I've tried

Re: XML Problem Check out the code

2002-07-26 Thread todd
Yup, I would first remove all HTML tags when you're messing with CFMXL or XMLNEW() ~Todd On Fri, 26 Jul 2002, BT THornton wrote: I have a XML array that I appended and it says it was successful but no data is in the XML struct. Any ideas? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

RE: Outlook and Cfmail

2002-07-26 Thread Brian J. LeRoux
Check out cf_advanced mail in the devex. It makes up for a lot of the shortcomings of cfmail. -Original Message- From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 6:53 AM To: CF-Talk Subject: Outlook and Cfmail Is there anyway to send an email so

RE: Setting and evaluating session variables

2002-07-26 Thread Cornillon, Matthieu
Hi. I think that I see the problem that you are having. My explanation may seem overly simple at first, but bear with me. Session variables are stored on the CF server. A given set of session variables is tied to a given user by two key values: CFID, and CFTOKEN. These values are sent to your

Re: MX Uniqueidentifier In Query

2002-07-26 Thread todd
The column name is actually called PK_USER_ID? What happens when you do: cfdump var=#getuser# ...? ~Todd On Fri, 26 Jul 2002, Shahzad.Butt wrote: Hi I've just migrated my code to CFMX Server. For some reason its giving error when I am trying to use Variable(PK_User_ID) From

RE: Table Locking Problems

2002-07-26 Thread Costas Piliotis
Write your select statements like this: SELECT * FROM table1(nolock) inner join table2 (nolock) on table1.id = table2.id The nolock keeps the locking from occurring and forces dirty reads on the data. With Update statements, write them like this: UPDATE Table1 WITH (ROWLOCK) SET

Re: record linking prob

2002-07-26 Thread Brook Davies
Does anyone have a script to automate the compilation of cf templates. I tried this one from Robert Everland, but it does not work on my system. setlocal set NEO_INSTALL=f:\cfusionMX set

DWMX is breaking my code HELP!

2002-07-26 Thread Brook Davies
I just installed DWMX and setup a few test sites. After saving a few files DreamWeaver added a whole bunch of code to all my tags. For example, what was once: cfif left(cgi.remote_host,9) is not 206.18.98 Is now cfif mmTranslatedValueOutline=OUTLINE=%22%3Ccfif%3E%22

Re: Favourite Web Services so far?

2002-07-26 Thread todd
Btw: http://www.xmethods.com/ All kinds of stuff here... ~Todd On Fri, 26 Jul 2002, Michael Dinowitz wrote: where is that located? -- Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ | Team Macromedia

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Paris Lundis
so is MX at the core Java? I keep hear that's the gradual plan, migrate away from C... If that is true, how is macromedia addressing Java's great slowness and the infamous memory management/cleanup randomness that stops things? -paris Paris Lundis Founder Areaindex, L.L.C.

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread todd
I'm actually wondering if some of the complaint about the 'speed' issue is what people are noticing when in development. Let's face it, the debugger application is a hog for whatever it's doing. Every now and then I turn off the debugger so I can get the real speed of what the end user is

RE: SQL Query

2002-07-26 Thread S . Isaac Dealey
try... SELECT c.id, c.description FROM choicetable c WHERE c.productid = '#URL.productid#' AND c.id NOT IN ( SELECT pc.choiceid FROM productchoicetable pc WHERE pc.productid = '#URL.productid#' )

Re: CFMX Scheduler Work Around

2002-07-26 Thread S . Isaac Dealey
I would guess that you could use some combination of CFExecute and/or CFREgistry to create a scheduled task within windows which could execute an http request, likely using the built-in components of Internet Explorer ... I've never worked with the Windows task scheduler myself ( unless

Re: record linking prob

2002-07-26 Thread S . Isaac Dealey
Hey I am a newbie here and am having abit of troubles ... i am trying to link together a brief results page to a full details page. i am able to create the link, but when I click on it, it always brings me to the same record ... here is my source: a

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
Well he is saying that if he opens a new window and types in a URL that does not go to his splash screen that it is not redirecting. If he opens a new window, it should be a different session with different CFID CFTOKEN values. Basically... In application.cfm CFAPPLICATION NAME=myApp

RE: record linking prob

2002-07-26 Thread Christopher Olive
could you post the remaining code around it? i'm assuming that you're using CFLOOP or CFOUTPUT. just those parts would be helpful. and as a checkbrain exerercise, IS there more than one record? -Original Message- From: Doherty,Sean [NCR] [mailto:[EMAIL PROTECTED]] Sent: Friday, July

RE: record linking prob

2002-07-26 Thread Margaret Fisk
It's a silly detail, but are you sure you're within a functioning loop when the href url is generated? Sounds like it is just showing the first searchResults.RecordID from your description. -Original Message- From: Doherty,Sean [NCR] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002

RE: Setting and evaluating session variables

2002-07-26 Thread Cornillon, Matthieu
Douglas, Is that right? Maybe I misunderstood your message, but it doesn't seem correct to me that opening a new window would open a new session with new CFID and CFTOKEN values. This is a big point of confusion in my office, where some folks think of a session as an uninterrupted series of

Re: site wide missing template handler not working in MX

2002-07-26 Thread Brook Davies
Yeah, I tried that. Has anyone got this working? Can someone running CFMX confirm that this is a bug please? Or just me.. At 02:44 PM 26/07/02 -0300, you wrote: AFAIK, this path in MX is now relative to the web root directory. Did you try this? Regards, Marcello Frutig. -- Astrolábio Has

OT JS Question

2002-07-26 Thread Kris Pilles
Any idea why this isn't working??? Tells me opener.document is not defined function setForm() { opener.document.Form1.name.value = document.name2.employees.value; self.close(); return false; } //--/script __

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Jesse Noller
Yes, at it's core, CFMX is java, plain and simple. Nearly 0 C code. (Verity, few other things). As for slowness, it's faster than CF5. as for memory management, this, along with the speed issues, is a common complaint about the OLD versions of java, which have been addressed in the current

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
Well, it depends on if they are opening a new window from inside the current application, or if they are opening a new browser window alltogether...If it is a new browser window, then a new CFID and CFTOKEN pair will be generated. Otherwise, it is working off the same session. Douglas Brown

RE: looping over lists and queries in cfscript

2002-07-26 Thread jt
That's exactly what I needed! Thanks! -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 11:19 AM To: CF-Talk Subject: Re: looping over lists and queries in cfscript www.houseoffusion.com/docs/cfscript.htm 8.7 loops over a query and 8.8

Re: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Jon Hall
In two of my major apps that I've been able to test, both have seen about a 100% increase in page execution with a single user. Even with debugging on. I'm quite happy with the speed. My main beef with MX is the broken COM support, which means that I can't use MSXML, which I use all the time

Re: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Sean A Corfield
On Friday, July 26, 2002, at 11:16 , Paris Lundis wrote: so is MX at the core Java? I keep hear that's the gradual plan, migrate away from C... CFMX is pretty much pure Java. That's why several folks have it running on Mac OSX. I don't know whether it was C or C++ in its earlier guise. If

RE: record linking prob

2002-07-26 Thread Cornillon, Matthieu
Sean, Some things to check: 1. Is your a href... tag below is outside of the looping CFOUTPUT statement that generates your list of results? 2. Are you sure that RecordID is not set to one for all records? 3. What query are you using? 4. On the detail page, how are you referring to the URL

Re: ColdFusion and Netscape Headers

2002-07-26 Thread Jesse Houwing
Critter wrote: oi CF-Talk,!! is this a known gig that outputs the header info in Nutscape 6.x ? is there any fix for it? It's a bug in netscape. PHP, ASP and others have it too... I hope they fix it soon... Jesse

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Dave Watts
My main beef with MX is the broken COM support, which means that I can't use MSXML, which I use all the time since cfhttp is a pos. If you're able to rewrite a little code, you might just use a Java alternative to CFHTTP instead; try the Jakarta io JSP tag library:

CFMX: ServletContext

2002-07-26 Thread Marcello Frutig
Hi! Is it possible to access the javax.servlet.ServletContext interface and its methods from within a CFMX/CFML page? How? It'd be nice to define application-wide parameters in web.xml and read them via getInitParameter and getInitParameterNames methods. Thanks in advance, Marcello Frutig. --

RE: multiple copies of list mail?

2002-07-26 Thread Tony Weeg
thank you! i knew i wasnt going crazy! tony -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 5:14 PM To: CF-Talk Subject: RE: multiple copies of list mail? I'm getting 4 posts of every listing. My filters, rules haven't changed for weeks.

RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
Its similar I think, wonder if we're not dinking with the same thing?? :-) Contact me offlist if you like. Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent:

RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
It is all to a web address, http post required to do the data transfer. And finally, each of the steps is to a separate server (or web address) following through so we are not worried with consecutive requests and the line being open. Okay, maybe we were overthinking ourselves on this one?

RE: XML Questions (newbie)

2002-07-26 Thread Tony Weeg
eric. im glad you have started this thread, kinda ironic. i have an app that i am starting tonight, that seems to be very close in concept, almost exactly what you are trying to do. what i have to do is: 1. gather user data from a form posting (i have this part done) 2. format that data in a

Re: Using Text lists variable in SQL IN operator

2002-07-26 Thread Michael E. Carluen
Used QuotedValueList along with PreserveSingleQuotes... and it worked! Thanks all! cfset manager_direct_staff = quotedValuelist(get_manager_staff.userid) cfquery name=get_category_avg datasource=byofocal SELECT AVG(dbo.answer_rating.answer_value) as category_avg

RE: Using Text lists variable in SQL IN operator

2002-07-26 Thread Lon Lentz
Have you mailed the query to yourself (or some other way of looking at the actual query that is being thrown against your dbase)? You may need to use the infamous preservesinglequotes(). -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002

Using Text lists variable in SQL IN operator

2002-07-26 Thread Michael E. Carluen
I'm having difficulty using the IN operator condition on a text list dynamically generated from previous query. Any suggestions? Cfquery name=get_manager_staff datasource=emp_records SELECT userid FROM emp WHERE

Re: CFMX Taking all CPU Resources?

2002-07-26 Thread Jesse Houwing
Joe Eugene wrote: None of the below have IMPROVED Performance. 1. Trusted Cache (Enabled) 2. Increased Template Cache Size (decrease Cache pops) 3. Decreased Consecutive Request to 5 4. Restarted CF APP Service serveral times after setting changes. NONE of these have done any good so far.

Re: site wide missing template handler not working in MX

2002-07-26 Thread Sean A Corfield
On Friday, July 26, 2002, at 02:25 , Brook Davies wrote: I've tried that. And I have moved the file from directory to directory to no avail. Well, it works just fine here (with a .cfm extension). Have you tried just a very simple CF file (e.g., error.cfm containing just one line Error!) and

Re: XML Questions (newbie)

2002-07-26 Thread Jon Hall
Usually the receiving end is very specific on how they want the xml given to them. If you are using cfhttp there are two ways, either do a http get, which means the xml packet will be sent as a url variable, or an http post, which means the xml packet will be sent as a form variable. You may want

Re: ListSort() - SOLVED

2002-07-26 Thread Jerry Johnson
Nope. cf_blush It turns out to be caused by low blood sugar. /cf_blush (I figured it out while on the train home) There was a . (period) at the end of each line, stripped off at display time. The text evaluates less than ., so all the ones that ended got bumped below the ones that didn't.

Re: Favourite Web Services so far?

2002-07-26 Thread Bryan Stevenson
And Canada ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Sean A Corfield
On Friday, July 26, 2002, at 12:36 , Paris Lundis wrote: Well the myths are fairly valid No, the myths are still fairly widely believed :) In fact, there are good Java compilers and VMs that can get very close to native compiled C++ speeds - certainly within 10% last I read. ideally, though

Re: Favourite Web Services so far?

2002-07-26 Thread W Luke
Alex said on cf-talk: The distance from a zipcode is useful. Wish there was a similar one for the UK Postal Code system. Will __ Your ad could be here. Monies from ads go to support these lists and provide more resources

OLAP

2002-07-26 Thread Ian Lurie
Has anyone out there connected to MSSQL2000 OLAP cubes using CF? If you have, any suggestions? I'm tearing out my already thinning hair just trying to figure out if it's possible. Ideally, I'd like to be able to analyze a cube the same way folks do it using Excel or Access... Ian Portent

RE: Help: Web Services not working... look at this error.

2002-07-26 Thread Jon
Kumaran, I've tried each of those things. I'm not able to use or register other peoples web services or my own web services. I am trying each of the tutorials and i get the XML RPC error without fail each time. There are no errors in the logs. Grr any other ideas? -Original

RE: Help: Web Services not working... look at this error.

2002-07-26 Thread Alex
Can you get any webservice to work anywhere? On Fri, 26 Jul 2002, Jon wrote: Kumaran, I've tried each of those things. I'm not able to use or register other peoples web services or my own web services. I am trying each of the tutorials and i get the XML RPC error without fail each time.

Re: CFMX Taking all CPU Resources?

2002-07-26 Thread Joe Eugene
None of the below have IMPROVED Performance. 1. Trusted Cache (Enabled) 2. Increased Template Cache Size (decrease Cache pops) 3. Decreased Consecutive Request to 5 4. Restarted CF APP Service serveral times after setting changes. NONE of these have done any good so far. Joe - Original

Re: DWMX is breaking my code HELP!

2002-07-26 Thread Sean A Corfield
On Friday, July 26, 2002, at 11:10 , Brook Davies wrote: I just installed DWMX and setup a few test sites. After saving a few files DreamWeaver added a whole bunch of code to all my tags. For example, what was once: ... And this now breaks in a browser! What is going on here? I am using a

RE: Make CF Server process a new extension .NAP like it does .cfm

2002-07-26 Thread Mike Byers
Sorry, forgot attachments do not go through here.. take 2 Setting up mappings in IIS and CFMX You need to make changes in two locations: IIS Website Properties HomeDirectory Configuration \CFusionMX\wwwroot\WEB-INF\web.xml Changes to \CFusionMX\wwwroot\WEB-INF\web.xml

Re: site wide missing template handler not working in MX

2002-07-26 Thread Brook Davies
I've tried that. And I have moved the file from directory to directory to no avail. At 02:05 PM 26/07/02 -0700, you wrote: On Friday, July 26, 2002, at 10:29 , Brook Davies wrote: Has ANYBODY been able to get the site wide error handler templates to work in CFMX? Everytime I try to add one

Re: CFX_Image docs

2002-07-26 Thread Lewis Sellers
On Fri, 26 Jul 2002 13:32:00 -0700, in cf-talk you wrote: Hey All, Does anybody have the docs for CFX_Image (current version 1.4.5 or older)?? I was under the impression that Jukka's most recent version don't have documents included because he was reworking them, thus you have to make do with

Re: site wide missing template handler not working in MX

2002-07-26 Thread Sean A Corfield
On Friday, July 26, 2002, at 10:29 , Brook Davies wrote: Has ANYBODY been able to get the site wide error handler templates to work in CFMX? Everytime I try to add one in the admin it tells me the path is wrong. I've tried every combination of path variations under the sun. I've also seen a

RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
We are on CF 5. We know it's a valid XML file, so great, we use cfsavecontent dump it to a xml variable. Now the receiving server we figured we would send to via CFHTTP...and we will get a response code(s) in XML format, yes, so that's where we are wondering how that handles...its actually a

Re: CFMX Taking all CPU Resources?

2002-07-26 Thread Jesse Houwing
Joe Eugene wrote: Trusted Cache was NOT turned on either of the servers (CFMX or CF 5.0) Try a run with trusted cache, this should make MX much faster and more responsive. Have you also tried lowering the number of consecutive requests? This may prove helpful too. MX needs less than 5 with

Re: dynamic body #DynamicContent#

2002-07-26 Thread Brian Scandale
Sorry, I was too terse with my question... I'll be a bit more verbose here. cfheader is used to put dynamic info into the head/head section of the html returned by CF to a browser making a request. I use it all the time to put in clientside javascript. My issue is how to do this to a body

Re: Setting and evaluating session variables

2002-07-26 Thread S . Isaac Dealey
Douglas, Is that right? Maybe I misunderstood your message, but it doesn't seem correct to me that opening a new window would open a new session with new CFID and CFTOKEN values. This is a big point of confusion in my office, where some folks think of a session as an uninterrupted series

RE: Flash/XML emergency

2002-07-26 Thread Van Vliet, Scott
Hey Jeff, Sorry to hear about your dilema. Fortunately, I think I can help. How are you getting the data? Is it through a web service, or just and XML feed? What format is the date in (eg. 7/26/2002, etc.)? What version of Flash, 5 or MX? Can I see the

RE: dynamic body #DynamicContent#

2002-07-26 Thread Van Vliet, Scott
What I have done in the past is create a Request variable to store information about my main HTML tags in an action, and then output them in my display file (Fusebox): !--- app_globals.cfm --- cfscript function initHTML() { Request.HTML = StructNew();

OT: Flash/XML emergency

2002-07-26 Thread Jeff Beer
Sorry for the off topic post - I'm in a real jam. I need to pull an XML file into flash and build URLS with the data. In one instance, it needs to be sorted by date. I can not figure out how to sort the data by date in flash/XML. In fact, I don't know Flash at all! It's a learning experience :)

  1   2   3   >