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... Values...
, n
Commit tran

First option is preferred.

I only mention this as cfthread will just speed up the sql statement
generation (ie , looping over the spreadsheet) and not the actual sql
execution time (or at least it sounds like in this instance) .

You may be able to include some of these sql performance tweaks to improve
performance further.

Byron Mann
Lead Engineer & Architect
HostMySite.com


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359687
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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-talk
Subject: Re: need a host


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 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 
> portal is not working using the username and password you provided?"
> Hostek Support: "Yes as long as you answer your secret question with 
> the correct answer."
> Me: "Sure what is the question that you'd like me to answer?"
> Hostek: "Sir due to confidentiality, I cant give you the question or 
> the answer but you can login online to get the question."
> Me: "I understand that but I'm calling since the autogenerated 
> password you just created and emailed me isn't valid this cannot login 
> to the portal. If I can't login how would I get the question or the 
> answer and if I could login I wouldn't be calling you."
> Hostek: "Well sir, if you like you can login and change your password 
> if you like."
>
> or EXAMPLE 2:
> Me: When you setup a VPS server for a client you gave them a username 
> and password for RDS to the machine, however your policy is to block 
> all access unless the IP address is whitelisted. What is the password 
> to login to add an IPto the whitelist table?"
> Hostek: "Sorry sir, that's a different password that you will need to 
> login with. I don't have access to it, to allow you to reset it, or to 
> create a new one. You will need to login to change it."
>
> etc etc..
>
> So kudos to Hostek for being CF tailored, but folks they have become
drones.
>
> I recommend the others found at:
> http://www.adobe.com/uk/products/coldfusion-family/hosting-partners.ht
> ml
>
> On Sun, Jul 20, 2014 at 5:19 PM, Stephen Hait 
wrote:
>> Just switched a client from Newtek to Hostek and everyone's a lot
happier.
>> CF11, though, not sure about CF9.
>>
>>
>> On Sun, Jul 20, 2014 at 5:09 PM, Matthew Smith 
>> 
>> wrote:
>>
>>> not newtek, no hostmedia.co.uk(no mssql), no viviotek.  Any suggestions?
>>>
>>> Need cf 9 and ms sql.  Thanks.
>>>
>>> --
>>> Regards,
>>> chedder is bedder
>>>
>>>
>>>
>>
> 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359686
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 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
> portal is not working using the username and password you provided?"
> Hostek Support: "Yes as long as you answer your secret question with
> the correct answer."
> Me: "Sure what is the question that you'd like me to answer?"
> Hostek: "Sir due to confidentiality, I cant give you the question or
> the answer but you can login online to get the question."
> Me: "I understand that but I'm calling since the autogenerated
> password you just created and emailed me isn't valid this cannot login
> to the portal. If I can't login how would I get the question or the
> answer and if I could login I wouldn't be calling you."
> Hostek: "Well sir, if you like you can login and change your password
> if you like."
>
> or EXAMPLE 2:
> Me: When you setup a VPS server for a client you gave them a username
> and password for RDS to the machine, however your policy is to block
> all access unless the IP address is whitelisted. What is the password
> to login to add an IPto the whitelist table?"
> Hostek: "Sorry sir, that's a different password that you will need to
> login with. I don't have access to it, to allow you to reset it, or to
> create a new one. You will need to login to change it."
>
> etc etc..
>
> So kudos to Hostek for being CF tailored, but folks they have become drones.
>
> I recommend the others found at:
> http://www.adobe.com/uk/products/coldfusion-family/hosting-partners.html
>
> On Sun, Jul 20, 2014 at 5:19 PM, Stephen Hait  wrote:
>> Just switched a client from Newtek to Hostek and everyone's a lot happier.
>> CF11, though, not sure about CF9.
>>
>>
>> On Sun, Jul 20, 2014 at 5:09 PM, Matthew Smith 
>> wrote:
>>
>>> not newtek, no hostmedia.co.uk(no mssql), no viviotek.  Any suggestions?
>>>
>>> Need cf 9 and ms sql.  Thanks.
>>>
>>> --
>>> Regards,
>>> chedder is bedder
>>>
>>>
>>>
>>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359685
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Administrator
> CF Webtools
> www.cfwebtools.com
>
> wilg...@trunkful.com
> www.trunkful.com
>
> On Nov 19, 2014, at 4:28 PM, Russ Michaels  wrote:
>
> >
> > 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, 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, 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 you would have been free to do
> it
> >>> yourself had it been your own server.
> >>> Thus why I am suggesting you check this rather than just dismiss it
> >> because
> >>> it doesn't affect you, as when on a shared server you have to consider
> >>> everyone.
> >>>
> >>>
> >>> On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant 
> wrote:
> >>>
> 
>  Hi Russ, I don't use SOLR so this isn't an issue for my use case.
> 
> 
>  On Tue, Nov 18, 2014 at 11:57 AM, Russ Michaels 
>  wrote:
> 
> >
> > did you check if SOLR still works after the upgrade ?
> >
> >
> > On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant 
> >>> wrote:
> >
> >>
> >> I finally have an update here. After much back and forth and having
> >>> to
> >> REALLY make a case for why I was able to convince Newtek to update
>  their
> > CF
> >> servers to run Java 1.7 instead of 1.6. This had an immediate
> >>> positive
> >> result and the SSL handshake was able to proceed properly with TLS.
> >>
> >> Thanks to all that helped.
> >>
> >> Mike
> >>
> >> On Sat, Nov 1, 2014 at 3:42 PM, Michael Grant 
> >>> wrote:
> >>
> >>>
> >>> Just a heads up to everyone, I'm still waiting to hear back from
>  Newtek
> >>> about whether they've reimported the certs and CA cert again.
> >> Once
> >>> I
> > have
> >>> some news I'll post back. Thanks again everyone for your
> >> guidance.
> >>>
> >>>
> >>
> >>
> >
> >
> 
> 
> >>>
> >>>
> >>
> >>
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359684
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
portal is not working using the username and password you provided?"
Hostek Support: "Yes as long as you answer your secret question with
the correct answer."
Me: "Sure what is the question that you'd like me to answer?"
Hostek: "Sir due to confidentiality, I cant give you the question or
the answer but you can login online to get the question."
Me: "I understand that but I'm calling since the autogenerated
password you just created and emailed me isn't valid this cannot login
to the portal. If I can't login how would I get the question or the
answer and if I could login I wouldn't be calling you."
Hostek: "Well sir, if you like you can login and change your password
if you like."

or EXAMPLE 2:
Me: When you setup a VPS server for a client you gave them a username
and password for RDS to the machine, however your policy is to block
all access unless the IP address is whitelisted. What is the password
to login to add an IPto the whitelist table?"
Hostek: "Sorry sir, that's a different password that you will need to
login with. I don't have access to it, to allow you to reset it, or to
create a new one. You will need to login to change it."

etc etc..

So kudos to Hostek for being CF tailored, but folks they have become drones.

I recommend the others found at:
http://www.adobe.com/uk/products/coldfusion-family/hosting-partners.html

On Sun, Jul 20, 2014 at 5:19 PM, Stephen Hait  wrote:
>
> Just switched a client from Newtek to Hostek and everyone's a lot happier.
> CF11, though, not sure about CF9.
>
>
> On Sun, Jul 20, 2014 at 5:09 PM, Matthew Smith 
> wrote:
>
>>
>> not newtek, no hostmedia.co.uk(no mssql), no viviotek.  Any suggestions?
>>
>> Need cf 9 and ms sql.  Thanks.
>>
>> --
>> Regards,
>> chedder is bedder
>>
>>
>>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359683
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 19, 2014, at 4:28 PM, Russ Michaels  wrote:

> 
> 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, 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, 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 you would have been free to do it
>>> yourself had it been your own server.
>>> Thus why I am suggesting you check this rather than just dismiss it
>> because
>>> it doesn't affect you, as when on a shared server you have to consider
>>> everyone.
>>> 
>>> 
>>> On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant  wrote:
>>> 
 
 Hi Russ, I don't use SOLR so this isn't an issue for my use case.
 
 
 On Tue, Nov 18, 2014 at 11:57 AM, Russ Michaels 
 wrote:
 
> 
> did you check if SOLR still works after the upgrade ?
> 
> 
> On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant 
>>> wrote:
> 
>> 
>> I finally have an update here. After much back and forth and having
>>> to
>> REALLY make a case for why I was able to convince Newtek to update
 their
> CF
>> servers to run Java 1.7 instead of 1.6. This had an immediate
>>> positive
>> result and the SSL handshake was able to proceed properly with TLS.
>> 
>> Thanks to all that helped.
>> 
>> Mike
>> 
>> On Sat, Nov 1, 2014 at 3:42 PM, Michael Grant 
>>> wrote:
>> 
>>> 
>>> Just a heads up to everyone, I'm still waiting to hear back from
 Newtek
>>> about whether they've reimported the certs and CA cert again.
>> Once
>>> I
> have
>>> some news I'll post back. Thanks again everyone for your
>> guidance.
>>> 
>>> 
>> 
>> 
> 
> 
 
 
>>> 
>>> 
>> 
>> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359682
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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, 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, 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 you would have been free to do it
> > yourself had it been your own server.
> > Thus why I am suggesting you check this rather than just dismiss it
> because
> > it doesn't affect you, as when on a shared server you have to consider
> > everyone.
> >
> >
> > On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant  wrote:
> >
> > >
> > > Hi Russ, I don't use SOLR so this isn't an issue for my use case.
> > >
> > >
> > > On Tue, Nov 18, 2014 at 11:57 AM, Russ Michaels 
> > > wrote:
> > >
> > > >
> > > > did you check if SOLR still works after the upgrade ?
> > > >
> > > >
> > > > On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant 
> > wrote:
> > > >
> > > > >
> > > > > I finally have an update here. After much back and forth and having
> > to
> > > > > REALLY make a case for why I was able to convince Newtek to update
> > > their
> > > > CF
> > > > > servers to run Java 1.7 instead of 1.6. This had an immediate
> > positive
> > > > > result and the SSL handshake was able to proceed properly with TLS.
> > > > >
> > > > > Thanks to all that helped.
> > > > >
> > > > > Mike
> > > > >
> > > > > On Sat, Nov 1, 2014 at 3:42 PM, Michael Grant 
> > wrote:
> > > > >
> > > > > >
> > > > > > Just a heads up to everyone, I'm still waiting to hear back from
> > > Newtek
> > > > > > about whether they've reimported the certs and CA cert again.
> Once
> > I
> > > > have
> > > > > > some news I'll post back. Thanks again everyone for your
> guidance.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359681
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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, 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 you would have been free to do it
> yourself had it been your own server.
> Thus why I am suggesting you check this rather than just dismiss it because
> it doesn't affect you, as when on a shared server you have to consider
> everyone.
>
>
> On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant  wrote:
>
> >
> > Hi Russ, I don't use SOLR so this isn't an issue for my use case.
> >
> >
> > On Tue, Nov 18, 2014 at 11:57 AM, Russ Michaels 
> > wrote:
> >
> > >
> > > did you check if SOLR still works after the upgrade ?
> > >
> > >
> > > On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant 
> wrote:
> > >
> > > >
> > > > I finally have an update here. After much back and forth and having
> to
> > > > REALLY make a case for why I was able to convince Newtek to update
> > their
> > > CF
> > > > servers to run Java 1.7 instead of 1.6. This had an immediate
> positive
> > > > result and the SSL handshake was able to proceed properly with TLS.
> > > >
> > > > Thanks to all that helped.
> > > >
> > > > Mike
> > > >
> > > > On Sat, Nov 1, 2014 at 3:42 PM, Michael Grant 
> wrote:
> > > >
> > > > >
> > > > > Just a heads up to everyone, I'm still waiting to hear back from
> > Newtek
> > > > > about whether they've reimported the certs and CA cert again. Once
> I
> > > have
> > > > > some news I'll post back. Thanks again everyone for your guidance.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359680
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Sanders  wrote:
>
> That's great but what about sending to different carriers? I'm guessing you 
> have to know what carrier the customer you're sending a sms is on right?
>
> Kind Regards,
>
> Rick Sanders
>
> Canada:

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359679
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 option is
simpler.

On Wed, Nov 19, 2014 at 9:16 AM, Pete Freitag  wrote:

>
> 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 Consulting & Products
> http://hackmycf.com - Is your ColdFusion Server Secure?
> http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
> minutes
>
>
> On Tue, Nov 18, 2014 at 6:09 PM, Rick Sanders  wrote:
>
> >
> > Hey guys,
> >
> > Does anyone know a service I can use for sending sms messages from cold
> > fusion? I want to make an app that notifies someone by sms when their
> > product is ready.
> >
> > Kind Regards,
> >
> > Rick Sanders
> >
> > Canada:  USA:
> > 171 Main St   1205 N. Second Ave
> > Dartmouth, NS  Siler City, NC
> > T: 902-401-7689   T: 919-799-9076
> > W: www.webenergy.ca  W:
> > www.webenergyusa.com
> >
> >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359678
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 you would have been free to do it
yourself had it been your own server.
Thus why I am suggesting you check this rather than just dismiss it because
it doesn't affect you, as when on a shared server you have to consider
everyone.


On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant  wrote:

>
> Hi Russ, I don't use SOLR so this isn't an issue for my use case.
>
>
> On Tue, Nov 18, 2014 at 11:57 AM, Russ Michaels 
> wrote:
>
> >
> > did you check if SOLR still works after the upgrade ?
> >
> >
> > On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant  wrote:
> >
> > >
> > > I finally have an update here. After much back and forth and having to
> > > REALLY make a case for why I was able to convince Newtek to update
> their
> > CF
> > > servers to run Java 1.7 instead of 1.6. This had an immediate positive
> > > result and the SSL handshake was able to proceed properly with TLS.
> > >
> > > Thanks to all that helped.
> > >
> > > Mike
> > >
> > > On Sat, Nov 1, 2014 at 3:42 PM, Michael Grant  wrote:
> > >
> > > >
> > > > Just a heads up to everyone, I'm still waiting to hear back from
> Newtek
> > > > about whether they've reimported the certs and CA cert again. Once I
> > have
> > > > some news I'll post back. Thanks again everyone for your guidance.
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359677
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Consulting & Products
http://hackmycf.com - Is your ColdFusion Server Secure?
http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
minutes


On Tue, Nov 18, 2014 at 6:09 PM, Rick Sanders  wrote:

>
> Hey guys,
>
> Does anyone know a service I can use for sending sms messages from cold
> fusion? I want to make an app that notifies someone by sms when their
> product is ready.
>
> Kind Regards,
>
> Rick Sanders
>
> Canada:  USA:
> 171 Main St   1205 N. Second Ave
> Dartmouth, NS  Siler City, NC
> T: 902-401-7689   T: 919-799-9076
> W: www.webenergy.ca  W:
> www.webenergyusa.com
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359676
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm