RE: [ACFUG Discuss] $token.queryVaule?

2006-07-21 Thread Robert Reil
Why am I getting the data out?     This document is called “OUR NOTIFICATION” and is an email sent to us     from the cart to alert us of a customers order.     I am trying to set up a rudimentary purchasing system.     As it is now I have to

[ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Im in fortas Construction book trying to set up a Record set as on page 89.   Im trying to click Application, Bindings, to associate the database to the site in DW. All I get in any window in the Application sub tabs all have:   “To use dynamic data on this page:     1. Create

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Thinking further I opened CF Admin on the web server and got this error:   ‘Cannot find the file ‘http://127.0.01/CFIDE/administrator/index.cfm’ (or one of its components). Make sure the path and filename are correct and that all required libraries are available.   Checking the local pa

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Douglas Knudsen
this on your local PC?  No IIS?  You are running CF on a different port than 80, probably 8500 or 8300.DKOn 7/21/06, Robert Reil < [EMAIL PROTECTED]> wrote: Thinking further I opened CF Admin on the web server and got this error:   'Cannot find the file 'http://127.0.01/CFID

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Steven Ross
well the ip address for localhost below is wrong... its missing the last "."127.0.0.1On 7/21/06, Robert Reil <[EMAIL PROTECTED]> wrote: Thinking further I opened CF Admin on the web server and got this error:   'Cannot find the file 'http://127.0.01/CFIDE/administrator/ind

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Weirder still: The Admin opened and I noticed that its address is: http://127.0.0.1/CFIDE/administrator/index.cfm   So I don’t know what that is all about... However DNS has been a bit slow in the past couple months, but we haven’t invested in repairing it as we are migrating to a new

[ACFUG Discuss] XSLT and XML in CF5.0

2006-07-21 Thread sravan kumar
Hi all, Does anyone know how to generate an html from xml using xslt processor? It has to be in unix environment. I found few in google search but they all use MSXML DOM. Are there any custom tags out there that works well in CF5.0 sun solaris environment? Thanks Sravan --

RE: [ACFUG Discuss] $token.queryVaule?

2006-07-21 Thread Cody Wehunt
Robert,   You have to take this slow, take one issue at a time.    But yes you would modify the CF code that is sending the notification by adding a cfquery that would pull the needed part number from the necessary tables.   No I am not implying that you need to edit any JAVA source.

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
I am terminaled into the CF server. And I am using DW locally. The wwwroot directory is mapped as the W drive.   The 127.0.01 was a typo’   I wanted to duplicate the error so I closed CF Admin in the terminal session and reopened it and now it does not error. Probably just a little s

Re: [ACFUG Discuss] XSLT and XML in CF5.0

2006-07-21 Thread Dean H. Saxe
You can write the transformer class in Java and instantiate with CFOBJECT. Its pretty easy to do. -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "If liberty means anything at all, it means the right to tell people what they do not want to hear." -- George Orwell, 1945 On Jul 21, 20

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Steven Ross
Go into the CF admin and set the RDS password and make sure that feature is on...Security tab > RDSOn 7/21/06, Robert Reil < [EMAIL PROTECTED]> wrote: I am terminaled into the CF server. And I am using DW locally. The wwwroot directory is mapped as the W drive.   The 127.0

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Teddy Payne
Robert,I think we need to take a deep breathe here.127.0.0.1 is for local development.  Local development can also be considered a testing server.  A testing server is a generic term for any location you have a web server and application server installed.  Now in more formal scenarios, a testing se

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
I see that and it was unchecked.   How will this affect the site? Will users have problems? I have to stop and start the CF service for this to work so I am awaiting a response on this before I commit.     Robert P

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
OK heres the scenario:   There are 3 machines involved in this equation:   Live server.     Server Product  :  ColdFusion MX     Version  :  6,1,0,63958     Edition  :  Standard       Operating System   :  Windows 2000       MySQL 4.1,

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Teddy Payne
RDS is Remote Development ServiceThis allows you to connect to the application server from your programming tool that offers RDS support.  Dreamweaver and Eclipse both have support for RDS.  From RDS, you can get file system information.  Also, you can see all of the databases that are connected to

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Teddy Payne
Let me clarify, file system information about your webroot.RDS can also be used in windows explorer as a network connection to browse data from windows as well.TeddyOn 7/21/06, Teddy Payne <[EMAIL PROTECTED]> wrote: RDS is Remote Development ServiceThis allows you to connect to the application ser

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Steven Ross
I was under the impression that this was your dev box not your production box, Adobe reccomends you don't have this on in PROD (for obvious reasons)... and surely the restart is going to affect things. However, when you bring it back up then the box will behave just as it did except the RDS feature

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Steven Ross
No it wont affect the site. You need a nice strong password there though because it does let users (any user) attempt to connect to the service via a password. This will let them browse data sources through dreamweaver (like you are trying to do). Once you enable it try going back through the step

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Douglas Knudsen
so, clearly you are not running ColdFusion on your desktop.  Thus RDS or anything CF related for that matter is not available via 127.0.0.1.  In order to use the fancy DW tools, you need to be working via RDS. DKOn 7/21/06, Robert Reil <[EMAIL PROTECTED]> wrote: OK heres the

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Teddy Payne
Robert,Well first thing.  When posting configurations about your environment, please be more vvague.  I really would not want your network compromised from giving us too much detail.  I am not inferring anyone on the list would do such things, but more of the people who may intercept the list.  So

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Actually the next better time to do a svc stop start would be Wednesday evening typically. We get hit hard with weekend tinkerers. Restarting svc now.   Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
RDS Security enabled check box CF Application Server service Stopped and started. SeeFusion que settled down to Zero requests Dreamweaver RDS reports same error.   Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Hmm thought this would not be that much info.   Ok time to reconfigure some things. At least RDS is now off on the Production svr.   Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-88

Re: [ACFUG Discuss] XSLT and XML in CF5.0

2006-07-21 Thread sravan kumar
Yes, I will. I was thinking i can get something already available. Thanks Sravan From: "Dean H. Saxe" <[EMAIL PROTECTED]> Reply-To: discussion@acfug.org To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XSLT and XML in CF5.0 Date: Fri, 21 Jul 2006 10:13:55 -0400 You can write the transfor

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Cody Wehunt
You shouldn’t have to terminal into the servers to do admin work if your workstation is on the same network, unless you are purposefully blocking it.   Of course you will have to replace the local host address with the machine name.   Cody   From: [EMAIL PROTECTED] [mailto:[EM

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Robert Reil
Then what would I do? Oh I guess I could assign the CF admin as a website. Didn’t think about that. Good idea!   Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.