kerberos authentication.

2011-02-09 Thread Jay Birdsell
I have been trying to implement a keberos based authentication scheme across platforms on our intranet. everyone logson to the network and gets access to the intranet (windows) on the network we have a unix based web server running weblogic server and cf 9. Until last year there were only a

Re: help w/ DateDiff() please

2011-01-14 Thread Jay Birdsell
Wait, I'm confused, are you trying to use the CF dateDiff() function, or a database's dateDiff() function? Actually Eric , I tried both. I'll try the quotes around TODAY see what that yields. ~| Order the Adobe Coldfusion

Re: help w/ DateDiff() please

2011-01-14 Thread Jay Birdsell
I suspect dte_2dlcl is the name of a date/time column in his database. Though it shouldn't be surrounded in single quotes if that's the case. On Thu, Jan 13, 2011 at 3:23 PM, Russ Michaels r...@michaels.me.uk wrote: Thank you everyone for your input. I'm using an oracle 11g db, dte_2dlcl is

Re: help w/ DateDiff() please

2011-01-14 Thread Jay Birdsell
Here's what Google tells me regarding days between now() and a database column value. select extract(day from (sysdate - dte_2dlcl)) I have no idea if that's correct and can't test. I think it's a step in the right direction. Here's the reference: http://stackoverflow.

help w/ DateDiff() please

2011-01-13 Thread Jay Birdsell
The dateDiff () is killing me! can someone please look at this and help me clear my head. What I have is a db that tracks executive correspondence when drafts are due and when the final response is due. I need a report that will list any correspondence that has a draft or final date

cfspreadsheet - write issues on unix

2010-12-21 Thread Jay Birdsell
I have successfully created a spreadsheet using cfspreadsheet on window but when I moved it to our unix based dev box, (changed the path) I am now getting a an exception occurred using action=write error. Has any one experienced this? Permissions are correct on all associated files and

CFspreadsheet send out put to screen

2010-12-16 Thread Jay Birdsell
I would like to do one of two things with the spread sheet created by cfspreadsheet either display it on screen or create a link to the saved spread sheet. In regards to creating a link, does the spread sheet tag create server variables like cffile does? How do I display the output to the

Re: CFCHART:: no values for ## itemlabel ##

2010-11-02 Thread Jay Birdsell
   url=chartTestDetails.cfm?org=#itemlabel# If you are trying to use the pseudo-variables, the syntax is $ITEMLABEL$ http://livedocs.adobe.com/coldfusion/8/Tags_c_05.html Leigh, Thanks that was it. ~| Order the Adobe

CFCHART:: no values for # itemlabel #

2010-11-01 Thread Jay Birdsell
I have a chart that I want to drill down from however #itemlabel# is not being passed a value. My code cfchart chartheight=240 chartwidth=320 yaxistitle=employees url=chartTestDetails.cfm?org=#itemlabel# cfchartseries type=pie

Merge cells using cfspreadsheet

2010-10-23 Thread Jay Birdsell
is it possible to merge cells using cfspreadsheet? As in creating a multi-row header and centering it over the data? I have looked at all the formatting functions and did not see anything. Perhaps I just overlooked it??? TIA jay

Re: Merge cells using cfspreadsheet

2010-10-23 Thread Jay Birdsell
Did you look at SpreadsheetMergeCells()? http://help.adobe.com/en_US/ColdFusion/9. 0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6734.html In my own experience, there appear to be some formatting limitations to merged cells, but this method will definitely do the trick of merging cells

Re: cant access cf administrator

2010-10-22 Thread Jay Birdsell
Mack add jdk160_12 to box, redefined JAVA_Home to point to it and problem solved! thanks for the input! Jay ~| Order the Adobe Coldfusion Anthology now!

Re: cant access cf administrator

2010-10-21 Thread Jay Birdsell
Jay, I found this http://www.lmft4u.com/?p=36 by googling for the error message. See if it helps. -- Mack I found that also, thats the agenda for today. ~| Order the Adobe Coldfusion Anthology now!

Re: cant access cf administrator

2010-10-20 Thread Jay Birdsell
What do the CF and web server logs say ? -- Mack here is the output from the exception log Error,[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)',10/20/10,09:36:24,cfadmin,Could not initialize class com.verity.security.k2.K2Encrypt The specific sequence

Re: cant access cf administrator

2010-10-20 Thread Jay Birdsell
Jay, From the log file it seems for some reason CF cannot find the K2Encrypt class. On a standard install the class should be in #cf_home#/wwwroot/web-inf/lib/verity.jar. Do you have that file ? Is this the only error message that you get or do you get some other error messages early in the

Re: cant access cf administrator

2010-10-20 Thread Jay Birdsell
Jay, Mack I do have that file, but in a different directory web-inf/cfusion/lib. I might have to add it to the class path. the only other error message shows up as a single line entry in the application log Could not initialize class com.verity.security.k2.K2Encrypt The specific sequence of

cant access cf administrator

2010-10-19 Thread Jay Birdsell
HI I have just installed CF9 on a Solaris 10 box with weblogic 11g, when i try to log into cf administrator, I get a 500 error, cf itself is running as I can pull the log in pages for all my apps, of course when actually log in i get an error, as expected, because I have not configured