File and FTP Question

We have a situation where a bank places an EDI document on their FTP site and then we go and download the file and process it. We are SOA Suite customers and have been using the tools for over a year. My question is would it be recommended to tackle this problem with BPEL or ESB and the ftp adapter? The bank doesn't require any kind of acknowledgement, but I've never dealt with EDI docs before and thought B2B might do a better and more seemless job of processing the EDI doc. My other concern is that B2B is overkill for this scenario since it isn't transaction based meaning the bank will place their file a couple of times a day and not everytime there's a transaction. Hope this makes sense. Be happy to provide more info as I'm just getting started.
Thanks for any advice.

Ramesh,
Thank you for the reply. My confusion is that I don't really have a trading partner to setup or specify communication. I simply need to poll an FTP site for an EDI document and process it, basically a one-sided effort. Is this possible with B2B? There is essentially no interaction with the bank and no acknowledement that needs to be sent.
Thanks again.

Similar Messages

  • FILE and FTP Adapter file size limit

    Hi,
    Oracle SOA Suite ESB related:
    I see that there is a file size limit of 7MB for transferring using File and FTP adapter and that debatching can be used to overcome this issue. Also see that debatching can be done only for strucutred files.
    1) What can be done to transfer unstructured files larger than 7MB from one server to the other using FTP adapter?
    2) For structured files, could someone help me in debatching a file with the following structure.
    000|SEC-US-MF|1234|POPOC|679
    100|PO_226312|1234|7130667
    200|PO_226312|1234|Line_id_1
    300|Line_id_1|1234|Location_ID_1
    400|Location_ID_1|1234|Dist_ID_1
    100|PO_226355|1234|7136890
    200|PO_226355|1234|Line_id_2
    300|Line_id_2|1234|Location_ID_2
    400|Location_ID_2|1234|Dist_ID_2
    100|PO_226355|1234|7136890
    200|PO_226355|1234|Line_id_N
    300|Line_id_N|1234|Location_ID_N
    400|Location_ID_N|1234|Dist_ID_N
    999|SSS|1234|88|158
    I would need a the complete data in a single file at the destination for each file in the source. If there are as many number of files as the number of batches at the destination, I would need the file output file structure be as follows:
    000|SEC-US-MF|1234|POPOC|679
    100|PO_226312|1234|7130667
    200|PO_226312|1234|Line_id_1
    300|Line_id_1|1234|Location_ID_1
    400|Location_ID_1|1234|Dist_ID_1
    999|SSS|1234|88|158
    Thanks in advance,
    RV
    Edited by: user10236075 on May 25, 2009 4:12 PM
    Edited by: user10236075 on May 25, 2009 4:14 PM

    Ok Here are the steps
    1. Create an inbound file adapter as you normally would. The schema is opaque, set the polling as required.
    2. Create an outbound file adapter as you normally would, it doesn't really matter what xsd you use as you will modify the wsdl manually.
    3. Create a xsd that will read your file. This would typically be the xsd you would use for the inbound adapter. I call this address-csv.xsd.
    4. Create a xsd that is the desired output. This would typically be the xsd you would use for the outbound adapter. I have called this address-fixed-length.xsd. So I want to map csv to fixed length format.
    5. Create the xslt that will map between the 2 xsd. Do this in JDev, select the BPEL project, right-click -> New -> General -> XSL Map
    6. Edit the outbound file partner link wsdl, the the jca operations as the doc specifies, this is my example.
    <jca:binding  />
            <operation name="MoveWithXlate">
          <jca:operation
              InteractionSpec="oracle.tip.adapter.file.outbound.FileIoInteractionSpec"
              SourcePhysicalDirectory="foo1"
              SourceFileName="bar1"
              TargetPhysicalDirectory="C:\JDevOOW\jdev\FileIoOperationApps\MoveHugeFileWithXlate\out"
              TargetFileName="purchase_fixed.txt"
              SourceSchema="address-csv.xsd" 
              SourceSchemaRoot ="Root-Element"
              SourceType="native"
              TargetSchema="address-fixedLength.xsd" 
              TargetSchemaRoot ="Root-Element"
              TargetType="native"
              Xsl="addr1Toaddr2.xsl"
              Type="MOVE">
          </jca:operation> 7. Edit the outbound header to look as follows
        <types>
            <schema attributeFormDefault="qualified" elementFormDefault="qualified"
                    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/file/"
                    xmlns="http://www.w3.org/2001/XMLSchema"
                    xmlns:FILEAPP="http://xmlns.oracle.com/pcbpel/adapter/file/">
                <element name="OutboundFileHeaderType">
                    <complexType>
                        <sequence>
                            <element name="fileName" type="string"/>
                            <element name="sourceDirectory" type="string"/>
                            <element name="sourceFileName" type="string"/>
                            <element name="targetDirectory" type="string"/>
                            <element name="targetFileName" type="string"/>                       
                        </sequence>
                    </complexType>
                </element> 
            </schema>
        </types>   8. the last trick is to have an assign between the inbound header to the outbound header partner link that copies the headers. You only need to copy the sourceDirectory and SourceGileName
        <assign name="Assign_Headers">
          <copy>
            <from variable="inboundHeader" part="inboundHeader"
                  query="/ns2:InboundFileHeaderType/ns2:fileName"/>
            <to variable="outboundHeader" part="outboundHeader"
                query="/ns2:OutboundFileHeaderType/ns2:sourceFileName"/>
          </copy>
          <copy>
            <from variable="inboundHeader" part="inboundHeader"
                  query="/ns2:InboundFileHeaderType/ns2:directory"/>
            <to variable="outboundHeader" part="outboundHeader"
                query="/ns2:OutboundFileHeaderType/ns2:sourceDirectory"/>
          </copy>
        </assign>you should be good to go. If you just want pass through then you don't need the native format set to opaque, with no XSLT
    cheers
    James

  • Macbook pro starts up but i see picture of some files and a question mark

    So I was on my laptop today and it just outta nowhere froze , the song i was listening stopped and i couldn't change the page, i could move the trackpad but nothing else.
    so i clicked on the off button and turned it off.
    then i tried to turn it on again but while loading it just stayed blank and this picture of some files and a question mark on them appeared, i have no idea what's going on.
    I turned it off again and turned it back on and the little apple appeared and it was loading but then a sign appeared like one of prohibited (the one that's a circle and has a slash across it) and idk what to do! i'm so frustrated all my school files are there and idk why this happened in the first place.
    i turned it off and just put it to charge.
    lately i've been using it a lot and i had a few things on when it froze , so im just gonna leave it off for a while but what can i do?
    how do u solve this? has anyone had this happened to their macbook pro already? i bought it just last year idk why this is happening.

    The folder and question mark means it cannot find a valid OSX Boot Volume, you need to Boot from your original install DVD (hold c at start) and then run Disc Utility from the top menu bar and run both 'Repair Disc' and 'Repair Permissions'. If it still doesn't boot from the internal hard drive then you need to boot from that install DVD again and do an archive (re)install of the operating system. (Your User data will be saved that way)

  • Photo Files and iPhoto Questions

    I have a few questions in relation to my actual picture files and when they are imported into iPhoto (on my mac).
    Intro: Let me catch you up on my situation, I have all my picture files (around 8000 of them!) on my time capsule; most of them are organized in their own folders (such as halloween 2011 and christmas 2010) but some of them are unsorted in their own folders (such as unsorted 2012 and moms cam). I've imported all these into iPhoto, the folders all appear as events, and I have applied faces and locations to almost all of them (about 85%). Now my questions:
    1: If I delete/move some pictures from my time capsule around the folders (so I move some picture from moms cam to halloween 2012 and thanksgiving 2012 folders), how do I sync this with iPhoto? (Ex. I have deleted some pictures from "my graduation" folder in my time capsule, but on the iphoto event for "my graduation", all the pics are there even the ones Ive deleted) Will I have to manually delete these from iphoto as well?
    Status: unanswered
    2: Is the data saved on the picture file? So If I were to delete the event from iPhoto, and re-import the folder, will all the faces and locations that Ive added on iPhoto still be saved? or would I have to manually add all the faces and locations again?
    Status: unanswered
    3: My main photo files are the files on my Time Capsule; If, by chance, iPhoto turns out to make its own file system of the photos I import, where would that location be? Are they individual files (such each pic as a .jpeg file) or is it something more like a single file with all the pictures and data?
    Status: unanswered

    1 - is the Time Capsule being used as an external hard drive or as a Time Machine backup drive - you must not use it as both
    2 - is the iPhoto preference to "copy imported items to the iPhoto library" is checked ( - a managed library - default and strongly recommended) or have you unchecked i (a referenced library - which it sound like you have - this is strongly not recomended)
    for your question 1, if you have a referenced library - iPhoto never does anything outside of its database - the iPhoto library - and it does not "sync" or watch external folders -  if you choose to manage the originals then you must do that  - one of the many reasons that a referenced library is not recommended is that improting is more difficult and deleting is more difficult
    for question 2, if you delete photos from iPhoto then they and all of their associated data is gone - if you reimport the "same" photo, its is totally new to iPhoto - you are starting from scratch with it
    for your question 3 - this is not a matter of chance - you either have a referenced library or a managed library which you choose - and in a referenced library the originals are not copied to the iPhoto library - for a managed library they are and are stored in the masters or originals folder in iPhoto depending on your version of iPhoto which you do not share as bit for bit copies of the originals
    LN

  • Urgent ! BPEL file and ftp adapter problem.

    Hi All!
    I have created a bpel process having two partner links.One for the ftp adapter and one for the file adapter. I want the ftp adapter to poll the *.pdf files in the specified directory on the remote machine periodically and get them to my local machine here. For this I am using ftp adapter with read operation and with opaque schemas(because I want the files as they are without any transformation). I am using a receive activity with the ftp adapter, with the create instance box checked.
    To write the file to the local machine I am using file adapter and write operation.File adapter also uses opaque schema.With this file adapter I am using invoke activity.Invoke is below the receive activity in the bpel process. I deployed this successfully on the default domain. I want the bpel process to run automatically,depending on the polling frequency given and create instances and bring the files to my machine.
    But it is not happening.
    Can anybody tell me where I am going wrong.How to accomplish this? It is very urgent issue for me.
    Thanking in advance,
    Regards,
    Deepika.

    Hi All!
    Now I am able to write files and also read files successfully with the remote server. I followed the same method described above.I am using binary format itself for pdf files.But I have to check the option 'to delete files after successful retrieval' to make this happen.I created several partnerlinks with the option in the ftp adapter not checked,but it is not working. Has anybody done successful retrieval without deleting the files at the remote server? If so please let me know.
    Thanking in advance,
    Regards,
    Deepika.
    Message was edited by:
    Deepika

  • Read encrpted zip file and ftp unzip file

    Hi,
    I have a situation,where i need to read 3 zip files, which are encrpted, and each zip file may have lot of images and text files. all i want to do is, read these 3 zip files and unzip + ftp to another directory. No mapping is involved. if the three files are not there, it should error out.
    I have some ideas, but thought if any of you have better ideas.
    Thanks
    Pandari

    Hi Pandari
    File adapter
    module to zip and unzip
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    <b>Check this weblog:</b>
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Check this out !
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework%3Fpage%3Dlast%26x-order%3Ddate%26x-showcontent%3Doff
    also
    https://service.sap.com/sap/support/notes/965256
    Check this weblog on how to zip the file using XI:
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    PayloadZip Bean
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework%3Fpage%3Dlast%26x-order%3Ddate%26x-showcontent%3Doff
    Through command line
    Check case 2 in this blog
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    or ref plsz go tru it,
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Check this weblog on this from stefan:
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    http://help.sap.com/saphelp_nw70/helpdata/en/84/2e3842cd38f83ae10000000a1550b0/frameset.htm
    /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step
    Zip or Unzip your Payload with the new PayloadZipBean module of the XI Adapter
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    XI/PI: Command line sample functions -> go through case 2
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Create encrypted ZIP files
    Thanks!!!

  • Audio files and duplicates question.

    Hello Group,
    After almost seven years my  Macbook pro is getting full., I have been using Omnidisksweeper to help locate files that are no longer needed. I have always been confused as to where My music files are kept. If I import audio files using Itunes, it seems I am creating duplicates, even if I name them, I seem to have an untitled artist or untitled album remaining, is this true?  The same question applies to Iphoto where are these Jpegs or digital photos kept? are files duplictaed when using these applications?
    thanks in advance
    Troy

    If you are adding tracks by dragging to iTunes or by using the Add To Library menu item then iTunes will put a copy into your media folder and leave the original where it is.  iTunes uses the copy.  If you add by dragging to the Automatically Add To iTunes folder then iTunes moves the file to the media folder.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • DW CS3 locked files and FTP issues - cannot update pages

    I just upgraded to Dreamweaver CS3 and now cant seem to
    update any of my web pages. I can connect to the server etc and see
    my files locally & remotely but when I try check out a file to
    update it I get an error message saying 'index.html is a locked
    file and can be viewed but not changed'. All I can do with it is
    view it. When I try to unlock any files locally nothing happens????
    This was not an issue before I upgraded.....I have checked my
    FTP details with a version on my pc and there are exactly the
    same.....does anyone know is this an issue with mac version of
    Dreamweaver CS3?
    Help!!!

    Can you post a link to your child or template page and tell
    us what you have
    changed that didn't propagate?
    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done). If
    you *have
    done this*, then recreate the child pages (in DWCS3) using
    FILE | New > Page
    from Template, select the template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    By the way, this is not an official communication vehicle to
    Adobe. We are
    all just volunteers and peers here.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "gwbusiness" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi honeybugs,
    >
    > I am having the same problem and I need a global fix so
    that I can
    > immediately
    > update my site . . . did Adobe help you? This did not
    happen immediately
    > to my
    > files but my template does not now update pages . . . I
    am desparate.
    >
    > Thank you,
    >
    > Gail
    >

  • Files and Streams Question

    Hi! Java is my first and only language; and I am very new to Java. This is my first somewhat knowledgeable attempt to get a question answered on a forum of any kind. I put a question in this forum about two weeks ago, but I lost it. So, I am very grateful for any comments that can improve my ability to get my questions answered. Thank you. Mike
    Here is my problem:
    Read File: I want to read pT.txt or plainText.txt file (that is encoded in Unicode) into a String variable (inputLine).
    (I want to do some processing of the inputLine String and assign the processing results into outputLine.)
    Write File: I want to write outputLine into aPT.txt or anotherPlainText.txt file (that is encoded in ASCII).
    Here is my question:
    What is the simplest or easiest code for the Read File and Write File instructions?
    Thanks. Mike

    Why am I not entering the while loop?
    import java.io.*;
    //not yet: import java.util.Scanner;
    public class FnS
         public static void main(String[] args) throws Exception
              File inFile = new File("pT.txt");
              BufferedReader input = new BufferedReader (new FileReader (inFile));          
              //not yet: PrintWriter outFile = new PrintWriter (new BufferedWriter (new FileWriter ("outFile.txt")));
              String peek1, peek2, peek3, peek4, peek5, peek6;
              boolean pk1 = false, pk2 = false, pk3 = false, pk4 = false, pk5 = false;
              int count = 0;
              while(input.ready())     // begin search
                   peek1  = input.readLine();
                   if (peek1.startsWith("One"))
                        pk1 = true;
                        peek2  = input.readLine();
                        if(pk1 && peek2.startsWith("Two"))
                             pk2 =true;
                             while(pk1 && pk2)
                                  peek3  = input.readLine();
                                  if(pk1 && pk2 && peek3.startsWith("Three"))
                                       pk3 = true;
                                       peek4 = input.readLine();
                                       if(pk1 && pk2 && pk3 && peek4.startsWith("Four"))
                                            pk4 = true;
                                            while(pk1 && pk2 && pk3 && pk4)
                                                 peek5 = input.readLine();
                                                 if(pk1 && pk2 && pk3 && pk4 && peek5.startsWith("Five"))
                                                      pk5 = true;
                                                      peek6 = input.readLine();
                                                      if(pk1 && pk2 && pk3 && pk4 && pk5 && peek6.startsWith("Six"))
                                                            *  (I want to do some processing of the inputLine String and assign the processing results into outputLine.)
                                                            *     Write File:  I want to write outputLine into aPT.txt or anotherPlainText.txt file (that is encoded in ASCII).
                                                            *     Here is my question:
                                                            *  What is the simplest or easiest code for the Read File and Write File instructions?
                                                            *     Thanks.  Mike
                                                           System.out.println("\n" + peek6 + "\n" + peek5 + "\n" + peek4 + "\n" + peek3);
                                                           count++;
                                                           pk1 = false;
                                                           pk2 = false;
                                                           pk3 = false;
                                                           pk4 = false;
                                                           pk5 = false;
                                                           break;
                                                      }//if pk1 && pk2 && pk3 && pk4 && pk5 && peek6
                                                      else
                                                           pk1 = false;
                                                           pk2 = false;
                                                           pk3 = false;
                                                           pk4 = false;
                                                           pk5 = false;
                                                           break;
                                                      }//else begin  new search
                                                 }//if pk1 && pk2 && pk3 && pk4 && peek5
                                            }//while pk1 && pk2 && pk3 && pk4
                                       }// if pk1 && pk2 && pk3 && peek4
                                       else
                                            pk1 = false;
                                            pk2 = false;
                                            pk3 = false;
                                            pk4 = false;
                                            pk5 = false;
                                            break;
                                       }//else begin new search
                                  }//if pk1 && pk2 && peek3
                             }//while pk1 && pk2                              
                        }//if pk1 && peek2
                        else
                             pk1 = false;
                             pk2 = false;
                             pk3 = false;
                             pk4 = false;
                             pk5 = false;
                        }//else begin new search
                   }//if peek1
              }//while hasNext
              System.out.println("\nemail count = " + count);
    }

  • My MacBook will only turn on to a grey screen with a file and a question mark flashing on the screen

    When I turn my MacBook on a grey screen with a file and question mark in the center of the screen  flashing. What can I try to
    get out of this screen?

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    Put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    Or if you are running 10.7 Lion, boot from the recovery partition (Command +R on boot) and use Disk Utility to repair your OS 10.7 partition.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is, then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions. After repairing use Startup Disk from the same menu to choose your hard drive for restarting from your hard drive.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • Need help for Scheduling a Spool file and FTP the file

    I have one requirement like below...
    1. Start Scheduling a job
    2. Generate a Spool file (.csv file)
    3. If Spool file generation is successful then start FTP the file
    Else End job
    4. After successful FTP process end the job.
    We need to create a log file also for this job.
    Can any body give some idea how will i proceed?
    Thanks in advance.

    Billy  Verreynne  wrote:
    BluShadow wrote:
    Chris' may be wrapped, but it includes the funky ability to query remote files directly in SQL due to it's use of pipelined functions. A feature I've also got in my own FTP package and very useful for monitoring logs on remote servers through our Apex applications. ;)Ditto - also rolled my own FTP package as doing wildcard file listing requires custom support depending on the type of FTP server you're dealing with. The text part of the responses differ (these are not RFC'ed) and makes parsing more complex than what it could have been.Yeah, the differing responses can be a pain, though fortunately they are far and few between. There was a bug in Chris' package in that it wasn't handling a two code response from a windows FTP server for one of the commands, but I emailed him and he fixed that. Not his fault, he didn't have a windows FTP server to test on at the time.
    FTP is a pretty straight forward protocol and easy to wrap a PL/SQL package around (using <i>UTL_TCP</i>).Absolutely. and the RFC details almost everthing you need to handle. It was quite quick to knock up a package, similar to the code hoek has linked to.
    I think there is a lot of common stuff that many of us do in this regard. Always wondered how well a proper GPL'ed open source project providing a PL/SQL development framework and libraries would do...I think there'd be a lot of arguments about what is the best way of doing things. :D

  • Newbie - JPDK file and setting questions

    I study this existing code, and can't get it to run properly. My first question is this:
    1) The code UrlUtils.constructResourceURL( portletRequest, HttpPortletRendererUtil
    .absoluteLink( request, url ) );
    Returns a URL with respect to the provider. My machine name is "mymachine" for example, but it returns "localhost" instead. So, for portal page, it's "mymachine" for this host, and for resources, it's "localhost". Since they're not the same, I have some authentication issue.
    Is there a configuration to get this to work properly?
    2) The provider's properties configuration file location
    I saw 2 files under WEB-INF/deployment
    _default.properties
    and:
    somepackage.com.provider.properties
    Then, I look at these threads:
    http://www.it-eye.nl/weblog/2005/09/23/get-user-information-in-your-portlet/
    It says:
    default.properties
    application.properties
    Which are not the same names as above
    This thread:
    OC4J_Portal creating unwanted LDAP connexions to OID
    It says:
    oid.properties
    So, what is it? Any properties file within WEB-INF/deployment? Where do I configure the name/location for this file?
    3) In that property file, there is this entry:
    definition=providers/somepackage.provider/provider.xml
    The provider.xml file is located in
    WEB-INF/providers/somepackage.provider/provider.xml
    However, I got an error, and it says it looks for the provider.xml at:
    c:/providers/somepackage.provider/provider.xml
    So I moved the file there, and it stops this error. What is going on here, and how do I fix this problem?
    4) I already configure the OID in the container, with host, port, username, password. Why do I also need to do it here, and providing the same information (with some additional LDAP paths)
    I am guessing that the OID for the container is for the web.xml (application level) security settings, while this properties file is used internally by JPDK.
    Could some experts please help.
    Thank you very much in advance.
    Edited by: user626875 on Sep 11, 2009 8:55 AM

    Hi
    In Safari Preferences>General, "open safe files" ought to be selected. Then, downloads open automatically based on their file type (.dmg, .zip, etc.). Safari does not ask you how you want to open the file.
    I suggest downloading the Citrix file again. The corruption of the original download is usually not a function of Safari, but rather the source. If you still have a problem with the download after following the above, quit Safari. Go to the Finder. In your User Account>Library>Safari folder, move the downloads.plist file to the trash, then restart Safari and try the download again.

  • Looking for a Backup software with remote encrypted files and FTP or WebDav support

    I know and have been using a bunch of software to backup my files, but none of them respond to my needs. I have a server running (windows xp) at a friends of mine with SSH, FTP and WebDAV capabilities.
    I want to be able once a week to incrementally backup my iTunes, iPhoto and important documents to this remote location. I know there are may tools on the market that does this, but here is the trick, I want the files on the remote machine to be encrypted. The connection is 10Mbits.
    I though that some of you might already be using such a solution or will have a good idea to share with me and the community on how to do this efficiently.

    So Novastor is blowing my phone up because they want me to renew this month.
    I have been with them for a couple of years...and I am just not that impressed.
    It was cheap software, but to this day, I still dont have full confidence that it actually will work if sh*t hits the fan. It has saved me on one occasion, but it required 2 calls to tech support because recovering from bare metal is insanely difficult compared to other software I have used.
    Anyway, I am looking to see what my options are. My basic requirement is that it needs to be able to use tape. Symantec did a great job with tapes so I am leaning in that direction but they are so damn expensive. 
    So I put it out to you guys, because I love getting real world opinions, instead of salespeople pounding down the doors. 
    This topic first appeared in the Spiceworks Community

  • My apple computer has a white screen with a file and a question mark

    I have a white screen with a ? in a file.  I have tried holding the option,command, P R buttons while turning it on.  No help  Does anyone have anymore ideas?

    The flashing question mark says, " I cannot find the Startup Disk you said to use."
    Hold down the Option key while starting up. This should cause your Mac to draw an Icon for each bootable device.
    If none are drawn, you Startup Disk has been damaged.
    If Recovery_HD is shown, choose that, launch Disk Utility, select your Macintosh_HD, and ( Repair Disk ).

  • Is the disk equal to log files and other questions?

    In the web page http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/introduction.html#dplfeatures, there is a statement, " The checkpointer is responsible for flushing database data to *disk* that was written to cache as the result of a transaction commit ".
    I wonder if the disk here means log files under the JE home directory.
    From my understanding of these documents and other web resources, the check pointer is to write records in Cache to Log files (disk), and then cleaner is to reorganize and then to remove unused log files. For the records in a Cache, they are brought from disk to Cache by querying the index organized in a B-Tree structure, and the In-Compressor is to delete some empty internal nodes of B-Tree.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor.
    Thanks for your help!
    Best,
    Jiangfan

    Jiangfan Shi wrote:
    I wonder if the disk here means log files under the JE home directory. Yes.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor. Yes.

Maybe you are looking for

  • Call remote function on a satellite system using RFC target sys option

    Hi all, I am on the Java stack and I would like to call the ABAP stack of a statellite system. I can create a JCo connection on this system directly but for security reason I am not allowed to do that. I would like to call this system through the ABA

  • How to transfer purchased audio books?

    I purchased audio books while using my PC. I have now converted to a mac. I burned my audio books to a DVD and I have reformatted my Ipod to Mac but can't transfer my audio books from the DVD back onto my Ipod.

  • Netbook-remix - archstyle

    Hi everyone! Just bought me an eeepc (904HD with an 160GB harddisk) a few weeks ago and tried ubuntu with netbook-remix yesterday. Sooo... as I didn't want to leave arch or clutter my hd with too many distributions, I shorthandedly ported the netbook

  • Replenishment upto max. stock level during SNP heuristics run.

    Hi Experts, As per the requirement from client, we need to configure the setting of replenishment upto max. stock level during SNP heuristics run. I am using below settings in R/3 for achieving the expected results. (R/3 ) MRP1 u2013 Lot size        

  • Adding ideas for Java 1.7?

    Hi everybody, I was checking out Sun's web site, and I noticed they're working on Java 1.7. I have a good idea for a little functionality they can add to JTextPanes, and I was wondering, does anyone know if there's any way to put that idea forward so