Re: incoming tabular data stream error?

2014-11-19 Thread Byron Mann
I'll make a recommendation here that may or may not apply, but may be worth noting. This is assuming ms sql Server. Insert...values... Insert...values... , n Will be much slower from SQL perspective than: Insert... Values(...) , (...) , (...) , n Or Begin tran Insert... Values... Insert... Va

RE: need a host

2014-11-19 Thread Rick Eidson
I posted about this last week... Yes, you are right. It seems they have become a bit drone like. Before with a tech problem things seems more personable. Rick -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, November 19, 2014 7:41 PM To: cf-t

Re: need a host

2014-11-19 Thread Rick Faircloth
KickAssVPS.com Been with them for years; very little trouble; always quick with support. They even tailor VPS's for me. On 11/19/2014 7:49 PM, Brian Thornton wrote: > So sorry to bring up an old thread. BUt things have changed at Hostek. > Simple common sense have changed into support phone sc

Re: Work Around for SSLv3 Vulnerability?

2014-11-19 Thread Russ Michaels
were on CF9 On Thu, Nov 20, 2014 at 12:16 AM, Wil Genovese wrote: > > This is the Adobe bug report about Solr breaking with Java 1.7.0_51 and > higher when sandboxes are enabled. This was just fixed in Update 14 for > CF10. > > > > > Wil Genovese > Sr. Web Application Developer/ > Systems Admin

Re: need a host

2014-11-19 Thread Brian Thornton
So sorry to bring up an old thread. BUt things have changed at Hostek. Simple common sense have changed into support phone scripts, unresponsive tickets, beuracy over account confirmatino over the phone. Some examples: EXAMPLE 1: Me: "Hi Can you make this change on the account since the online po

Re: Work Around for SSLv3 Vulnerability?

2014-11-19 Thread Wil Genovese
This is the Adobe bug report about Solr breaking with Java 1.7.0_51 and higher when sandboxes are enabled. This was just fixed in Update 14 for CF10. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Nov

Re: Work Around for SSLv3 Vulnerability?

2014-11-19 Thread Russ Michaels
no I haven't seen it, I even emailed Adobe about it directly and got no reply On Wed, Nov 19, 2014 at 9:49 PM, Michael Grant wrote: > > I appreciate your feedback Russ. Thank you. From what I've read there does > seem to be a fix to the broken SOLR collections. Have you seen this? > > On Wed, N

Re: Work Around for SSLv3 Vulnerability?

2014-11-19 Thread Michael Grant
I appreciate your feedback Russ. Thank you. From what I've read there does seem to be a fix to the broken SOLR collections. Have you seen this? On Wed, Nov 19, 2014 at 10:20 AM, Russ Michaels wrote: > > if you are on a shared server then it would be an issue for others who are > using SOLR, whi

Re: Sending SMS

2014-11-19 Thread richpaul7 .
In my scenario, it's my user who wants my website to send them a text. So, someone signs up for text alerts from my site, I ask them for their number and carrier, and then I can just email to their number + carriers domain and it's converted to a text. On Tue, Nov 18, 2014 at 4:31 PM, Rick Sande

Re: Sending SMS

2014-11-19 Thread Tom McNeer
Like Pete, I've used Twilio's services, though it's most useful if you're also receiving SMS messages. It's been a long time since i used them, but if you decide to do so, I probably have some old code that might get you started. But if you're only sending, never receiving, the email-to-text opti

Re: Work Around for SSLv3 Vulnerability?

2014-11-19 Thread Russ Michaels
if you are on a shared server then it would be an issue for others who are using SOLR, which would then require the host to roll back to 1.6, which would then cause your problem again. Judging by the fact that you said you had to convince them to do this, I assume it is a shared server, otherwise

Re: Sending SMS

2014-11-19 Thread Pete Freitag
I've worked quite a bit with Twilio for sending and receiving text messages in CF: https://www.twilio.com/ they have a REST api, that is pretty easy to use: https://www.twilio.com/docs/api/rest/sending-messages -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consul