Automatic loading of file

I have a problem with automatic uploading of file in Acrobat 8.1. I'm trying to avoid security restrictions using document sertifying. I set option "Execute high priveledge JavaScripts that are embedded in a certified document", but it didn't affect.
My script:
event.target.importDataObject("Mydata","regions.xml");
The error is "Not allowed error".
Also I tried to use trusted js-file, but it didn't work too.
Any help will be appreciated.

That is not really a task for a front-end web application environment like HTML DB, it is more of a "back-end" task.
Anyway, see if the following discussion helps you
Possible to rebuild tables from CSV-files every XX minutes?

Similar Messages

  • Automatically Load JavaScript Files in PagePhaseListener

    Hello.
    In my application I want to load JavaScript files automatically on each page load or navigation. It can be done by using af:resource, but what I want that in my application I do not want to load each and every JavaScript files for every page. I needed an unification. So I have implemented a custom PagePhaseListener:
    public class MHISPagePhaseListener implements PagePhaseListener {
    public MHISPagePhaseListener() {
    public void afterPhase(PagePhaseEvent pagePhaseEvent) {
    public void beforePhase(PagePhaseEvent pagePhaseEvent) {       
    if (pagePhaseEvent.getPhaseId() == Lifecycle.INIT_CONTEXT_ID){       
    String function = "function loadJSFile(filename) {" +
    "var headID = document.getElementsByTagName('head')[0];" +
    "var newScript=document.createElement('script');" +
    "newScript.type = 'text/javascript';" +
    "newScript.src = filename;" +
    "headID.appendChild(newScript);" +
    "}" +
    "loadJSFile('/hennessy/js/js/jquery-1.7.1.min.js');"+
    "loadJSFile('/hennessy/js/document.ready.js');"+
    "loadJSFile('/hennessy/js/jflow.plus.js');"+
    "loadJSFile('/hennessy/js/ui/jquery.ui.core.min.js');"+
    "loadJSFile('/hennessy/js/ui/jquery.ui.widget.min.js');"+
    "loadJSFile('/hennessy/js/ui/jquery.ui.tabs.min.js');"+
    "loadJSFile('/hennessy/js/ticker/jquery.ticker.js');";
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service = Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    service.addScript(facesContext, function);
    Now when the page loads I can see all of these JavaScript files in HEAD, but my home page contains a TaskFlow and the view pagefragment of that TaskFlow contains $(document).ready(); and I get $ is not defined. That means the beforePhase() method is executing after the load of TaskFlow.
    How can I solve this problem and how can I achieve this unification? Is there any way to register all JavaScript files globally?
    Thank you.

    I have a Page Template from where all the pages are evolved. Say for example: Home page. It is based on PageTemplate and in the Home page I have added that TaskFlow. Now if I add af:resource s in PageTemplate to add all the JavaScript files, then the $(document).ready(), written in bottom of the View of the TaskFlow, gave me *$ is not defined*.
    Where and how should I add the JavaScript files in the Template in order to achieve this? I really appreciate you help.
    Thank you.

  • Automatic loading data from data files in the hard drive?

    Hi, I want to automate the process of loading data from a data file in the file system (e.g. c:\data\temp). I have the script to run using the loader (control file), but have to do manually. I basically have monthly data (exported into the data files from other systems) to load into the database and run the sql loader every month. I appreciate if you can tell me how to automate this or point to any tool. Thanks a lot!

    Depends on your version (it's really important to mention it anytime anyone posts here!)
    If you are on 10g, then DBMS_SCHEDULER can schedule anything you can do at the operating system. If you can write a script to run SQL*Loader, then you can use DBMS_SCHEDULER to automatically run that script.
    It's rather harder to do the same trick on any non-10g database. DBMS_JOB cannot, for example, perform OS commands (such as 'sqlldr'), so then you have to use your operating system's scheduling capabilities (at for Windows or cron for Unix/Linux... and knowing your OS also helps provide meaningful answers!)

  • Automate loading of i-files

    Is there a way to automate loading of ifiles into a target KW system without providing a specific list of transports in SE38 / RSIRTRIM?  For example, is there a way to schedule RSIRTRIM (or another program) to look for new ifiles in a specific location?
    The source and target systems are both KW 7.0. Any help will be appreciated.

    Hi Rahul,
    you posted your KW question to a forum that mainly deals with the Java-based KM in the Portal. There may or may not be people around who are familiar with KW. But you might have better luck in an ABAP forum.
    Regards, Karsten

  • Infopackage-Load Many Files from Application Server and later Archive/Move

    Hi All..
      I have a doubt,   I have a requirement of take many files to load into BI 7.0..  I used the infopackage before with option:
    Load Binary File From Application server
      I load information successfully... only with one file ...but If I can load many files (with different names) like the next list.. I think it's not a good idea modify the file name (path) on infopackage each time).. :
    *All of this files will be on one server that itu2019s map into AL11.. Like
    Infopfw
    BW_LOAD_20090120.txt
    BW_LOAD_20090125.txt
    BW_LOAD_OTHER_1.txt
    u2026.
    Etc..
    This directory it's not in BW server.. It's other server..but I can load form this location (one file by one)
    Could you help me with this questions:
    -     How can I Use an infopackage with routine that take all the files..one by oneu2026 in order of creation dateu2026and load into Target? Is it possible?.. I have some knowledge of ABAP.. but I don´t know exactly how I can say to system this logicu2026
    -     In addition is it possible move this files to other locationu2026 like into Infopfwarchive u2026 just to have an history of files loaded.
    I saw that in infopackage you have an option to create a routine.. in ABAP codeu2026 Iu2019m a little bit confused because I donu2019t  know how I can specify all the path..
    I try with:
    Infopfw
    InfopfwFile.csv
    Infopfw
    This is the abap code that automatically you see and you need to modifyu2026
    Create a routine for file name
    This routine will be called by the adapter,
    when the infopackage is executed.
              p_filename =
              p_subrc = 0.
    Thank you for your ideas or recommendations.
    Al

    Hi Reddy, thank you for your answer
    I have some doubuts.. when you explain me the option:
    All the above files are appending dates at the end of the file....
    You can load the files through infopackage by using Routines and pick the files based on date at the end of the file..***
    I need to ask you if you think that when you know the date of the file and the infopackage pick each file... thi can work for many files??... or how it's possible control this process?
    About this option, I want to ask you If when you menction Unix code... where it's programed this code?.. in the routine of BW Infopackage??
    ****Or
    Create two folders in your BW in Application server level, in AL11 (ask Basis team)
    I call it is F1 and F2 folders.
    First dump the files into F1 I assume that the file name in F1 is "BW_LOAD_20090120.txt", using Unix code you rename the file and then keep in the same foleder F1 or move to F2.
    Then create InfoPackage and fix the file name (i.e. you renamed), so you don't need to change everyday your file name at infopackage level.Because in AL11 everyday the file are overwrite.
    To I get BW_LOAD_20090120.txt file in F1, then I renamed to BW_LOAD.txt and loaded into BW, then tomorrow I get BW_LOAD_20090125.txt in F1, then I renamed to BW_LOAD.txt....
    so in this way it will work.You need to schedule the Ubix script in AL11.
    This is the way how to handle the application server...I'm using the same logic.
    Thank you soo much.
    Al

  • Can I load xml file from SWC without using @embed

    I'm developing a mobile application in which I need to load xml files from File.applicationDirectory. This works great if the xml files are part of the main application swf. But I would like to move these xml files into a SWC so they could be shared across multiple applications.
    Using FlashBuilder 4.5, when a SWC is built, I can specify files to embed in the library that are not assets (Assets Tab of Flex Library Build Path). For various design reasons, I do NOT want to embed the xml files via @embed.
    When the swc is built and I open it up using a zip utility, I see the xml files in there just fine. So they are being bundled with the SWC. But how can I load these files in my main application that does not involve using @embed? When the main application is built, the swc setting for link type is "merged into code".
    I wouldn't expect the application to automatically pull out the xml files from the swc and place them in the File.applicationDirectory on the mobile device. I've tried loading from there just in case but file.exists is false (as expected).
    I've searched the web (and continue to do so) and all the answers seem to be to use @embed. Is there another way?
    Randy

    It's actually a lot easier than you think.
    Just reference the file like any'ol URL using a path relative to the SWC's src directory.
    So if you include the file "assets/xml/some.xml", just use that same string like you would any remote resource.
    For example:
    var loader:URLLoader = new URLLoader( new URLRequest("assets/xml/some.xml"));
    I believe it would also work like this "/assets/xml/some.xml", but I prefer relative paths so the link doesnt break if moved out of the SWC...

  • Exception occurred while loading _WL_TIMESTAMP FILE

    Hi all,
    I have an application packaged in a EAR file, but when I deploy through the Weblogic Server Administration console, i get a strange error:
    <Error> <EJB> <BEA-010003> <Exception occurred while loading WLTIMESTAMP FILE.
    java.io.FileNotFoundException: /opt/bea/domains/bpm/servers/BPMServer/cache/EJBCompilerCache/1bscgreimm37w/_WL_GENERATED (Too many open files)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.(FileInputStream.java:106)
    at weblogic.ejb.container.deployer.EJBDeployer.getFileHash(EJBDeployer.java:464)
    at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:586)
    at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1154)
    Truncated. see log file for complete stacktrace
    &gt;
    java.lang.NullPointerException
    at weblogic.utils.FileUtils.remove(FileUtils.java:274)
    Searching over the Oracle/BEA documentation i found this :
    BEA-010003 Error: Exception occurred while loading WLTIMESTAMP FILE.
    Description Exception occurred while loading WLTIMESTAMP FILE. Forcing recompilation: ioException
    Cause      The container generates WLGENERATED file, which stores the server version of the appc compiler. if the current server version is different from the version specified in WLGENERATED file, appc recompiles the beans. There was an error reading this file.
    Action The container will automatically recompile the beans.
    But if the container compiles the beans again, why in the deployments view, it doesn't work, and the application is never at Active state?
    Any help is appreciated!
    Thiago

    Looking at your stack trace, I don't believe the issue is directly related to the WLTIMESTAMP file but rather it looks like you have hit the limit on the number of open file descriptors for your process (note that the stack trace says "Too many open files" immediately after reporting what file it failed to open). Looks like you either have an FD leak or your OS/shell limit on the number of open file descriptors allowed per process may be set too low for what you are trying to accomplish.

  • Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    If you are using Lion:
    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • What is the procedure to load source files in to jDeveloper

    Hi,
    I am working on jDeveloper to build custom application to integrate to e-business suite. I am in the mid of development, unfortunately i have to move to another location and need to start developement. I have .jpr,jpx,jws and all the source files(all java files) from old system. i want to load these files into new system jDeveloper and start working from there. I tried opening the files and jDeveloper so many ways but could not succeed and facing errors.
    Can any one tell me what is the best and correct way to import files into new system's jDeveloper.
    Thanks

    Hi just copy the old jdev folder from jdeveloper/jdevhome/jdev folder, to new jdeveloper installation after deleting the jdev folder from new installtion.You will get the same old projects and files automatically!
    Regards,
    Mukul

  • How do I automatically load a page from a Flash intro?

    I've created an intro Flash movie for my website and have two
    questions:
    1) Once the movie has run its course, how do I automatically
    get the next swf file (home.swf) to automatically load after it? I
    am using Flash CS3 and will be using Dreamweaver CS3 to publish.
    2) If someone wants to skip the intro movie and go straight
    to home.swf how do I make this happen? I've created a "skip movie"
    button but am not quite sure about the code required to make the
    button work.
    I'm very new to Actionscript so this is still a bit of Greek
    to me. I appreciate any help!

    Flash CS3 is ok but r u using Actionscript 2.0 or 3.0
    if you use Action script 2.0 i can give you the solution...
    we can do the same thing in different manner but i don't know
    how you have done... but my part of idea is you can have a base
    movie and in that you can load the first intro.swf and in the end
    of that intro movie clip you can unload the current movie and load
    a homemovie in the base movie clip so that you will have more
    benefit like if they skip the intro you can just load the home .swf
    directly without loading the intro.swf. this is just a general
    idea.
    If you give a clear idea how you has created i can give you a
    better and a clear idea with the code...
    Plz specify weather it is ActionScript 2.0 or 3.0 if it is
    ActionScript 2.0 i can Help you :-)

  • Skin doesn't automatically load

    I'm having a problem with the selected flash skin automatically
    loading when the help files are moved to my organization's server.
    Instead of automatically loading, the default page appears with a "show" link
    at the top of the page. If you click this link the skin will load.
    Does anyone know why the skin might not load automatically. The system has been set to Auto-Manage Flash security.
    Thanks

    Hi there
    This would seem that you are linking directly to a topic and not the FlashHelp Start page.
    Examine the Single Source Layout properties and note what is listed in the first dialog. Link to the HTML page listed there.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • How to load flat files to BI

    Hi All,
    I am new to SAP BI. PLease tell me how to load excel files to BI.

    hi,
    For BI 7.0 basic step to laod data from flat (excel files) files for this follow the beloww step-by step directions ....
    Uploading of master data
    Log on to your SAP
    Transaction code RSA1u2014LEAD YOU TO MODELLING
    1. Creation of Info Objects
    u2022 In left panel select info object
    u2022 Create info area
    u2022 Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    u2022 Create new characteristics and key figures under respective catalogs according to the project requirement
    u2022 Create required info objects and Activate.
    2. Creation of Data Source
    u2022 In the left panel select data sources
    u2022 Create application component(AC)
    u2022 Right click AC and create datasource
    u2022 Specify data source name, source system, and data type ( master data attributes, text, hierarchies)
    u2022 In general tab give short, medium, and long description.
    u2022 In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    u2022 In proposal tab load example data and verify it.
    u2022 In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    u2022 Activate data source and read preview data under preview tab.
    u2022 Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    u2022 In left panel select info provider
    u2022 Select created info area and right click to select Insert Characteristics as info provider
    u2022 Select required info object ( Ex : Employee ID)
    u2022 Under that info object select attributes
    u2022 Right click on attributes and select create transformation.
    u2022 In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    u2022 Activate created transformation
    u2022 Create Data transfer process (DTP) by right clicking the master data attributes
    u2022 In extraction tab specify extraction mode ( full)
    u2022 In update tab specify error handling ( request green)
    u2022 Activate DTP and in execute tab click execute button to load data in data targets.
    4. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. Alternatively monitor icon can be used.
    BW 7.0
    Uploading of Transaction data
    Log on to your SAP
    Transaction code RSA1u2014LEAD YOU TO MODELLING
    5. Creation of Info Objects
    u2022 In left panel select info object
    u2022 Create info area
    u2022 Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    u2022 Create new characteristics and key figures under respective catalogs according to the project requirement
    u2022 Create required info objects and Activate.
    6. Creation of Data Source
    u2022 In the left panel select data sources
    u2022 Create application component(AC)
    u2022 Right click AC and create datasource
    u2022 Specify data source name, source system, and data type ( Transaction data )
    u2022 In general tab give short, medium, and long description.
    u2022 In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    u2022 In proposal tab load example data and verify it.
    u2022 In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    u2022 Activate data source and read preview data under preview tab.
    u2022 Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    7. Creation of data targets
    u2022 In left panel select info provider
    u2022 Select created info area and right click to create ODS( Data store object ) or Cube.
    u2022 Specify name fro the ODS or cube and click create
    u2022 From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS
    u2022 Click Activate.
    u2022 Right click on ODS or Cube and select create transformation.
    u2022 In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    u2022 Activate created transformation
    u2022 Create Data transfer process (DTP) by right clicking the master data attributes
    u2022 In extraction tab specify extraction mode ( full)
    u2022 In update tab specify error handling ( request green)
    u2022 Activate DTP and in execute tab click execute button to load data in data targets.
    8. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used
    Regards,
    ANI

  • Way to generate sql*loader ctl file from a table?

    I'm an oracle newbie. (Oracle 8i, HP Unix)Is there any way to take an existing table
    description and generate a sql*loader control file from it? If anyone has already written a procedure or knows where one can be found I'd really appreciate it. We're doing a mass conversion to oracle and would like an easy way to re-write all our loads.
    Thanks! Eileen from Polaroid.

    Hi,
    I have shell program, which will get column names from system table and create temp. control file and call sqlloader exe. and load the data automatically.
    You can customise this file, according to your needs.
    Shell Program
    if [ $# -ne 2 ]
    then
    echo " Usage : $0 table_name flat file name"
    exit
    fi
    #assigning envir. variable to unix variables
    table_name=$1
    flat_file=$2
    #creating the control file
    echo "LOAD DATA" > $table_name.ctl
    echo "INFILE '$flat_file'" >> $table_name.ctl
    echo "into table $table_name " >> $table_name.ctl
    echo "fields terminated by '\t'" >> $table_name.ctl
    #calling functions for making column name part
    #describing the table and spooling into file
    sqlplus -s $CUST_ORA_USER << sql_block
    spool $table_name.lst
    desc $table_name
    spool off
    sql_block
    # creating suitable file and add the feilds into control file
    # cutting the first line (headings)
    tail +3 $table_name.lst > temp
    rm -f $table_name.lst
    k=`wc -l < temp`
    k1=`expr $k - 1`
    #cutting the last line
    head -$k1 temp > tempx
    record_count=`wc -l < tempx`
    counter=1
    echo "(" > wxyz.ctl
    # reading file line by line
    cat tempx | while in_line=`line`
    do
    #cutting the first field
    field_name=`echo $in_line | cut -f1 -d' '`
    #calculating the no of characters
    word_cnt=`echo $in_line | wc -w`
    #calculating count in a line
    if [ $word_cnt = 2 ]
    then
    data_type=`echo $in_line | cut -f2 -d' ' | cut -f1 -d'('`
    if [ "$data_type" = "DATE" ]
    then
    data_fmt="DECODE(LENGTH(LTRIM(RTRIM(:$field_name))),'11',to_date(ltrim(rtrim(:$field_name)),'dd-mon-yyyy'),'9',to_date(ltrim(rtrim(:$field_name)),'dd-mm-yy'),'10',to_date(ltrim(rtr im(:$field_name)),'dd-mon-yy'),'yyyy/mm/dd hh24:mi:ss')"
    elif [ "$data_type" = "CHAR" ]
    then
    data_fmt="NVL(RTRIM(LTRIM(:$field_name)),' ')"
    elif [ "$data_type" = "VARCHAR2" ]
    then
    data_fmt="NVL(RTRIM(LTRIM(:$field_name)),' ')"
    else
    data_fmt="NVL(:$field_name,0) "
    fi
    else
    data_type=`echo $in_line | cut -f4 -d' ' | cut -f1 -d'('`
    if [ "$data_type" = "DATE" ]
    then
    data_fmt="DECODE(LENGHTH(LTRIM(RTRIM(:$field_name))),'11',to_date(ltrim(rtrim(:$field_name)),'dd-mon-yyyy'),'9',to_date(ltrim(rtrim(:$field_name)),'dd-mm-yy'),'10',to_date(ltrim(rt rim(:$field_name)),'dd-mon-yy'),'yyyy/mm/dd hh24:mi:ss')"
    elif [ "$data_type" = "CHAR" ]
    then
    data_fmt="NVL(RTRIM(LTRIM(:$field_name)),' ')"
    elif [ "$data_type" = "VARCHAR2" ]
    then
    data_fmt="NVL(RTRIM(LTRIM(:$field_name)),' ')"
    else
    data_fmt="NVL(:$field_name,0) "
    fi
    fi
    #if last line put );
    #else ,
    if test $record_count -eq $counter
    then
    echo $field_name \"$data_fmt\"");" >> wxyz.ctl
    else
    echo $field_name \"$data_fmt\""," >> wxyz.ctl
    fi
    #counter increamenting for each record
    counter=`expr $counter + 1`
    done
    #removing the file
    rm -f temp tempx
    cat wxyz.ctl >> $table_name.ctl
    rm -f x.ctl
    #calling the SQLLOADER
    SQLLDR $CUST_ORA_USER CONTROL=$table_name.ctl ERROR=99999999
    #removing the control file
    rm -f $table_name.ctl

  • Problem specifying SQL Loader Log file destination using EM

    Good evening,
    I am following the example given in the 2 Day DBA document chapter 8 section 16.
    In step 5 of 7, EM does not allow me to specify the destination of the SQL Loader log file to be on a mapped network drive.
    The question: Does SQL Loader have a limitation that I am not aware of, that prevents placing the log file on a network share or am I getting this error because of something else I am inadvertently doing wrong ?
    Note: I have placed the DDL, load file data and steps I follow in EM at the bottom of this post to facilitate reproducing the problem *(drive Z is a mapped drive)*.
    Thank you for your help,
    John.
    DDL (generated using SQL developer, you may want to change the space allocated to be less)
    CREATE TABLE "NICK"."PURCHASE_ORDERS"
        "PO_NUMBER"      NUMBER NOT NULL ENABLE,
        "PO_DESCRIPTION" VARCHAR2(200 BYTE),
        "PO_DATE" DATE NOT NULL ENABLE,
        "PO_VENDOR" NUMBER NOT NULL ENABLE,
        "PO_DATE_RECEIVED" DATE,
        PRIMARY KEY ("PO_NUMBER") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOCOMPRESS LOGGING TABLESPACE "USERS" ENABLE
      SEGMENT CREATION DEFERRED PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
        INITIAL 67108864
      TABLESPACE "USERS" ;
    Load.dat file contents
    1, Office Equipment, 25-MAY-2006, 1201, 13-JUN-2006
    2, Computer System, 18-JUN-2006, 1201, 27-JUN-2006
    3, Travel Expense, 26-JUN-2006, 1340, 11-JUL-2006
    Steps I am carrying out in EM
    log in, select data movement -> Load Data from User Files
    Automatically generate control file
    (enter host credentials that work on your machine)
    continue
    Step 1 of 7 ->
      Data file is located on your browser machine
      "Z:\Documentation\Oracle\2DayDBA\Scripts\Load.dat"
       click next
    step 2 of 7 ->
      Table Name
      nick.purchase_orders
      click next
    step 3 of 7 ->
      click next
    step 4 of 7 ->
      click next
    step 5 of 7 ->
      Generate log file where logging information is to be stored
      Z:\Documentation\Oracle\2DayDBA\Scripts\Load.LOG
      Validation Error
      Examine and correct the following errors, then retry the operation:
      LogFile - The directory does not exist.

    Hi John,
    But, i did'nt found any error when i am going the same what you did.
    My Oracle Version is 10.2.0.1 and using Windows xp. See what i did and i got worked
    1.I created one table in scott schema :
    SCOTT@orcl> CREATE TABLE "PURCHASE_ORDERS"
      2  (
      3      "PO_NUMBER"      NUMBER NOT NULL ENABLE,
      4      "PO_DESCRIPTION" VARCHAR2(200 BYTE),
      5      "PO_DATE" DATE NOT NULL ENABLE,
      6      "PO_VENDOR" NUMBER NOT NULL ENABLE,
      7      "PO_DATE_RECEIVED" DATE,
      8      PRIMARY KEY ("PO_NUMBER") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOCOMPRESS LOGGING TABLESPACE "USERS" ENABLE
      9  )
    10  TABLESPACE "USERS";
    Table created.I logged into em Maintenance-->Data Movement-->Load Data from User Files-->My Host Credentials
    Here i total 3 text boxes :
    1.Server Data File : C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    2.Data File is Located on Your Browser Machine : z:\load.dat <--- Here z:\ means other machine's shared doc folder; and i selected this option (as option button click) and i created the same load.dat as you mentioned.
    3.Temporary File Location : C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\ <--- I did'nt mentioned anything.
    Step 2 of 7 Table Name : scott.PURCHASE_ORDERS
    Step 3 of 7 I just clicked Next
    Step 4 of 7 I just clicked Next
    Step 5 of 7 I just clicked Next
    Step 6 of 7 I just clicked Next
    Step 7 of 7 Here it is Control File Contents:
    LOAD DATA
    APPEND
    INTO TABLE scott.PURCHASE_ORDERS
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    PO_NUMBER INTEGER EXTERNAL,
    PO_DESCRIPTION CHAR,
    PO_DATE DATE,
    PO_VENDOR INTEGER EXTERNAL,
    PO_DATE_RECEIVED DATE
    And i just clicked on submit job.
    Now i got all 3 rows in purchase_orders :
    SCOTT@orcl> select count(*) from purchase_orders;
      COUNT(*)
             3So, there is no bug, it worked and please retry if you get any error/issue.
    HTH
    Girish Sharma

  • [TS 41] UI Auto Load Sequence Files

    Hi All
    I had a labVIEW UI that could load a sequence file when opened (user could change sequence file at run-time). 
    However, when shifting TestStand from 4.0 to 4.1 (and LabVIEW from 8.5 to 8.6). 
    The VI still could load the sequence but all the TestStand activex control buttons are disabled so user could not
    run the loaded sequence files.  I have no idea why this happen and guess it's about TS API changes from 4.0 to 4.1.
    So how do I need to modify my code to achieve this?  (I know we could use command line but I'd prefer the feature
    built-in).  I attached my UI (TestStand User interface.vi) and a seququence as a zip file below.
    Thank you
    Attachments:
    Auto Open sequence.zip ‏182 KB

    Kirika -
    The only thing that would cause the UI controls to be disable is if there is no currently logged in user or if the logged in user has limited privileges. So check the settings on the User Manager tab of the Station Option dialog box between the two instances of TestStand that you are comparing. Are they the same, and if not, what is different? Options include enabling Automatically Login Windows System User and create a default user for yourself. You might try disabling Check User Privileges and leave Require User Login empty, but I think there is a known issue where the \run and \runEntryPoint command-line arguments are ignored when no user is logged in.
    Scott Richardson
    National Instruments

Maybe you are looking for

  • Rotate document in Adobe Acrobat Pro

    Hi All How do I custom rotate a document in Adobe Acrobat Pro? I see that there is the option to rotate by 90 or 180 degrees but how do I rotate by just 1 or 10 degrees? Thank you for your help!

  • Can you change the background image in IP Communicator

    Can you load an image file from you local workstation as the background in IP communicator?

  • Currency valuation when posting manual statements:

    Does anybody know why SAP System (R/3 Enterprise 4.7) is doing currency valuation during a manual statement posting? The account does not have valuation accounts at OBA1. The error occurs during the clearing process. I don't have exchange rate differ

  • I know this has been said BUT K8N plat won't post

    I am at my wits end with this damn thing.  I have installed a ton of PCs and never as much trouble as I have with this AMD64 3000.  First I ordered it with the Chaintech 150 board after reading great reviews on it.  That was my mistake for not lookin

  • Question about read receipts?

    Scenario: If I have my read receipts off and I opened a message at 7am and turn my read receipts on around 10am, will the other person see I read their message at 7 or 10?