dinoviapangea
Technical User
I'm using CF_FileWriteText on a Solaris Server. The examples I see of CF_FileWriteText are on Windows, therefore it looks like this:
<CF_FileWriteText FILE="c:\temp\output.html">
Since I'm on a Solaris, mine looks like this;:
<CF_FileWriteText FILE="/incdb/main/notifications/#investigation_name#.txt">
(Of course I'm pulling the name from a query)
My problem is that I get an error that says the FILE Attribute is NOT Defined. Does this custom tag work on Solaris or is it just a Windows based tag?
<CF_FileWriteText FILE="c:\temp\output.html">
Since I'm on a Solaris, mine looks like this;:
<CF_FileWriteText FILE="/incdb/main/notifications/#investigation_name#.txt">
(Of course I'm pulling the name from a query)
My problem is that I get an error that says the FILE Attribute is NOT Defined. Does this custom tag work on Solaris or is it just a Windows based tag?