Re: Need assistance with hashbytes (kinda urgently..been at this since 6AM)

2010-10-24 Thread Jochem van Dieten
is missing in your post is how you pass the variable from ColdFusion to the database and how your datasource is configured. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order the Adobe Coldfusion Anthology now! http

Re: CF (8.0.0) performance vs PHP (5)

2010-10-20 Thread Jochem van Dieten
means it does string concatenation in memory followed by one write as well. Either explicitly in a PHP memory variable or implicitly by not doing a real fsync after writing to the filesystem. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: CFPDF=merge to create 1 page with merged documents

2010-10-20 Thread Jochem van Dieten
each and should combine into a single page okay... You can use a blank PDF of the proper page size as a starting point and then overlay the PDF segments in the right position as watermarks using DDX. You probably need to flatten the PDF after each watermark has been added. Jochem -- Jochem van

Re: CF (8.0.0) performance vs PHP (5)

2010-10-18 Thread Jochem van Dieten
the code; Indeed. So I'll be just as obscure and limit myself to the words fake fsync in PHP and wait for the code. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order the Adobe Coldfusion Anthology now! http

Re: Subversion Software

2010-10-13 Thread Jochem van Dieten
-- Jochem van Dieten http://jochem.vandieten.net/ ~| 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

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Jochem van Dieten
On Thu, Oct 7, 2010 at 7:59 PM, Mary Jo Sminkey wrote: Is anyone using the JRocket JRE (with Mission Control) on ColdFusion 9.01 (I'm on Win 7 64-bit, standalone) What is in the log file? CF needs a JDK, not a JRE. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Manipulating a PDF brochure

2010-10-08 Thread Jochem van Dieten
a form you have a lot more freedom in your HTML if you use cfdocument to generate PDF with your content and overlay that over the background as a watermark. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Jochem van Dieten
On Fri, Oct 8, 2010 at 3:49 PM, Mary Jo Sminkey wrote: Oh, and I don't get anything in the log file(s) it doesn't get anywhere close to logging anything. If you start jrun.exe from the command line you should get something there. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: CF wait for cfdoc type=pdf rendering?

2010-10-06 Thread Jochem van Dieten
that hasn't been completely created. It is more likely cfmail is deleting the attachment after sending it.  Is it common behavior for CF to wait for cfdocument rendering before processing the rest of the request? Yes. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Transaction locking table, not sure where or why...

2010-05-18 Thread Jochem van Dieten
on MySql? For testing transaction race conditions (not real profiling) I just use the command line mysql client and type my own queries to test. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order the Adobe

Re: ColdFusion MX 7 Configuration Transfer

2010-05-18 Thread Jochem van Dieten
in the various neo-*.xml files in the lib folder so if you copy those to the new server the system will have an identical configuration. If you have Enterprise Edition, you can also export a CAR on the old server and import it on the new server. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: ColdFusion MX 7 Configuration Transfer

2010-05-18 Thread Jochem van Dieten
? You probably want to check them all. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: Remove html characters

2010-05-18 Thread Jochem van Dieten
On 5/18/10, Rick Sanders wrote: What's the best way to remove html characters and make something plain text? reReplace? Will the HTML be well-formed? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Order

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-11 Thread Jochem van Dieten
there, but it doesn't run Flash. That is a rather US-centric view. We use an Archos to demo Flash and AIR to clients. It has been shipping in the Netherlands for months. The iPad won't be shipping for months in the Netherlands. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Mail Server Software

2010-05-11 Thread Jochem van Dieten
store. The cool thing about Dovecot is that it can do server side Sieve filtering so you can define filter rules for your email in the standard Sieve language. And if you want it can do POP3 and IMAP too. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-11 Thread Jochem van Dieten
On 5/11/10, Judah McAuley wrote: Out of curiosity, Jochem, which Archos are you guys using for demos? The Win7-based Archos 9? Or the Android based Archos 7 8? Something Windows based, I don't know the exact model. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Mail Server Software

2010-05-10 Thread Jochem van Dieten
On Mon, May 10, 2010 at 2:53 PM, Dan Pacitti wrote: Does anybody know of a good mail server with some sort of SQL or CF integration? If you just want an MTA try Postfix. If you want an MDA too add Dovecot to it. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Jochem van Dieten
is still not moving on ActionScript. They have held up certain improvements for year with the excuse that ECMA needed to make a decision, and now they are still not doing anything. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: ColdFusion Builder Released!

2010-03-24 Thread Jochem van Dieten
it actually costs money to install on the server. ColdFusion Builder just showed up as a free download for registered users in the development partner program. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach

Re: ColdFusion Builder Released!

2010-03-24 Thread Jochem van Dieten
within the expectations to be an Adobe partner and get all this stuff for free. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: ColdFusion Builder Released!

2010-03-24 Thread Jochem van Dieten
something because CFEclipse is not compatible with the extensions for CF Builder. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: cftransaction and multiple databases

2010-03-24 Thread Jochem van Dieten
a select... there is nothing even to roll back even if the other queries fail. Run your select from a different thread using cfthread and join it back to the main thread. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: ColdFusion Builder Released!

2010-03-22 Thread Jochem van Dieten
. Most companies spend three times as much on coffee. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: how to maintain source code

2010-03-16 Thread Jochem van Dieten
and merge. Those circumstances are quite exceptional, in general the answer is just to start using some sort of version control. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community

Re: onsessionstart not being called with j2ee session variables

2010-03-12 Thread Jochem van Dieten
= true        cfset this.sessionTimeout = CreateTimeSpan(0,0,20,0) /        cffunction name=onSessionStart                cfdump var=here                cfabort        /cffunction /cfcomponent Doesn't your app have a name? Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Auto-Login to Google Analytics

2010-03-10 Thread Jochem van Dieten
this. Imagine having Gmail open in one tab with an almost complete message, clicking your intranet link for the statistics and suddenly being logged out from your own Gmail account and into another Google account for the analytics. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Make HomeSite+ Open Source? (WAS: RE: Development Apps - Does anyone use homesite still?)

2010-03-10 Thread Jochem van Dieten
On Tue, Mar 9, 2010 at 6:50 PM, Christian N. Abad wrote: ColdFusion 9 Extensions for HomeSite+ 2) If not, is there someone in the community who would be willing to do this? How much would you be willing to pay for that? Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Which Version of ColdFusion 9?

2010-03-09 Thread Jochem van Dieten
On 3/9/10, Ian Skinner wrote: I notice that the only Solaris flavor of ColdFusion is apparently for 64-bit systems. Install JBoss or Glassfish on your Solaris and deploy an EAR file with ColdFusion on it. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Strange things with MX 6.1

2010-03-04 Thread Jochem van Dieten
frame at the top-left-corner is a You probably have a stray in your Application.cfm (or some other template that is used in every frame). Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach

Re: CF Debugger for application scoped CFC

2010-03-03 Thread Jochem van Dieten
are not being triggered? If the latter, did you put the breakpoints in before caching your cfc in the application scope? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community

Re: Need to convert all CFquery tags to lowercase

2010-02-26 Thread Jochem van Dieten
not change it anymore. But why not do the conversion on the Access side before migrating to MySQL? In Access you can simply rename the tables to the case you use in your queries before you convert them. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Need to convert all CFquery tags to lowercase

2010-02-26 Thread Jochem van Dieten
that and have your case insensitive table names? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: CFID and CFToken

2010-02-24 Thread Jochem van Dieten
instance will not have the same cookies as the first one. But if you open it from IE using Ctrl-N they will share the cookies. I believe there is no way to not share cookies in Firefox. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Re-install CF 8 or move ahead to CF 9?

2010-02-23 Thread Jochem van Dieten
and CF 9? Install CF 9 multiserver and deploy both CF 9 and CF 8 on it. The only issue I have had in code was the use of a variable local that was not a structure. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want

Re: Serious, intermittent problem with CF Web Service

2010-02-21 Thread Jochem van Dieten
be no problem in setting it to 14 days just to rule it out as a possible cause. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: How much memory does CF8 really need?

2010-02-20 Thread Jochem van Dieten
are in weeding out unneeded services. As always, the proof of the pudding is in the eating. Get a 30 day trial account for your VPS and just try it. (And let us know how it went.) Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Serious, intermittent problem with CF Web Service

2010-02-20 Thread Jochem van Dieten
is to add -Xint to your Java parameters in jvm.config. See 2. Is anything expiring in your application after a while? Application variables, framwork reinit or something? Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: local sql error, not on live site.

2010-02-18 Thread Jochem van Dieten
such as Crystaltech is not using ODBC for connections to MS SQL Server. Yet the error code indicates your local test environment does. Any particular reason for that? The data type of the column is nvarchar(100). ODBC and native charsets are a match made in hell. Jochem -- Jochem van Dieten http

Re: cfLib - Validate Emails Webservice Custom Tag

2010-02-16 Thread Jochem van Dieten
email server tries again after more then 5 minutes the message will get delivered. And of course nothing will catch email addresses that were valid at the time of the check, but aren't valid anymore at the time of sending the email. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: help with replace

2010-02-13 Thread Jochem van Dieten
but alphabetical characters and spaces by an empty string, then replace all spaces by hyphens. Last, replace multiple hyphens with a single hyphen. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach

Re: sample ldap

2010-02-11 Thread Jochem van Dieten
To learn LDAP I would recommend downloading Softerra LDAP Browser and doing a full install. The tool is useful to explore LDAP but if you do a full install it sets up some connections to public LDAP servers. Also, if you are in a Windows domain every Domain Controller is an LDAP server. Jochem

Re: Rampant fraud attempts from my site - Can I limit Number of Emails/Hour?

2010-02-10 Thread Jochem van Dieten
through decreasing the number of messages that get delivered. In my experience making that indirect mechanism an explicit cost factor is the best way to decrease spam: charge a fee for people who want to send more than 3 messages per day. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Problem setting up a new instance of CF

2010-02-05 Thread Jochem van Dieten
which ports are used by JRun. Can you manually connect to those from telnet? 3. What is in your cfusion-out.log? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community

Re: Problem setting up a new instance of CF

2010-02-05 Thread Jochem van Dieten
? And then in the new jvm.config file make sure all references to the cfusion instance are replaced with references to your new instance so you don't have one instance loading classes from the directory path of another instance. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: multiple methods through cfinvoke

2009-12-25 Thread Jochem van Dieten
)/ cfinvoke component=MainFileExplorer method=getInstance returnvariable=fileExplorer / cfset fileExplorer.getFileManager().uploadFile(Filedata, url.path, form.filename) / Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Enabled Sandbox Security on DEV Server, now no service is available

2009-11-29 Thread Jochem van Dieten
is unavailable. Look for the error message in cfusion-out.log and cfusion-err.log. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: warm stand by for a coldfusion application

2009-09-14 Thread Jochem van Dieten
servers where multiple active nodes could cause problems make sue you combine it with a STONITH solution. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want

Re: Problem with CFEXECUTE

2009-09-06 Thread Jochem van Dieten
accepted and after that it should work from CF too. Or is gives some other error you can fix :) -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: Stung by HostMySite price increase?

2009-09-06 Thread Jochem van Dieten
more times than I can count on one hand ). I use Gmail, Calendar, their Spreadsheet/Docs, IM, etc. And the only app I've ever really been impressed with of theirs is Chrome ( which is my favorite browser ). You use Chrome? So are you stubborn or allergic? Jochem -- Jochem van Dieten http

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-01 Thread Jochem van Dieten
afterwards, subsequent print commands will just use the same process. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-08-28 Thread Jochem van Dieten
to a pdf printer driver. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: (ot) sql server 2005 express sp3 installation onto vista os

2009-08-12 Thread Jochem van Dieten
installation, PostgreSQL driver is included in Railo out of the box. And PostgreSQL is licensed under the BSD license so you can use it without fear of having to release your own stuff as open source. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: multipart/mixed? (cfmail, attachments, embedded image)

2009-07-23 Thread Jochem van Dieten
message and the inline image. I am not sure whether it is possible to construct a message like that in CF, you would have to nest cfmailpart tags inside eachother.. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want

Re: CF prepared statements

2009-07-17 Thread Jochem van Dieten
-- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk

Re: PHP MD5 Crypt equivalent in CF?

2009-07-05 Thread Jochem van Dieten
are really seeing is the algorithm identifier being prepended and a separator appended per the Modular Crypt Format. The length of the hash is most likely caused by using a base64 representation with the trailing = dropped. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Using iText with CFML for PDF forms

2009-07-03 Thread Jochem van Dieten
On Thu, Jul 2, 2009 at 5:16 PM, Arsalan Tariq Keen wrote: Does anyone has any experience of populating PDF forms using iText. AcroForm or XFA? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach

Re: SOT: CF based Message Queue - Thread safe stored procedure

2009-06-25 Thread Jochem van Dieten
databases offer a NOWAIT keyword to affect that. Alternatively you can set a query timeout on q2 on the CF side. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something

Re: Open source ColdFusion again

2009-06-22 Thread Jochem van Dieten
much are you willing to pay for that value? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: Converted Application.cfm to Application.cfc and Having Problems

2009-06-22 Thread Jochem van Dieten
if you do so. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: Case Sensitive SQL

2009-06-15 Thread Jochem van Dieten
' then it gives an error. Don't forget that every column that is in your SELECT list should either be an aggregate statement or should be in the list of columns in the GROUP BY. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Product ID - enterprise level application

2009-06-12 Thread Jochem van Dieten
. Not to mention that the UUIDs generated by CF are predictable. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Product ID - enterprise level application

2009-06-12 Thread Jochem van Dieten
van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: how to deal with Delivery Status Notification (Failure) cfmail

2009-06-08 Thread Jochem van Dieten
. No it doesn't, it just gets a 4xx statuscode and tries again. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Email via cfmail tag goes to junk folder

2009-05-29 Thread Jochem van Dieten
being recognized as spam or not I would check the link hostname with SURBL: http://www.surbl.org/ Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them

Re: CF8 SQL Deadlock

2009-05-29 Thread Jochem van Dieten
serializability defined in the SQL standard). Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive

Re: Dynamic robots.txt

2009-05-29 Thread Jochem van Dieten
, but put /robots.txt in your web.xml. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: SOT, looking for an affordable SMTP/POP3 solution

2009-05-28 Thread Jochem van Dieten
add Dovecot it. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: Perhaps I shouldn't have done this???

2009-05-22 Thread Jochem van Dieten
Set the sandbox security entry in neo-security.xml to false and restart cf. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: Weird query behavior

2009-05-22 Thread Jochem van Dieten
configuration? With the same settings for Unicode for query parameters and CLOB buffer? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community with something they want? Let them know

Re: (ot) Page Faults

2009-05-20 Thread Jochem van Dieten
On Wed, May 20, 2009 at 7:33 PM, Michael Muller wrote: BTW, I have 2gb on the machine already. Is it worth bumping up to 3 or 4? Not if it is Windows Webserver Edition, which is limited at 2 GB. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: [sot] Postgres?

2009-05-14 Thread Jochem van Dieten
? http://wiki.postgresql.org/wiki/FAQ#How_do_I_control_connections_from_other_hosts.3F http://www.postgresql.org/docs/8.3/static/runtime-config-connection.html Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want

Re: Accessing XML Node problem

2009-04-30 Thread Jochem van Dieten
'])# it returns the expected result of result.qry: ELEMENT_NODE Did you define your XML document as case sensitive? In that case dot notation doesn't work. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe

Re: Shared Hosting Lockdown - Q1

2009-04-29 Thread Jochem van Dieten
password.properties. If they can deploy their own password.properties, why care about whether they have the admin application? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Deploying a Coldfusion8 app over free simpler J2EE server?

2009-04-12 Thread Jochem van Dieten
or easier then an EAR, but I have had some experiences with people deploying multiple WARs and messing up configurations. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Deploying a Coldfusion8 app over free simpler J2EE server?

2009-04-11 Thread Jochem van Dieten
. That is no different then CF on JRun, I didn't have to change my scripts at all. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Validate Object's Component Type

2009-04-04 Thread Jochem van Dieten
On Wed, Apr 1, 2009 at 7:24 PM, Donnie Carvajal wrote: 1. Does anyone know if there is built in functionality to ColdFusion that will validate if a variable is an object of a certain CFC? isInstanceOff() Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: firefox open file with spaces problem

2009-04-01 Thread Jochem van Dieten
On Wed, Apr 1, 2009 at 6:41 PM, Keith McGee wrote:  cfheader name=content-disposition value=attachment;   filename=#downloadFilename# Quote your filename. See RFC 2616 19.5.1 Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: 64-bit windows socket error (socketgateway)

2009-03-23 Thread Jochem van Dieten
. Does your socketGateway run as Local Administrator? Ports below 1024 are reserved and you need additional privileges to open them. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8

Re: Configuring ColdFusion for Shared Hosting

2009-03-18 Thread Jochem van Dieten
intensive, and probably be difficult to automate. Anyone have input on this? For shared hosting this is typically too resource intensive. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8

Re: Configuring ColdFusion for Shared Hosting

2009-03-18 Thread Jochem van Dieten
Java is unsafe in a shared hosting environment. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Configuring ColdFusion for Shared Hosting

2009-03-17 Thread Jochem van Dieten
breaks out of his Sandbox the potential damage is limited. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Deploying to multiple production servers

2009-03-12 Thread Jochem van Dieten
to install Windows on the 100 servers. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: (ot) SQL Server disk configuration

2009-03-11 Thread Jochem van Dieten
? I have the ability to add four more drives to the machine... Why would you? What is the current bottleneck and how would adding drives help? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8

Re: What the heck is happening during CFQUERY?

2009-03-09 Thread Jochem van Dieten
be trashing memory as well.. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: What the heck is happening during CFQUERY?

2009-03-09 Thread Jochem van Dieten
a recordcount. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Re: What the heck is happening during CFQUERY?

2009-03-09 Thread Jochem van Dieten
, but if you submit it as a feature request you should consider naming it usecursor or something. That explains the way it would work much better. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8

Re: What the heck is happening during CFQUERY?

2009-03-09 Thread Jochem van Dieten
will still execute to completion on the database server, but CF will stop fetching results after it has reached its maximum. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most

Re: What the heck is happening during CFQUERY?

2009-03-09 Thread Jochem van Dieten
you moved forward, then do a move start and wait for the commands to fetch rows. But that is hardly portable and will perform even worse then just fetching everything into a detached recordset on the client. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Tough SQL relationship

2009-02-25 Thread Jochem van Dieten
) join A on county) union A will effectively merge both table so you have all records full complete in the result. Then you can window / partition that for yout record_with_dups column. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Mailing Label Solutions

2009-02-24 Thread Jochem van Dieten
On Mon, Feb 23, 2009 at 7:21 PM, Daniel Baughman wrote: Anyone came across anything really handy there? I typically create a PDF template in LiveCycle Designer with a repeating subform and push data into it with cfpdfformdata. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Obscuring the source code with pre-compilation

2009-02-20 Thread Jochem van Dieten
it to an AIX machine with WebSphere the system does not come up. If you are working with WebSphere you should probably deliver your code in a standard Java format (EAR or WAR) instead of as a bunch of separate files. Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: Maybe I need a SQL Service Consultant...

2009-02-17 Thread Jochem van Dieten
datatypes. Support for national character datatypes was introduced in JDBC4. The first DataDirect release to support JDBC4 is DataDirect 4.x. ColdFusion comes with DataDirect 3.x. http://adobe.com/go/wish/ Jochem -- Jochem van Dieten http://jochem.vandieten.net

Re: SQL Replication Models

2009-02-16 Thread Jochem van Dieten
backup? The problem is the size. For performance size doesn't matter all that much. What matters is update volume. What is the transaction log volume per hour? How long does it take to apply (replay) that transaction log volume currently? Johem -- Jochem van Dieten http://jochem.vandieten.net

Re: SQL Replication Models

2009-02-16 Thread Jochem van Dieten
On Mon, Feb 16, 2009 at 1:10 PM, C. Hatton Humphrey wrote: Jochem van Dieten wrote: The current schedule for backups is a full backup at 3am for the group of databases and then a transactional backup every hour from 7am to 10pm during the week. For performance size doesn't matter all

Re: Maybe I need a SQL Service Consultant...

2009-02-15 Thread Jochem van Dieten
in the index? That is the safe choice that will make your database a bit slower, but without any corner cases where your databases suddenly becomes several orders of magnitude slower. http://jochem.vandieten.net/2008/12/15/querying-ms-sql-server-guuids-from-coldfusion/ Jochem -- Jochem van Dieten http

Re: Maybe I need a SQL Service Consultant...

2009-02-15 Thread Jochem van Dieten
Server you should stop using UUIDs alltogether and just use GUIDs in your CFMl and the UNIQUEIDENTIFIER datatype in MS SQL Server. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8

Re: (ot) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Jochem van Dieten
? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jochem van Dieten
van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http

Re: Session stickiness breaks in CF 8

2009-02-10 Thread Jochem van Dieten
? If not, could you bring up a new instance of Apache (could be on a different machine if this is occurring in production and you don't want to disturb the existing systems), connect it to the cluster, enable verbose logging on the connector and restart Apache? Jochem -- Jochem van Dieten http

Re: JVM Tuning and Garbage Collection

2009-02-06 Thread Jochem van Dieten
is happening add the following options: -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -verbose:gc -XX:+PrintHeapAtGC The amount of info this will dump to STDOUT is significant, so if you run this in a production environment you probably want some script to parse this into graphs. Jochem -- Jochem van

<    1   2   3   4   5   6   7   8   9   10   >