FNDLOAD - Responsibility Upload

While attempting to upload responsibility through FNDLOAD, we get : Error loading seed data for FND_RESPONSIBILITY: APPLICATION_SHORT_NAME = INV, RESP_KEY = INVENTORY-LSR-GOKL, ORA-20001: APP-FND-01572: Invalid foreign key data was found for this record.
Value INV_1 for column MENU_NAME does not exist in table FND_MENUS_VL.
Dump from 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
Dump LCT file /Apps/UAT/d02/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afscursp.lct(120.4.12010000.3) into FND_SEED_STAGE_CONFIG
Dump LDT file resp293.ldt into FND_SEED_STAGE_ENTITY
Dumped the batch (FND_APPLICATION INV , FND_RESPONSIBILITY INV INVENTORY-LSR-GOKL ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Error loading seed data for FND_RESPONSIBILITY: APPLICATION_SHORT_NAME = INV, RESP_KEY = INVENTORY-LSR-GOKL, ORA-20001: APP-FND-01572: Invalid foreign key data was found for this record.
Value INV_1 for column MENU_NAME does not exist in table FND_MENUS_VL.

While performing fndload to upload changes to existing responsibilities, this command is used:
UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
The menu link updates with the new value but the menu exclusions appear to append to existing values.
Has anyone else experienced this? If so, do you know of another parameter to overwrite existing menu exclusions to reflect only the new uploaded values?

Similar Messages

  • Using FNDLOAD to upload data of all employees into fnd_user form?

    Hi
    I have created a production clone instance. In clone instance, i have to create all users in fnd_user (user form) those exists in HR employees (HR module) for accessing self service application. Each employee in HR will have a fnduser (username=employee_number). How can i upload 1400 employees (employee_name,employee_number) from HR module to fnduser form? I wanted to do it using FNDLOAD? Is it possible?
    Extracting data from HR schema and uploading through DATALOAD is possible. But i would like to do it using FNDLOAD. Please suggest.
    Regards
    Ariz

    Hi Ariz;
    Please see below link which could be helpful for your issue:
    http://www.oracleappshub.com/aol/its-all-about-fndload/
    Re: Ebs R12 : Question regarding Reports
    Also see:
    http://apps2fusion.com/apps/18-oracle-scripts/356-fnd-user-create-update-responsibility-scripts
    Regard
    Helios

  • FNDLOAD responsibility

    Hi All,
    i've download a RESPONSIBILITY and now want to upload it to another instance. But always got this error.
    question: when download a responsibility, i will download all functions, menu including in this responsibility
    is it correct?
    Can someone please help.
    Thanks,
    FNDLOAD apps/xxx 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct sr_readonly_sysadmin.ldt
    logfile:
    Uploading from the data file sr_sysadmin_r.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/u01/oracle/CP4/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afscursp.lct(120.4.12010000.2), sr_sysadmin_r.ldt) to stage tables
    Dump LCT file /u01/oracle/CP4/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afscursp.lct(120.4.12010000.2) into FND_SEED_STAGE_CONFIG
    Dump LDT file sr_sysadmin_r.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (FND_APPLICATION SYSADMIN , FND_RESP_FUNCTIONS F FND_FNDCPMMD ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Error loading seed data for FND_RESPONSIBILITY: APPLICATION_SHORT_NAME = SYSADMIN, RESP_KEY = SR_SYSADMIN_R, ORA-20001: APP-FND-01572: Invalid foreign key data was found for this record.
    Value SR READONLY SYSADMIN for column MENU_NAME does not exist in table FND_MENUS_VL.
    Concurrent request completed

    When moving a responsibility with FNDLOAD, I have had to move the menus and request groups separately before moving the responsibility. Here are the steps I use:
    1.     Telnet to test instance apps zone and move to the FND Load directory:
         cd $FND_TOP/patch/115/import/
    2.     Download menu with this command:
         FNDLOAD apps/apps O Y DOWNLOAD afsload.lct your_file.ldt MENU MENU_NAME="MENU NAME"
         Where you use an appropriate filename for your_file.ldt and use the Menu name from Apps (not the user menu name):
         For example:
         FNDLOAD apps/apps O Y DOWNLOAD afsload.lct fiscal_liaison_1menu.ldt MENU MENU_NAME="DCJS FISCAL LIAISON"
    3.     Download request group with this command:
         FNDLOAD apps/apps O Y DOWNLOAD afcpreqg.lct your_file.ldt REQUEST_GROUP REQUEST_GROUP_NAME="Request Group" APPLICATION_SHORT_NAME="DCJS"
         Where you use an appropriate filename for your_file.ldt and use the Menu name from Apps (not the user menu name):
         For example:
         FNDLOAD apps/apps O Y DOWNLOAD afcpreqg.lct fiscal_liaison_2requests.ldt REQUEST_GROUP REQUEST_GROUP_NAME="DCJS Fiscal Liaison" APPLICATION_SHORT_NAME="DCJS"
    4.     Download responsibility with this command:
         FNDLOAD apps/apps O Y DOWNLOAD afscursp.lct your_file.ldt FND_RESPONSIBILITY RESP_KEY="RESPONSIBILITY"
         Where you use an appropriate filename for your_file.ldt and use the Responsibility Key from Apps (not the responsibility name):
         For example:
         FNDLOAD apps/apps O Y DOWNLOAD afscursp.lct fiscal_liaison_3resp.ldt FND_RESPONSIBILITY RESP_KEY="DCJS FISCAL LIAISON"
    5.     Open FTP client for test instance to the same directory in Step 1.
    6.     FTP files as ASCII to local pc.
    7.     Telnet to production instance apps zone and move to the FND Load directory:
         cd $FND_TOP/patch/115/import/
    8.     Open FTP client for production instance to the same directory in Step 7.
    9.     FTP files as ASCII from local pc directory in Step 6.
    10.     Upload menu with this command:
         FNDLOAD apps/apps O Y UPLOAD afsload.lct your_file.ldt
         Where you use the menu configuration file and your filename from the download command in Step 2.
         For example:
         FNDLOAD apps/apps O Y UPLOAD afsload.lct fiscal_liaison_1menu.ldt
    11.     Upload request group with this command using the request group configuration file and your filename from the download:
         FNDLOAD apps/apps O Y UPLOAD afcpreqg.lct fiscal_liaison_2requests.ldt
    12.     Upload responsibility with this command using the responsibility configuration file and your filename from the download:
         FNDLOAD apps/apps O Y UPLOAD afscursp.lct fiscal_liaison_3resp.ldt
    13.     Test responsibility in new instance.

  • Geting error while runing fndload for uploading .ldt

    Uploading from the data file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/inatec/ebssitappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.40), /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt) to stage tables
    Dump LCT file /inatec/ebssitappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.40) into FND_SEED_STAGE_CONFIG
    Dump LDT file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt into FND_SEED_STAGE_ENTITY
    An error occurred at line 88 in file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt
    An entity definition is required to define values of type XDO_DS_DEFINITIONS
    No data found for upload
    Thanks in Advance

    # $Header$
    # dbdrv: exec fnd bin FNDLOAD bin &phase=dat checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @XDO:patch/115/import/xdotmpl.lct @~PROD:~PATH/~FILE
    LANGUAGE = "US"
    LDRCONFIG = "xdotmpl.lct 115.15"
    #Source Database DTE15
    #RELEASE_NAME 11.5.10.2
    # -- Begin Entity Definitions --
    DEFINE XDO_DS_DEFINITIONS
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY DATA_SOURCE_CODE VARCHAR2(80)
    CTX OWNER VARCHAR2(4000)
    BASE DATA_SOURCE_STATUS VARCHAR2(1)
    BASE START_DATE VARCHAR2(11)
    BASE END_DATE VARCHAR2(11)
    BASE OBJECT_VERSION_NUMBER NUMBER(22)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    BASE ATTRIBUTE_CATEGORY VARCHAR2(90)
    BASE ATTRIBUTE1 VARCHAR2(450)
    BASE ATTRIBUTE2 VARCHAR2(450)
    BASE ATTRIBUTE3 VARCHAR2(450)
    BASE ATTRIBUTE4 VARCHAR2(450)
    BASE ATTRIBUTE5 VARCHAR2(450)
    BASE ATTRIBUTE6 VARCHAR2(450)
    BASE ATTRIBUTE7 VARCHAR2(450)
    BASE ATTRIBUTE8 VARCHAR2(450)
    BASE ATTRIBUTE9 VARCHAR2(450)
    BASE ATTRIBUTE10 VARCHAR2(450)
    BASE ATTRIBUTE11 VARCHAR2(450)
    BASE ATTRIBUTE12 VARCHAR2(450)
    BASE ATTRIBUTE13 VARCHAR2(450)
    BASE ATTRIBUTE14 VARCHAR2(450)
    BASE ATTRIBUTE15 VARCHAR2(450)
    TRANS DATA_SOURCE_NAME VARCHAR2(120)
    TRANS DESCRIPTION VARCHAR2(2000)
    DEFINE X_TEMPLATES
    KEY TMPL_APP_SHORT_NAME VARCHAR2(50)
    KEY TEMPLATE_CODE VARCHAR2(80)
    CTX OWNER VARCHAR2(4000)
    BASE TEMPLATE_TYPE_CODE VARCHAR2(30)
    BASE DEFAULT_LANGUAGE VARCHAR2(6)
    BASE DEFAULT_TERRITORY VARCHAR2(6)
    BASE MLS_LANGUAGE VARCHAR2(6)
    BASE MLS_TERRITORY VARCHAR2(6)
    BASE TEMPLATE_STATUS VARCHAR2(6)
    BASE USE_ALIAS_TABLE VARCHAR2(6)
    BASE DEPENDENCY_FLAG VARCHAR2(1)
    BASE START_DATE VARCHAR2(11)
    BASE END_DATE VARCHAR2(11)
    BASE OBJECT_VERSION_NUMBER NUMBER(22)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    BASE ATTRIBUTE_CATEGORY VARCHAR2(100)
    BASE ATTRIBUTE1 VARCHAR2(450)
    BASE ATTRIBUTE2 VARCHAR2(450)
    BASE ATTRIBUTE3 VARCHAR2(450)
    BASE ATTRIBUTE4 VARCHAR2(450)
    BASE ATTRIBUTE5 VARCHAR2(450)
    BASE ATTRIBUTE6 VARCHAR2(450)
    BASE ATTRIBUTE7 VARCHAR2(450)
    BASE ATTRIBUTE8 VARCHAR2(450)
    BASE ATTRIBUTE9 VARCHAR2(450)
    BASE ATTRIBUTE10 VARCHAR2(450)
    BASE ATTRIBUTE11 VARCHAR2(450)
    BASE ATTRIBUTE12 VARCHAR2(450)
    BASE ATTRIBUTE13 VARCHAR2(450)
    BASE ATTRIBUTE14 VARCHAR2(450)
    BASE ATTRIBUTE15 VARCHAR2(450)
    TRANS TEMPLATE_NAME VARCHAR2(120)
    TRANS DESCRIPTION VARCHAR2(2000)
    DEFINE X_TEMPLATE_FIELDS
    KEY FIELD_NAME VARCHAR2(255)
    CTX OWNER VARCHAR2(4000)
    BASE ALIAS_NAME VARCHAR2(255)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    END X_TEMPLATE_FIELDS
    END X_TEMPLATES
    END XDO_DS_DEFINITIONS
    # -- End Entity Definitions --
    BEGIN XDO_DS_DEFINITIONS "XXP4U" "XXP4UORANGEDAPDSL" ------ This is Line 88
    OWNER = "KUMARSINGH"
    DATA_SOURCE_STATUS = "E"
    START_DATE = "2009/10/14"
    OBJECT_VERSION_NUMBER = "1"
    LAST_UPDATE_DATE = "2009/10/14"
    DATA_SOURCE_NAME = "XXP4U: Orange Contract Document (DAP/DSL)"
    DESCRIPTION = "Orange Contract Document for DAP and DSL"
    BEGIN X_TEMPLATES "XXP4U" "XXP4UORANGEDAPDSL"
    OWNER = "KUMARSINGH"
    TEMPLATE_TYPE_CODE = "RTF"
    DEFAULT_LANGUAGE = "en"
    DEFAULT_TERRITORY = "00"
    TEMPLATE_STATUS = "E"
    USE_ALIAS_TABLE = "N"
    DEPENDENCY_FLAG = "P"
    START_DATE = "2009/10/14"
    OBJECT_VERSION_NUMBER = "1"
    LAST_UPDATE_DATE = "2009/10/14"
    TEMPLATE_NAME = "XXP4U: Orange Contract Document (DAP/DSL)"
    DESCRIPTION = "Orange Contract Document for DAP and DSL"
    END X_TEMPLATES
    END XDO_DS_DEFINITIONS

  • Problem with FNDLOAD upload command for Concurrent Program

    Hi Apps Gurus,
    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.
    Thanks,
    Mahesh

    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.What are the commands you used for the download/upload?
    Do you get any errors in the log files?
    Please see (FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters [ID 1101946.1]).
    Thanks,
    Hussein

  • Alternatives to jspsmartupload?   I need a good upload bean

    I'm currently using jspsmartupload to insert Large BLOBs into a mySQL database.
    No matter what I try (custom forms/and JspSmartUpload examples), I get form variables posted in my file.
    For example, if I upload a word doc and then download it and reopen - I'll get
    ----------------7d2288e160130
    Content-Dispostion: form-data; name="FILE1"; filename="blah.doc"
    Content-Type: application/msword
    That is very annoying..
    I would like a bean maybe specifically for mySQL.... or I would like to write my own, so if you guys know of any resources for this that would be great..
    -Michael

    Try this out
    com.jspsmart.upload.SmartUpload upload = new com.jspsmart.upload.SmartUpload() ;
    upload.initialize(getServletConfig(), request, response) ;
    upload.upload() ;
    com.jspsmart.upload.File file = upload.getFiles().getFile(0);
    byte[] data = new byte[file.getSize()];
    for(int i = 0; i < data.length; i++ )
         data[i] = file.getBinaryData(i) ;
    java.io.ByteArrayInputStream in = new java.io.ByteArrayInputStream(data);
    java.sql.Connection dbc = /*New connection*/
    java.sql.PreparedStatment cursor = dbc.prepareStatment("INSERT INTO DATABASE VALUES(?)" );
    cursor.setBinaryStream(1, in, data.length) ;
    cursor.executeUpdate() ;That should put the file's contents into the Blob field.
    There is no error correction here, so you would need to add it,
    especially on empty files and database errors.
    Does that help?

  • FNDLOAD for Descriptive Flexfield update

    Hey everyone,
    Just wanted to consult you on a matter,
    I've updated a descriptive flexfield definition (moved some of the segments from GLOBAL to a new context I created = I deleted from global, that freed the attributes again, and then I defined them under a new context field for that DFF).
    Now - to move that setup to another instance, I download and uploaded DFF via FNDLOAD.
    At first - update was not successful due to the fact that attributes used in new context were occupied by global.
    So -
    my idea was to just delete ALL DFF definitions in new instance, and then use FNDLOAD to upload.
    Turned out ok, and update seems successful.
    I just fear deleting DFF definitions completely might harm something and I feel I might be missing something here.
    (After all, if it should be OK, why doesn't FNDLOAD delete old definition during update process and then create the new definition , like it does with personalizations??)
    Would love to hear your ideas before I do the same on production instances...
    Thanks,
    Aaron

    Aaron,
    I believe you should not delete a DFF, instead you will have to disable it.
    Note: 176867.1 - Oracle Applications Flexfields Frequently Asked Questions (FAQ) -- 5. Can I delete a descriptive flexfield?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=176867.1
    Did you try to use UPLOAD_MODE=REPLACE? This option will replace your current values with the values you have in the file.
    If you want to upload any new items in the file that do not currently exist in your database, use "CUSTOM_MODE=FORCE" option.
    Regards,
    Hussein

  • Migrating RequestSet from instance to Other Instance Without FNDLOAD

    hi all,
    Can we migrate request set from one instance to other instance without FNDLOAD.?
    Thanks

    not yet i'll try now..so what you mean is when i transfer the request set to other instance all related files will also transfer(including Executable programs ,concurrent programs ),right..?No, all required concurrent programs should exist on the target instance before using FNDLOAD to migrate request sets to the target instance. If the concurrent programs are not there, you have to migrate it before migrate request sets.
    How To Download Request Set Definition From One Instance And Upload On Another Instance [ID 247126.1]
    To download/upload concurrent programs, please refer to:
    FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters [ID 1101946.1]
    How to Upload the 'ldt' files Manually [ID 1092694.1]
    Thanks,
    Hussein

  • Unable to load Operating Unit Mode using fndload.

    Hello experts,
    I am trying to migrate a concurrent program using an ldt file from one instance to another. As you may know R12 has this security feature where you can run the program with single or multiple operating unit mode. I ran fndload to upload the concurrent program to another instance and it completes with no error but it does not set the operating unit mode to Single. It is null. Has anyone encountered this?
    Here are the steps I have done:
    I copied XXF5_PO_PRINT.ldt file to $FND_TOP/patch/115/import directory
    Executed the following command:
    FNDLOAD apps/<<password>> O Y UPLOAD $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 to upload the concurrent program to another instance and it completes with no error but it does not set the operating unit mode to Single. It is null. Has anyone encountered this?Is this parameter set on the source instance? Can you find it in the ldt file? If yes, you may edit the ldt file and try the same command again.
    Also, please use CUSTOM_MODE=FORCE and/or UPLOAD_MODE=REPLACE options and see if it helps.
    Tips About FNDLOAD [ID 735338.1]
    FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters [ID 1101946.1]
    How to Upload the 'ldt' files Manually [ID 1092694.1]
    Thanks,
    Hussein

  • FNDLOAD doesnt modify concurrent program definition

    Hi Here is what I do.
    Using FNDLOAD to move concurrent programs from Development to UAT instance. Here are steps to recreate
    1.) Use FNDLOAD to DOWNLOAD concurrent program definition from development instance.
    FNDLOAD apps/apps@instance 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct PROGRAM_XXXX.ldt PROGRAM APPLICATION_SHORT_NAME="XXAPP" CONCURRENT_PROGRAM_NAME="XXPROGRAM"
    2.) Use FNDLOAD to UPLOAD concurrent program definition to UAT instance. ( Brand new concurrent program)
    FNDLOAD apps/apps@instance 0 Y UPLOAD $FND_TOP/12.0.0/patch/115/import/afcpprog.lct PROGRAM_XXXX.ldt
    3.) Everything work fine, concurrent program gets migrated to UAT instance when moved first time.
    4.) Make change to concurrent program in Development instance, change like add new parameters or modify existing parameters.
    5.) Use same cammand as in step 1 to download the cocnurrent program definition again.
    6.) Use same commanad as in step 2 to upload the concurrent program definition. The command workd fine and there are no errors but the changes made to the concurrent programs are not reflected in UAT instance.
    I verified the LDT file was correct, newly created parameters were present in the new ldt file.
    Thanks
    Manu

    lev12d is the test instance.
    I meant if I use the ldt file to load in same instance where it was downloaded from, it works. Only when ldt from test instance is taken to UAT instance for loading, it doesn't work.
    1.) lev12d istance - program with 5 parameters, fndload to creat ldt i.e. ldt has 5 params.
    2.) lev12d instance - Delete two parameters and save - only 3 params left in lev12d instance conc program definition.
    3.) Use ldt created in step 1 to load the parameters, it works, after FNDLOAD UPLOAD conc prog in lev12d has 5 params in application.
    Same ldt created in step 1 ( with 5 params) when moved to UAT instance where conc prog has 3 params, after FNDLOAD UPLOAD the conc prog still has 3 params, it did not add new parameters.
    Let me know if it makes sense, any help or direction is highly appreciated.
    Thanks
    Manu

  • FNDLOAD DOWNLOAD command does't download anything

    Hi all,
    I used fndload or download in a text file the metadata for an concurrent program (for moving from a development instance to a production one). I used this comand
    FNDLOAD apps/appsleon 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct SQU_ONT_LOAD_CSV_DATA.ldt PROGRAM APPLICATION_SHORT_NAME="OM" CONCURRENT_PROGRAM_NAME="SQU_ONT_LOAD_CSV_DATA"
    Parameter CONCURRENT_PROGRAM_NAME contains short name of my concurent program and PROGRAM APPLICATION_SHORT_NAME parameter contains short name of application (OM for Order Management)
    I looked inside of SQU_ONT_LOAD_CSV_DATA.ldt and a saw just DEFINE blocks (for structures) but I did not see any metadata about this request .
    I did not even try to issue an UPLOAD comand on production env ... of course fndload should not perform any activity ...
    Please give me a hint , what I missed?
    Many thanks,
    Aurel

    Hi Aurel,
    pl.visit the following links. It may help you.
    http://erpschools.com/articles/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#13475312191192&83274::resize_frame
    http://appsdbastuff.blogspot.in/2012/09/fndload-download-upload-concurrent.html
    http://www.shareoracleapps.com/2010/10/fndload-for-concurrent-programs.html
    HTH
    Sanjay

  • FNDLOAD utility

    Hi all,
    When we upload a concurrent program to a new environment using FNDLOAD utility, the last_update_date, last_updated_by values take up the values as in the source environment from where the program was downloaded.
    Is there an option to work around this, such that the date and user details are not picked from the source instance and take sysdate and a default user (may be ANONYMOUS), while uploading to new env?

    Hi,
    Is there an option to work around this, such that the date and user details are not picked from the source instance and take sysdate and a default user (may be ANONYMOUS), while uploading to new env?I believe there is no FNDLOAD option to achieve this. However, this would work if you edit the ldt fie and before using the FNDLOAD with upload option.
    Thanks,
    Hussein

  • How to copy same profile options

    Hi,
    How to copy same profile option from one responsibility to another responsibility.
    Can any one please suggest on this.
    Regards,
    Kishore.

    I think what you mean is "how to copy profile option value from one responsibility to other".
    You can use FNDLOAD to download the profile options values for the profile option.
    The sample syntax for download is
    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct ORG_ID.ldt PROFILE PROFILE_NAME=”profile option” APPLICATION_SHORT_NAME=”FND”
    It will create an .ldt file.
    You can edit the ldt file and change the responsibility key to the new one. You may want to delete other entries and leave just one entry behind. An example is below
    BEGIN FND_PROFILE_OPTION_VALUES "10003" "SC_US_OPI_DBI_INV_MGMT_M02" "OPI"
    OWNER = "SYSADMIN"
    LAST_UPDATE_DATE = "2012/04/03"
    PROFILE_OPTION_VALUE = "95"
    END FND_PROFILE_OPTION_VALUES
    and then use FNDLOAD to upload the modified ldt file.
    Sample syntax is
    FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct ORG_ID.ldt
    Sandeep Gandhi

  • Multiple SQL Update within Parent Query

    I am tring to extract an image from within a MS SQL image field,
    opening the image using JAI, getting the src.getWidth() & src.getHeight
    () of each item within the database, and then writing the width and
    height back into the database. Everything works except when I goto
    write the values into the database - the page (when loading) continues
    to work and work and work until I restart the tomcat service. I do not
    understand why this would occur, and what is even stranger - I have
    very similar code i used for resizing images in the database into a
    thumbnail - display and original file sizes using a similar approach...
    and that works with out a problem...
    I have tried the code with out the inner update query - it works. I
    tried with just the selection of a single specific item in the first
    query and that works, but when I try multiple updates the second query
    appears to stall.
    The code is as follows.:
    <%@ page language="java" import="javax.servlet.*,javax.servlet.http.*,java.io.*,java.util.*,java.sql.*,javax.media.jai.*,java.awt.*,java.awt.image.*,java.awt.Graphics.*,java.awt.geom.*,java.awt.image.renderable.*,javax.media.jai.widget.*,com.jspsmart.upload.*,java.net.*,com.sun.media.jai.codec.*"%>
    <jsp:useBean id="mySmartUpload" scope="page" class="com.jspsmart.upload.SmartUpload" />
    <%
         // Variables
         int count=0;
         int width                                             = 0;
         int height                                             = 0;
         String vFileName                                   = "";
         String vFileExt                                        = "";
         String vFileID                                        = "";
         String format                                        = "0";
         // Connect to the database
         Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
         Connection con = DriverManager.getConnection("jdbc:microsoft:sqlserver://206.152.227.62:1433;DatabaseName=WWWBBD;User=wwwbbd;Password=bbd1412");
         //Create the statement
         Statement sqlGetPics                              = con.createStatement();
         Statement sqlUpdate                                   = con.createStatement();
         //build the query
         String qryGetPics                                   = "SELECT TOP 5 FileID, FileExt, FileName, AdjFile = CASE WHEN FullFile IS NULL THEN Display ELSE FullFile END FROM FileStore WHERE (UPPER(FileExt) = '.JPG' OR UPPER(FileExt) = '.TIF' OR UPPER(FileExt) = '.GIF' OR UPPER(FileExt) = '.BMP') AND (NOT Display IS NULL OR NOT FullFile IS NULL)";
         //execute the query
         ResultSet rsGetPics                                   = sqlGetPics.executeQuery(qryGetPics);
         // Initialization
         SmartUpload uploader                              = new SmartUpload();
         uploader.initialize(getServletConfig(),request,response);
         mySmartUpload.initialize(getServletConfig(), request, response);
         // Upload
         mySmartUpload.upload();
         while (rsGetPics.next()) {
              vFileID                                             = rsGetPics.getString("FileID");
              vFileExt                                        = rsGetPics.getString("FileExt");
              vFileName                                        = rsGetPics.getString("FileName") + vFileExt;
              width                                             = 0;
              height                                             = 0;
              uploader.fieldToFile(rsGetPics, "AdjFile", "/upload/" + vFileName);
              if (vFileExt.equalsIgnoreCase(".JPG") || vFileExt.equalsIgnoreCase(".JPEG"))
                   format                                        = "JPEG";
              else if (vFileExt.equalsIgnoreCase(".TIF") || vFileExt.equalsIgnoreCase(".TIFF"))
                   format                                        = "TIFF";
              else if (vFileExt.equalsIgnoreCase(".GIF"))
                   format                                        = "JPEG";
              else if (vFileExt.equalsIgnoreCase(".BMP"))
                   format                                        = "BMP";
              else
                   format                                        = "0";
              // update the width & height
              if (format != "0")
                   try
                        //Opens the image
                        RenderedImage src                    = JAI.create("fileload","d:\\servers\\tomcat\\webapps\\jsp\\upload\\" + vFileName);
                        width                                   = src.getWidth();
                        height                                   = src.getHeight();
                        java.io.File imageFile               = new java.io.File("d:\\servers\\tomcat\\webapps\\jsp\\upload\\" + vFileName);
                        InputStream is                         = new FileInputStream(imageFile);
                        //build the query
                        String qryUpdate                    = "UPDATE FileStore SET Width = " + width + ", Height = " + height + " WHERE FileID = " + vFileID;
                        //execute the query
                        ResultSet rsUpdate                    = sqlUpdate.executeQuery(qryUpdate);
                        %>[<%=width%>x<%=height%>:<%=vFileID%>:<%=qryUpdate%>]<BR><%
                   catch(Exception e)
                        {out.println("An error occurs : " + e.toString());}               
              count++;          
         //rsUpdate.close();
         sqlUpdate.close();
    %>
    <HTML>
    <HEAD>
         <TITLE>Repair Files</TITLE>
    </HEAD>
    <BODY>
    <%=count%> files updated in the database.
    </BODY>
    </HTML>

    BTW - I also tried this with a prepared statment query... no good.

  • Is there any best practice for printer configuration for test environment?

    My Oracle ebs test environment has a scheduled refresh period where it will be refreshed with production test data and configuration time to time for BA, Dev to work on their enhancement.
    However, all the printer configurations are still pointing to production ones after refreshed, which means whenever there is a testing on-going, the doc / label / invoices will be printed to production printer.
    May I know if there is a way to globally change all the printer setup for the test environment, so that nothing will be directly to production?... Please assist.
    (currently, the only way is to change one by one and only if you are aware of it...)
    In case your organization has any other strategy on this matter, pls share also... Thanks a lot.

    user6775047 wrote:
    My Oracle ebs test environment has a scheduled refresh period where it will be refreshed with production test data and configuration time to time for BA, Dev to work on their enhancement.
    However, all the printer configurations are still pointing to production ones after refreshed, which means whenever there is a testing on-going, the doc / label / invoices will be printed to production printer.
    May I know if there is a way to globally change all the printer setup for the test environment, so that nothing will be directly to production?... Please assist.
    (currently, the only way is to change one by one and only if you are aware of it...)
    In case your organization has any other strategy on this matter, pls share also... Thanks a lot.If you do not want to use same printers then you have to it to point to the (TEST/BA Printers) after you are done with Rapid Clone. Any new printers need to be added manually (just the same way you defined you PROD printers) -- Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    If you want to edit the configuration, you could use FNDLOAD to download printers definition from the source instance, update the ldt file and use FNDLOAD to upload printers definitions.
    Is It Possible To Download/Upload Printer Definitions Using Fndload [ID 432616.1]
    Tips About FNDLOAD [ID 735338.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Why is my MacBook Pro coming up with an error message when trying to update Software?

    I brought my MacBook Pro today and I have been trying to carry out the software updates, there are 9 in total. It takes about half an hour to download them all, then it tells me to restart. Once I have restarted, it then says it is installing the upd

  • Subquery in the HAVING Clause

    Hello all, i'm getting error when i try to write sub query in having clause. check out my query select  ROUND( Count( distinct  Sales2011_DIVDPTA.DIVDPTA_Item_Dept ),0)  AS  "F1" , ROUND( Count( Sales2011.Sales2011_DG1.Item_Season ),0)  AS  "F2"   fr

  • Photoshop Elements issue

    My Photoshop Elements 4.0 won't work with my Windows 8, can I update to newer update 7.0 to resolve the problem?

  • Where are my mailboxes and mail?

    Last night I downloaded OS X 10.8.4 to my iMac and now all of my Mailboxes and mail from yesterday back are not visible.  Where can I find them?

  • DS 6.3.1 thousands of open established connections

    Hello everyone, I have been fighting a problem on our backup server. Every night i get about 500 emails stating a problem with ldap. The error is as follows: libsldap: Status: 81 Mesg: LDAP ERROR (81): Error occurred during receiving results. This ma