Using cat with iso-5589 files on widget.system

Hi,
I'm having a problem with cat'ing a iso-5589 formated file in a widget.system call such as: widget.system( "/bin/cat html.txt", null ); if the file contains iso-5589 chars like á, à, ã, then the call will always fail, converting the file to utf-8 will work flawlessly.
What can i do so that dashboard can read iso-5589 chars?
Thanks!
  Mac OS X (10.4.4)  

Hi Prabhu,
I am not sure whether you can achieve this directly using the File CC. Might be I am wrong.
As you will be doing FTP to get the file, but while archiving, you want it to store it in the File System.
Your connection mode will be FTP to the file server and the File CC provides you an option to archive the files on the File server. If you don't check that option, then it will archive it in the AE file system.
You might be interested in checking the following way of achieving your requirement, but I am not sure if it's the best approach
Create a receiver File CC with mode NFS and write every incoming file to the archive directory in your file system.
So, you will have 2 receiver channels.
Regards,
Neetesh
Edited by: Neetesh Raj on Oct 13, 2009 1:29 PM

Similar Messages

  • Using ExeShield with a Director File

    I developed a Director movie and need to publish it on a CD. I saw a tutorial from the ExeShield web site and it looks great and makes me able to add a serial number to it. Now I need to know if it is possible to use it with a Director file. Do I export the movie as a .exe file first? Can I also use it with a protected file? Is there another option to make a CD?

    Making CDs has absolutely unequivocably nothing to do with using ExeShield to protect your published executable.
    I have posted on other sites that it's quite possible to use ExeShield to protect your Director executable. It's easy to test with their trial version of ExeShield so I'd suggest doing that first to make sure that's the product you want to use before you purchase it.
    For more info on burning your executable to CD, you can search the forums here....
    ... or try the forums at http://director-online.com/forums/ ...
    ... or check these other links out here:
    http://www.adobe.com/cfusion/search/index.cfm?loc=en_us&term=creating+a+fast+launch+CD&s_p ageName=http%3A%2F%2Fwww.adobe.com%2F&s_channel=Adobe+Homepages&siteSection=home

  • How to use utl_ftp package to transfer files from one system to another

    Hi all,
    How to use utl_ftp package to transfer files from one system to another using plsql procedure .
    I failed to find the appropriate document ,kindly help me .
    Thanks,
    P Prakash

    prakash wrote:
    I am sorry tell you, this blog is not enough to for me.It's not a blog, it's Chris' website where you download the package from. Once you download the package and unrar it, then the package spec gives instructions (and I think there's instructions on how to install it too).
    Kindly let me know if there is any oracle documentation for this .It's not an Oracle created package, it was created by Chris. It's based around the UTL_TCP package if you really want to get into the nitty gritty of how it works, but I don't think you do.

  • How can I email using UTL_SMTP with a csv file as an attachment?

    Dear All,
    It would be great if someone could help me. I am trying to use UTL_SMTP to email with a csv file as attachment. I do get an email with a message but no attachment arrives with it.
    In fact the code used for attaching the csv file gets appended in the message body in the email.
    CREATE OR REPLACE PROCEDURE test_mail
    AS
    SENDER constant VARCHAR2(80) := '[email protected]';
    MAILHOST constant VARCHAR2(80) := 'mailhost.xxxx.ac.uk';
    mail_conn utl_smtp.connection;
    lv_rcpt VARCHAR2(80);
    lv_mesg VARCHAR2(9900);
    lv_subject VARCHAR2(80) := 'First Test Mail';
    lv_brk VARCHAR2(2) := CHR(13)||CHR(10);
    BEGIN
    mail_conn := utl_smtp.open_connection(mailhost, 25) ;
    utl_smtp.helo(mail_conn, MAILHOST) ;
    dbms_output.put_line('Sending Email to : ' ||lv_brk||'Suhas Mitra' ) ;
    lv_mesg := 'Date: '||TO_CHAR(sysdate,'dd Mon yy hh24:mi:ss')||lv_brk||
    'From: <'||SENDER||'>'||lv_brk||
    'Subject: '||lv_subject||lv_brk||
    'To: '||'[email protected]'||lv_brk||
    'MIME-Version: 1.0'||lv_brk||
    'Content-type:text/html;charset=iso-8859-1'||lv_brk||
    ' boundary="-----SECBOUND"'||
    ''||lv_brk||
    '-------SECBOUND'||
    'Some Message'
              || lv_brk ||
    '-------SECBOUND'||
              'Content-Type: text/plain;'|| lv_brk ||
              ' name="xxxx.csv"'|| lv_brk ||
              'Content-Transfer_Encoding: 8bit'|| lv_brk ||
              'Content-Disposition: attachment;'|| lv_brk ||
              ' filename="xxxx.csv"'|| lv_brk ||
              lv_brk ||
    'CSV,file,attachement'|| lv_brk ||     -- Content of attachment
    lv_brk||
    '-------SECBOUND' ;
    dbms_output.put_line('lv_mesg : ' || lv_mesg) ;
    utl_smtp.mail(mail_conn, SENDER) ;
    lv_rcpt := '[email protected]';
    utl_smtp.rcpt(mail_conn, lv_rcpt) ;
    utl_smtp.data(mail_conn, lv_mesg) ;
    utl_smtp.quit(mail_conn);
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    NULL ;
    WHEN OTHERS THEN
    dbms_output.put_line('Error Code : ' || SQLCODE) ;
    dbms_output.put_line('Error Message : ' || SQLERRM) ;
    utl_smtp.quit(mail_conn) ;
    END;

    LKBrwn_DBA wrote:
    Use UTL_MAIL instead.That package is an utter disappointment - and an excellent example IMO of how not to design an application programming interface. Even the source code is shoddy.. I mean, having to resort to a GOTO statement....!!?? The person(s) who wrote that package are sorely lacking in even the most basic of programming skills if structured programming is ignored and a spaghetti command used instead.
    No wonder the public interface of that code is equally shabby and thoughtless... The mail demo code posted by Oracle was better written than this "+package+" they now have bundled as the official Mail API.
    I dunno.. if I was in product management there would have been hell to pay over pushing cr@p like that to customers.

  • Tips on using Aperture with Photoshop PSD files

    For all the people like me coming to Aperture with hundreds of Photoshop files, I would like to offer what I've learned so far in this area.
    1. If Aperture is importing your psd files but not showing an image, you probably need to change some preferences in PS. Apple has a tech note showing how to set the PS prefs here: http://docs.info.apple.com/article.html?artnum=302624
    Warning: all of the choices should be set to the ones onscreen, not just "maximize compatibility". And even then, I have found I can't simply re-save the file to produce the image Aperture needs. I had to use "Save As" from Photoshop, creating a new file, to import a visible image file into Aperture.
    2. Once the psd file is in Aperture, you need to realize that Aperture treats it as a master and won't let you make further changes to it. So, if you select this psd file and choose "Edit in external editor," Aperture will create a duplicate file and send that to Photoshop, thus protecting you. If you don't want two full-size masters of the same image in your library, there are two work-arounds.
    Very Important Tip: in the Aperture preferences you must tell Aperture to use the psd file format for the "Edit In External Editor" command. My copy of Aperture defaulted to the TIFF format, which is bad if you want your layers preserved as you should.
    One work-around is to import the psd file(s) as referenced masters. When you want to make changes to the file in PS, choose the file in Aperture and select "Show in Finder." From the finder, open the file in PS, make your changes, save, return to Aperture and update the preview if Aperture hasn't automatically done so. I don't like this method because it requires referenced masters and I want all of my files managed by Aperture.
    Second method works with managed masters in the Aperture library or referenced masters for that matter. However you cannot use this technique if a psd file in your Aperture library has versions you want to save. You can only do this with files that have not spawned versions which you want to keep. In other words, be very careful. Best to do this as shortly after the import process.
    Pick the file, choose "Edit in External Editor." Aperture duplicates the file and opens that in PS. Make some changes, save and return to Aperture. Notice the original master and this new changed version are in a stack. There should be a badge on the changed version indicating it has been edited externally. Here's the trick: Unstack the two images and delete the original master. Now you have only the externally edited master in your Aperture library. If you choose "Edit In External Editor" with this file, Aperture will not duplicate it and send the duplicate to PS, it will send the selected file.
    Apple has a useful FAQ on using "Open With External Editor" here: http://docs.info.apple.com/article.html?artnum=302820

    My suspicion is that Aperture is going to try loading the video card VRAM with your image .... 600Mb worth. So, paging in/out of system memory is going to be a royal pain.
    Check that you haven't any alpha channels saved, as Aperture will save them but will not composite them.
    Finally, to disable previews, uncheck in preferences, AND also uncheck Maintain previews under the library projects list gear icon.
    Cheers!

  • How to generate reportdesign dynamically using java with out xml file

    hi
    how can i generate a reportdesign dynamically using java with out passing xml file to jasperDesign , i want to create my reportdesign with out xml file
    how can i ,please help
    thanks

    LiveCycle does provide a Java API to forms; LiveCycle is in fact a suite of programs, mostly enterprise level for running on server (next to which the cost of the master suite is a drop in the ocean). LiveCycle Designer is perhaps the only end user tool, and it is not for server use and doesn't have an API.
    Are you looking for a server solution? If so, nothing in the master suite can help, it isn't for server use.

  • How do I use Dictation with an iTunes file?

    I'm trying to produce typed text from an .mp4 file that I have in iTunes.  I read about Dictation but noted that:
    Enhanced Dictation automatically stops listening when you switch to another window, or if you press the Fn key again, or when you click Done.
    So when I open up a new Word document, press Fn twice and then go to the iTunes player window to start the audio file, Dictation will not record the text being spoken.
    Does anyone know how to get this to work, with a workaround or something else?  I tried an interviewScribe app but that was completely worthless.

    First, you're not declaring variables in XML. You're defining data in XML. What you're really asking is how to assign the value of an XML data element to a variable in Java.
    Do do that you need to parse the file. Typically this is done by:
    DocumentBuilderFactory dbf = DocumentBuilderFactory.getInstance( );
    DocumentBuilder parser = dbf.getDocumentBuilder( );
    Document xmlDocument = parser.parse( new File( "C:\\MyXml.xml" ) );Now that you have an org.w3c.dom.Document object, you have to traverse the XML tree and get your value. The DOM implementation has methods for this, but I find it much easier to use the XPathAPI tools included with Apache Xalan, like this:
    int baudRate = (int)XPathAPI.eval( xmlDocument, "Config/port/BAUDRATE" ).num( );For more information about Xalan, check out http://xml.apache.org/Xalan.
    Of course, in order to use XPathAPI you must be familiar with XPath. XPath is a W3C supported standard, so it's worth learning. W3Schools (http://www.w3schools.com) has some good introductory tutorials.
    If you don't like XPath, then there's JDOM and other toolkits, but I'm not familiar with them.
    Hope that helps,
    - Jesse

  • Anyone use Flex with php for file upload? PHP Notice:  Undefined index:  Filedata

    My code works. It uploads the file and inputs the file name into a database, but I can't shake this php notice. I think php is looking for multipart/form-data from the HTML form tag.
    <form action="upload.php"  enctype="multipart/form-data"/>
    But I am using flex. The multipart/form-data info is sent as the second default argument of the upload() function. Does anyone have experience with this? Thanks.
    PHP Notice:  Undefined index:  Filedata
    $filename = $_FILES['Filedata']['name'];
    public function selectHandler(event:Event):void {
                    request = new URLRequest(UPLOAD_DIR);
                    try {
                        fileRef.upload(request);
                        textarea1.text = "Uploading " + fileRef.name + "...";
                    catch (error:Error) {
                        trace("Unable to upload file.");
                        textarea1.text += "\nUnable to upload file.";

    Hi, Thanks for your reply !
    Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
    I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
    Also how do i debug a php file ?
    ANy help would be thankful !

  • Using ChronoSync with iTunes - what files/folders to exclude?

    I want my laptop and HTPC to have the exact same iTunes library. I started with copying the *iPhoto Library* package file to the HTPC, so right now, they have the exact same library.
    I'll do most of my iTunes work (e.g. adding new music) on the laptop. The HTPC-sync is just for changes to playlists, ratings, etc. - minor edits I might happen across while listening to my music there. I would want these changes to sync back to the laptop.
    I know I can now use ChronoSync to keep these libraries in sync:
    http://econtechnologies.com/pages/cs/chrono_tips25.html
    My question is: for my needs, _which files/folders in the iTunes Library can/should I exclude for synchronization_?
    Thank you.

    Chris CA wrote:
    None. It would most likely be in the iTunes application prefs file, which is not in the \Music\iTunes\ folder.
    I don't think that's true. The sync I set up didn't touch any iTunes .plist files. When I changed the window size and content zoom on one computer (and nothing else), then re-synced, the display settings were copied back to the other.
    Chris CA wrote:
    Is it possible to non-disastrously sync
    I don't know what you mean by this.
    Meaning, if I choose not to sync whatever file actually controls the window display settings, will iTunes still function properly, or will I "break" something in it?

  • Anyone use CS3 with Win7 offline file syncing?

    I just recently upgraded to the 64-bit version of Windows 7. It has a feature that allows you to cache network files to your hard drive for working on when you are disconnected or have a slow connection with the network (Sync Center) and can be convienient for people like me who telecommute. Most applications seem to work with this, but I've found when trying to save a file from Photoshop CS3 onto this shared drive when its in offline mode results in an error saying the file name was not valid (the file name is valid and can be saved to my harddrive normally). Likewise when I try to save a file to this shared drive in offline mode in InDesign it says that it can't save "under a new name".
    Anyone else having this issue or know how to resolve it short of not using the Sync function in Windows?

    I am suddenly getting that same message. "The file name is not valid" - and up until a few minutes ago, it was a valid name.
    But I am using Reader X and Windows 7

  • Using CS3 with Nikon Raw Files from D700 and Mountain Lion

    I changed my hard disc as there was a problem. I was quite happily using mountain lion to read raw files in CS3 before re-installing and now I cannot read the raw NEFF files in Photoshop CS3. Help please.

    Sounds as if that's a Photoshop problem - I have no problems with Photoshop CS6 (I upgraded from CS3 when I bought my new Mac). You might want to head over to the Adobe Photoshop discussion boards and post your problem there - http://forums.adobe.com/community/photoshop - I'm not totally sure that all CS3 apps are compatible with Mountain Lion. Roaring Apps says that Photoshop CS3 is compatible with both Lion and ML.
    Have you tried using iPhoto to import the RAW NEFF files? Try that as a backup method - but get in touch with the Adobe Forum first.
    Good luck,
    Clinton

  • May I use Builder with older Flash files

    That sums it up. Its a very simple question. I have used older versions of Flash to build many Flash files. I'm needing to redo my software and am wondering if Flash bulider, which is a good bit less coslty, to work with, modify, and add to my older files? Can I build new Flash files with the same functionality? Or..can I import older Flash files into builder and go from there?
    This should be simple, and I appreciate your help. Thanks in advance.

    So I glanced at the source. Note that you are using the
    AC_RunActiveContent script to embed your swf.
    So I tried to go to that script at:
    http://www.christykarpinski.com/Scripts/AC_RunActiveContent.js
    (The src of the script on the page is
    "../../Scripts/AC_RunActiveContent.js" and the page is in: "
    http://www.christykarpinski.com/videos/pages")
    I got a 404 on the script. Double check that
    http://www.christykarpinski.com/Scripts/AC_RunActiveContent.js
    is the actual path where the file is located on your server.

  • Using Open With to move files to PhotoMatix

    I've been trying to setup Bridge CC to open multiple raw files.  I changed the file type association to PhotoMatix and I can open with single RAW images with PhotoMatix but when I highlight multiple files in Adobe Bridge and try to send them to PhotoMatix, I only get the PhotoShop CC option.  For my RAW files, PhotoMatix is the default application for "Open With".

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Can't use screensaver with flash (swf file) after mavericks upgrade

    Hi, I have a screensaver who reads a html file with a SWF. It works perfectly on 10.8 (and older versions) but since I passed on 10.9 Mavericks I have a white screen without my animation. In safari the html page with the animation is working well ...
    Is it possible that Apple is blocking the swf file in the screensaver ? Is there a parameters to activate somewhere ?

    I made the screen saver myself with xcode and i builded it in 64 bits with the last version of xcode ... When the screensaver is launching, it create a temporary html with a swf and, then reads it in a web zone. With Safary the html file works fine but in my screensaver i have a white screen.
    I will check if the swf is in 32 or 64 bits (it's not me who generate the the swf file's). Thanks for the reply.

  • How do I resolve Licensing Error 6 when I try to use CS4 with new OS 10.8.4 system

    I recently purchased a Mac Mini which uses OS X Mountain (10.8.4). (My old G5 with OS 10.5 had died.) When I purchased the Mac Mini I was told that my old Adobe Creative Suite 4 would still work. However, when I try to start up any application, but Photoshop for example, I am told that Licensing has stopped working and that I have Error 6. Does any one know how I can resolve this?

    You need to contact Adobe about that. You will need CS6 or above.

Maybe you are looking for