RE: NT to Solaris

2000-12-13 Thread James Maltby

Have you got write permissions for the server?  You may also need to chmod
the file you are writing - attribute chmod=777 - I think...)

James

"You're a big man, but you're out of shape.  With me it's a full time job.
Now behave yourself."
 "Get Carter" 1964


-Original Message-
From: Jeff Britts [mailto:[EMAIL PROTECTED]]
Sent: 13 December 2000 17:50
To: CF-Talk
Subject: NT to Solaris


I'm in the process of moving an application from CF on NT to CF on Solaris.
 
Im running into a problem with using CFFILE, where I'm trying to write the
file to another server.
 
Any suggestions?  It's not catching any exceptions.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: NT to Solaris

2000-12-13 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeff,

It sounds like you are moving a file from one server to another using
CFFILE?

Does the server (ie the Solaris box running CF) have CF running under
an account that has permissions to access the other server?

Aaron Johnson, MCSE, MCP+I
MINDSEYE, Inc.
phn617.350.0339
fax949.350.8884
icq66172567
[EMAIL PROTECTED]

___
"Never forget that only dead fish swim with 
the stream." -- Malcolm Muggeridge
___


- -Original Message-
From: Jeff Britts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 13, 2000 12:50 PM
To: CF-Talk
Subject: NT to Solaris


I'm in the process of moving an application from CF on NT to CF on
Solaris.
 
Im running into a problem with using CFFILE, where I'm trying to
write the
file to another server.
 
Any suggestions?  It's not catching any exceptions.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: NT to Solaris

2000-12-13 Thread Jay Brushett

Unix systems use the / instead of the \. That may be your problem. CF 
doesn't convert automatically as far as I know. Hopefully in version 5.

Jay

At 12:50 PM 12/13/2000 -0500, you wrote:
I'm in the process of moving an application from CF on NT to CF on Solaris.

Im running into a problem with using CFFILE, where I'm trying to write the
file to another server.

Any suggestions?  It's not catching any exceptions.





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: NT to Solaris

2000-12-13 Thread Jay Brushett

Unix systems use the / instead of the \. That may be your problem. CF 
doesn't convert automatically as far as I know. Hopefully in version 5.

Jay

At 12:50 PM 12/13/2000 -0500, you wrote:
I'm in the process of moving an application from CF on NT to CF on Solaris.

Im running into a problem with using CFFILE, where I'm trying to write the
file to another server.

Any suggestions?  It's not catching any exceptions.





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: NT to Solaris

2000-06-15 Thread Larry W. Virden

From: [EMAIL PROTECTED] (lsellers)

 Back
 when I first tried writting CFX tags last year I couldn't find any source
 code to any CFX tags peroid, except for the two Allaire examples. 

 The only good news is that if you find any linux cfx so code out there,
 it'll probably translate over to solaris with very little if any
 modifications. Solaris machines are extremely rare (haven't touched one
 since comp drafting classes in college myself), but linux are being less so
 as the days go on. Try looking for linux-based tags.

I've got a 1000 or so Solaris machines all within a couple hundred
yards.  What I have yet to find is examples and explanations on how to
write Unix cfx code.
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: NT to Solaris

2000-06-08 Thread Dave Watts

 Is there a utility or guide to convert .dll cfx tags into
 unix friendly files?

You'll need to recompile them on the target platform, and make sure that the
original code will work on that platform. This is why you don't find many
CFX tags for Unix platforms.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.