Re: CFPDF Merge Page numbers

2010-11-04 Thread Leigh

 I only briefly glanced through everyone's replies but it
 seems like some people are misunderstanding your problem.

{smack} No, sadly just messing up my terms.  I was mixing up the _relative_ 
index used in generating page labels with the overall index. So you are right. 
Thanks for the correction.

-Leigh




  

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


Am I running CF 9 64bit or not?

2010-11-04 Thread Stefan Richter

Hi all,
silly question but how do I tell if I am running CF9 64bit or 32bit? I need to 
apply the updater and I am unsure which version to use.

The machine itself is Windows 2008, on 64bit hardware.

Regards

Stefan



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


RE: Am I running CF 9 64bit or not?

2010-11-04 Thread Russ Michaels

But are you running windows 2008 64bit, if not then you can't be running CF9
64 bit.

In the cfadmin look on the info page, it should say there.


Russ

-Original Message-
From: Stefan Richter [mailto:ste...@flashcomguru.com] 
Sent: 04 November 2010 11:55
To: cf-talk
Subject: Am I running CF 9 64bit or not?


Hi all,
silly question but how do I tell if I am running CF9 64bit or 32bit? I need
to apply the updater and I am unsure which version to use.

The machine itself is Windows 2008, on 64bit hardware.

Regards

Stefan





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


Re: Am I running CF 9 64bit or not?

2010-11-04 Thread Dave Watts

 silly question but how do I tell if I am running CF9 64bit or 32bit? I need 
 to apply the updater and I am unsure which version to use.

 The machine itself is Windows 2008, on 64bit hardware.

You should be able to identify the JVM in the system information page
of the CF Administrator. Or, from a command prompt, you can navigate
to the location of the JVM and ask it itself by typing ./java
--version. The location of the JVM is also defined in the CF
Administrator.

Dave Watts, CTO, Fig Leaf Software
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:338828
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMX 7 admin spits out garbage....

2010-11-04 Thread Travis Heeter

I am having this problem with CF 8 and apache 2.2, did this issue ever get 
fixed, if so, how?

This usually happens because of a connector failure. The webserver is
picking up the cfm file as text and sending it to the browser without
being rendered by the CFMX server.

Check your connector config...

Laterz,
J





-- 
Continuum Media Group LLC
Burnsville, MN 55337
http://www.web-relevant.com
http://cfobjective.blogspot.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:338829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SpoolLockTimeoutException

2010-11-04 Thread Tim Do

An exception occurred when setting up mail server parameters. This exception 
was caused by: coldfusion.mail.MailSpooler$SpoolLockTimeoutException: A timeout 
occurred while waiting for the lock on the mail spool directory..

We've been getting this error recently and had to restart jrun to get it to 
start again.  Reading that this is a common problem in versions 7/8 and can be 
fixed w/ hotfixes and even uninstalling latest updates but we're on 9 here.

The worst thing about this is that users don't always tell you that the email 
alerts/reports didn't go out when they were supposed to, until it's a day or 
two later.  I've had issues w/ the spooler piling up often, so I created a job 
to check the number of files in the spool directory and restart if it's greater 
than 20.  But this latest error doesn't even add to the spool directory and 
emails don't go out even after a restart.

Does anybody have any ideas/suggestions as to how to get notified as to when 
cfmail has choked?  Whether it be from the spool directory being stuck or 
locked??  We send out so many emails throughout the day and night that it's 
impossible to check to see if every email was sent.

Thanks!
Tim


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


Re: CFSTOREDPROC and invalid SQL

2010-11-04 Thread Brent Nicholas

Thanks to everyone for their replies.

If someone is searching for this in the future the solution seems to be as 
follows:

If you have a stored proc that DOES NOT require params in or out of the stored 
proc, the string to call looks like this

Mixed Case:
cfset storedProcVar = SCHEMANAME.  PackageName  .  
StoredProcName() /

Non Mixed Case:
cfset storedProcVar = SCHEMANAME.PACKAGE_NAME.STORED_PROC_NAME() /


If you have a stored proc that DOES require params in or out of the stored 
proc, the string to call looks like this

cfset storedProcVar = SCHEMANAME.  PackageName  .  
StoredProcName /

Non Mixed Case:
cfset storedProcVar = SCHEMANAME.PACKAGE_NAME.STORED_PROC_NAME /

And then used in:
cfstoredproc procedure=#storedProcVar# 
datasource=#request.LOCAL_DATASOURCE#
   


Not sure if needing/not needing the () is just common sense or not, but I got 
stuck on it for a bit.


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


Re: Report Builder

2010-11-04 Thread Scott Spurlock

The users aren't going to be too technically proficient.  Just your average 
group of users.  I think Report Builder is going to make their heads explode.

I was hoping for something user-friendly that would allow them to customize 
what data appears in a report and where (allow them to change the layout 
somewhat).  Should I simply be thinking of making my own AJAXy kind of 
front-end?

Thanks,
Scott

--- On Wed, 11/3/10, Dave Watts dwa...@figleaf.com wrote:
It really depends on two things. First, how technically proficient are
these users? Do they have experience using banded report generators?

Second, do you want to allow them the level of access to the server
needed to generate reports with Report Builder?



   

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


Re: Report Builder

2010-11-04 Thread Rob Parkhill

Depending on how much you like Report Builder, you can always come up with a
main template (header footer, etc) then a series (different data positions)
of sub-reports (just the details really) and allow the users to select which
'layout' they want to use, and what data goes where.  Then it is just a
matter of having the data in the correct spot when calling the CFR.  I have
worked this into a few sites for 'custom' Reporting.

Cheers,

Rob

On Thu, Nov 4, 2010 at 12:03 PM, Scott Spurlock spurlock.sc...@yahoo.comwrote:


 The users aren't going to be too technically proficient.  Just your average
 group of users.  I think Report Builder is going to make their heads
 explode.

 I was hoping for something user-friendly that would allow them to customize
 what data appears in a report and where (allow them to change the layout
 somewhat).  Should I simply be thinking of making my own AJAXy kind of
 front-end?

 Thanks,
 Scott

 --- On Wed, 11/3/10, Dave Watts dwa...@figleaf.com wrote:
 It really depends on two things. First, how technically proficient are
 these users? Do they have experience using banded report generators?

 Second, do you want to allow them the level of access to the server
 needed to generate reports with Report Builder?





 

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


Re: Report Builder

2010-11-04 Thread Maureen

I usually set up views with the data the users are allowed to see, and
set either Report Builder or Microsoft Access to use only those views.
 With the limited subset of data,  and the elimination of the need to
build lookups most users can figure out how to do reports.

On Thu, Nov 4, 2010 at 9:03 AM, Scott Spurlock spurlock.sc...@yahoo.com wrote:

 The users aren't going to be too technically proficient.  Just your average 
 group of users.  I think Report Builder is going to make their heads explode.

 I was hoping for something user-friendly that would allow them to customize 
 what data appears in a report and where (allow them to change the layout 
 somewhat).  Should I simply be thinking of making my own AJAXy kind of front-e

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


Re: Am I running CF 9 64bit or not?

2010-11-04 Thread Paul Kukiel

In CFADMIN under Server Settings goto Settings and Summary and next to
Java VM Name it will be




Java HotSpot(TM) 64-Bit Server VM


If its 64 bit.



Paul.

http://blog.kukiel.net



On Thu, Nov 4, 2010 at 10:54 PM, Stefan Richter ste...@flashcomguru.comwrote:


 Hi all,
 silly question but how do I tell if I am running CF9 64bit or 32bit? I need
 to apply the updater and I am unsure which version to use.

 The machine itself is Windows 2008, on 64bit hardware.

 Regards

 Stefan



 

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


Regex to parse cfhttp.filecontent?

2010-11-04 Thread Marie Taylore

Hi all,

I need help in parsing returned cfhttp.filecontent contents.

I need to find the line with AUTHORIZATION RESULT:  and then get all the text 
that follows on that same line.

I'm sure there's a simple way to do that with ReFind, but I'm a Regex idiot.

Any help would be appreciated.

Thanks!

MarieT


  

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


RE: Regex to parse cfhttp.filecontent?

2010-11-04 Thread andy matthews

http://regexr.com?2sg59

In CF, that would return an array with one or more matches. You could then
just remove the part you don't want, namely AUTHORIZATION RESULT: , and
proceed with your string.


andy

-Original Message-
From: Marie Taylore [mailto:mt4yl...@yahoo.com] 
Sent: Thursday, November 04, 2010 6:51 PM
To: cf-talk
Subject: Regex to parse cfhttp.filecontent?


Hi all,

I need help in parsing returned cfhttp.filecontent contents.

I need to find the line with AUTHORIZATION RESULT:  and then get all the
text that follows on that same line.

I'm sure there's a simple way to do that with ReFind, but I'm a Regex idiot.

Any help would be appreciated.

Thanks!

MarieT


  



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


RE: Moving to DC

2010-11-04 Thread Blake Helppie

DC is the ONE housing marking in the US that was not materially impacted
by the housing downturn.  Houses in Georgetown, the swank Northwestern
part of the District near Georgetown University, have actually increased
in value somewhat.  You will probably find the most affordable, good
housing in one of the Virginia or Maryland suburbs of DC, of which there
are many.



-Original Message-
From: Jason Birchman [mailto:birchma...@yahoo.com] 
Sent: Thursday, November 04, 2010 3:25 PM
To: cf-jobs-talk
Subject: Moving to DC


I am a Senior ColdFusion Developer that is moving out to the Washington,
DC. Obviously housing is a premium in the DC area. I would like to buy
or rent a house in one of the suburbs, so that we can have a fenced in
yard for my dogs. What suburbs are the safest and most affordable in DC
that have single family homes (not townhomes/apartments)? Which area is
lower in taxes? Commuting by train/light rail would be ideal. Also, what
is a typical salary range for Senior CF Developers in the DC area?
Thanks!

- Jason 



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


Re: Moving to DC

2010-11-04 Thread Michael Perlstein

Do you have a job secured yet Jason?




-- Sent from my mobile deviceThank You, Michael Perlstein
VP Program Management
301-468-9246nbsp;x154
703-869-6086On Nov 4, 2010 6:51 PM, Jason Birchman lt;birchma...@yahoo.comgt; 
wrote: 



I am a Senior ColdFusion Developer that is moving out to the Washington, DC. 
Obviously housing is a premium in the DC area. I would like to buy or rent a 
house in one of the suburbs, so that we can have a fenced in yard for my dogs. 
What suburbs are the safest and most affordable in DC that have single family 
homes (not townhomes/apartments)? Which area is lower in taxes? Commuting by 
train/light rail would be ideal. Also, what is a typical salary range for 
Senior CF Developers in the DC area? Thanks!



- Jason 





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


Moving to DC, need advice

2010-11-04 Thread Jason Birch

I am a Senior ColdFusion Developer that is moving out to the Washington, DC. 
Obviously housing is a premium in the DC area. I would like to buy or rent a 
house in one of the suburbs, so that we can have a fenced in yard for my dogs. 
What suburbs are the safest and most affordable in DC that have single family 
homes (not townhomes/apartments)? Which area is lower in taxes? Commuting by 
train/light rail would be ideal. Also, what is a typical salary range for 
Senior 
CF Developers in the DC area? Thanks!

- Jason


  

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


Re: Moving to DC

2010-11-04 Thread Levi Wallach

Hi Jason,

As people have mentioned, there are many areas in and around Washington DC.
 Like many urban metro areas, there are distinct characters to different
neighborhoods and it would be really hard to give you a comprehensive list
of those here.  I'll recommend a site I've found to be pretty useful in that
it's geared towards discussions about particular neighborhoods.  Lots of
discussions already enough to make your head spin!

http://www.city-data.com/forum/washington-dc-suburbs-maryland/ for Maryland
suburbs

http://www.city-data.com/forum/northern-virginia/ for Virginia Suburbs

http://www.city-data.com/forum/washington-dc/ for DC propper

Other than that, you might try looking up the Washingtonian Magazine to see
if they have some articles archived or you might even be able to buy a past
issue that details one of their best neighborhoods pieces that they do
every years.

As folks have mentioned, DC itself will be the priciest, at least in the
more safe parts.  Generally you want to look in the Northwest section of
the city - all addresses will have NW.  You could certainly find things in
parts of NE that are livable, but they probably will have somewhat higher
crime figures.  DC is great if you don't want to deal with a lot of driving,
but so is Arlington and Alexandria which are both on the Metro and parts of
both are pretty walkable.  Other areas are on the Metro as well, but may not
be as walkable except if you live in a fairly small area near their
downtowns.

If walking isn't a concern, than you have a lot to pick from, except that I
would urge you to not make a final decision until you have a good idea where
you and your spouse will be working.  As you may or may not have heard,
traffic in the area can be pretty horrible and commutes of well over an hour
each way (by car) are common.  So optimally you want to do as much planning
as possible when it comes to finding something near where you work.  While
there are lots of jobs in DC itself, there are also a ton in the suburbs due
to many gov't contracting facilities being pushed out for lack of space, or
just companies that have located further out of town so as not to
pay exorbitant rent.

As far as salaries, I couldn't tell you offhand since it's been many years
since I've done Cold Fusion, but I'm guessing you could probably get
anywhere from $60K to $100K++ depending on your experience level, degrees,
etc.

There are lots of beautiful neighborhoods but along with the higher
salaries, the prices of homes are a lot higher hear than in many areas of
the country.  Generally it's going to be hard to find a decent single family
home for much under $300K unless you go pretty far out (ie 30+ miles from DC
or are in a less desirable neighborhood in the city (or one of the closer
burbs).

Hope this helps!

@LeviWallach http://www.twitter.com/leviwallach


On Thu, Nov 4, 2010 at 3:24 PM, Jason Birchman birchma...@yahoo.com wrote:


 I am a Senior ColdFusion Developer that is moving out to the Washington,
 DC. Obviously housing is a premium in the DC area. I would like to buy or
 rent a house in one of the suburbs, so that we can have a fenced in yard for
 my dogs. What suburbs are the safest and most affordable in DC that have
 single family homes (not townhomes/apartments)? Which area is lower in
 taxes? Commuting by train/light rail would be ideal. Also, what is a typical
 salary range for Senior CF Developers in the DC area? Thanks!

 - Jason

 

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