Files and Workflow, How to Use it ?

Hi, I'm running OCS 9.0.3.1 single box under windows.
I have already integrated workflow an files, and everything is running fine.
But now, if I want to try the demo process for document management that is shipped with WF, how do I attach an Oracle Files document directly to the process (in the html form to launch the process there is a link to attach de document, but doesn't work) ? there's any configuration.
I know that there's integration developing some code under iFS, but I heard that Oracle Files it's a closed version of iFS, so there's no code dev there. Anyone has tried to use it yet ?
An example or configuration guide would be great.
Thanks a lot in advance.
Esteban Eid

It has recently emerged that Apple will provide "support for 11 other RAW formats from different cameras, including the Nikon D40, Leica Digilux 3, Panasonic Lumix DMC-L1, Samsung GX-1L, and seven of the Leaf Aptus and Valeo models."
This is from the mouth (or, actually, pen) of Joe Schorr who's heading the Aperture team. Look up his posts on this forum.
I presume that the additional support will be part of the pending System update (10.4.9) that everybody's waiting for. Dare we hope for a release tonight? After all, it's Tuesday - and usually Apple Software updates happen on a Tuesday.
Cheers,
k.

Similar Messages

  • How can one  read a Excel File and Upload into Table using Pl/SQL Code.

    How can one read a Excel File and Upload into Table using Pl/SQL Code.
    1. Excel File is on My PC.
    2. And I want to write a Stored Procedure or Package to do that.
    3. DataBase is on Other Server. Client-Server Environment.
    4. I am Using Toad or PlSql developer tool.

    If you would like to create a package/procedure in order to solve this problem consider using the UTL_FILE in built package, here are a few steps to get you going:
    1. Get your DBA to create directory object in oracle using the following command:
    create directory TEST_DIR as ‘directory_path’;
    Note: This directory is on the server.
    2. Grant read,write on directory directory_object_name to username;
    You can find out the directory_object_name value from dba_directories view if you are using the system user account.
    3. Logon as the user as mentioned above.
    Sample code read plain text file code, you can modify this code to suit your need (i.e. read a csv file)
    function getData(p_filename in varchar2,
    p_filepath in varchar2
    ) RETURN VARCHAR2 is
    input_file utl_file.file_type;
    --declare a buffer to read text data
    input_buffer varchar2(4000);
    begin
    --using the UTL_FILE in built package
    input_file := utl_file.fopen(p_filepath, p_filename, 'R');
    utl_file.get_line(input_file, input_buffer);
    --debug
    --dbms_output.put_line(input_buffer);
    utl_file.fclose(input_file);
    --return data
    return input_buffer;
    end;
    Hope this helps.

  • The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    Saving as a PDF file for some users have been a problem.  If you boot into  Safe Mode and run iPhoto you can create undamaged PDF files.  We don't know why the problem but this is a workaround.
    This problem prevents many from ordering books, calendars and cards since iPhoto creates PDF file of them for uploading and printing.  Booting into Safe Mode lets them successfully order those items.

  • Our daughter figured out on her own how to delete songs and apps from her IPAD2. Her parents would like to know how to delete such files and then how to prevent our daughter from doing it.

    Our daughter figured out on her own how to delete songs and apps from her IPAD2. Drives us crazy since we continually have to reload these files. Her parents would like to know
    1. how she did it (delete files) and
    2. how to prevent her from deleting files in the future.

    http://support.apple.com/kb/ht4213

  • What steps do I take to edit raw files and save for web use, such as Instagram, Facebook, Websites, and emailing?

    What Steps do I take to edit raw files and save for web use, such as Instagram, Facebook, Websites, and emailing?

    When you open a raw file it will open in Adobe camera raw. That is where you can do most of the editing. Then it will be placed inside Photoshop where you can do more if needed.
    Now you can use the save for web dialog to export your image as a png or jpg to use on those sites.

  • How to read an html file and replace a text using text_io

    hi,
    i want ro read an html file using text_io and replace a particular text with a new text
    eg: i want to replace a text called "data.js" and with "maps.js"
    how do i do this?

    You have to write your own code to do that. TEXT_IO is just a low level text file interface.
    You need to read in all the text, save it in some internal format (array of varchar2's maybe or in the DB) and then perform a search on the text you have read in, find out where the instances of "data.js" are located and substitute them with "maps.js" After that you need to write to a new file and delete the old one. There is no way to search and replace inside the existing file (what's sometimes referred to as 'in-place' substitution).
    See the help section called About the TEXT_IO package for an overview of how it works and some code examples.

  • How to Zip a file and find it size using ABAP code

    Hi All,
    My requirement is to extract a file from Al11 ZIP it and find it size. 
    Please let me know whether there are any Function modules or Classes for Zipping and finding the size of it.
    Note : Used Class "cl_abap_zip" but the output at in chinese language.
    Thanks in advancve for your support.
    Regards
    Jithu

    Check https://wiki.sdn.sap.com/wiki/display/profile/GZIP
    and how to zip and unzip a file in abap
    May it useful
    Kanagaraja L

  • How to compress my files and folders, How to compress my files and folders

    Good morning,
    My name is Jai Bhandari and I am from London, UK.
    I am sending this out to everyone that can help me to compress my files and folders, as I believe my macbook pro is starting to freeze and caused by having a slow machine, is there anyone that can suggest to me how and what do I use to compress these files into one folder.
    Thank you for reading this and hope to hear from you soon.
    Many regards
    Jai

    You can 'compress' files and folders from the Finder by selecting the items and choosing File>Compress "selected file or folder". This will create a zip archive and will save you some space. (I just tried it on a 16GB folder and it compressed it to an 11GB zip file). After you zip the file/folder the original can be deleted )until you need to access it again, then you can just double-click the zip file).
    If you're trying to free up disk space on your hard drive, this is not the best method... but you didn't ask about that...
    Clinton

  • OTT use and example .How to use it??

    Hello
    Could anyone write me how to use OTT step by step?
    When I use ott userid=scott/tiger intype=demoin.typ outtype=demoout.typ code=cpp
    hfile=demo.h cppfile=demo.cpp mapfile=RegisterMappings.cpp I get an error:
    Error in OTT stub: invalid parameter
    I can not manage with this problem.
    Could anyone help??
    Where should also files ontype and outtype be (in filesystem) and what should be their amounts?
    I have seen OCCI userguide for OTT but i can not manage with it.
    I can not also find any description for using OTT with an example step by step
    Best regards

    Hello
    Well, when I set up Oracle_Home I can not then connect to my database.
    Could You describe step by step how You use OTT,please?
    I just need an example, a kind of tutorial
    Best regards.
    Marcin
    [email protected]

  • HT5312 I need to change my security email. My wives email is on file and she does not use it anymore

    How can I get security email adress changed? My wives work email is on file but she no longer uses it

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Parse JavaScript '.pac' file and get proxy details using C# code

    Hi,
    I have PAC  file --> (A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for a given URL (inbound request)).
    This PAC file contains a JavaScript function “FindProxyForURL(url, host)”. This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy server or to connect directly.
    Eg:
    function FindProxyForURL(url, host)
                    // declare variable strings
                    //incorrect proxy value
                    var use_proxy_yes = "PROXY MyWrongServerAddress:8080";
                    //correct proxy value
                    //var use_proxy_yes = "PROXY MyCorrectServerAddress:8080";
                    var use_proxy_no = "DIRECT";
                    //we can keep adding all the url here for which we do not want proxy
                    if (shExpMatch(url, "*.MyWebsite.com*")) { return use_proxy_no; }
                    // Proxy anything else
                    return use_proxy_yes;
    } This method will be saved as 'proxy.pac' file.
    From C# code i have to parse the above 'proxy.pac' file and get the proxy value that it returns based some condition specified in above method.
    Please someone help me know how i can achieve the above requirement. Thanks in advance.
    Chetan Rajakumar

    Hi,
        HTTP Connection created in ECC is used for retrieving the SWC components of IR....but it cannot be used by PI for psoting the data to Proxy...
    so in this need to provide the needed details at XI adapter level ...
    chk the below blog which can give u an idea...
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Also for the above error check below threads
    SLD_NO_OWN_BS
    error: SLD_NO_OWN_BS, proxy scenario
    HTH
    Rajesh
    Edited by: Rajesh on Apr 15, 2010 12:04 PM

  • MTS Files and workflow

    Hi,
    I'm a recreational user of Final Cut Pro. I've recently bought a new cam corder and wish to get the most from my footage in terms of quality and the best from my system.
    Panasonic TM700
    Mac Book Pro 2.5ghz running Snow Leopard
    Nvidia GeForce 9600M GT 512mb
    FCP 6.0.6
    I currently store all media on a network drive (QNAP Nas with Samsung Spinpoint F1 SATA-300 - 7200 rpm). The current network is wireless so I find I need to transfer files to the local drive or an external hard drive and connect to the MBP by Firewire.
    So with the new Camcorder - What is the best way to import the files into FCP? I have tried using the log and transfer function, but this imports files that are 10x the original size. I tried Clipwrap2, but again this still adds another 15-20% on the file size (which I find strange going by the description of what clipwrap does).
    Has anyone had experience of MTS files and found a good workflow for importing, storing and editing?
    Thanks
    Zig

    You will need ClipWrap2. It will be able to make sense of the mts files.
    The recommended workflow goes something like this:
    1. copy the ENTIRE contents of the flash media to a folder on your hard drive.
    2. make a backup copy to a second (archive) hard drive
    3a. Convert the files. If you have recorded files that are not natively supported or have screwed up the moving of the files from the cards to the hard drive, use the appropriate transcoding software. Then import the files into FCP.
    3b. If you have recorded a format that is natively supported in FCP, importing the files will be done using Log and Transfer.
    4. Edit and be happy.
    Regards,

  • Launchpad displaying unknown files and icons. how can i get rid of this?

    Launchpad on my 3 week old 13inch macbook pro with OS Lion, is displaying all sorts of strange files and icons, some of which include: disk image mounter, dock,  how can I get rid of this? ods agent, 50onPaletteServer, spotlight.service, SCIM, TCIM, makePDF, PressAndHold, MassStorageCamera- to name but a few! Theres over 100 of these icons and I have no idea what they are and where they came from? whilst using googlechrome yesterday my macbook suddenly slowed down and all running programmes froze. i eventually got all programmes closed and restarted twice and was still running slow. Today it is up to normal speed but I noticed how Launchpad is totally messed up and I dont know how to get rid or move any of these icons, that is if they are even meant to be there. Im not sure if it is relevant but I shall also add that the Hard Disk Icon was randomly being displayed on my desktop as well.
    Any help on whats happening to my launchpad and what these icons are would be greatly appriciated.
    Thanks, Beth.

    I will also add that none of these icons exist when I view my applications folder in Finder.

  • Just got a new 2.7 and wondered how to use optical out from g5

    i got 2408 motu and wanted to use apples optical ins and outs together 2408 i tried have not even figured out how to get the optical to work bare with me im switching over from protools .So explain the setup on how to use multiple sound cards in logic and if its posible to use apples optical ins and outs thank you

    Ask the Verizon store to exchange your iPhone for a different iPhone 4.
    UPDATE - Sure, try ckuan's solution first.  Then use mine if that fails.
    Message was edited by: sberman

  • Trying to understand and learn how to use btrfs

    I have been the past days trying to get my head around how btrfs works
    I have been trying tools like mkinitcpio-btrfs (very poorly documented) and now, if i list the subvolumes i have in certain volume (/) i see i have 4 subvolumes that have been created while playing around.
    If i try to delete them with "sudo btrfs subvolume delete __active", for example, I get a "ERROR: Error accessing '__active'
    What am I doing wrong?
    Also, I cannot get the whole idea about the difference between snapshots and subvolumes, i mean, a snapshot should be a directory that saves the changes made on the fs, s, if you want to roll back those changes, you just have to make btrfs "forget" the changes stored in that directory and move along, but I cannot take the idea of the subvolume thing.....
    As btrfs is quite experimental and the wikis are not noob-proof still, I'd appreciate if someone gave me a hand trying to understand these concept...
    For the moment, I'm just using it on a test computer and on a personal laptop with no fear of data loss,.
    Any help is welcome
    Thanks!
    Last edited by jasonwryan (2013-07-19 23:13:27)

    I honestly think it is probably a better idea to not use mkinitpcio-btrfs.  As mentioned above, it is poorly documented, and for me it has never worked right (if at all).  It is an unofficial AUR package, and unfortunately our wiki still seems to give the false impression that using this package is the way to user btrfs with Arch.
    The way I have my system set up is that in subvolid=0 (the root of the btrfs filesystem) I have a rootfs subvolume and a home subvolume (there are others, but these are what primarily make up my system).  So in my fstab, I basically have two nearly identical lines, but one has no subvol specified and is mounted at /, and the other has 'subvol=home' mounted at /home. 
    So in order to make it so that I can change the root filesystem as I please, instead of having the / fstab entry specify the subvolume, I put it in the kernel command line.  That is, I have 'rootflags=subvol=rootfs' in the kernel command line.  So if I want to change it, I simply change the path to one of the snapshots. 
    Just remember that if you are one who likes a custom kernel, it is likely that you will have to have an initamfs no matter what you compile into your kernel.  For one thing, the kernel has no mechanism for scanning for multiple device btrfs filesystems.  But also, I have read that the kernel itself cannot handle the rootflags kernel command line argument.
    Oracle Linux does something interesting with their default setup.  They are not a rolling release, so this probably wouldn't work so well in Arch Linux, but they actually install the root filesystem (I think it is actually done to subvolid=0) and then after installation of the packages, a snapshot of the root filesystem is made, and the system is setup to boot off of that snapshot.  So it is almost like having an overlayfs on openwrt.  There is always a copy of the original system, and and changes that are being made are being done "on top" of the original.  So in the event of an emergency, yo can always get back to the original working state.
    If you put your root filesystem on something other than the root of the btrfs filesystem (which you should, as it makes the whole setup much more flexible), then you should also set up a mountpoint somewhere to give administrator access to the filesystem from subvolid=0.  For example, I have an autofs mountpoint at /var/lib/btrfs-root.   chose that spot because /var/lib is where devtools puts the clean chroot.  So it seemed as reasonable a place as any.
    You should go to the btrfs wiki, and peruse through the stuff there... not our wiki, but the actual btrfs one, as our wiki is pretty sparse.  There is not all that much content there (not like the Arch wiki), but it does cover the features pretty well.  I mean, there is certainly quite a lot for being information on only a single filesystem, but it shouldn't take you too long to get through it.  There are a few links to articles about midway down the front page.  What really gave me a better grasp of getting started with btrfs were the ones titled "How I Got Started with the Btrfs Filesystem for Oracle Linux" and "How I Use the Advanced Capabilities of Btrfs".

Maybe you are looking for

  • Is this a bug of  CachedRowSetImpl in JDK5.0

    Running Environment: JDK1.5.0_06, MySQL 4.1.7, JDBC3.1.12 The sql operations are encapsulated in this code snippet:      public static ResultSet sqlQuery(String dsname, String sql){           Connection cnn = getConnection(dsname);           if(cnn !

  • Can XI Message be mapped to a flat file attachment in Mail adapter

    Hi guys, I have a requirement, where I have ECC system seding a XI message to XI. Now XI has to convert this to a flat file may be tab delimited and send this as an attachment in email using receiver mail adapter. I want to avoid BPM and make it simp

  • JComboBox actionPerformed vs itemStateChanged

    I have a problem with the selection of the combo box not working on the first selection, but working on subsequent selections.      cboCondition = new JComboBox();      cboCondition.setBounds(100, 55, 130, 20);      cboCondition.addItem("");      cbo

  • How to Setup Fiscal Calendars in Oracle BI Applications through DAC

    Hi, I m new to OBI thing. I need to Setup Finscal calendar for "enterprise calendar using an Oracle EBS source system" and i got some martial but it is not helping out. Kindly help me out on this issue. ASAP. thanks in-advance Edited by: 862383 on Ma

  • Interface showing NO-CARRIER & DORMANT, but working

    Long time Linux user, first time Arch user.  Trying to configure ArchARM on a Rasp Pi (Not sure that's related). Note - I'm totally new to systemctl and netctl, been using Redhat-like systems for a long time.... I was converting the standard install