Re: Known CFMAIL problem?

2002-06-18 Thread Dave Hannum
There have been numerous postings about the unreliability of CFMAIL. We've experienced it here ourselves. We've gone with iMSMail from www.coolfusion.com . They have a POST server for only about $250 and it has a CFX tag that allows you to completely by-pass CFMAIL. Very reliable, very

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
I am following http://www.macromedia.com/desdev/mx/coldfusion/articles/startremoting.html now. I seem to have a problem: I put the files: HelloWorld.cfc and the test.cfm in the same directory and changed the path in the test.cfm to just say cfinvoke component=HelloWorld Instead of:

Web-Services and proxy server

2002-06-18 Thread Kevan . Windle
I'm trying to get the example web-service with CF-MX to work, but I'm connecting via proxy behind a fire-wall. I thought I saw posts before on this, but can't find anything on the archive - the search doesn't seem to be working properly. Don't know where to start. Anyone tell me the sort of

decryption and licencing

2002-06-18 Thread Richard Meredith-Hardy
In the case of CF templates encrypted using cfcrypt.exe, can someone please point me to something which confirms the following statement: - decrypting files is against the Macromedia License Agreement - even files of your own. Thanks (I can't see anything about this in the CF5 server install

Re: Kevin Towes Presentation.

2002-06-18 Thread todd
Majority of what you said should work... cfinvoke component=cfc.HelloWorld ... This assumes that you're doing the following, you're looking for Helloworld.cfc in the /cfc directory. Otherwise, if it's not in the cfc directory, it goes through the chain (it'll search for global/mapped

Re: CFMX Spidering for cache

2002-06-18 Thread Pete Ruckelshaus
Oops, sorry. That's what I get for not making you guys wade through a very large page of crap code. CFSCRIPT // de-dupe function DeDupe(list,type) { return REReplaceNoCase(ListSort(list,type),([^,]+)(,\1)*,\1,ALL); } function msToSec(tick) { return numberFormat(tick / 1000, .9); }

CFLDAP, Exchange Server and Global Contacts

2002-06-18 Thread support
Hi all, I am trying to make a connection to the DB that holds the Global Contacts on our MS Exchange Server 5.5. So far, the LDAP works fine, but it only returns me the addresses of the intranet users (receivers). What I would like to do is get the data in from the Global Contacts, in the

RE: Web-Services and proxy server

2002-06-18 Thread Kumaran Nallore
Try this work around: !--- proxy settings --- cfscript obj = CreateObject(java, java.lang.System); obj.setProperty(http.proxyHost, your_proxy_host); obj.setProperty(http.proxyPort, your_proxy_port); /cfscript !--- invoke webservice --- cfinvoke webservice=wsdlurl.. -Original

RE: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Mark A. Kruger - CFG
No ... merely separating one type of traffic from another - not down to the client level. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, June 17, 2002 4:52 PM To: CF-Talk Subject: RE: Need help with CFMX/ASP.NET comparison... So I am a business with

[OT] Following up on old topic: ColdFusion apps we've built...

2002-06-18 Thread todd
Great article today in MSNBC.com regarding software and why it's so bad: http://www.msnbc.com/news/768401.asp?0dm=N11LT Quote: Even a few members of the software-is-different school believe that some programming practices must be reformed. We don't learn from our mistakes, says Rand's Pfleeger

CFMX / XML solved

2002-06-18 Thread todd
Found an article on DesDev regarding CFMX / XML: http://www.macromedia.com/desdev/mx/coldfusion/articles/xmlxslt.pdf Basically what I was doing wrong is that I had an XML object created, but if you want to display it to the browser or output it to a file, you have to use the toString(MyXML)

RE: Web-Services and proxy server

2002-06-18 Thread Kevan . Windle
Thanks Kumaran, but didn't make any difference that I can see. Anyone seen anything documented on this? -Original Message- From: Kumaran Nallore [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 13:25 To: CF-Talk Subject: RE: Web-Services and proxy server Try this work around: !--- proxy

Re: registry error

2002-06-18 Thread Jamie Jackson
I defragged/compacted the registry RegCompact, and it solved my registry problems. Jamie On Thu, 13 Jun 2002 14:51:13 -0400, in cf-talk you wrote: I've never had this happen. Here goes... I went in to administrator to delete an ODBC source. Sounds simple I know, but I got this error:

Re: Web-Services and proxy server

2002-06-18 Thread Frank Mamone
I had the same problem. I just needed to make sure the account that CF is running from has permission to get through the proxy. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 9:22 AM Subject: RE: Web-Services and proxy server

Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread John Paul Ashenfelter
No question that the involvement in an Apache project is good for everyone involved. And now that CF tags are J2EE, you can simply decompile CFHTTP, tweak it, recompile it, and you're in business :) I started working with server-side Java because ASP had no reliable equivalent to CFHTTP for SSL

CFMX in production?

2002-06-18 Thread John Paul Ashenfelter
Ok, So plenty of talk about ASP.NET vs CFMX (vs J2EE vs PHP vs Python vs whatever) Who's using CFMX in production? Or who has plans to use it very soon in production? Load-testing stories anyone? We're starting to work through some of the issues with scaling CFMX apps specifically but

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Raymond Camden
They were bought by CMP Media and they didn't know what to do with it and shut it down -- which means no new content. Kinda' like WebTechniques became New Architect. But I moved over to O'Reilly (which ironically started WebReview through their Songline Studio group) and have many

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help wi th CFMX/ASP.NET comparison...

2002-06-18 Thread Mike Byers
You got that right! I just let the subscription go. -Mike -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:49 AM To: CF-Talk Subject: RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

cf-talk archive search not working??

2002-06-18 Thread Jim
The archive search at: http://www.mail-archive.com/cf-talk@houseoffusion.com/ doesn't seem to be working. Anyone know if/when that'll be fixed? Was looking for some info on the Verisign Payflow stuff and am sure it's been covered already and is lurking in the archives somewhere :) I've found

RE: CFMX in production?

2002-06-18 Thread Stacy Young
We're upgrading our production environment in 2 weeks. We're currently in QA testing process to see how are applications react. So far so good. Stace -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:48 AM To: CF-Talk Subject: CFMX

RE: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Dave Watts
And now that CF tags are J2EE, you can simply decompile CFHTTP, tweak it, recompile it, and you're in business :) Without regard to the licensing issues, once you reach this point why bother? It's just as easy to find a substitute and use that instead. Besides, why should I have to fix

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Larry Juncker
I agree Ray I hate the New format... Have practically quit reading it even. Larry -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:49 AM To: CF-Talk Subject: RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with

CFMX Upgrade Woes!

2002-06-18 Thread Willy Ray
Ok, we just moved our development platform from 5.0 to MX. This will probably be a first-of-many kind of post. First error we come across is this: ByteArray objects cannot be converted to strings. The Error Occurred in /web/live/faculty_staff/index.cfm: line 13 11 : WHERE articleID

RE: Getting to an Access DB on a remote machine

2002-06-18 Thread Shawn Regan
You can create a DSN on the CF machine that points the access file on the remote machine. Shawn Regan -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Monday, June 17, 2002 10:02 PM To: CF-Talk Subject: Getting to an Access DB on a remote machine Hey, I

Re: CFMX Upgrade Woes!

2002-06-18 Thread todd
find(.,qGetArticle.Text,150) Have you tried taking the ,150 and just making it ,150 ...? ~Todd On Tue, 18 Jun 2002, Willy Ray wrote: Ok, we just moved our development platform from 5.0 to MX. This will probably be a first-of-many kind of post. First error we come across is this:

Re: CFMX Upgrade Woes!

2002-06-18 Thread Willy Ray
OH! I should really try to figure stuff out on my own first... Well... it's early. Here's the story: We're using MySQL and we happen to be storing this column as a BLOB. Binary object. If I set it to medium text, it works fine... I'm sure I'll be running into some more stuff! Willy

RE: CFMX Upgrade Woes!

2002-06-18 Thread Debbie Dickerson
It sounds like you're running into an Axis issue that's in the queue to have a TechNote written about it. The information that I've gotten so far is: It's an Axis bug. xsd:base64Binary should map to byte[] in Java, not java.lang.Byte[]. As a workaround, please use the following UDF to convert

CFTalk Archive Problem - Any Alternatives?

2002-06-18 Thread Kevan . Windle
Anyone else noticed a problem with the CFTalk archive? Can't seem to get search resulots back from it. I've seen mention here of alternative resources for accessing it. Anyone have a url? ** The opinions expressed

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help wi th CFMX/ASP.NET comparison...

2002-06-18 Thread Ryan Kime
I'm with you Raymond, I also hate how they seem to focus the entire issue on one subject: this month security (vague), next month wireless (vague). I too will be letting my subscription run out. Bummer, it used to be halfway decent.anyone have some good alternatives??? It's not a developers

RE: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Ben Forta
Actually, it is a product manager at Microsoft who said that. My question to him was In your opinion, what is needed in ColdFusion as far as .NET integration goes? (Nice and generic). The response Make sure it can access .NET Web Services (access, not necessarily produce). But that is somewhat

Re: [OT] Following up on old topic: ColdFusion apps we've built...

2002-06-18 Thread Jeffry Houser
Maybe this would be better on cf-community, but.. At 08:51 AM 6/18/2002 -0400, you wrote: Great article today in MSNBC.com regarding software and why it's so bad: http://www.msnbc.com/news/768401.asp?0dm=N11LT Quote: Even a few members of the software-is-different school believe that some

Re: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison...)

2002-06-18 Thread John Paul Ashenfelter
And now that CF tags are J2EE, you can simply decompile CFHTTP, tweak it, recompile it, and you're in business :) Without regard to the licensing issues, once you reach this point why bother? It's just as easy to find a substitute and use that instead. Besides, why should I have to fix

RE: CFTalk Archive Problem - Any Alternatives?

2002-06-18 Thread Philip Arnold - ASP
Anyone else noticed a problem with the CFTalk archive? Can't seem to get search resulots back from it. I've seen mention here of alternative resources for accessing it. Anyone have a url? I know Michael has been working on the archives Which one are you referring to being wrong?

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
That seems crappy that I have to kill the cache. Anyone have any thoughts about that? Also its no /cfc but cfc on the same level as the test.cfm page. How does that play in? Neil - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002

Re: [OT] Following up on old topic: ColdFusion apps we've built...

2002-06-18 Thread todd
Yes, I'll post it to cf-community next time. Jeffry Houser [EMAIL PROTECTED] wrote: As a good consultant (or employee or software engineer) it is really your responsibility to prevent the client (or your boss) from making bad decisions. (In my experience) Controlling clients is the

CFC's and Wireless Applications (Re: Adam Churvis's CFUN02 Presentation)

2002-06-18 Thread Jeffry Houser
I'm not sure if there was a hand-out on Adam Churvis' CFUN-02 Presentation (I can't find it in my little book), but.. I seem to remember a slide that said that one of the uses of ColdFusion Components was for Wireless Applications, but no detail was ever gone into it. What about

Re: Kevin Towes Presentation.

2002-06-18 Thread todd
If the .cfc is in the same directory as the .cfm then, it's cfinvoke component=HelloWorld ... It's only sub directories (regular, mapped or global) that you need to start doing the dot notation. Example: cfinvoke component=com.macromedia.test.HelloWorld ... Implies:

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Cravens, Billy
I'm very unhappy as well. They pretty much trashed the magazine. --- Billy Cravens -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:49 AM To: CF-Talk Subject: RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with

RE: CFC's and Wireless Applications (Re: Adam Churvis's CFUN02 Presentation)

2002-06-18 Thread Raymond Camden
I wouldn't say that CFC's directly support wireless apps - but they do make them easier to use because they further abstract your services for your site. So, for example, if you have index.cfm for your 'normal' web requests and index_wap.cfm for your wireless requests, both could use the same

RE: CFC's and Wireless Applications (Re: Adam Churvis's CFUN02 Pr esentation)

2002-06-18 Thread Dave Watts
What about ColdFusion Components allows you to create Wireless Applications that cannot be done with other aspects of ColdFusion Development? Nothing, really. They just allow you to do it a bit better by giving you another way to partition your code. Dave Watts, CTO, Fig Leaf Software

Re: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Dave Hannum
I just throw 'em in the trash as soon as they arrive now. I really liked WebTechniques. I still have all of my old issues. I have absolutely no use for New Architect. Dave - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June

cgi.querystring variable NOT available after form POST

2002-06-18 Thread Dave Wilson
Hi all, I've been working on part of a custom loggin tool for one of my sites and have noticed that when a form has been posted to a target which includes a query string in the url, the query string is not available in the cgi variables scope (cgi.querystring) to demonstrate - try the code

More: CFMX Upgrade Woes: CFLDAP

2002-06-18 Thread Willy Ray
Alright, here's another one. This one seems a little more real. Anybody using CFLDAP on MX? We use it to authenticate against our Novell Network. It seems like it doesn't like the DN attribute. Doesn't Like DN. I need DN. How do you do an LDAP operation w/o DN? The documentation includes

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Raymond Camden
The sad thing is that even though the mag never used CF code - it was still very interesting. Seeing how someone solved a problem in Perl or ASP is still very relevant to people in other languages. Oh well - I probably should move this to cf-community now. ;)

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread phumes1
I subscribe to New Architect and I think it sucks. I'm NOT renewing my subscription. Any good replacements? At 09:45 AM 6/18/2002 -0500, you wrote: I'm very unhappy as well. They pretty much trashed the magazine. --- Billy Cravens -Original Message- From: Raymond Camden

RE: CFC's and Wireless Applications (Re: Adam Churvis's CFUN02 Presentation)

2002-06-18 Thread Ben Forta
I did not see the presentation, but ... CFC's are an ideal mechanism for separating business login and intelligence from presentation, and so it would be an ideal way to create an application with multiple presentation formats (for example, HTML and wireless). --- Ben -Original

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
Todd, I understand that but you keep saying \com\macromedia... If I have : MODULES - HelloWorld.cfc Test.cfm where HelloWorld.cfc is in the modules subdirectory on the same level as test.cfm would i then use modules.HelloWorld.cfc? Is there something that needs to be changed to adjust

RE: Kevin Towes Presentation.

2002-06-18 Thread Raymond Camden
You wold use: modules.HelloWorld - remember to NOT use .cfc. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda

Tips on CF and Crystal 8 ?

2002-06-18 Thread Stacy Young
Any gotcha's or tips on getting CF to work with Crystal8 ? Running on NT2k! Appreciate any info! Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Dave Watts
As an aside, Charlie Arehart mentioned at CFUN02 that you can use the prefix in a CFIMPORT of custom JSP tags to override built-in HTML forms. So if you're not happy w/ the behavior of an HTML element you can rewrite it to your specs. Didn't try it, but that's pretty wicked (and

Re: Kevin Towes Presentation.

2002-06-18 Thread todd
Yes, your invoke would be: modules.HelloWorld.cfc Is it not working for you? ~Todd On Tue, 18 Jun 2002, Neil H. wrote: Todd, I understand that but you keep saying \com\macromedia... If I have : MODULES - HelloWorld.cfc Test.cfm where HelloWorld.cfc is in the modules

Re: Kevin Towes Presentation.

2002-06-18 Thread todd
Er, what Ray said. modules.HelloWorld Doing too many things at once. ~Todd On Tue, 18 Jun 2002 [EMAIL PROTECTED] wrote: Yes, your invoke would be: modules.HelloWorld.cfc Is it not working for you? ~Todd On Tue, 18 Jun 2002, Neil H. wrote: Todd, I understand that but you

Error on large uploads (1450)

2002-06-18 Thread Smith, Dennis P. (ITSC Tucson)
Hate to bring up an old subject, but has anyone found an answer to the age old question to uploading large files and the 1450 error: Error writing data from web server to the ColdFusion Application Server. Windows NT error number 1450 occurred. The server:

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
Yeah yeah that is what I meant :) but it can't find it there! And it HAS to be cached since I remove the .cfc. Is there a way to eliminate this cache? Neil - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 10:58 AM

Help with CFHTTP on MX

2002-06-18 Thread Blain, Shaun
We just installed MX on our development server (NT 4.0, SP6) and working on converting existing applications to MX. I am having problems with CFHTTP. As long as I stay inside of our network, everything is fine. The minute I go outside of our network and try to use the Proxy Server settings in

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Raymond Camden
As I understand it, you can write your own HTML generation code, and use CFIMPORT to invoke that code when an HTML tag is parsed. For example, you can create a page called form.cfm, and use CFIMPORT within the page to instruct the page to run form.cfm whenever an HTML form tag is

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Matt Liotta
Check out JSSE, http://java.sun.com/products/jsse/. It provides an implementation of SSL. -Matt -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:13 AM To: CF-Talk Subject: RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison.

RE: Kevin Towes Presentation.

2002-06-18 Thread Raymond Camden
I'm sorry - but what do you mean about it 'has' to be cached? The only issue I know of with CFC and caching is with web services. If you call a CFC as a WS, then modify the CFC, you need to refresh the cache in the cf admin (see the web services panel) before you call the WS again.

RE: Error on large uploads (1450)

2002-06-18 Thread chris.alvarado
When I receive an NT error like this I always go to a command prompt and type 'net helpmsg error number' It will tell you what the exact error means, In your case it is: Insufficient system resources exist to complete the requested service How large was the file? -chris.alvarado [

RE: cgi.querystring variable NOT available after form POST

2002-06-18 Thread Dave Watts
I've been working on part of a custom loggin tool for one of my sites and have noticed that when a form has been posted to a target which includes a query string in the url, the query string is not available in the cgi variables scope (cgi.querystring) to demonstrate - try the code

SOT : Leading 0's in csv file

2002-06-18 Thread Tim Painter
I'm building a csv file and the data has a leading 0 in front -- for example: 0123,0456,0789 etc... When I bring it into excel, it shows as 123 , 456 , 789 etc. Is there any way I can output the .csv so that it retains that leading 0 when I bring it into excel? (My gut feeling is no, but I

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread todd
As a side note - you can even make it work for tags that aren't HTML as well. Ie, you can build a tag called bi, that would output both bold and italics. Or make your own ray tag. Of course, woe to the person who has to debug your code. ;)

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
Raymond, I deleted the .cfc file and I can still run it! That is what is meant by cache. And when I put Modules.HelloWorld I get an error about it unable to find the cfc file? Neil - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: cf-talk archive search not working??

2002-06-18 Thread Michael Dinowitz
Try www.houseoffusion.com/cf_lists The search is clunky as hell but it indexes CF-Talk from Jan 2001 on. It's still in beta so if you see any problems or have any suggestions for enchantments, please email me with them off list. Thanks. At 09:48 AM 6/18/02, you wrote: The archive search at:

Re: CFMX Upgrade Woes!

2002-06-18 Thread Michael Dinowitz
Have you tried cfset truncate = find(.,qGetArticle.Text[1],150) There may have been a change in how CF is referencing the items in a query outside of a CFOUTPUT or CFLOOP. Till now we've assumed that using a reference to the queryname.columnname will always get us the first item. Maybe now we

RE: Kevin Towes Presentation.

2002-06-18 Thread Raymond Camden
I deleted the .cfc file and I can still run it! That is what Ah - yea - restart the server. : is meant by cache. And when I put Modules.HelloWorld I get an error about it unable to find the cfc file? So, you are sure that, under web root, the folder is Modules and the file name is

RE: Kevin Towes Presentation.

2002-06-18 Thread todd
I've actually seen this as well. I deleted my whole htdocs folder and ... no matter what I didn't I couldn't get IE to stop seeing a site that was at localhost. I even cleared the IE cache. I ended up finding the E:\Development\CFusionMX\wwwroot\WEB-INF\cfclasses folder and moving the

RE: cgi.querystring variable NOT available after form POST

2002-06-18 Thread Dave Wilson
Doh me!! Thanks Dave for pointing that out, however the code sample isnt whats causing me the problem... I'm still investigating the real code, but it has an if isdefined checking for existence of a checkbox form field...which does in fact work...cos all other items in that if statement is still

RE: Web-Services and proxy server

2002-06-18 Thread Kumaran Nallore
Does CFHTTP work?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:22 AM To: CF-Talk Subject: RE: Web-Services and proxy server Thanks Kumaran, but didn't make any difference that I can see. Anyone seen anything documented on this?

RE: CFTalk Archive Problem - Any Alternatives?

2002-06-18 Thread Kevan . Windle
It was http://www.mail-archive.com/cf-talk@houseoffusion.com/. From another post looks like Michael's aware of it. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 15:28 To: CF-Talk Subject: RE: CFTalk Archive Problem - Any Alternatives?

RE: Error on large uploads (1450)

2002-06-18 Thread Cravens, Billy
Here's a good explanation of why the error occurs: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q142719 You may want to explore alternatives to HTTP upload. --- Billy Cravens -Original Message- From: Smith, Dennis P. (ITSC Tucson) [mailto:[EMAIL PROTECTED]] Sent:

RE: SOT : Leading 0's in csv file

2002-06-18 Thread Stacy Young
Use List qualify and add double quotes around each cell value. Stace -Original Message- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 11:29 AM To: CF-Talk Subject: SOT : Leading 0's in csv file I'm building a csv file and the data has a leading 0 in front

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
As sure as I am writing this email. Neil - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 11:35 AM Subject: RE: Kevin Towes Presentation. I deleted the .cfc file and I can still run it! That is what Ah - yea -

RE: SOT : Leading 0's in csv file

2002-06-18 Thread Philip Arnold - ASP
I'm building a csv file and the data has a leading 0 in front -- for example: 0123,0456,0789 etc... When I bring it into excel, it shows as 123 , 456 , 789 etc. Is there any way I can output the .csv so that it retains that leading 0 when I bring it into excel? (My gut feeling is no, but

RE: Error on large uploads (1450)

2002-06-18 Thread Jason Larson
Try restarting your server and increasing your paging file, it seemed to work for me, when my client was having this problem. Thanks, Jason Larson [EMAIL PROTECTED] -Original Message- From: Smith, Dennis P. (ITSC Tucson) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:13

Re: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Lewis Sellers
Yes, I've used them successfully instead of CFHTTP. I've been very happy with them as a component vendor, with other components, in the past, as well. On the other hand, I wouldn't use COM with CF MX; I've been playing No kidding. The COM object TCPClient doesn't work under CF6 because of CFMX's

Re: SOT : Leading 0's in csv file

2002-06-18 Thread Alex
make the cell text when you import On Tue, 18 Jun 2002, Tim Painter wrote: I'm building a csv file and the data has a leading 0 in front -- for example: 0123,0456,0789 etc... When I bring it into excel, it shows as 123 , 456 , 789 etc. Is there any way I can output the .csv so that it

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Mark A. Kruger - CFG
Dave, You wrote: As I understand it, you can write your own HTML generation code, and use CFIMPORT to invoke that code when an HTML tag is parsed. For example, you can create a page called form.cfm, and use CFIMPORT within the page to instruct the page to run form.cfm whenever

RE: Error on large uploads (1450)

2002-06-18 Thread Shawn Grover
The only solid answer I have seen is to bump the amount of available memory on your server. Either Physical Ram, or the size of your swap file. If you already have tons of memory on the server, then you'll need to figure out how to make more of it available (cycling SQL Server services can

RE: Error on large uploads (1450)

2002-06-18 Thread Shawn Grover
Any suggestions Billy? We've been looking for an alternative, but haven't found anything worth while that can be easily accessed from a client browser. Don't really want to roll our own if we don't have too... Shawn Grover -Original Message- From: Cravens, Billy [mailto:[EMAIL

Which to buy

2002-06-18 Thread Dave Hannum
OK. Our upgrade path says Dreamweaver MX from Studio 5. We're looking at Studio MX, but hesitate because the discussions on this list say that Studio MX does not come with Homesite+. However, now, one of our developers says that Homesite+ does indeed come with Studio MX. Which is it? Does

RE: Kevin Towes Presentation.

2002-06-18 Thread Raymond Camden
Can you show us the code, ie, your import - and maybe share a URL? === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. -

RE: SSL COM Objects (WAS: Need help with CFMX/ASP.NET comparison. ..)

2002-06-18 Thread Rich Wild
I can't imagine a world without your TCPclient COM object. I'm not joking. (maybe its just the sort of apps I commonly do) -Original Message- From: Lewis Sellers [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 16:58 To: CF-Talk Subject: Re: SSL COM Objects (WAS: Need help with

How to publish a web service

2002-06-18 Thread Dick Applebaum
I am having trouble publishing a web service. In particular, how to create the WSDL file? (this appears to be dynamically generated from the myService.class and myServiceBeanInfo.class files). But how are these created? The only relevant doc I could find was a white paper that said the WSDL

Re: security module

2002-06-18 Thread Richard Meredith-Hardy
I use a very simple model where everything that needs a permission is given a permission number or reference. In principle the user never even gets to see that a menu item even exists unless he has that permission. It is an easy management setup because all it needs is a page with a load of

Re: Kevin Towes Presentation.

2002-06-18 Thread Neil H.
Here is my code: cfoutput cfinvoke component=modules.HelloWorld method=sayHello returnVariable=message / #message# /cfoutput Here is the error: Could not find the template modules.helloworld The Error Occurred in

RE: Which to buy

2002-06-18 Thread Debbie Dickerson
It comes with Dreamweaver MX, so regardless of whether you buy Dreamweaver MX by itself or as part of the Studio MX bundle, you'll have HomeSite+. Studio MX is NOT ColdFusion Studio, it's just a bundle of Macromedia products sold together (I assume with better pricing than buying everything

RE: How to publish a web service

2002-06-18 Thread Raymond Camden
The WSDL file is created when you hit a CFC and add ?wsdl to the end of the URL. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful

RE: Which to buy

2002-06-18 Thread E C list
Alot of people seem to be confused by the fact that Macromedia elected to call their suite of web applications (Fireworks MX, Flash MX, Dreamweaver MX (which includes Homesite+) and Freehand 10) Studio MX. Studio MX is just the name they picked for this suite of applications. It is not related

RE: Which to buy

2002-06-18 Thread Derrick Rapley
HomeSite+ is not an actual stand-alone product. HomeSite+ is part of DreamWeaver MX. Studio MX is a product suite just as MS Office is a product suite. Studio MX contains the Macromedia line of development tools: Dreamweaver MX Macromedia Flash MX Fireworks MX FreeHand 10 ColdFusion MX

Northern UK CFUG Meeting - CFMX and Book give away - Thursday 27th June

2002-06-18 Thread Stephen Moretti
The next Northern UK ColdFusion User group meeting is next Thursday and we've got some great stuff lined up for you lucky lucky people! The meeting is being sponsored by: * Freeserve.com, who are letting us descend on their premises. * Macromedia, who are giving us a copy of CFMX Pro to give

Re: alternatives to Ektron's eWebEditPro

2002-06-18 Thread Jeffry Houser
I never looked into pricing, but here are two alternatives: ActiveEdit ( www.cfdev.com ) soEditor (www.siteobjects.com ) As a point of reference, I have used all three in development environments as proof of principle, and all three seem to be great products. Ektron seems to be

Improve Query

2002-06-18 Thread Michael Ross
This query is taking alittle long, anyone help me try and make it faster? The table (in sql server) has approx. 500,000 records and is indexed by and idnumber field. SELECT COUNT(PAGE) AS PAGE_COUNT, PAGE FROM tblpage_requests

Re: Tips on CF and Crystal 8 ?

2002-06-18 Thread Michael Ross
ya try to use something else!! or pray, and pray a lot! [EMAIL PROTECTED] 06/18/02 11:00AM Any gotcha's or tips on getting CF to work with Crystal8 ? Running on NT2k! Appreciate any info! Stace AVIS IMPORTANT: --- Les informations contenues dans le

Re: Improve Query

2002-06-18 Thread Douglas Brown
Couldn't you also add an index to your date column? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Michael Ross [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 8:00 AM Subject: Improve Query This query is taking alittle long, anyone

Re: SOT : Leading 0's in csv file

2002-06-18 Thread Tim Painter
That is what I thought too -- the .csv is fine, just excel. We did try the apostrophe, but they don't like it when it shows up in the file.. What we may do is replace the 0 with the letter O -- Thanks for the help! Tim P. - Original Message - From: Philip Arnold - ASP [EMAIL

RE: Improve Query

2002-06-18 Thread Andy Ousterhout
What are page, page_count and desc used for? You might get some performance improvement by having page as part of order by (wild guess) and by having an index defined by date, page, page_count and desc Andy -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent:

Re: Which to buy

2002-06-18 Thread todd
HomeSite+ does come with Studio MX. HomeSite+ does come with Dreamweaver MX. ~Todd On Tue, 18 Jun 2002, Dave Hannum wrote: OK. Our upgrade path says Dreamweaver MX from Studio 5. We're looking at Studio MX, but hesitate because the discussions on this list say that Studio MX does not

Re: How to publish a web service

2002-06-18 Thread Dick Applebaum
Well, that's the problem... it isn't created, just the 2 .java files: myservice.java myserviceBeanInfo.java instead of: myservice.class myserviceBeanInfo. class I get the error: AXIS error Sorry, something seems to have gone wrong...

RE: Improve Query

2002-06-18 Thread Mark A. Kruger - CFG
index the date and possibly the page and/or page_count column (not to get too carried away). You could even consider making one of those 3 a candidate for a clustered index (depending on the other queries that are run against this table). -mk -Original Message- From: Michael Ross

  1   2   >