Re: PDFDocException error

2013-11-07 Thread Judy Lin

I'm have the same issue as well on CF9 and CF10 when trying to user cfpdf to 
merge documents. 

~|
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:357056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFLDAP Lookups vs Binds?

2013-11-07 Thread Dan LeGate

Am I performing my queries vs binds correctly?

This is my lookup query:

cfldap action = QUERY
 name   = GetInfo
 start  = ou=people,dc=ad,dc=institution,dc=edu
 filter = (|(samAccountName=dx7668))
 attributes = samAccountName,cn,sn,givenName
 scope  = SUBTREE
 server = server.ourplace.edu
 port   = 636
 username   = 
 password   = 
 maxrows= 10
 timeout= 1

And this is the bind attempt... only thing different is no filter (and 
the name, of course)

cfldap action = QUERY
 name   = Authenticate
 start  = ou=people,dc=ad,dc=institution,dc=edu
 attributes = samAccountName,cn,sn,givenName
 scope  = SUBTREE
 server = server.ourplace.edu
 port   = 636
 username   = 
 password   = 
 maxrows= 10
 timeout= 1

Is that the proper way to do a bind vs a lookup?

This is in CF7 (I know, I know).

The reason I ask is that I'm seeing big differences in response time 
when I attempt a bind (much longer) vs. a lookup (very quick).

Anyone seen anything like that, or know what might be causing the 
difference?

Thanks!

Dan

~|
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:357057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Hosting

2013-11-07 Thread Dan LeGate

Anyone have or know of a discount code for VivioTech checkout? :-)

On 10/21/2013 6:15 AM, Matt Quackenbush wrote:
 http://viviotech.net

 Hands down the best CFML host.
 On Oct 21, 2013 8:08 AM, Robert Harrisonrob...@austin-williams.com
 wrote:

 I know this has been asked 100 times before, but it looks like I need a
 new cf hosts that can host enterprise level sites.  Any recommendations?

 I've have gone to the archives but the HOF site is down.


 Robert Harrison
 Director of Interactive Services

 Austin  Williams
 Advertising I Branding I Digital I Direct
 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
 T 631.231.6600 X 119   F 631.434.7022
 http://www.austin-williams.com

 Blog:  http://www.austin-williams.com/blog
 Twitter:  http://www.twitter.com/austin_


 

~|
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:357058
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm