FNDLOAD - responsibility Upload

Trying to download responsibility through FNDLOAD, we get: error loading of seeds for FND_RESPONSIBILITY data: APPLICATION_SHORT_NAME = INV, RESP_KEY = INVENTORY-LSR-Dominique, ORA-20001: APP-FND-01572: foreign key data invalid has been found for this record.
INV_1 value for the column that menu_name does not exist in the FND_MENUS_VL table.


Dump of LCT/LDT files (/ Apps/UAT/d02/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afscursp.lct(120.4.12010000.3), resp293.ldt) to stage tables
Empty the file Apps/UAT/d02/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afscursp.lct(120.4.12010000.3 LCT) in FND_SEED_STAGE_CONFIG
Empty the LDT file resp293.ldt in FND_SEED_STAGE_ENTITY
The lot (INV FND_APPLICATION, FND_RESPONSIBILITY INV INVENTORY-LSR-Dominique) of dumping to the FND_SEED_STAGE_ENTITY
Download from stage tables
Error loading of seeds for FND_RESPONSIBILITY data: APPLICATION_SHORT_NAME = INV, RESP_KEY = INVENTORY-LSR-Dominique, ORA-20001: APP-FND-01572: foreign key data invalid has been found for this record.
INV_1 value for the column that menu_name does not exist in the FND_MENUS_VL table.

Looks like the responsibility that you are trying to load point to an INV_1 menu which is not present in the destination instance.

Please make sure that you load the newly created menus first and then try to load the responsibility.

Please let me know if the above does not help you.

Thank you
Pradeep

Tags: Oracle Applications

Similar Questions

  • FNDLOAD - APPLICATION_SHORT_NAME is not mandatory?

    I used FNDLOAD for download concurrent programs. I did not specify the APPLICATION_SHORT_NAME in the command, but the LDT file has been generated. But this LDT file could not load successfully on another instance.

    But when I gave the APPLICATION_SHORT_NAME, it has successfully loaded.

    Anyone can shed some light on this? APPLICATION_SHORT_NAME is required for concurrent programs and other entities that are for download via FNDLOAD?

    I used FNDLOAD for download concurrent programs. I did not specify the APPLICATION_SHORT_NAME in the command, but the LDT file has been generated. But this LDT file could not load successfully on another instance.

    But when I gave the APPLICATION_SHORT_NAME, it has successfully loaded.

    Anyone can shed some light on this? APPLICATION_SHORT_NAME is required for concurrent programs and other entities that are for download via FNDLOAD?

    Yes - FNDLOAD Download / Upload of concurrent programs fails to load settings [ID 1101946.1]

    Thank you
    Hussein

  • Could not load the Mode of operating unit using fndload.

    Hello experts,

    I'm migrating a competing using a TDL of an instance file to another program. As you know has R12 of this security feature where you can run the program with the operating unit single or multiple mode. I ran fndload for download the concurrent program to another instance and it ends without error, but it does not affect the operation of the single unit. It has the value null. If someone has encountered this?

    Here are the steps I did:
    I copied the XXF5_PO_PRINT.ldt file to $FND_TOP, patch, 115, import directory
    Run the following command:
    FNDLOAD apps / DOWNLOAD < < password > > O $FND_TOP/patch/115/import/afcpprog.lct XXF5_PO_PRINT.ldt PROGRAM APPLICATION_SHORT_NAME = XBOL CONCURRENT_PROGRAM_NAME = XXF5_PO_PRINT

    I ran fndload for download the concurrent program to another instance and it ends without error, but it does not affect the operation of the single unit. It has the value null. If someone has encountered this?

    This is set on the source instance? You can find it in the ldt file? If so, you can modify the ldt and try the same command again.

    In addition, please use CUSTOM_MODE = FORCE or UPLOAD_MODE = options to REPLACE and see if it helps.

    Advice on FNDLOAD [ID 735338.1]
    FNDLOAD Download / Upload of concurrent programs fails to load settings [ID 1101946.1]
    How to manually download the files "ldt" [1092694.1 ID]

    Thank you
    Hussein

  • Command to download the Package

    Hi, we have orders fndload to upload or download files ldt.

    Do we not have any command to download a database package?

    Hussein right... but I've found a workaround for this...

    Linux, you can run sql to extract all lines of your package and then store it in a file. I did not understand the full code, but you will find the script @ http://oracleappsebs.com/command-to-download-a-package-from-linux/

  • Post HTTP and XML DB?

    Hello

    Can I make a post HTTP of a document XML directly to the XML DB basically? Or I have to use a servlet as a listener.

    Thanks in advance!

    Here is an example of using a Servlet to handle a PUT option

    SQL> spool testcase.log
    SQL> --
    SQL> connect sys/oracle as sysdba
    Connected.
    SQL> --
    SQL> set define on
    SQL> set timing on
    SQL> --
    SQL> def USERNAME = SERVLET
    SQL> --
    SQL> def PASSWORD = &USERNAME
    SQL> --
    SQL> -- def XMLDIR = &1
    SQL> --
    SQL> def USER_TABLESPACE = USERS
    SQL> --
    SQL> def TEMP_TABLESPACE = TEMP
    SQL> --
    SQL> drop user &USERNAME cascade
      2  /
    old   1: drop user &USERNAME cascade
    new   1: drop user SERVLET cascade
    
    User dropped.
    
    Elapsed: 00:00:00.29
    SQL> grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
      2  /
    old   1: grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
    new   1: grant create any directory, drop any directory, connect, resource, alter session, create view to SERVLET identified by SERVLET
    
    Grant succeeded.
    
    Elapsed: 00:00:00.03
    SQL> alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
      2  /
    old   1: alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
    new   1: alter user SERVLET default tablespace USERS temporary tablespace TEMP
    
    User altered.
    
    Elapsed: 00:00:00.01
    SQL> /*
    SQL> **
    SQL> ** 11.1.x only
    SQL> **
    SQL> ** call DBMS_XDB.DELETESERVLET(NAME => 'sample')
    SQL> ** /
    SQL> ** call DBMS_XDB.DELETESERVLETMAPPING(NAME => 'sample')
    SQL> ** /
    SQL> ** call DBMS_XDB.DELETESERVLETSECROLE(SERVNAME     => 'sample', ROLENAME  => 'anonymousServletRole' )
    SQL> ** /
    SQL> ** call DBMS_XDB.ADDSERVLETMAPPING(PATTERN => '/sys/servlets/&USERNAME/sample/*', NAME => 'sample')
    SQL> ** /
    SQL> ** call DBMS_XDB.ADDSERVLET
    SQL> ** (
    SQL> **         NAME     => 'sample',
    SQL> **         LANGUAGE => 'Java',
    SQL> **         DISPNAME => 'Sample Servlet',
    SQL> **         DESCRIPT => 'Sample Servlet',
    SQL> **         SCHEMA   => '&USERNAME',
    SQL> **         CLASS    => 'com.oracle.st.xdb.pm.examples.servlets.SampleServlet'
    SQL> ** )
    SQL> ** /
    SQL> ** call DBMS_XDB.ADDSERVLETSECROLE
    SQL> ** (
    SQL> **    SERVNAME     => 'sample',
    SQL> **    ROLENAME     => 'anonymousServletRole',
    SQL> **    ROLELINK     => 'anonymousServletRole'
    SQL> ** )
    SQL> ** /
    SQL> **
    SQL> */
    SQL> call xdb_configuration.addServletMapping
      2       (
      3         '/sys/servlets/&USERNAME/sample/*',
      4         'Sample Servlet',
      5         'Sample Servlet',
      6         'com.oracle.st.xdb.pm.examples.servlets.SampleServlet',
      7         '&USERNAME',
      8         'Java',
      9         null,
     10         xmltype('anonymousServletRoleanonymousServletRole
     11       )
     12  /
    old   3:        '/sys/servlets/&USERNAME/sample/*',
    new   3:        '/sys/servlets/SERVLET/sample/*',
    old   7:        '&USERNAME',
    new   7:        'SERVLET',
    
    Call completed.
    
    Elapsed: 00:00:00.09
    SQL> connect &USERNAME/&PASSWORD
    Connected.
    SQL> --
    SQL> VAR JAVA_SOURCE       CLOB
    SQL> VAR JAVA_SOURCE_PATH  VARCHAR2(700);
    SQL> --
    SQL> begin
      2    :JAVA_SOURCE_PATH := '/public/SampleServlet.java';
      3          :JAVA_SOURCE :=
      4  'package com.oracle.st.xdb.pm.examples.servlets;
      5
      6  import java.io.IOException;
      7  import java.io.OutputStreamWriter;
      8  import java.io.Reader;
      9  import java.io.StringReader;
     10  import java.io.Writer;
     11  import java.sql.DriverManager;
     12  import java.sql.PreparedStatement;
     13  import java.sql.SQLException;
     14
     15  import javax.servlet.ServletException;
     16  import javax.servlet.http.HttpServlet;
     17  import javax.servlet.http.HttpServletRequest;
     18  import javax.servlet.http.HttpServletResponse;
     19
     20  import oracle.jdbc.OracleConnection;
     21  import oracle.jdbc.OracleDriver;
     22
     23  import oracle.jdbc.OraclePreparedStatement;
     24
     25  import oracle.sql.CLOB;
     26
     27  import oracle.xdb.XMLType;
     28
     29  public class SampleServlet extends HttpServlet {
     30
     31      private OracleConnection dbConnection;
     32
     33      public SampleServlet() {
     34      }
     35
     36      private void initializeDatabaseConnection() throws SQLException {
     37          DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
     38          OracleDriver ora = new OracleDriver();
     39          this.dbConnection = (OracleConnection) ora.defaultConnection();
     40      }
     41
     42      public void doGet(HttpServletRequest request, HttpServletResponse response)
     43      throws ServletException, IOException
     44      {
     45          try {
     46            response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED);
     47          }
     48          catch (Exception e) {
     49            System.out.println("SampleServlet.doGet() : Caught Exception.");
     50            e.printStackTrace(System.out);
     51            System.out.flush();
     52            try {
     53              this.dbConnection.rollback();
     54            }
     55            catch (SQLException sql) {
     56              System.out.println("SampleServlet.doGet() : Rollback Exception.");
     57              sql.printStackTrace(System.out);
     58              System.out.flush();
     59            }
     60            finally {
     61              response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
     62              e.printStackTrace(System.out);
     63              System.out.flush();
     64           }
     65         }
     66      }
     67
     68      public Reader doPutImpl(HttpServletRequest request, HttpServletResponse response)
     69      throws SQLException, IOException {
     70
     71          OraclePreparedStatement statement =  (OraclePreparedStatement) this.dbConnection.prepareStatement("insert into MY_XML_TABLE values (:
     72          XMLType myXML = new XMLType(dbConnection,request.getInputStream());
     73          statement.setObject(1, myXML);
     74          statement.execute();
     75          statement.close();
     76
     77          String responseText = "Upload Complete
    Successfully uploaded document into MY_XML_TABLE declare 2 V_RESULT BOOLEAN; 3 begin 4 if (DBMS_XDB.existsResource(:JAVA_SOURCE_PATH)) then 5 DBMS_XDB.deleteResource(:JAVA_SOURCE_PATH); 6 end if; 7 V_RESULT := DBMS_XDB.createResource(:JAVA_SOURCE_PATH,:JAVA_SOURCE); 8 end; 9 / PL/SQL procedure successfully completed. Elapsed: 00:00:00.04 SQL> -- SQL> undef JAVA_SOURCE_PATH SQL> -- SQL> column JAVA_SOURCE_PATH new_value JAVA_SOURCE_PATH SQL> -- SQL> select :JAVA_SOURCE_PATH JAVA_SOURCE_PATH from dual 2 / JAVA_SOURCE_PATH -------------------------------------------------------------------------------- /public/SampleServlet.java Elapsed: 00:00:00.01 SQL> def JAVA_NAME = SampleServlet SQL> def JAVA_SOURCE_PATH DEFINE JAVA_SOURCE_PATH = "/public/SampleServlet.java" (CHAR) SQL> -- SQL> create or replace and resolve java source 2 named "&JAVA_NAME" 3 using CLOB (select xdburitype('&JAVA_SOURCE_PATH').getClob() from dual); 4 / old 2: named "&JAVA_NAME" new 2: named "SampleServlet" old 3: using CLOB (select xdburitype('&JAVA_SOURCE_PATH').getClob() from dual); new 3: using CLOB (select xdburitype('/public/SampleServlet.java').getClob() from dual); Java created. Elapsed: 00:00:00.56 SQL> show errors No errors. SQL> -- SQL> declare 2 shortname varchar2(128); 3 begin 4 select dbms_java.shortname(NAME) 5 into shortname 6 from USER_JAVA_CLASSES 7 where SOURCE = '&JAVA_NAME'; 8 execute immediate 'grant execute on "' || shortname || '" to public'; 9 end; 10 / old 7: where SOURCE = '&JAVA_NAME'; new 7: where SOURCE = 'SampleServlet'; PL/SQL procedure successfully completed. Elapsed: 00:00:00.06 SQL> create table MY_XML_TABLE of XMLTYPE 2 / Table created. Elapsed: 00:00:00.06 SQL> select * 2 from MY_XML_TABLE 3 / no rows selected Elapsed: 00:00:00.01 SQL> VAR RESPONSE VARCHAR2(4000) SQL> -- SQL> DEF HOSTNAME = ORA10200 SQL> -- SQL> DECLARE 2 V_SERVLET_URL VARCHAR2(4000) := 'http://&USERNAME:&PASSWORD@&HOSTNAME/sys/servlets/&USERNAME/sample/upload.xml'; 3 V_MESSAGE VARCHAR2(4000) := 'World'; 4 V_REQUEST UTL_HTTP.REQ; 5 V_RESPONSE UTL_HTTP.RESP; 6 V_BUFFER VARCHAR2(32000); 7 V_RESPONSE_TEXT CLOB; 8 V_RESPONSE_XML XMLTYPE; 9 V_WSDL XMLTYPE; 10 BEGIN 11 DBMS_LOB.CREATETEMPORARY(V_RESPONSE_TEXT, TRUE); 12 13 begin 14 V_REQUEST := UTL_HTTP.BEGIN_REQUEST(URL => V_SERVLET_URL, METHOD => 'PUT'); 15 -- UTL_HTTP.SET_AUTHENTICATION(V_REQUEST, '&USERNAME', '&PASSWORD' ); 16 UTL_HTTP.SET_HEADER(V_REQUEST, 'User-Agent', 'Mozilla/4.0'); 17 UTL_HTTP.SET_HEADER (R => V_REQUEST, NAME => 'Content-Length', VALUE => LENGTH(V_MESSAGE)); 18 UTL_HTTP.WRITE_TEXT (R => V_REQUEST, DATA => V_MESSAGE); 19 V_RESPONSE := UTL_HTTP.GET_RESPONSE(V_REQUEST); 20 LOOP 21 UTL_HTTP.READ_LINE(V_RESPONSE, V_BUFFER, TRUE); 22 if (LENGTH(V_BUFFER) > 0) then 23 DBMS_LOB.WRITEAPPEND(V_RESPONSE_TEXT,LENGTH(V_BUFFER),V_BUFFER); 24 end if; 25 END LOOP; 26 UTL_HTTP.END_RESPONSE(V_RESPONSE); 27 EXCEPTION 28 WHEN UTL_HTTP.END_OF_BODY THEN 29 UTL_HTTP.END_RESPONSE(V_RESPONSE); 30 END; 31 32 :RESPONSE := V_RESPONSE_TEXT; 33 34 DBMS_LOB.FREETEMPORARY(V_RESPONSE_TEXT); 35 36 END; 37 / old 2: V_SERVLET_URL VARCHAR2(4000) := 'http://&USERNAME:&PASSWORD@&HOSTNAME/sys/servlets/&USERNAME/sample/upload.xml'; new 2: V_SERVLET_URL VARCHAR2(4000) := 'http://SERVLET:SERVLET@ORA10200/sys/servlets/SERVLET/sample/upload.xml'; old 15: -- UTL_HTTP.SET_AUTHENTICATION(V_REQUEST, '&USERNAME', '&PASSWORD' ); new 15: -- UTL_HTTP.SET_AUTHENTICATION(V_REQUEST, 'SERVLET', 'SERVLET' ); PL/SQL procedure successfully completed. Elapsed: 00:00:00.62 SQL> set long 100000 SQL> -- SQL> select :RESPONSE 2 from dual 3 / :RESPONSE -------------------------------------------------------------------------------- Upload Complete
    Successfully uploade d document into MY_XML_TABLE
    Elapsed: 00:00:00.01 SQL> select * 2 from MY_XML_TABLE 3 / SYS_NC_ROWINFO$ -------------------------------------------------------------------------------- World Elapsed: 00:00:00.00 SQL>
  • Is it possible to download more than one of the objects to AOL using FNDLOAD.

    Hello

    I need to download responsibilities, then his willingness to migration in the PRD using fndload.

    in my case, I have 50 more responsibility. I want to download all the responsibilities of a sudden using FNDLOAD commnad. even how to download to a different instance of a sudden.

    Is it possible to download/send several AOL objects as menu, service, research, Repsonsibilities, flexfield etc using FNDLOAD in Oracle Apps R12.

    configuration:

    EBS: r12.1.2
    DB: 11gR 3.


    Thank you
    Nitin

    Hi Srini

    Easy way to download responsibilities using FNDLOAD this command make FNNDLOAD using sql query below. last exit in shell scripts resp.sh under linux. then run the shell script.

    Select ' $FND_TOP/bin/FNDLOAD apps / 0 $FND_TOP/patch/115/import/afscursp.lct Y UPLOAD ' | Fr. RESPONSIBILITY_KEY |'. LDT"
    of fnd_responsibility en, ftl fnd_responsibility_tl where ftl.responsibility_name in ('Resp_name1',
    ("Resp_name2", no)
    and ftl.responsibility_id = fr.responsibility_id
    order by 1;

    This will save our time.

    Thank you
    Nitin

  • Impossible to download files in Firefox, using flash uploader. Already reinstalled flash, works well in Chrome.

    I have a site where I can upload files to the site server using Flash - I have the latest Firefox and the latest version of the plugin Flash (uninstalled and reinstalled). "But the download fails - I get an unknown message of I/O. but only in Firefox - works fine in Chrome. I already ran the process of uninstalling/reinstalling Adobe and I also tried to run Firefox in Mode without failure and the problem persists.

    Hi Bilinbaja,

    I don't know if you use FTP to download the files, however, this error can sometimes refer to a hardware problem. Please try to turn hardware acceleration by clicking on an element using the flash plug-in and selection of parameters.

    Please let us know if this improves the performance as well as if this also happens on other computers, or if it still happens after you delete cache and cookies. Each browser has its own cache, Firefox's cache may also be longer. How to clear the Firefox cache
    

    This aid? We look forward to your response.

  • Since the update to FF15.0.1, I can't upload to Photobucket and update of Flash Player crashes my browser. Help?

    The last two days, since the update to FF15.0.1 I not was able to upload on Photobucket. Online research suggest it is probably a problem of Flash Player, but when I try to update Flashplayer FF crashes. The only site that I had this problem with is Photobucket.

    I just use IE to update Flash Player but Photobucket downloads aren't always. I posted a question with the support of Photobucket but no response. I need help. Ideas?

    I use XP home with all updates.

    It turns out that the problem was with Photobucket. They solved the problem and everything is good.

  • Bandwidth limit Upload on EA4500

    I have an EA4500 connected to a cable modem.  My ISP is substantially more slow upload speed that download, and found that large downloads (for example, when my PogoPlug device's sync their Cloud Computing service) will saturate the download bandwidth and prevent any internet access.

    PogoPlug has been able to provide me with the information I need to put a limit on the bandwidth download they can consume, but I can't find a way to do it in the EA4500 firmware.  I found this thread basically say you cannot do, but it's from 2012.

    http://community.Linksys.com/T5/wireless-routers/EA4500-limit-FTP-upload/TD-p/584676

    I've seen other threads, which suggests that tweaking the speed of download under settings in the application of the prioritization of media could help, but there is no such parameter (value configurable only here is the bandwidth downstream).  The revision of the firmware is 2.1.41.162351, which, according to the automatic update function is the most recent.

    I have seen other information to suggest that this feature may be available through the Cisco Connect desktop application.  I have not installed the application itself yet (there are a few quite severe warnings attached to it), but the screenshots in the KB of the resembeles the normal config UI UI I know of my old Linksys router, which was exactly the functionality I needed.

    http://KB.Linksys.com/Linksys/UKP.aspx?pid=101&VW=1&articleid=21445

    Did anyone has had any success or throttling upstream of a specific application, or a minimum limit for the entire network avoid saturate the connection and blocks all other access?  Thank you.

    Tony

    I was able to find the solution to this problem elsewhere.  In response to the bad reviews of the EA4500 (particularly with the upgrade of the firmware Smart WiFi/CloudConnect and the severe deterioration of the functionality it introduced), Cisco posted a link to an article on restore the firmware to connect avant-nuage.

    http://KB.Linksys.com/Linksys/UKP.aspx?pid=80&login=1&app=search&VW=1&articleid=25856&donelr=1

    The following made me a normal router configuration screen.  QoS parameters were more customizable.  I was able to limit the overall download bandwidth, but also to give my a 'priority' for internet access network storage device.  (The new firmware allows only Normal or high, and setting my laptop high does not stop my regular camera to consume all of the bandwidth).  My camera's sync a large file to the cloud (and it is time to do so) in the background that I write, what I couldn't do half an hour ago.

    If you like all or part of the Smart WiFi features, this isn't the solution for you.  But if you can live with a normal router configuration environment, I would recommend this kicking.

    Tony

  • Problem: How to upload files to server

    I'm a newbie to BB development. I have problems to download the file from my BB to the server.

    Any help would be appreciated... Thank you...

    Code of the thread:

    class UploadThrd extends Thread
    {
    Limit string = "*";
    String lineend = "\r\n";
    String twoHyphens = "-";
    int maxBufferSize = 0;
    DataInputStream fileInputStream = null;
    public void run()
    {
    try {}
    FileConnection fis=(FileConnection)Connector.open("file:///store/home/user/newfile.txt");
    CreateFileScreen.showMsg ("recovered file name");
    InputStream inputStream = fis.openInputStream ();

    ByteArrayOutputStream Bos = new ByteArrayOutputStream();
    int buffersize = (int) fis.fileSize ();
    ubyte [] buffer = new byte [buffersize];
    int length = 0;
    While ((length = InputStream.Read (buffer))! = - 1).
    {
    Bos.Write (buffer, 0, Length);
    }
    Byte [] b = bos.toByteArray ();
    CreateFileScreen.showMsg ("copied file...");

    ConnectionFactory connFact = new ConnectionFactory();
    ConnectionDescriptor connDesc;
    connDesc = connFact.getConnection ("http://www.myserver.net/z/upload.php");
    If (connDesc! = null)
    {
    HttpConnection conn;
    Conn = (HttpConnection) connDesc.getConnection ();
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("http connected...");
    }
    });
    conn.setRequestMethod (HttpConnection.POST);
    conn.setRequestProperty ("Content-Type", "multipart/form-data; limit = "" + limit); "
    conn.setRequestProperty ("login", "Keep-Alive");
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("' HTTPConnection TOGETHER... verification response Code.. '");
    }
    });
    conn.setRequestProperty ("Content-Length", Long.toString (b.length));
    end of series

    If (conn.getResponseCode () == HttpConnection.HTTP_OK)
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("response Code: HTTP_OK!");
    }
    });
    OutputStream os = conn.openOutputStream ();
    Write bytes
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("written bytes..");
    }
    });

    String CT = "Content-Type: multipart/form-data;" limit = "+ limit;"
    OS. Write ("Content-Disposition: form-data;") Name =-"source\" "." GetBytes());
    OS. Write (LineEnd.GetBytes ());
    OS. Write (LineEnd.GetBytes ());
    OS. Write ("BlackBerry". GetBytes());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (twoHyphens.GetBytes ());
    OS. Write (Boundary.GetBytes ());
    OS. Write (LineEnd.GetBytes ());

    String filename = "z\newfile.txt; »
    OS. Write ("Content-Disposition: form-data;") name =-"Filedata\"; filename =------"". GetBytes());
    OS. Write (FileName.GetBytes ());
    OS. Write("\"".) GetBytes());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (CT. GetBytes());
    OS. Write (LineEnd.GetBytes ());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (b, 0, b.length);

    OS. Write (LineEnd.GetBytes ());

    OS. Write (twoHyphens.GetBytes ());
    OS. Write (Boundary.GetBytes ());
    OS. Write (twoHyphens.GetBytes ());
    OS. Write (LineEnd.GetBytes ());
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("downloaded file!");
    }
    });
    OS. Flush();
    OS. Close();
    }
    on the other
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("no connection");
    }
    });
    Conn.Close ();
    }

    }
    catch (Exception e) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert("===exception!");
    }
    });
    }
    }
    }

    Class app:

    SerializableAttribute public class CreateFileApp extends UiApplication
    {
    /**
    * Entry point for application
    @param args command-line arguments (not used)
    */
    Public Shared Sub main (String [] args)
    {
    Try
    {
    FileConnection fc = (FileConnection)Connector.open("file:///store/home/user/newfile.txt");
    If (! fc.exists ())
    {
    FC. Create(); create the file if it doesn't exist
    }
    OutputStream outStream = fc.openOutputStream ();
    outStream.write ("happy test".getBytes ());
    outStream.close ();
    FC. Close();
    CreateFileScreen.showMsg ("I'll upload file..");
    Thread UploadThrd = new UploadThrd();
    thread. Start();
    }
    catch (IOException e)
    {
    System.out.println ("= IOException:"+ e.getMessage () ");
    }
    catch (Exception e1)
    {
    System.out.println ("= Exception:"+ e1.getMessage () ");
    }
    Create a new instance of the application and make the currently
    who runs the thread of the application of the event dispatch thread.
    PAP CreateFileApp = new CreateFileApp();
    theApp.enterEventDispatcher ();
    }

    /**
    * Creates a new CreateFileApp object
    */
    public CreateFileApp()
    {
    Push a screen onto the stack in the user interface for rendering.
    pushScreen (CreateFileScreen.cfs);
    }
    }

    The screen class:

    / public final class CreateFileScreen extends screen
    {
    /**
    * Creates a new CreateFileScreen object
    */
    public static CreateFileScreen SFC = new CreateFileScreen();
    public CreateFileScreen()
    {
    Set the displayed title of the screen
    setTitle ("create a file");
    }
    public static void showMsg (String msg)
    {
    LabelField lbl = new LabelField (msg);
    CFS. Add (LBL);
    }
    }

    Hello, welcome to the Forums!

    You must use the property tto line allow multi part download on your BB using Post server.

    It is a good example in nokia Forums, where you can fashion it accordint to your settings & file Type.

    http://www.developer.Nokia.com/community/wiki/HTTP_Post_multipart_file_upload_in_Java_ME

    Thank you

  • EXTREME slowing windows 7 professional 64-bit response time, possibly problem driver network adapter? Help, please!

    I have Windows 7 Professional 64 bit installed on a computer, I built

    Data sheet:
    Processor Intel i5 750 (stock clocked & stock cooler)
    Card mother Gigabyte GA-P55A-UD3P
    G. Skill Rip jaw DDR3 1333 RAM (standard timings)
    Western Digital 640 GB SATA HD
    Card EVGA 8800 GS SC Video
    Creative Sound Blaster Audigy SE sound card
    Powersupply Coairsair 650W
    Samsung SATA DVD writer

    My problem is, after I started and had my computer running for a significant amount of time (30 minutes to an hour), I loose full internet connectivity and the response time for any action I'm trying of the preform is from 30 seconds to 5 minutes.

    This problem occurs almost every time my computer is started for a significant amount of time, and it's extremely annoying.

    First Firefox, Google chrome, or internet Explorer stops receivers internet connectivity (because it is not sailing to any web page) but still related reports.

    (during this time and on my computer don't report any anomaly, IE CPU utilization / ram uses / temperature are amounts all acceptable)

    I usually try to close my browser (s) web, but its reports "not responding" and I cannot close or even end the process or the process tree, so it runs as a process. From there a program or a click I do I try to run either doesn't work or takes 30 seconds to 5 minutes to register if they register at all.

    Programs I all ready have running continue to run, IE Vuze, WindowsMP, Zune software, openoffice. But once that I close them I can't reopen.

    Any program I try to open starts a process in the Task Manager but it not to start a program or actually run, and I can't used to finish the tasks that do not work properly.

    If I try to shut down windows, it takes a minute or so to begin to disconnect, then he sits on the "logging" off the screen until I use the power switch to kill the system.

    I suspect that it may be a problem from my network card driver (Controller Realtek PCIe GBE Family, latest version downloaded directly from the Gigabyte website for my motherboard) because the question almost always starts when my internet stops working. However, this may be 2 combined numbers.

    I had this problem and I thought it was because of an installation of bad windows 7 so I erased the hard drive and did a complete new installation, but the problem is back!

    I changed my routers settings to give me a fixed IP address to dismiss questions here. All the other computers in my House have access the internet without interruption during my problems. And no other computer in my house has similar problems.

    I reinstalled the network once drivers without success.

    I would like to address the downturn extreme Windows 7 after half an hour or so if possible because I have other NICs lying there if the problem comes from the network card.

    I'm pretty computer savvy and I've exhausted all my ideas, so any notice are useful! Thank you

    OK, so I think that the slow issue is resolved now. I blame intel speedstep, while part of my problem is fixed.

    Internet connection problems still remain.

    I ran my computer in safe mode with network for about 2 hours. When I booted in safe mode, everything was fine, internet connetion worked on download and upload at full power. I let it sit for an hour or two in safe mode and I came back and there is no internet again, as usual. All my browsers (internet explorer, my main browser firefox and chrome) refuse to function / load anything and their work will not end in the Task Manager. The device says it all works and it (network adapter) said I have a connection, but I am squatting me on my browsers or any other uses of the Internet. This test will run on a network interface card that I installed, with drivers. I did him wrong with shooting my motherboard cable network and its software driver port. This new card gives the same result, so I think now I know that this issue has nothing to do with my physical port or its drivers.

    The only things I can think that it either now are either:
    my router
    However, all the other computers in my house (3 of them, 1 win XP), 1 Win 7 64 bit pro, 1 Ubuntu and my Xbox 360 not having this problem and works perfectly

    or

    Something inside windows 7 that control the browsers or manages connections,
    I think it's most likely due to the fact that my browsers have problems in the Task Manager / they do not work properly

    All reviews are useful,

    Thank you!

  • DOCUMENT CLOUD - REST - Upload leader ORACLE API number

    Hello

    I'm testing the REST API for cloud document oracle as shown below the documentation service:

    http://docs.Oracle.com/cloud/latest/documentcs_welcome/WCCCD/ODCS-restapi003.htm#WCCCD3783

    I am facing issue seeks to test OTHER API to Upload file (POST) and download Version (POST).

    I'm testing the API on the browser Chrome (version 40) using the plugin(rest client) factor. As soon as the request to download the document, I get below page in response:

    odc_rest_error.PNG

    Is this a known issue? If so, what should the solution?

    Thank you

    Dushyant

    Don't try as many dashes. Try the limit with two dashes:

    multipart/form-data; Boundary = - 1234567890

    And in the body, use 4 dashes.

    -1234567890

    Content-Disposition: form-data; name = "jsonInputParameters".

    {

    'parentID': 'self '.

    }

    -1234567890

    Content-Disposition: form-data; name = "primaryFile; filename = "HelloWorld.txt"

    Content-Type: text/plain

    Hello world!

    -1234567890-

    Another way to do it, is to use no dashes in the header and only two in the body of the message. The body of the message must have two more than what is in the header.

  • 12 c agent deploy with agent and response URL Protocol file (http/https)

    Hello

    I have installed agent12c on a database server using response with this command file:

    bin/sh agentDeploy.sh - ignorePrereqs - invPtrLoc /oracle/${1}/app/oraInst.loc RESPONSE_FILE=${template_dir}/agent12c/response_file.rsp AGENT_BASE_DIR=/oracle/${1}/app/oracle/product/12.1.0

    The contents of the answer file:

    ORACLE_HOSTNAME = "dbxx. DBC.domain.it ".

    AGENT_PORT = "3872.

    AGENT_INSTANCE_HOME="/Oracle/dbxx/app/Oracle/product/12.1.0/agent_inst".

    OMS_HOST = "xxxxx. DBC.yyyyy.it ".

    EM_UPLOAD_PORT = "4903.

    b_doDiscovery = false

    b_startAgent = false

    b_forceInstCheck = true

    The installation was sucessefull:

    emctl status agent

    Oracle Enterprise Manager Cloud control 12 c Release 2

    Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.

    ---------------------------------------------------------------

    Agent version: 12.1.0.2.0

    The WHO's version: (unknown)

    Protocol version: 12.1.0.1.0

    Agent home: /oracle/dbxx/app/oracle/product/12.1.0/agent_inst

    File binary agent: /oracle/dbxx/app/oracle/product/12.1.0/core/12.1.0.2.0

    Agent process ID: 22746

    Parent process ID: 22694

    Agent URL: http://dbxxxx.dbc.domain.it:3872/emd/hand /

    Repository URL: https://emoms-int.dbc.domain.it:4903/empbs/upload /

    Starts at: 2014-09-22 14:28:25

    Started by user: oracle

    Last charging: (none)

    Last download successful: (none)

    Last attempt to download: (none)

    Total megabytes of XML files uploaded so far: 0

    Number of XML, waiting for loading files: 0

    Size of the XML files in the upload wait (MB): 0

    Available disk space on the file upload system: 55,48%

    Collection status: activated Collections

    Heartbeat status: (none)

    Last heartbeat to WHO attempt: (none)

    Last pulse successful who: (none)

    Then, at the request of the heart rate to WHO: 2014-09-22 14:13:05

    ---------------------------------------------------------------

    BUT how can I tell oracle to use https and not http protocol?

    Agent URL is now:

    http: //dbxxxx.dbc.domain.it:3872/emd/main/

    I would use protocolo https instead:

    https: //dbxxxx.dbc.domain.it:3872/emd/main/

    11.2.0.3 Oracle Linux

    Set the agent that NS has proposed. If necessary, check this doc below on how to secure the agent.

    Security features

    Kind regards

    -Loc

  • Upload and Download "security entitlement rules."

    Hi all

    Is it possible to download the "assign security rules" of E-Business Suite?

    This form of "Assign security rules" there are four categories... "" Value sets ","Key Flexfield", 'Descriptive Flexfield' and 'simultaneous program '.

    If it is possible to download, could you please let me know how to these categories.

    Of

    The Oracle eBusiness Suite system administrator guide - Configuration

    Exit 12.1

    I found the following about safety... rules but he doesn't "assign security rules"...

    Sets the value of Flexfield

    The VALUE_SET entity includes the following detail of value valid table sets and output details special/pair user validated by value sets. It includes values, the hierarchy of normalized value, value qualifier values, rules of security, rule of security lines, details on using security rules, groups rollup or hierarchies of value for the value set.

    The key for this entity is FLEX_VALUE_SET_NAME.

    Example of

    > FNDLOAD apps/apps 0 Y DOWNLOAD @FND:admin/import/afffload.lct out.ldt VALUE_SET FLEX_VALUE_SET_NAME = "Loader_Test".

    > FNDLOAD apps/apps 0 DOWNLOAD @FND:admin/import/afffload.lct out.ldt

    All entries are greatly appreciated...

    Best regards

    gt1942

    PL identify the navigation path (responsibility and form the name) used to create these safety rules. If the objects are not identified in Doc 735338.1 and MOS MOS Doc 274667.1, then, this capability does not exist as far as I KNOW

  • File Upload HTTP with plug

    Hello

    I am currently working on scripts that use the Socket for HTTP communication with our server, I found a lot of answers to my question by conducting a search in the forum, but now I'm stuck with an HTTP download.

    I create an overview of the current pages and I want to download this song on the server. The server runs a java application and I have a java application to download test files - I know that the download works and the problem is in the script.

    I read the file into a string and I create a Socket connection to the server. I created another channel with the content to download (file and additional information), love and I send you the MESSAGE HTTP to the server. And I always get a "stream ended unexpectedly" error from the server.

    So, I think, the length of the content is the problem. Server expects a number of bytes, and I do not send the bytes expected. How to calculate the length of the content?

    This is my code:

    conn = new Socket;

    response = "";

    var f = file ('c:\\tmp\\jdExport.jpg');

    f.Encoding = "BINARY";

    f.Open ("r");

    var fContent = f.read ();

    f.Close ();

    If (conn.open ('127.0.0.1:8081', 'BINARY')) {}

    Alert ("linked");

    Conn.Timeout = 20000;

    Content = "-XLuvdG51D_BRiiAda_0y79ImMN_ddtKYzeFFLlu8\n".

    + "Content-Disposition: form-data; name = \ 'file '; filename=\"jdExport.jpg\"\n ".

    + "Content-Type: application/octet-stream\n".

    + "\n"

    + the fContent;

    ;

    CS = "POST/dp/uploadpreview? SessionID = xxxx HTTP/1.1\n.

    + "Content-Length:"+ content.length + "\n";

    + "Content-Type: multipart/form-data; Boundary = XLuvdG51D_BRiiAda_0y79ImMN_ddtKYzeFFLlu8\n.

    + "Host: 127.0.0.1:8081\n".

    + "Connection: Keep-Alive\n".

    + "User-Agent: Apache-HttpClient/4.3.1 (java 1.5) \n".

    + "Authorization: basic TXlTUUxcYWRtaW46\n.

    + "Accept-Encoding: gzip, deflate\n.

    + "\n"

    + content;

    Journal of the var = file ("c:\\tmp\\log.txt");

    log. Open ('w');

    log. Write (cs);

    log. Close();

    Conn.Write (cs);

    response = conn.read (999999);

    Conn.Close ();

    alert (response).

    If (reply.indexOf ('200 OK') > 0) {}

    } else {}

    throw new Error ("createLayout.error: Errormessage of the server" + dataplanServer + ":" + getResponseError (answer) "");

    }

    } else {}

    throw new Error ("createLayout.error: unable to connect to"+ dataplanServer ");

    }

    I found it. I downloaded the source files for the spring framework and the Commons of apache file upload und used the debugger to find out what happened on the server side. Want it tomcat on the other '-' after the file data (and closed chain limit) and I got a CRLF in this position. I just added the "-" at the end of the upload and it worked...

Maybe you are looking for

  • DVD - ROM works do not (S1800-804)

    Suddenly, the DVD doesn't work. The light is on permanently. The dvd seems to begin by putting in a disk, but doesn´t actually read any CD or DVD. Nothing happens. Everyone who recognize this behavior, or what to do?BIOS (2.20)

  • get "Windows7 not genuine copy" message

    Several years ago, I bought a HP G71-340US notebook Windows7 (it was a refurbished model directly from HP). I used it for years of mant without problems until last week. I get now on the bottom right of my screen 'Windows7 build 7600' Message this co

  • Signature with password by accident...

    Accidentally put in password when entering my email address - now I see whenever I connect - how to remove? Deleting does nothing... just put in the first letters evokes several 'suggestions'... that's what I can't get rid of - help please!

  • Only programs to run

    I would like to disable all programs on a machine with the exception of a few windows XP.I want to welcome it into the library and don't allow users to use the library catalogue. How could do us this under Windows?or do we need any third-party tool t

  • Widget - Connection HTTP to a site

    I'm building a widget using Visual Studio 2008 plugin on Windows 7. Access to widget RSS feed located on external server. I guess I have to add the URL in the config file.  I see a section called Widget permissions in the Config.xml file. I click on