Re: IO error on server communication

2008-04-16 Thread Cutter (CFRelated)
Subject: Re: IO error on server communication Yes, RDS is not enabled on the server. You can enable it by editing the appropriate file - I can't recall which but a search should turn it up. On Wed, Apr 16, 2008 at 10:34 AM, [EMAIL PROTECTED] wrote: I am getting this IO error on server

RE: IO error on server communication

2008-04-16 Thread Vamseekrishna Manneboina
admin.logout() Thanks, Vamsee -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 1:14 PM To: CF-Talk Subject: Re: IO error on server communication Did you verify that the RDS ports are open on your firewall? Can't remember what they are off

Re: IO error on server communication

2008-04-16 Thread Vamsee Krishna
(Not sure if this was sent the first time around, hence, resending it) You could use the admin API to enable RDS. Run the following script (replace {admin_pwd} with your CF Admin password) and restart your server. cfset admin = createObject(component,CFIDE.adminapi.administrator) cfset security

RE: IO error on server communication

2008-04-16 Thread webmaster
To: CF-Talk Subject: Re: IO error on server communication Yes, RDS is not enabled on the server. You can enable it by editing the appropriate file - I can't recall which but a search should turn it up. On Wed, Apr 16, 2008 at 10:34 AM, [EMAIL PROTECTED] wrote: I am getting this IO error

RE: IO error on server communication

2008-04-16 Thread Dave Watts
Did you verify that the RDS ports are open on your firewall? Can't remember what they are off the top of my head... There is no RDS port. RDS messages are sent to the HTTP listener port, which is usually TCP/80 if you're using an external web server. Dave Watts, CTO, Fig Leaf Software

RE: IO error on server communication

2008-04-16 Thread webmaster
: Wednesday, April 16, 2008 5:28 AM To: CF-Talk Subject: RE: IO error on server communication You could use the admin API to enable RDS. Run the following script (replace {admin_pwd} with your CF Admin password) and restart your server. cfset admin = createObject(component,CFIDE.adminapi.administrator

Re: IO error on server communication

2008-04-16 Thread Cutter (CFRelated)
Which is why you don't want RDS enabled in production. Makes sense. Never used it outside a closed (local) environment so never ran into an issue. Forgot all about that, thanks Dave. It's the debugger that requires a port... Steve Cutter Blades Adobe Certified Professional Advanced Macromedia

Re: IO error on server communication

2008-04-15 Thread James Holmes
Yes, RDS is not enabled on the server. You can enable it by editing the appropriate file - I can't recall which but a search should turn it up. On Wed, Apr 16, 2008 at 10:34 AM, [EMAIL PROTECTED] wrote: I am getting this IO error on server communication when I try to browser for a file in the

RE: IO error on server communication

2008-04-15 Thread webmaster
I checked the web.xml file and according to it RDS is enabled. Thanks, Patrick J. Hedgepath Pegasus Web Productions [EMAIL PROTECTED] 803-996-0578 -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 10:42 PM To: CF-Talk Subject: Re: IO error

RE: IO error on Server Communication

2001-08-30 Thread Shawn Grover
If I had to guess, I'd say it's a permission problem. Make sure the service account CF Server is using has access to the file in question. Just a shot in the dark though - I've never seen this error... yet... knock on wood. Shawn Grover -Original Message- From: Tammy Hong

RE: IO error on Server Communication

2001-08-30 Thread Dave Watts
I am trying to create a DSN for an access database. however, when I went to select the file on the server the applet opens up with a Server Error that says IO error on server communication. What does this mean and how do I fix it? Right now I can't create an datasources for my apps.