"Login failed for user 'sa'

2008-07-14 Thread Orlini, Robert
Some of our CF programs are generating this SQL error. [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'sa' Any ideas pls? RO ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: urlencode/decode

2008-07-14 Thread Brian Dumbledore
>I believe you will need to base64encode the string after you encrypt it. >Of course, it will need to be decoded in the same manner on the >receiving end. > >~Brad > >Seems fine.. But doesn't work for some cases when the encrypt results in >a string with special characters. You are right.. that's

RE: urlencode/decode

2008-07-14 Thread Brad Wood
I believe you will need to base64encode the string after you encrypt it. Of course, it will need to be decoded in the same manner on the receiving end. ~Brad -Original Message- From: Brian Dumbledore [mailto:[EMAIL PROTECTED] Seems fine.. But doesn't work for some cases when the encryp

urlencode/decode

2008-07-14 Thread Brian Dumbledore
I have a peculiar situation (CFMX). I have file names that I need to send in the url. I didnt wantt hem to be plain, so I did Seems fine.. But doesn't work for some cases when the encrypt results in a string with special characters. I wish to use the above mechanism and make sure it always

Re: CFDocument and border-collapse

2008-07-14 Thread Azadi Saryev
fyi, the answer is... 42. no, it's "okay you also need to add to the table " hth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Rick Root wrote: > Does anyone out there with an experts exchange membership want to > share the answer to this question, if there is one? > > http://www.expert

Re: CFDocument and border-collapse

2008-07-14 Thread Azadi Saryev
just disable js in your browser and see all the answers. they are all there, all the time (not just first time), way at the end of the page, after all the "you need to be a member to see this answer" nonsense :) use FF with NoScript plug-in to make it easier. Azadi Saryev Sabai-dee.com http://www.

RE: CF YUI Database question

2008-07-14 Thread Eric Roberts
I knew what I meant Ray :-D. I didn't see anything either, so I figured I would ask to see if I just missed it. Thanks! Eric /*-Original Message- /*From: Raymond Camden [mailto:[EMAIL PROTECTED] /*Sent: Monday, July 14, 2008 1:16 PM /*To: CF-Talk /*Subject: Re: CF YUI Database question

RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
> About the second question. I am using the "other" data source > feature, and I followed the instructions that were on this > page to set up the data source > .(http://www.fusioncube.net/index.php/coldfusion-sql-server-express ) > > The only way that I am verifying that it isn't working is >

Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Point taken... ASSUMING... You haven't explicitly defined the variable as Ray described AND That you have not loaded a cfthread somewhere else in the request, it's a pretty safe and simple way to check to see if you are in a thread or not. Better? -- Alan Rother Adobe Certified Advanced

Re: CF YUI Database question

2008-07-14 Thread Raymond Camden
Yahoo doesn't have a "CF API". They have an API. You can hit the API with CF and you can find an example of this in the Search SDK. If you are asking about access to Yahoo Groups, I'd check to see if it is one of the APIs available. I'd hit up developer.yahoo.com. From what I can see though, there

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
>Click on the words "System Information" at the very top of the page in >CF Admin. There is a Java Class Path entry that lists all the jars that >are loaded. > >The same info is available under the Server Settings > Settings Summary >page. > >~Brad > >= > >About your fi

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
> >> Ya I just got frustrated thats why I just was like "AHHH > > > >Then you should be able to just put it in \coldfusion7\lib. Is it > showing up > >in the CF Administrator, on the page that shows all the discovered > jar > >files? > > > >When you say it isn't working, how exactly are you veri

Re: Am I a thread or not ?

2008-07-14 Thread Raymond Camden
Not true. You do On Mon, Jul 14, 2008 at 10:45 AM, Alan Rother <[EMAIL PROTECTED]> wrote: > Just check to see if > > IsDefined("Thread") > > > It'll only exist if you are in a cfthread > > > =] > > On Mon, Jul 14, 2008 at 5:22 AM, Tom Chiverton <[EMAIL PROTECTED]> > wrote: > >> How can I tell

RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Brad Wood
Click on the words "System Information" at the very top of the page in CF Admin. There is a Java Class Path entry that lists all the jars that are loaded. The same info is available under the Server Settings > Settings Summary page. ~Brad = About your first question

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
>> Ya I just got frustrated thats why I just was like "AHHH > >Then you should be able to just put it in \coldfusion7\lib. Is it showing up >in the CF Administrator, on the page that shows all the discovered jar >files? > >When you say it isn't working, how exactly are you verifying that? What do

RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
> Ya I just got frustrated thats why I just was like "AHHH > screw this I'm putting you in every directory so cf can find > you :p" I am running in the standalone version. I did put > it in the lib folder and restarted coldfusion before I copied > it every where and restarted coldfusion aga

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
>> Thank you for responding. I did end up doing that (sorry I >> should have put that little bit of info in there :-\) I >> downloaded the one from Microsoft. I found the .jar file that >> I was told to put into my /cffusion/lib <---(Which was not in >> my coldfusion directories) I pulled that

RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
> Thank you for responding. I did end up doing that (sorry I > should have put that little bit of info in there :-\) I > downloaded the one from Microsoft. I found the .jar file that > I was told to put into my /cffusion/lib <---(Which was not in > my coldfusion directories) I pulled that file

CF YUI Database question

2008-07-14 Thread Eric Roberts
Has anyone played around with the Yahoo CF API? I need a way to access a database in one of my yahoo groups.is this even possible? Their documentation doesn't say yea or nay on this, so any insight would be helpful. Thanks in advance. Eric

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
>> I am having trouble setting up a connection from Coldfusion > >First, you can just search the Microsoft site for SQL Server 2005 JDBC >drivers. Download those, and run the setup. If I recall correctly, the setup >just unpacks the jar files you need to some directory; you'll then need to >put th

Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
>> I am having trouble setting up a connection from Coldfusion > >First, you can just search the Microsoft site for SQL Server 2005 JDBC >drivers. Download those, and run the setup. If I recall correctly, the setup >just unpacks the jar files you need to some directory; you'll then need to >put th

RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
> I am having trouble setting up a connection from Coldfusion > MX7 to SQL Server 2005. > > After several hours of tinkering with settings that I know > and searching the internet for the things I didn't, I found a > very helpful guide to setting it up (here ---> > http://www.fusioncube.net/in

Re: Components anomalies?

2008-07-14 Thread Dominic Watson
This is expected. The is getting output, breaking the response format (JSON I think) that is read by the calling ajax javascript. I'm assuming turning on the ajax debugger would report an error of some sort(? - don't have time to test right now). HTH Dominic 2008/7/14 Lawrence Mak <[EMAIL PROTE

Passing a List Items' value into a CFDIV

2008-07-14 Thread Joel Polsky
Hi, I have this problem not sure if it's even possible. I have this being generated: #WidgetName# - #WidgetID# This was also used: #WidgetName# - #WidgetID# In either case the div does not process the value. So my question is: How do I pass the value to the page "widgetDescription.cfm" so

Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Just check to see if IsDefined("Thread") It'll only exist if you are in a cfthread =] On Mon, Jul 14, 2008 at 5:22 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > How can I tell if the CF code being run is inside a CFTHREAD block or not ? > > The reason is that scopes like CGI are not availab

Re: Agile coldfusion

2008-07-14 Thread denstar
A quick jack: I want to give a big shout out to the mxunit crew! Flipp'n awesome, is all I have to say. Great and I mean GREAT work! I missed the convention, but found it on the web, and I'm now quite impressed. den -- w00t On Mon, Jul 14, 2008 at 8:16 AM, Bill Shelton <[EMAIL PROTECTED]> w

Components anomalies?

2008-07-14 Thread Lawrence Mak
I am developing an application using lots of layout-tabs and cfgrids. The app was working fine but then suddenly it started to behave in a strange way: all layoutareas in the tabs had 10 lines of whitespaces at the top, and cfgrid broke down completely - but only those using cfc component bindin

RE: Certification Question

2008-07-14 Thread Andy Matthews
That's because they see your name on them and send them straight to the bin. Create a new email that doesn't have your name in it and try again. See if this one's taken: [EMAIL PROTECTED] or [EMAIL PROTECTED] :) -Original Message- From: Simon Free [mailto:[EMAIL PROTECTED] Sent: Mon

Certification Question

2008-07-14 Thread Simon Free
Hey all, I have heard rumors that the CF8 certification no longer has the advanced level, and is purely a pass/fail. Does anyone know if this is true? All me emails to adobe never got responses. Thanks -Si - [EMAIL PROTECTED] http://www.simonfree.com ~

Re: CFDocument and border-collapse

2008-07-14 Thread Gerald Guido
Here is a little "tip" on the "experts exchange membership" issue They will show the results to the question the *first time* you hit the page but it is ll the way at the bottom of the page. When you *return* to that page the results are gone and the ask you to sign up. I am not

Re: Agile coldfusion

2008-07-14 Thread Bill Shelton
Neb, Brian's right on target, as usual, with the technical recommendations! It's been my experience that the biggest challenge in changing a process is cultural. Many folks simply do not want to change. However, you may be in an environment that is "ready" and switching to an agile approach may

CFDocument and border-collapse

2008-07-14 Thread Rick Root
Does anyone out there with an experts exchange membership want to share the answer to this question, if there is one? http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21653788.html The css property border-collapse doesn't work in cfdocument and it's apparently a k

Re: Verity and .NET Interaction

2008-07-14 Thread Gary Sullivan
Great idea, Tom! I really wasn't thinking of going that route, but after looking at the shoddy Verity API documentation I found online, I suppose that's the best option. Cheers, Gary W. Sullivan II > On Thursday 10 Jul 2008, Gary Sullivan wrote: > > the Verity functionality so much that they w

Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
Hello, I am having trouble setting up a connection from Coldfusion MX7 to SQL Server 2005. After several hours of tinkering with settings that I know and searching the internet for the things I didn't, I found a very helpful guide to setting it up (here ---> http://www.fusioncube.net/index.php

Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
Hello, I am currently trying ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/gr

Am I a thread or not ?

2008-07-14 Thread Tom Chiverton
How can I tell if the CF code being run is inside a CFTHREAD block or not ? The reason is that scopes like CGI are not available inside such a block (i.e. all the values are empty), and I need to turn off some security settings in my code if so. -- Tom Chiverton ***

Re: Hosting Announcement

2008-07-14 Thread Jochem van Dieten
William Seiter wrote: > Their technical support knows and knew that the cfdump tag was not > permitted, regardless of how it functions behind the scenes. They should > have shown that in their advertised list of tags they don't support. cfdump is not even a tag you *can* restrict in ColdFusion. I