Re: [ACFUG Discuss] ColdFusion with ReactJS

2018-02-27 Thread Kevin Hellriegel
While it's not ReactJS, my team is rebuilding our 10+ year old website with AngularJS, Elastic Search and CF2016's Rest Services. Setting up a Rest service in CF is pretty straightforward, although it can be very tricky to debug if there is an issue. For instance, the error reporting when

Re: [ACFUG Discuss] Adobe Breakfast

2018-02-26 Thread Kevin Hellriegel
Wish I could go, but our project lead is out that day so I need to be in the office to cover for him On Mon, Feb 26, 2018 at 2:29 PM, Kyle Shiflett wrote: > Cameron, > > I saw it on FB: > > https://www.facebook.com/events/150605922271350/ > > To RSVP, you have to email

RE: [ACFUG Discuss] CFBuilder

2018-02-23 Thread Kevin Hellriegel
+1 for VS Code. We just switched to it from Eclipse and it's awesome. It's much quicker and lighter weight. Source control is nicely done as well. Kevin On Feb 23, 2018 2:53 PM, "Charlie Arehart" wrote: Yep, and for any wanting to know about still other editors, including

Re: [ACFUG Discuss] Quick Survey - Mura Users? Railo?

2012-11-02 Thread Kevin Hellriegel
1) Yes 2) No. Only played around with it 3) Yes

Re: [ACFUG Discuss] ColdFusion 9 Standard to Enterprise Trial

2011-05-05 Thread Kevin Hellriegel
I'm not sure if this works, but it's worth a shot to get around the 2 ip restriction. Try setting up a proxy (something like tcpmon or charles. You could also use the ProxyPass directive in Apache web server) that points to the Developer server and have the 50 users connect to the proxy's port/IP

Re: [ACFUG Discuss] ColdFusion 9 Standard to Enterprise Trial

2011-05-05 Thread Kevin Hellriegel
to test with the 50 users. (Otherwise, use Kevin's idea...) On 05/05/2011 06:40 PM, Kevin Hellriegel wrote: I'm not sure if this works, but it's worth a shot to get around the 2 ip restriction. Try setting up a proxy (something like tcpmon or charles. You could also use the ProxyPass directive

Re: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Kevin Hellriegel
I've run into this a few times. Basically it means the charsets in the tables are different and MySQL doesn't like that. You're going to have to change the charset type in one of the tables to match the other. hth, Kevin On Wed, Oct 28, 2009 at 2:14 PM, Cody Wehunt c...@wehunt.net wrote:

Re: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Kevin Hellriegel
Whoops, forgot to include a link to a thread on the MySQL forums: http://forums.mysql.com/read.php?26,6528,6528#msg-6528 On Wed, Oct 28, 2009 at 2:20 PM, Kevin Hellriegel khell...@gmail.com wrote: I've run into this a few times. Basically it means the charsets in the tables are different

Re: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Kevin Hellriegel
tables that match a certain name , I tried this and it did not work. alter table `mytable_*' convert to character set utf8 collate utf8_general_ci; -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Kevin Hellriegel Sent: Wednesday, October 28, 2009 2:21

[ACFUG Discuss] Connecting to iSeries DB2

2009-05-21 Thread Kevin Hellriegel
Does anyone have any experience connecting to a DB2 database on an AS400 with ColdFusion MX 7? If I use the example on livedocs: http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=1747.htm#1277913 I get an error: java.sql.SQLException: No suitable driver

Re: [ACFUG Discuss] Connecting to iSeries DB2

2009-05-21 Thread Kevin Hellriegel
] Connecting to iSeries DB2 I believe there are third party JDBC drivers for this. ap On May 21, 2009, at 2:27 PM, Kevin Hellriegel wrote: Does anyone have any experience connecting to a DB2 database on an AS400 with ColdFusion MX 7? If I use the example on livedocs: http://livedocs.adobe.com

Re: [ACFUG Discuss] Connecting to iSeries DB2

2009-05-21 Thread Kevin Hellriegel
to get with our IBM guy and find out what port I need to use, etc. Thank you for all your help, guys! Kevin On Thu, May 21, 2009 at 3:03 PM, Cameron Childress camer...@gmail.com wrote: On Thu, May 21, 2009 at 2:55 PM, Kevin Hellriegel khell...@gmail.com wrote: Does Standard come with the IBM DB2 UDB

Re: [ACFUG Discuss] Looking for a CF Host

2009-03-10 Thread Kevin Hellriegel
I am very happy with sozo hosting. They are local, have a great support team and communicate with customers very well (planned maintenance, support, etc). I've not had any problems with them and the pricing is competitive. http://www.sozohosting.com Kevin On Mon, Mar 9, 2009 at 3:11 PM,

Re: [ACFUG Discuss] XML and SOAP

2009-02-18 Thread Kevin Hellriegel
Of Kevin Hellriegel Sent: Wednesday, February 18, 2009 8:58 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XML and SOAP I think you need to put the Username and Password inside CredentialSoapHeader. Try creating a struct with those two fields in it and pass it to the webservice

Re: [ACFUG Discuss] ISO 8601 date

2009-01-29 Thread Kevin Hellriegel
offset (or the offset from GMT time). You can either hard code that, of course, or get it programmatically using getTimeZoneInfo. Is that helpful? /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Kevin Hellriegel Sent: Wednesday, January 28, 2009 9

Re: [ACFUG Discuss] ISO 8601 date

2009-01-28 Thread Kevin Hellriegel
alternatives. On Tue, Jan 27, 2009 at 6:36 PM, Kevin Hellriegel khell...@gmail.com wrote: I have a theory of what is going on. I believe that it requires a date object and won't take a string (which would explain why passing it a Now() or CreateODBCDateTime works with a warning). This thread kind

Re: [ACFUG Discuss] ISO 8601 date

2009-01-28 Thread Kevin Hellriegel
Forgot to mention the operation I am using is processShipment. Kevin On Wed, Jan 28, 2009 at 8:28 AM, Kevin Hellriegel khell...@gmail.com wrote: Not at all. http://www.shipwithcts.com/test/fedex/ShipService_v5.wsdl On Tue, Jan 27, 2009 at 9:54 PM, Ajas Mohammed ajash...@gmail.com wrote: ok

Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
...@gmail.com wrote: cfset strTimeStamp = DateFormat(now(), -MM-DD) T TimeFormat(now(), HH:MM:SS) -05:00 Quick and dirty. Teddy R. Payne, ACCFD Google Talk - teddyrpa...@gmail.com On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel khell...@gmail.com wrote: I need to create a dateTime

Re: [ACFUG Discuss] Fedex Webservices

2008-11-27 Thread Kevin Hellriegel
of the API that you are welcome to if needed as the online version can be overwhelming. If you don't find your answers be sure to contact me and I will gladly help. Robert Lash On Fri, Nov 21, 2008 at 11:14 AM, Kevin Hellriegel [EMAIL PROTECTED] wrote: I'm trying to use Fedex's rating

Re: [ACFUG Discuss] Creating a web service

2008-04-22 Thread Kevin Hellriegel
to add functionality. Hope that helps. /charlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Hellriegel Sent: Monday, April 21, 2008 8:39 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Creating a web service Thanks

Re: [ACFUG Discuss] Creating a web service

2008-04-22 Thread Kevin Hellriegel
guess. :-) Might be useful to hear confirmation. /charlie *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Kevin Hellriegel *Sent:* Tuesday, April 22, 2008 10:18 AM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] Creating a web service Thanks for shedding

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Kevin Hellriegel
, I am way off, but function returntype is string, while it seems to return boolean Jay Jayaraman Central Billing Services Financial Management and Planning (404) 498-8453 (W) (404) 273-7131 (C) Kevin Hellriegel [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/21

[ACFUG Discuss] MS Excel to MySQL for Linux

2008-04-15 Thread Kevin Hellriegel
I'm trying to create an internal cf app that allows the user to upload an Excel spreadsheet and populate a mysql database. I found a href= http://poi.apache.org/;Apache's POI/a, but I'm not much of a java programmer. Does anyone know of an app/script that can do this? Thanks, Kevin

Re: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Kevin Hellriegel
I think validating before submitting makes sense (less bandwidth if users are submitting large files for example). I use mxAjax [ http://www.indiankey.com/mxajax/] for simple validations/lookups in applications I've written. It is fairly simple to set up and use. You create a CFC, add it to the

RE: [ACFUG Discuss] XML and CF question

2006-10-04 Thread Kevin Hellriegel
XMLParse turns your xml into a nice structured array. You canget the customer's name using myXML.xml-root.customer-rec.name.xmltext. So your code would look like: name:cfoutput#myXML.xml-root.customer-rec.name.xmltext#/cfoutput HTH Kevin Hellriegel Capital Transportation Solutions http