RE: SOT - Navicat Identity Column

2014-04-02 Thread Kevin Parker

Thanks Scott - I can see it but its greyed out too which doesn't make sense
- I'll keep poking around - thank you again


++
Kevin Parker

++

-Original Message-
From: Scott Slone [mailto:ssl...@rubbergumball.net] 
Sent: Tuesday, 1 April 2014 11:50 PM
To: cf-talk
Subject: Re: SOT - Navicat Identity Column


Kevin,
I seem remember that in design mode you select the column that you want to
use as identity and at the bottom of the screen there is a selector to set
it as identity. I don't have it in front of me, but seem to remember it
there. You can also set defaults in the same panel.

Hope that helps.

Scott

Sent from my iPad

 On Apr 1, 2014, at 4:04 AM, Kevin Parker tras...@internode.on.net
wrote:
 
 
 At the risk of sounding a little daft or maybe missing something that 
 is plainly obvious if anyone uses Navicat to design MS SQL tables I'd 
 be grateful for a little help please. I am trying to set an Identity 
 column but all the identity attributes (identity, seeding, 
 incrementing etc.) are greyed out for the column of choice, in fact 
 all columns of any type - have set the column as an int - Navicat help 
 is extremely basic and unhelpful and Googling it wasn't much better.
 
 
 
 I'm using Navicat Premium v 11
 
 
 
 Thank you!!
 
 
 
 
 
 ++
 
 Kevin Parker
 
 
 
 ++
 
 
 
 
 
 



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


Re: onApplicationStart and cfmail, when doess server start?

2014-04-02 Thread morchella

yeah, i thought it would be some thing every one but me has done. a simple
email to alert you that the server has started.
we have diff monitering in place, but i cant touch it.
thanks a bunch.
-m


On Tue, Apr 1, 2014 at 2:00 PM, Bobby bo...@acoderslife.com wrote:


 The next thing that comes to mind is to parse the CF server.log file for
 the instance you are targeting. There are log entries for stopping and
 starting in there. ButŠ I¹m guessing you are wanting this to be used as an
 alert not post-portem investigation.

 There are plenty of infrastructure monitoring applications and 3rd party
 services out there for monitoring your production servers (including the
 services). My company uses PRTG for performance/service monitoring
 (http://www.paessler.com/prtg) to cover all of our different servers. Im
 mostly responsible for the health of our CF servers though and
 FusionReactor works great for me. If you set it up correctly, it can
 notify you of service availability changes.

 None of the above actual means that a server was ³rebooted² though and a
 CF service stopping/starting also doesn¹t mean that someone manually
 triggered it.

 Also, keep in mind that something running ON the server that is supposed
 to send you this email is probably not going to work if its running on the
 service you are trying to monitor.



 On 4/1/14, 12:11 PM, morchella morchella.delici...@gmail.com wrote:

 
 looks like onServerStart is turned off. i cant change that on our server.
 
 
 
 On Tue, Apr 1, 2014 at 11:49 AM, morchella
 morchella.delici...@gmail.comwrote:
 
  thanks guys! i was unfamilar with onServerStart. looking now!
  Much appreciated!
 
 
 
  On Tue, Apr 1, 2014 at 11:44 AM, Bobby bo...@acoderslife.com wrote:
 
 
  The behavior you explained is expected. onApplicationStart() isnšt
  triggered until the first request to the application.
 
  Check out onServerStart and Server.cfc
 
 
 
 
 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS7AC9408A-1AC6-4ab7-
 9C8
 
 E-CF1DA8FCA16D.html
 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/W
 S7AC9408A-1AC6-4ab7-9C8E-CF1DA8FCA16D.html
 
 
 
 
  On 4/1/14, 11:31 AM, morchella morchella.delici...@gmail.com
 wrote:
 
  
  so i am trying some thing out on localhost befor i move to dev
  i want to know when my cf server was started or restarted.
  so after my onApplicationStart
  i put in a cfmail and fir up an instance of cf9 for my localhost.
  
  i dont get the email unless i actually goto 127.x.x.x to view a page.
  i thought i should get it imeditaly when the server starts?
  
  how would or should i be doing this.
  thanks a bunch.
  will help to know when offshore reboots some thing with out informing
 us.
  
  -m
  
  
  
 
 
 
 

 

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


Re: Scheduled Tasks Not Running

2014-04-02 Thread Fred Ubercake

 You do not have permission to view this directory or page using the 
 credentials that you supplied because your web browser is sending a 
 www=authenticate header field that the web server is not configured to 
 accept.
 
 Have you tried changing the security on the file the scheduled task 
 needs to run to basic instead of integrated windows?  Remember 
 that you can specific the security of resources down to the file in 
 the IIS manager.
 
 The browser that cold fusion used to access pages for the scheduled 
 task and CFHTTP function does not have the capability to connect to 
 resources with the Microsoft proprietary integrated windows security 
 model.  It can only use the basic model.
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 
 
This post is ancient, but still applicable (CF8).  It's kind of messed up how 
scheduled tasks have to be accessible anonymously.

Thanks for this post! 

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


Re: Scheduled Tasks Not Running

2014-04-02 Thread Dave Watts

 This post is ancient, but still applicable (CF8).  It's kind of messed up how 
 scheduled tasks have to be accessible
 anonymously.

While Ian's post is still applicable and on point, scheduled task URLs
do not have to be anonymously accessible. They just have to use Basic
Authentication instead of Integrated Windows Authentication (Kerberos,
NTLM).

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: Quick Survey

2014-04-02 Thread John M Bliss

Results: http://imgur.com/eMzZkKP

6 - .NET
5 - PHP
5 - Ruby on Rails
4 - Python
4 - Groovy / Grails
3 - node.js
2 - AngularJS
1 - Java


On Tue, Mar 25, 2014 at 10:43 PM, John M Bliss bliss.j...@gmail.com wrote:

 https://www.surveymonkey.com/s/5XYDGRG

 One question, You've used CFML as your primary source of income for one
 or more years. Now / soon you are learning / will learn which of the
 following because you believe it may be / become a better source of income?

 Please let me know if this survey (or similar) has already been done in
 the last six months or so.

 I will share results next week.

 https://www.surveymonkey.com/s/5XYDGRG

 --
 John Bliss - http://www.linkedin.com/in/jbliss




-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


cfcookie overwrite

2014-04-02 Thread John M Bliss

I am attempting to use cfcookie to overwrite a cookie set by a 3rd-party JS
lib. The cookie I'm trying to overwrite has domain:

www.mysite.com

...so I'm doing:

cfcookie name=myname domain=www.mysite.com expires=never path=/
preservecase=true value=myvalue

...but this is resulting in a SECOND cookie with domain:

.www.mysite.com

Notice the new . at the beginning. What am I doing wrong?

-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


Re: cfcookie overwrite

2014-04-02 Thread John M Bliss

SOLVED:

cfcookie name=myname expires=never preservecase=true value=myvalue


On Wed, Apr 2, 2014 at 4:48 PM, John M Bliss bliss.j...@gmail.com wrote:

 I am attempting to use cfcookie to overwrite a cookie set by a 3rd-party
 JS lib. The cookie I'm trying to overwrite has domain:

 www.mysite.com

 ...so I'm doing:

 cfcookie name=myname domain=www.mysite.com expires=never path=/
 preservecase=true value=myvalue

 ...but this is resulting in a SECOND cookie with domain:

 .www.mysite.com

 Notice the new . at the beginning. What am I doing wrong?

 --
 John Bliss - http://www.linkedin.com/in/jbliss




-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


max heap

2014-04-02 Thread John M Bliss

Hi. Does anyone know of a simple-ish reference showing:

ACF version
ACF standard v enterprise (if that matters)
OS (Windows v Linux)
OS version (if that matters)
OS 32 bit v 64 bit

...and correlated max heap size?

-- 
John Bliss - http://www.linkedin.com/in/jbliss


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


Re: max heap

2014-04-02 Thread Wil Genovese

There is no such reference. Each server/application(s) has it’s own needs that 
must be evaluated on a case by case basis. The only general rule of thumb that 
can be applied is that 64bit systems tend to need more JVM heap than a 32bit 
system and that isn’t even set in stone. It still depends on the web 
application(s) needs.

Regards,

Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com 



On Apr 2, 2014, at 9:14 PM, John M Bliss bliss.j...@gmail.com wrote:

 
 Hi. Does anyone know of a simple-ish reference showing:
 
 ACF version
 ACF standard v enterprise (if that matters)
 OS (Windows v Linux)
 OS version (if that matters)
 OS 32 bit v 64 bit
 
 ...and correlated max heap size?
 
 -- 
 John Bliss - http://www.linkedin.com/in/jbliss
 
 
 

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