Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
; > > > > Yes. The code didn't change. Just moved from 32 bit Windows Server 2003 > > to 64 bit Windows Server 2012 and 32 bit ACF10 to 64 bit ACF10. > > > > On Tue, Apr 7, 2015 at 10:49 AM, Russ Michaels > > wrote: > > > > > > > > are

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Dean Lawrence
Have you looked at the raw source of the email to make sure that CF is not placing the text in an html mailpart? On Tue, Apr 7, 2015 at 1:21 PM John M Bliss wrote: > > Yes. The code didn't change. Just moved from 32 bit Windows Server 2003 > to 64 bit Windows Server 2012 and 32 b

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
Yes. The code didn't change. Just moved from 32 bit Windows Server 2003 to 64 bit Windows Server 2012 and 32 bit ACF10 to 64 bit ACF10. On Tue, Apr 7, 2015 at 10:49 AM, Russ Michaels wrote: > > are you sure you do not have the emails set to send as HTML ? > > > On Tue, Ap

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Byron Mann
Careful with that, make sure you aren't opening up an open mail relay if you have public IP space on the server. You can do a check with some online tools like this. http://mxtoolbox.com/supertoolmobile.aspx On Apr 7, 2015 8:20 AM, "John M Bliss" wrote: > > > In the SMTP Server properties, I c

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Byron Mann
Careful with that, make sure you aren't opening up an open mail relay if you have public IP space on the server. You can do a check with some online tools like this. http://mxtoolbox.com/supertoolmobile.aspx On Apr 7, 2015 8:20 AM, "John M Bliss" wrote: > > > In the SMTP Server properties, I c

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Russ Michaels
ing plaintext emails appear to have carriage returns / > line feeds stripped out. Any idea how to get those back? > > On Tue, Apr 7, 2015 at 7:52 AM, John M Bliss wrote: > > > Working on configuring ACF10 mail on Windows Server 2012. I followed > these > > steps: >

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
M, John M Bliss wrote: > Working on configuring ACF10 mail on Windows Server 2012. I followed these > steps: > > > http://blog.hyperfive.com/2013/07/how-to-setup-internal-smtp-service-for.html > > ...but, in ACF10 admin interface Server Settings > Mail when I set Mail > Ser

ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
Working on configuring ACF10 mail on Windows Server 2012. I followed these steps: http://blog.hyperfive.com/2013/07/how-to-setup-internal-smtp-service-for.html ...but, in ACF10 admin interface Server Settings > Mail when I set Mail Server to localhost, check Verify mail server connection,

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
Many ways to accomplish this: Check out alternatives to cfdiv here: https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way/blob/master/chapters/cfdiv/index.md JQuery example (you'd use a Javascript timer instead of the button): http://jsfiddle.net/ZPYUS/ etc On Wed, Aug 6, 2014 at 8:23 A

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread Mike K
Ideally I'd like it updating while he's looking at it . rather the way Facebook does. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, Aug 6,

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
Are you talking about updating the page while end-user is looking at it? Or do you just need to have it updated on load / refresh? On Wed, Aug 6, 2014 at 8:03 AM, Mike K wrote: > > I have a radio station site, and I want to be able to update the pages > automatically as events happen. For exa

CF9/Windows how to push data to HTML page

2014-08-06 Thread Mike K
I have a radio station site, and I want to be able to update the pages automatically as events happen. For example on the section where it says "what's on air now" i want it to automatically change as the hour ticks over and the new show startsOr as the live call of the sports ends and we re

Re: CF10 / SQL Server Windows Authentication

2014-02-13 Thread Anthony Doherty
Thanks I'm going to go down with a SQL user and not use the windows authentication. It wasn't my choice to use more this is what I was given. Thanks for your help Sent from my iPhone > On 11 Feb 2014, at 22:50, Russ Michaels wrote: > > > I would also point out tha

Re: CF10 / SQL Server Windows Authentication

2014-02-11 Thread Russ Michaels
, then any code and any person with access to upload code on your cf server also has this level of access as well. On Tue, Feb 11, 2014 at 9:03 PM, Dave Watts wrote: > > > Im having difficulty in creating a datasource to SQL server that has > windows authentication setup. > >

Re: CF10 / SQL Server Windows Authentication

2014-02-11 Thread Dave Watts
> Im having difficulty in creating a datasource to SQL server that has windows > authentication setup. > When i create the datasource using the SA account it creates successfully, > but when i try and use the windows > account i get an error: > 'Login failed for user&

Re: CF10 / SQL Server Windows Authentication

2014-02-11 Thread Russ Michaels
best method is to use mixed mode and use an sql login from coldfusion dsn. If you want to use a windows authentication then you need to run coldfusion under a windows user with authentication on the sql server. On Tue, Feb 11, 2014 at 8:43 PM, Anthony Doherty wrote: > > Hi, >

Re: CF10 / SQL Server Windows Authentication

2014-02-11 Thread Steve 'Cutter' Blades
user-interfaces/book "The best way to predict the future is to help create it" On 2/11/2014 2:43 PM, Anthony Doherty wrote: > Hi, > Im having difficulty in creating a datasource to SQL server that has windows > authentication setup. > When i create the datasource using the

CF10 / SQL Server Windows Authentication

2014-02-11 Thread Anthony Doherty
Hi, Im having difficulty in creating a datasource to SQL server that has windows authentication setup. When i create the datasource using the SA account it creates successfully, but when i try and use the windows account i get an error: 'Login failed for user'\domain\username'

Re: Windows 8.1 Pro 64

2014-01-29 Thread Rob Parkhill
I am successfully running CF10 on IIS 8.5 and Windows 8.1 for my development machine. Works like a treat, you just have to make sure you run the Web Server Config Tool every time you add a new site, and I had to modify the web.config file to allow error messages to pass through to CF and not be

Windows 8.1 Pro 64

2014-01-29 Thread Chad Gray
Anyone know if we can run CF 9 and IIS on Windows 8.1 Pro? I am looking at getting a Lenovo Carbon Ultrabook. Thanks! Chad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Windows server 2008 or 2012

2014-01-16 Thread Justin Scott
> OS version matters little with PCI compliance. If anything 2012 > should be more up-to-date and secure (HA, Windows joke contained > within). I'd add that this will depend on your QSA. Some are beginning to nitpick the SSL cipher sort order which older versions don't a

Re: Windows server 2008 or 2012

2014-01-16 Thread Byron Mann
secure (HA, Windows joke contained within). Byron Mann Lead Engineer & Architect HostMySite.com Byron Mann Lead Engineer & Architect HostMySite.com On Thu, Jan 16, 2014 at 2:27 PM, Rob Voyle wrote: > > Hi Folks > > I am looking at changing VPS providers to maintain and up

Re: Windows server 2008 or 2012

2014-01-16 Thread Russ Michaels
btw if the url rewrite problem is an issue for you, then you could perhaps use Helicon APE instead. On Thu, Jan 16, 2014 at 8:31 PM, Justin Scott wrote: > > > I am looking at changing VPS providers to maintain and upgrade > > CF I have an option of Windows 2008 or 2012 server.

Re: Windows server 2008 or 2012

2014-01-16 Thread Justin Scott
> I am looking at changing VPS providers to maintain and upgrade > CF I have an option of Windows 2008 or 2012 server. Server 2012 is a solid platform though it takes some getting used to the GUI interface updates. It's grown on me since I started dealing with it. Server 2008 stil

Re: Windows server 2008 or 2012

2014-01-16 Thread Jordan Michaels
haels On 01/16/2014 11:27 AM, Rob Voyle wrote: > > Hi Folks > > I am looking at changing VPS providers to maintain and upgrade CF > I have an option of Windows 2008 or 2012 server. > > The reccommendation is 2008 and was wondering what others think. > I spent a week a year ag

Re: Windows server 2008 or 2012

2014-01-16 Thread Jon Clausen
not used to it, but > you will have to do it at some point anyway, so may as well be now. > > > On Thu, Jan 16, 2014 at 7:27 PM, Rob Voyle wrote: > >> >> Hi Folks >> >> I am looking at changing VPS providers to maintain and upgrade CF >> I hav

Re: Windows server 2008 or 2012

2014-01-16 Thread Russ Michaels
t; > I am looking at changing VPS providers to maintain and upgrade CF > I have an option of Windows 2008 or 2012 server. > > The reccommendation is 2008 and was wondering what others think. > I spent a week a year ago migrating from 2003 to 2008 and would rather not > go > thru th

Windows server 2008 or 2012

2014-01-16 Thread Rob Voyle
Hi Folks I am looking at changing VPS providers to maintain and upgrade CF I have an option of Windows 2008 or 2012 server. The reccommendation is 2008 and was wondering what others think. I spent a week a year ago migrating from 2003 to 2008 and would rather not go thru that hassle again in

Re: CSV ODBC driver under Windows 2008

2013-08-30 Thread Claude Schnéegans
Ok, I have more information about this problem. In the CSV file, if I replace all semicolons by commas, it works perfectly. The problem is that, either under W 7 or W 2008, it seems that one can set the delimiter and some other format parameters in odbcad32.exe, but they are not saved anywere,

Re: CSV ODBC driver under Windows 2008

2013-08-30 Thread Claude Schnéegans
>>You might try passing delimiter=';' as an additional dsn parameter. BINGO! The problem is that the file Schema.ini is not properly updated by the 32 bit ODBC Administrator. In my W 7 file I see Format=Delimited(;) which is correct, but in the W 2008 file I have Format=CSVDelimited I set Deli

Re: CSV ODBC driver under Windows 2008 (finaly)

2013-08-30 Thread Claude Schnéegans
I finaly found the problem: When you open the ODBC Administrator, you first select the database you want to update, you click on configure, you see the name of your datasource, fine, then you click Options, you still see the name of the datasource you are configuring, then you click Define forma

Re: CSV ODBC driver under Windows 2008

2013-08-30 Thread Byron Mann
You might try passing delimiter=';' as an additional dsn parameter. Which odbc driver are you using in windows? The MS text file driver you can specify an ini file with the delimiter and other parameters. Although I have never tried using that. http://msdn.microsoft.com/en-us/libra

CSV ODBC driver under Windows 2008

2013-08-29 Thread Claude Schnéegans
Hi, since I moved my applications from a 2003 server to Windows 2008, I have a problem reading a database defined on a .CSV file through the ODBC socket driver. The problem seems to be with the ODBC driver. I have the 32 bit version of CF installed an I use the odbcad32.exe 32 bit ODBC

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Russ Michaels
as has already been suggested previously, use HmailServer... On Thu, Aug 22, 2013 at 7:35 PM, Carl Von Stetten wrote: > > Joy, > > Windows 7 (any addition) **does NOT** include an SMTP server. The SMTP > Mail Server icon in IIS Administrator is to point ASP.NET apps to

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Carl Von Stetten
Joy, Windows 7 (any addition) **does NOT** include an SMTP server. The SMTP Mail Server icon in IIS Administrator is to point ASP.NET apps to a SMTP server elsewhere on your network (or a third-party SMTP server running on localhost). This is equivalent to setting the mail server settings

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Ben
Hi Joy On the machine it is running on, run the following command: Telnet 127.0.0.1 25 And see if it connects. If smtp is running it should go through. That will (to my knowledge) avoid any firewall issues so you are doing a straight test of the open port at that point. Ben On Aug 22, 201

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Dave Watts
work. Is there any other way to find > whether it is running or not? The SMTP service is not part of the IIS Admin Service on Windows Server 2008. I suspect that you do not have it installed at all. Like I said in my previous response, I don't know if it's available on Windows 7 o

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Joy Paulose
Dave, I installed SMTP server from the windows features, as well as IIS 6 console. I did telnet to localhost 25, but telnet failed to connect port 25 and find SMTP. I checked in the services utility to make sure it is running. IIS Admin Services that includes SMTP and it is set to automatic

Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Joy Paulose
I said that in the first place my friends. I installed smtp server and installed IIS 6 console. I checked in services and the services for IIS Admin Service that includes SMTP, is set to automatic and status is running. I did telnet to localhost port 25 and it did not work. Is there any other

Re: Does Windows 7 include SMTP server?

2013-08-14 Thread Russ Michaels
yes the SMTP service can be installed on Windows 7, but you also have STILL not checked and confirmed that the SMTP service is actually running, despite being asked 4 times. There is not much we can do to help if you will not follow advise given or reply to questions. On Wed, Aug 14, 2013 at

Re: Does Windows 7 include SMTP server?

2013-08-14 Thread Dave Watts
> I have installed all those features, but it is not connecting and can't find > port 25 either. I read some note on Microsoft forum > that said Windows 7 does not include SMTP server. They were talking about > Remote Server Administration Tools. You've spent a lon

Re: Does Windows 7 include SMTP server?

2013-08-14 Thread Joy Paulose
Carl, I have installed all those features, but it is not connecting and can't find port 25 either. I read some note on Microsoft forum that said Windows 7 does not include SMTP server. They were talking about Remote Server Administration Tools.

Re: Does Windows 7 include SMTP server?

2013-08-13 Thread Carl Von Stetten
Joy, At least two other people have already answered this question in your other thread. Windows 7 does come with SMTP server, but it is not installed by default. You'll have to install it from add/remove Windows Features. You also need IIS6 Management Console to manage SMTP. -Carl V

Does Windows 7 include SMTP server?

2013-08-13 Thread Joy Paulose
Does windows 7 include SMTP server? I came across some notes on windows discussion forum that said windows 7 does not include SMTP Mail server. But after the installation of IIS 7.5 from the components and features it does shows SMTP mail server icon on IIS Manager. Microsoft does not have

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-13 Thread Russ Michaels
f the SMTP service is running. On Tue, Aug 13, 2013 at 3:08 PM, Joy Paulose wrote: > > Does windows 7 include SMTP server. I read some notes on the Microsoft web > that says Windows 7 does not include SMTP server. Is it true? > > I have windows 7 Professional edition. SMTP serv

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-13 Thread Joy Paulose
Does windows 7 include SMTP server. I read some notes on the Microsoft web that says Windows 7 does not include SMTP server. Is it true? I have windows 7 Professional edition. SMTP server icon shows on IIS Manager. And I have IIS 7.5 version came up with this windows version

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-12 Thread Dave Watts
> Assuming you have access to the CF server, open a command window on that > machine. Then type: telnet server> 25 and press enter. Good advice, but just a heads-up - Windows 7 doesn't come with telnet preinstalled. It can be installed manually without using installation media,

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-12 Thread Ben
irectory Browsing > - Static Content > Under Security > - Request Filtering > - Windows Authentication > > Does any one have any ideas why port 25 is not showing > > > > > > ~~~

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-12 Thread Russ Michaels
Filters > HTTP Features > - Default Document > - Directory Browsing > - Static Content > Under Security > - Request Filtering > - Windows Authentication > > Does any one have any ideas why port 25 is not showing > > > > > > ~

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-12 Thread Joy Paulose
Document - Directory Browsing - Static Content Under Security - Request Filtering - Windows Authentication Does any one have any ideas why port 25 is not showing ~| Order the Adobe Coldfusion Anthology now! http

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-07 Thread Russ Michaels
IIS 6 compatibility after the coldfusion 9 > installation. I don't have any anything showing on IIS 6 configuration > wizard when opening. My default server is showing only on IIS 7 Manager. So > I am not able to configure the relay, and i was looking for this option on > IIS Manage

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-07 Thread Joy Paulose
So I am not able to configure the relay, and i was looking for this option on IIS Manager. Remember, this is on my windows 7 local development environment. Thanks Joy ~| Order the Adobe Coldfusion Anthology now! http://www.amazo

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-06 Thread Dave Watts
> > IIS 7 does not include an SMTP server by default. You have to > > specifically install it. > > > > http://www.iis. > > net/learn/application-frameworks/inst> > > all-and-configure-php-on-iis/configure-smtp-e-mail-in-iis-7-and-above > > Hi Dave, > I have already installed SMTP server. The lin

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-06 Thread Joy Paulose
> > I have been brain storming and spending so many hours to figure out > how to use IIS 7 smtp mail server with CF9 on > > development environment. CF8 and windows XP with IIS 6 was perfectly > working. I tried telnet to localhost port 25 and > > it is not connect

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-06 Thread Joy Paulose
>Is smtp actually enabled? I don't believe it is by default with IIS 7. > >Cmd>netstat -an > >And look for your ip listening on port 25. > >Check by going through the control panel, programs and features, then turn >windows features on and off. Believe

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-05 Thread Russ Michaels
tp actually enabled? I don't believe it is by default with IIS 7. > > Cmd>netstat -an > > And look for your ip listening on port 25. > > Check by going through the control panel, programs and features, then turn > windows features on and off. Believe smtp is under the

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-05 Thread Byron Mann
Is smtp actually enabled? I don't believe it is by default with IIS 7. Cmd>netstat -an And look for your ip listening on port 25. Check by going through the control panel, programs and features, then turn windows features on and off. Believe smtp is under the iis 6 section. Alterna

Re: CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-05 Thread Dave Watts
> I have been brain storming and spending so many hours to figure out how to > use IIS 7 smtp mail server with CF9 on > development environment. CF8 and windows XP with IIS 6 was perfectly working. > I tried telnet to localhost port 25 and > it is not connecting either. Disab

CF 9 does not connect IIS 7 smtp server on windows 7

2013-08-05 Thread Joy Paulose
I have been brain storming and spending so many hours to figure out how to use IIS 7 smtp mail server with CF9 on development environment. CF8 and windows XP with IIS 6 was perfectly working. I tried telnet to localhost port 25 and it is not connecting either. Disabled the windows firewall

Re: (ot) Windows Mesh Alternatives

2012-12-18 Thread John M Bliss
6 PM, John M Bliss > wrote: > > > > > > Hi! Currently, my geographically dispersed company uses Windows Mesh as a > > "network drive" for shared office files. Microsoft has announced that > Mesh > > is going away to be replaced by SkyDrive. Before we

Re: (ot) Windows Mesh Alternatives

2012-12-18 Thread Cameron Childress
h.com/2012/12/17/logmeins-dropbox-competitor-cubby-reveals-pricing-stays-competitive-at-7-per-month-for-100-gb/ -Cameron On Fri, Dec 14, 2012 at 12:36 PM, John M Bliss wrote: > > > Hi! Currently, my geographically dispersed company uses Windows Mesh as a > "network drive" fo

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread Dave Watts
> One more caveat: Windows Mesh allows for peer-to-peer *only* (i.e. no > (apparent) storage of sensitive files on MSFT servers.) Anyone know whether > any of the already-mentioned services allows for that and/or can think of > another alternative that does? I know that Google Drive,

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread John M Bliss
One more caveat: Windows Mesh allows for peer-to-peer *only* (i.e. no (apparent) storage of sensitive files on MSFT servers.) Anyone know whether any of the already-mentioned services allows for that and/or can think of another alternative that does? On Fri, Dec 14, 2012 at 12:50 PM, Gerald

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread Gerald Guido
>> I'm a big fan of Google Drive, primarily because I'm also a big fan of Google Apps generally. 1++ I nutted up for the 80 gig plan and it has worked great so far. It has simple versioning which I am rather fond of. I can pick up where I left off from multiple locations and not have to worry ab

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread Dave Watts
> Hi! Currently, my geographically dispersed company uses Windows Mesh as a > "network drive" for shared office files. Microsoft has announced that Mesh > is going away to be replaced by SkyDrive. Before we migrate to SkyDrive, I > thought I'd poll the list to see if an

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread Carl Von Stetten
+1 for Dropbox. Dropbox for Teams looks interesting as well. -Carl V. On 12/14/2012 9:50 AM, Cameron Childress wrote: > On Fri, Dec 14, 2012 at 12:36 PM, John M Bliss wrote: > >> Hi! Currently, my geographically dispersed company uses Windows Mesh as >> a "network drive&q

Re: (ot) Windows Mesh Alternatives

2012-12-14 Thread Cameron Childress
On Fri, Dec 14, 2012 at 12:36 PM, John M Bliss wrote: > Hi! Currently, my geographically dispersed company uses Windows Mesh as > a "network drive" for shared office files. Microsoft has announced that > Mesh is going away to be replaced by SkyDrive. Before we migrate to &g

(ot) Windows Mesh Alternatives

2012-12-14 Thread John M Bliss
Hi! Currently, my geographically dispersed company uses Windows Mesh as a "network drive" for shared office files. Microsoft has announced that Mesh is going away to be replaced by SkyDrive. Before we migrate to SkyDrive, I thought I'd poll the list to see if any of you might have

Re: Running CF-32bit on Windows Server 2008 R2 64-bit

2012-11-16 Thread .jonah
Nice to know! On 11/16/12 2:25 PM, Russ Michaels wrote: > 32bit com wont work on 64bit windows by default. > See this > http://www.gfi.com/blog/32bit-object-64bit-environment/ > > Regards > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFM

Re: Running CF-32bit on Windows Server 2008 R2 64-bit

2012-11-16 Thread Russ Michaels
32bit com wont work on 64bit windows by default. See this http://www.gfi.com/blog/32bit-object-64bit-environment/ Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Nov 16, 2012 5:51 PM, "jul

Re: Running CF-32bit on Windows Server 2008 R2 64-bit

2012-11-16 Thread .jonah
My understanding is that 64 bit windows does not support COM at all. So, it's not a matter of which version of CF you run, but rather the OS itself. (I have to keep an old 32 bit server running for a single site that uses some COM objects...) On 11/16/12 9:51 AM, jul...@b-ravestudio.co

Running CF-32bit on Windows Server 2008 R2 64-bit

2012-11-16 Thread jul...@b-ravestudio.com jul...@b-ravestudio.com
Trying to run the 32-bit version of CF with Windows Server 2008 because of problems with COM objects. Verified that CF 32-bit is running, Application Pool configured to allow 32-bit apps. Still getting the msg about "Can not use native code: Initialisation failed." when trying to ins

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-03 Thread Russ Michaels
a problem with things not being setup > > > correctly in > > > >> IIS.. You could uninstall ColdFusion and then manually double check > > that > > > >> all > > > >> has been removed for CF, then try reinstalling CF and see if that

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-03 Thread Robert Rhodes
S.. You could uninstall ColdFusion and then manually double check > that > > >> all > > >> has been removed for CF, then try reinstalling CF and see if that > fixes > > >> things. > > >> > > >> But failing that I know ColdFusion 9, had problems with running on &

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-03 Thread Russ Michaels
setup > > correctly in > > >> IIS.. You could uninstall ColdFusion and then manually double check > that > > >> all > > >> has been removed for CF, then try reinstalling CF and see if that > fixes > > >> things. > > >> > >

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Andrew Scott
ution was to install it then install 9.01, and then configure > >> ColdFusion. My thinking is maybe the installer is the 9.0 installer that > >> has > >> issues with IIS7.5? > >> > >> > >> -- > >> Regards, > >> Andrew Scott > >>

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Wil Genovese
hinking is maybe the installer is the 9.0 installer that >> has >> issues with IIS7.5? >> >> >> -- >> Regards, >> Andrew Scott >> WebSite: http://www.andyscott.id.au/ >> Google+: http://plus.google.com/113032480415921517411 >> >> >> >> >>

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Robert Rhodes
..@gmail.com] > Sent: Monday, 3 September 2012 2:33 PM > To: cf-talk > Subject: Re: r2 server (web edition(Can;t get CF installed on windows > > > Each time I have tried running the config tool after installation, it has > shown that the server was already configured. I have tried t

RE: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Andrew Scott
17411 -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Monday, 3 September 2012 2:33 PM To: cf-talk Subject: Re: r2 server (web edition(Can;t get CF installed on windows Each time I have tried running the config tool after installation, it has shown that the serve

Re: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Robert Rhodes
Each time I have tried running the config tool after installation, it has shown that the server was already configured. I have tried to remove and reinstall the web configuration, and still get the same errors. It's almost as if the 64bit windows 9.0.2 installer just has a problem. (but

RE: r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Andrew Scott
- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Monday, 3 September 2012 1:51 PM To: cf-talk Subject: r2 server (web edition(Can;t get CF installed on windows I have installed CF9 many times without incident, but am now having no luck installing the new 9.0.2 x64 installer. I am

r2 server (web edition(Can;t get CF installed on windows

2012-09-02 Thread Robert Rhodes
I have installed CF9 many times without incident, but am now having no luck installing the new 9.0.2 x64 installer. I am sure I am doing something wrong, but I have tried everything I can think of and still no luck. Hopefully someone here can help. I am installing CF9.0.2 on Windows 2008R2

CF Studio 5 and topstyle lite Windows 7 errors

2012-08-30 Thread Jerome Huff
I know it's an old editor, but I like it. I moved to Windows 7, the bundled version of topstyle lite, doesn't like win 7, so I went out and got topstyle lite 3, runs fine in win 7. The question is, How do I configure CF studio to call the new version? I looked through the opt

Re: Need copy of cf mx 7.02 updater 4 windows. anyone?

2012-03-16 Thread Wil Genovese
http://www.adobe.com/support/coldfusion/downloads_updates.html#mx7 Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Mar 16, 2012, at 12:07 PM, Ken Willis wrote: > > adobes link to updater is broken and i

Need copy of cf mx 7.02 updater 4 windows. anyone?

2012-03-16 Thread Ken Willis
adobes link to updater is broken and i need the update now and do not feel like navagating adobe support system. can anyone help or know of a link to the coldfusion-70-updater2-win.exe file. thanks in advance ~| Order the Ad

Re: Authenticate Linux DSN to Windows AD account?

2012-01-05 Thread Michael Stemle
ossible to authenticate a Linux Data Source in ColdFusion with a > Windows Active Directory account? (i.e. login with "ad\username") > > Or do we need to create a SQL Server account for ColdFusion to use? > > This is RedH

Authenticate Linux DSN to Windows AD account?

2012-01-05 Thread Dan LeGate
Is it possible to authenticate a Linux Data Source in ColdFusion with a Windows Active Directory account? (i.e. login with "ad\username") Or do we need to create a SQL Server account for ColdFusion to use? This is RedHat Linux and ColdFusion 7 (yes, still 7). Th

Re: SOT: Advantages of running IIS 7.5 vs Apache 2.2x on Windows and vice versa

2011-10-12 Thread Gerald Guido
On Thu, Oct 6, 2011 at 1:37 PM, Russ Michaels wrote: > - PHP Manager, no more faffing about with php.ini or fastCGI, the PHP > manager allows you to choose which version of PHP u want for each site > and edit the php config settings and enable.disable extensions with > ease. > Thank you gentlem

Re: Coldfusion as Windows Service Throwing 500 Errors

2011-10-12 Thread Carl Von Stetten
Good point. I just reviewed the ColdFusion 9 Server Lockdown Guide and made all of the folder permissions adjustments to allow the domain account to work without being an administrator. Everything is now working perfectly. Thanks again for the advice. Carl On 10/11/2011 9:07 PM, Dave Watts

Re: Coldfusion as Windows Service Throwing 500 Errors

2011-10-11 Thread Dave Watts
> Yeah, I forgot to state that it was configured using a domain account for > ColdFusion servers, that is supposed to be in the local Administrators group > on > the machine.  I just checked into the server's local Administrators group and > discovered that this domain account is not in that gr

Re: Coldfusion as Windows Service Throwing 500 Errors

2011-10-11 Thread Carl Von Stetten
group anymore. I'll have to get with our IT department to troubleshoot why this is happening. Thanks for the reminder about the user accounts, as I probably would have banged my head on this for hours before thinking to check that. Carl > > If it runs fine as an application started us

Re: Coldfusion as Windows Service Throwing 500 Errors

2011-10-11 Thread Dave Watts
> My backup ColdFusion Standard server, which runs on 32-bit Windows 2003, just > started throwing 500 errors with the following stacktrace displayed: > > java.lang.NullPointerException >        at > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.jav

Coldfusion as Windows Service Throwing 500 Errors

2011-10-11 Thread Carl Von Stetten
My backup ColdFusion Standard server, which runs on 32-bit Windows 2003, just started throwing 500 errors with the following stacktrace displayed: java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285) at

Re: SOT: Advantages of running IIS 7.5 vs Apache 2.2x on Windows and vice versa

2011-10-06 Thread Russ Michaels
stall server apps such as MySQL and SQL Server all with the optimum settings for windows/IIS - more granular error handling - request filtering allows you to easily hide/block certain requests from the web. So if you use .ini file sin your app, you can filter these so only your app can see them. - bui

Re: SOT: Advantages of running IIS 7.5 vs Apache 2.2x on Windows and vice versa

2011-10-06 Thread Jordan Michaels
ht in that one. It's a powerful and capable firewall. I still prefer Apache/Linux, (I can dig in the guts more and I'm more comfortable with it) but when I work with Windows, I'm a much happier person when it's 2008 or newer. ;) Warm regards, Jordan Michaels On 10/05/2011

SOT: Advantages of running IIS 7.5 vs Apache 2.2x on Windows and vice versa

2011-10-05 Thread Gerald Guido
I have been running Apache for a number of years on Windows. I really like Apache and I have not used IIS in years. The last version I used was IIS 6 on Windows server 2003 some 4 years ago. I have a new 2k8 server and I am curious about IIS 7.5. I have heard some of you espousing vigorously on

Re: Developer Edition License Exception and Windows 7

2011-09-26 Thread Russ Michaels
ure if it's Windows > 7-specific or not (I've been on 7 for a couple of months), but now it's > getting annoying (4-5 times today already). > > I'm running across a problem with the Dev edition saying there's a license > restriction exception.  No one else ha

Developer Edition License Exception and Windows 7

2011-09-26 Thread Scott Brady
This just started happening on Friday, so not sure if it's Windows 7-specific or not (I've been on 7 for a couple of months), but now it's getting annoying (4-5 times today already). I'm running across a problem with the Dev edition saying there's a license restrictio

Re: Installation Issues with ColdFusion Builder 2 Hot Fix 1 on Workstation Running 64-Bit Windows 7 SP 1

2011-09-04 Thread Krish reddy
get the ColdFusion Builder 2 Hot Fix 1 to install correctly > on my stand-alone instance of ColdFusion Builder 2 that's running on my > 64-Bit Windows 7 SP 1 workstation. > > When I download and double-click the installer, it decompresses the package > contents into my TEMP directo

RE: Installation Issues with ColdFusion Builder 2 Hot Fix 1 on Workstation Running 64-Bit Windows 7 SP 1

2011-08-27 Thread Mark A. Kruger
Christian, Glad I could help. :) -Mark -Original Message- From: Christian N. Abad [mailto:li...@accessiblecomputing.com] Sent: Saturday, August 27, 2011 10:06 AM To: cf-talk Subject: RE: Installation Issues with ColdFusion Builder 2 Hot Fix 1 on Workstation Running 64-Bit Windows 7

  1   2   3   4   5   6   7   8   9   10   >