FNDLOAD download for concurrent program doest download the CP defiinition

HI,
This is the command I used for downloading the concurrent program.
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXCP.ldt PROGRAM APPLICATION_SHORT_NAME="XX" CONCURRENT_PROGRAM_NAME="XXCP"
The CP definition is not downloaded. Only the common definition from '# -- Begin Entity Definitions -- ' to '# -- End Entity Definitions -- ' is downloaded.
I tried with few concurrent programs, it doesnt download any of them.
Please let me know what could be the issue.
The log file details are as below:
Application Object Library: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
module: XX
Current system time is 03-JAN-2012 18:10:51
Downloading PROGRAM to the data file XXCP.ldt
Concurrent request completed successfully
Current system time is 03-JAN-2012 18:10:51
---------------------------------------------------------------------------

Thanks for the reply Hussein.
Do you have any issues accessing the custom tops/objects from the application? Do you have the concurrent program stored in APPLSYS.FND_CONCURRENT_PROGRAMS/APPLSYS.FND_CONCURRENT_PROGRAMS_TL tables? Can you query the same custom concurrent program from APPS.FND_CONCURRENT_PROGRAMS_VL view?
I am able to view the concurrent program details from APPS.FND_CONCURRENT_PROGRAMS_VL
What are the steps you followed to define your custom tops?I am just a developer. I can check any setup related stuffs if you can guide me on where and how to check.
When the FNDLOAD is run, 2 files are generated log and out file. Where can I see the out file? Its not there in the directory where log and LDT files are generated.
Registering the program to custom application is the recommended approach I believe. So that patches dont affect this customization. Is this understanding correct?
Please find below the contents of downloaded LDT file.
# $Header$
# dbdrv: exec fnd bin FNDLOAD bin &phase=daa+56 checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @FND:patch/115/import/afcpprog.lct @~PROD:~PATH/~FILE
LANGUAGE = "US"
LDRCONFIG = "afcpprog.lct 120.2.12010000.2"
#Source Database DEV
#RELEASE_NAME 12.1.1
# -- Begin Entity Definitions --
DEFINE PROGRAM
KEY CONCURRENT_PROGRAM_NAME VARCHAR2(30)
KEY APPLICATION_SHORT_NAME VARCHAR2(50)
CTX OWNER VARCHAR2(4000)
BASE LAST_UPDATE_DATE VARCHAR2(75)
TRANS USER_CONCURRENT_PROGRAM_NAME VARCHAR2(240)
BASE EXEC REFERENCES EXECUTABLE
BASE EXECUTION_METHOD_CODE VARCHAR2(1)
BASE ARGUMENT_METHOD_CODE VARCHAR2(1)
BASE QUEUE_CONTROL_FLAG VARCHAR2(1)
BASE QUEUE_METHOD_CODE VARCHAR2(1)
BASE REQUEST_SET_FLAG VARCHAR2(1)
BASE ENABLED_FLAG VARCHAR2(1)
BASE PRINT_FLAG VARCHAR2(1)
BASE RUN_ALONE_FLAG VARCHAR2(1)
BASE SRS_FLAG VARCHAR2(1)
TRANS DESCRIPTION VARCHAR2(240)
BASE CLASS_APPLICATION VARCHAR2(50)
BASE CONCURRENT_CLASS_NAME VARCHAR2(30)
BASE EXECUTION_OPTIONS VARCHAR2(250)
BASE SAVE_OUTPUT_FLAG VARCHAR2(1)
BASE REQUIRED_STYLE VARCHAR2(1)
BASE OUTPUT_PRINT_STYLE VARCHAR2(30)
BASE PRINTER_NAME VARCHAR2(30)
BASE MINIMUM_WIDTH VARCHAR2(50)
BASE MINIMUM_LENGTH VARCHAR2(50)
BASE REQUEST_PRIORITY VARCHAR2(50)
BASE ATTRIBUTE_CATEGORY VARCHAR2(30)
BASE ATTRIBUTE1 VARCHAR2(150)
BASE ATTRIBUTE2 VARCHAR2(150)
BASE ATTRIBUTE3 VARCHAR2(150)
BASE ATTRIBUTE4 VARCHAR2(150)
BASE ATTRIBUTE5 VARCHAR2(150)
BASE ATTRIBUTE6 VARCHAR2(150)
BASE ATTRIBUTE7 VARCHAR2(150)
BASE ATTRIBUTE8 VARCHAR2(150)
BASE ATTRIBUTE9 VARCHAR2(150)
BASE ATTRIBUTE10 VARCHAR2(150)
BASE ATTRIBUTE11 VARCHAR2(150)
BASE ATTRIBUTE12 VARCHAR2(150)
BASE ATTRIBUTE13 VARCHAR2(150)
BASE ATTRIBUTE14 VARCHAR2(150)
BASE ATTRIBUTE15 VARCHAR2(150)
BASE OUTPUT_FILE_TYPE VARCHAR2(4)
BASE RESTART VARCHAR2(1)
BASE NLS_COMPLIANT VARCHAR2(1)
BASE CD_PARAMETER VARCHAR2(240)
BASE INCREMENT_PROC VARCHAR2(61)
BASE MLS_EXEC REFERENCES EXECUTABLE
BASE ENABLE_TIME_STATISTICS VARCHAR2(1)
BASE SECURITY_GROUP_NAME VARCHAR2(30)
BASE RESOURCE_CONSUMER_GROUP VARCHAR2(30)
BASE ROLLBACK_SEGMENT VARCHAR2(30)
BASE OPTIMIZER_MODE VARCHAR2(30)
BASE REFRESH_PORTLET VARCHAR2(1)
BASE ACTIVITY_SUMMARIZER VARCHAR2(51)
BASE PROGRAM_TYPE VARCHAR2(1)
BASE ALLOW_MULTIPLE_PENDING_REQUEST VARCHAR2(1)
BASE SRS_FLEX REFERENCES DESC_FLEX
BASE AUTO_ANNOTATION VARCHAR2(32000)
BASE TEMPLATE_APPL_SHORT_NAME VARCHAR2(50)
BASE TEMPLATE_CODE VARCHAR2(80)
BASE MULTI_ORG_CATEGORY VARCHAR2(1)
DEFINE ANNOTATION
KEY CONCURRENT_PROGRAM_NAME3 VARCHAR2(30)
KEY APPLICATION_SHORT_NAME3 VARCHAR2(50)
CTX OWNER VARCHAR2(4000)
BASE LAST_UPDATE_DATE VARCHAR2(75)
BASE PROGRAM_ANNOTATION VARCHAR2(32000)
END ANNOTATION
DEFINE INCOMPATABILITY
KEY CONCURRENT_PROGRAM_NAME2 VARCHAR2(30)
KEY APPLICATION_SHORT_NAME2 VARCHAR2(50)
CTX OWNER VARCHAR2(4000)
BASE LAST_UPDATE_DATE VARCHAR2(75)
BASE RUNNING_TYPE VARCHAR2(1)
BASE TO_RUN_TYPE VARCHAR2(1)
BASE INCOMPATIBILITY_TYPE VARCHAR2(1)
END INCOMPATABILITY
END PROGRAM
DEFINE EXECUTABLE
KEY EXECUTABLE_NAME VARCHAR2(30)
KEY APPLICATION_SHORT_NAME VARCHAR2(50)
CTX OWNER VARCHAR2(4000)
BASE LAST_UPDATE_DATE VARCHAR2(75)
BASE EXECUTION_METHOD_CODE VARCHAR2(1)
BASE EXECUTION_FILE_NAME VARCHAR2(61)
BASE SUBROUTINE_NAME VARCHAR2(30)
BASE EXECUTION_FILE_PATH VARCHAR2(510)
TRANS USER_EXECUTABLE_NAME VARCHAR2(240)
TRANS DESCRIPTION VARCHAR2(240)
END EXECUTABLE
DEFINE DESC_FLEX
KEY APPLICATION_SHORT_NAME VARCHAR2(50)
KEY DESCRIPTIVE_FLEXFIELD_NAME VARCHAR2(40)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
BASE APPLICATION_TABLE_NAME VARCHAR2(30)
BASE CONTEXT_COLUMN_NAME VARCHAR2(30)
BASE CONTEXT_REQUIRED_FLAG VARCHAR2(1)
BASE CONTEXT_USER_OVERRIDE_FLAG VARCHAR2(1)
BASE CONCATENATED_SEGMENT_DELIMITER VARCHAR2(1)
BASE FREEZE_FLEX_DEFINITION_FLAG VARCHAR2(1)
BASE PROTECTED_FLAG VARCHAR2(1)
BASE DEFAULT_CONTEXT_FIELD_NAME VARCHAR2(200)
BASE DEFAULT_CONTEXT_VALUE VARCHAR2(30)
BASE CONTEXT_DEFAULT_TYPE VARCHAR2(1)
BASE CONTEXT_DEFAULT_VALUE VARCHAR2(2000)
BASE CONTEXT_OVERRIDE_VALUE_SET_NAM REFERENCES VALUE_SET
BASE CONTEXT_RUNTIME_PROPERTY_FUNCT VARCHAR2(2000)
TRANS TITLE VARCHAR2(60)
TRANS FORM_CONTEXT_PROMPT VARCHAR2(45)
TRANS DESCRIPTION VARCHAR2(240)
DEFINE DFF_CONTEXT
KEY DESCRIPTIVE_FLEX_CONTEXT_CODE VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE ENABLED_FLAG VARCHAR2(1)
BASE GLOBAL_FLAG VARCHAR2(1)
TRANS DESCRIPTIVE_FLEX_CONTEXT_NAME VARCHAR2(80)
TRANS DESCRIPTION VARCHAR2(240)
DEFINE DFF_SEGMENT
KEY END_USER_COLUMN_NAME VARCHAR2(30)
KEY APPLICATION_COLUMN_NAME VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE COLUMN_SEQ_NUM VARCHAR2(50)
BASE ENABLED_FLAG VARCHAR2(1)
BASE DISPLAY_FLAG VARCHAR2(1)
BASE REQUIRED_FLAG VARCHAR2(1)
BASE SECURITY_ENABLED_FLAG VARCHAR2(1)
BASE FLEX_VALUE_SET_NAME REFERENCES VALUE_SET
BASE DISPLAY_SIZE VARCHAR2(50)
BASE MAXIMUM_DESCRIPTION_LEN VARCHAR2(50)
BASE CONCATENATION_DESCRIPTION_LEN VARCHAR2(50)
BASE RANGE_CODE VARCHAR2(1)
BASE DEFAULT_TYPE VARCHAR2(1)
BASE DEFAULT_VALUE VARCHAR2(2000)
BASE RUNTIME_PROPERTY_FUNCTION VARCHAR2(2000)
BASE SRW_PARAM VARCHAR2(30)
TRANS FORM_LEFT_PROMPT VARCHAR2(80)
TRANS FORM_ABOVE_PROMPT VARCHAR2(80)
TRANS DESCRIPTION VARCHAR2(240)
END DFF_SEGMENT
END DFF_CONTEXT
DEFINE DFF_REF_FIELD
KEY DEFAULT_CONTEXT_FIELD_NAME VARCHAR2(200)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
TRANS DESCRIPTION VARCHAR2(240)
END DFF_REF_FIELD
DEFINE DFF_COLUMN
KEY COLUMN_NAME VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE FLEXFIELD_USAGE_CODE VARCHAR2(1)
END DFF_COLUMN
END DESC_FLEX
DEFINE VALUE_SET
KEY FLEX_VALUE_SET_NAME VARCHAR2(60)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE VALIDATION_TYPE VARCHAR2(1)
BASE PROTECTED_FLAG VARCHAR2(1)
BASE SECURITY_ENABLED_FLAG VARCHAR2(1)
BASE LONGLIST_FLAG VARCHAR2(1)
BASE FORMAT_TYPE VARCHAR2(1)
BASE MAXIMUM_SIZE VARCHAR2(50)
BASE NUMBER_PRECISION VARCHAR2(50)
BASE ALPHANUMERIC_ALLOWED_FLAG VARCHAR2(1)
BASE UPPERCASE_ONLY_FLAG VARCHAR2(1)
BASE NUMERIC_MODE_ENABLED_FLAG VARCHAR2(1)
BASE MINIMUM_VALUE VARCHAR2(150)
BASE MAXIMUM_VALUE VARCHAR2(150)
BASE PARENT_FLEX_VALUE_SET_NAME VARCHAR2(60)
BASE DEPENDANT_DEFAULT_VALUE VARCHAR2(60)
BASE DEPENDANT_DEFAULT_MEANING VARCHAR2(240)
TRANS DESCRIPTION VARCHAR2(240)
DEFINE VSET_VALUE
KEY PARENT_FLEX_VALUE_LOW VARCHAR2(60)
KEY FLEX_VALUE VARCHAR2(150)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE ENABLED_FLAG VARCHAR2(1)
BASE SUMMARY_FLAG VARCHAR2(1)
BASE START_DATE_ACTIVE VARCHAR2(50)
BASE END_DATE_ACTIVE VARCHAR2(50)
BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
BASE ROLLUP_HIERARCHY_CODE VARCHAR2(30)
BASE HIERARCHY_LEVEL VARCHAR2(50)
BASE COMPILED_VALUE_ATTRIBUTES VARCHAR2(2000)
BASE VALUE_CATEGORY VARCHAR2(30)
BASE ATTRIBUTE1 VARCHAR2(240)
BASE ATTRIBUTE2 VARCHAR2(240)
BASE ATTRIBUTE3 VARCHAR2(240)
BASE ATTRIBUTE4 VARCHAR2(240)
BASE ATTRIBUTE5 VARCHAR2(240)
BASE ATTRIBUTE6 VARCHAR2(240)
BASE ATTRIBUTE7 VARCHAR2(240)
BASE ATTRIBUTE8 VARCHAR2(240)
BASE ATTRIBUTE9 VARCHAR2(240)
BASE ATTRIBUTE10 VARCHAR2(240)
BASE ATTRIBUTE11 VARCHAR2(240)
BASE ATTRIBUTE12 VARCHAR2(240)
BASE ATTRIBUTE13 VARCHAR2(240)
BASE ATTRIBUTE14 VARCHAR2(240)
BASE ATTRIBUTE15 VARCHAR2(240)
BASE ATTRIBUTE16 VARCHAR2(240)
BASE ATTRIBUTE17 VARCHAR2(240)
BASE ATTRIBUTE18 VARCHAR2(240)
BASE ATTRIBUTE19 VARCHAR2(240)
BASE ATTRIBUTE20 VARCHAR2(240)
BASE ATTRIBUTE21 VARCHAR2(240)
BASE ATTRIBUTE22 VARCHAR2(240)
BASE ATTRIBUTE23 VARCHAR2(240)
BASE ATTRIBUTE24 VARCHAR2(240)
BASE ATTRIBUTE25 VARCHAR2(240)
BASE ATTRIBUTE26 VARCHAR2(240)
BASE ATTRIBUTE27 VARCHAR2(240)
BASE ATTRIBUTE28 VARCHAR2(240)
BASE ATTRIBUTE29 VARCHAR2(240)
BASE ATTRIBUTE30 VARCHAR2(240)
BASE ATTRIBUTE31 VARCHAR2(240)
BASE ATTRIBUTE32 VARCHAR2(240)
BASE ATTRIBUTE33 VARCHAR2(240)
BASE ATTRIBUTE34 VARCHAR2(240)
BASE ATTRIBUTE35 VARCHAR2(240)
BASE ATTRIBUTE36 VARCHAR2(240)
BASE ATTRIBUTE37 VARCHAR2(240)
BASE ATTRIBUTE38 VARCHAR2(240)
BASE ATTRIBUTE39 VARCHAR2(240)
BASE ATTRIBUTE40 VARCHAR2(240)
BASE ATTRIBUTE41 VARCHAR2(240)
BASE ATTRIBUTE42 VARCHAR2(240)
BASE ATTRIBUTE43 VARCHAR2(240)
BASE ATTRIBUTE44 VARCHAR2(240)
BASE ATTRIBUTE45 VARCHAR2(240)
BASE ATTRIBUTE46 VARCHAR2(240)
BASE ATTRIBUTE47 VARCHAR2(240)
BASE ATTRIBUTE48 VARCHAR2(240)
BASE ATTRIBUTE49 VARCHAR2(240)
BASE ATTRIBUTE50 VARCHAR2(240)
TRANS FLEX_VALUE_MEANING VARCHAR2(150)
TRANS DESCRIPTION VARCHAR2(240)
DEFINE VSET_VALUE_QUAL_VALUE
KEY ID_FLEX_APPLICATION_SHORT_NAME VARCHAR2(50)
KEY ID_FLEX_CODE VARCHAR2(4)
KEY SEGMENT_ATTRIBUTE_TYPE VARCHAR2(30)
KEY VALUE_ATTRIBUTE_TYPE VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE COMPILED_VALUE_ATTRIBUTE_VALUE VARCHAR2(2000)
END VSET_VALUE_QUAL_VALUE
DEFINE VSET_VALUE_HIERARCHY
KEY RANGE_ATTRIBUTE VARCHAR2(1)
KEY CHILD_FLEX_VALUE_LOW VARCHAR2(60)
KEY CHILD_FLEX_VALUE_HIGH VARCHAR2(60)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE START_DATE_ACTIVE VARCHAR2(50)
BASE END_DATE_ACTIVE VARCHAR2(50)
END VSET_VALUE_HIERARCHY
END VSET_VALUE
DEFINE VSET_QUALIFIER
KEY ID_FLEX_APPLICATION_SHORT_NAME VARCHAR2(50)
KEY ID_FLEX_CODE VARCHAR2(4)
KEY SEGMENT_ATTRIBUTE_TYPE VARCHAR2(30)
KEY VALUE_ATTRIBUTE_TYPE VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE ASSIGNMENT_ORDER VARCHAR2(50)
BASE ASSIGNMENT_DATE VARCHAR2(50)
END VSET_QUALIFIER
DEFINE VSET_ROLLUP_GROUP
KEY HIERARCHY_CODE VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
TRANS HIERARCHY_NAME VARCHAR2(30)
TRANS DESCRIPTION VARCHAR2(240)
END VSET_ROLLUP_GROUP
DEFINE VSET_SECURITY_RULE
KEY FLEX_VALUE_RULE_NAME VARCHAR2(30)
KEY PARENT_FLEX_VALUE_LOW VARCHAR2(60)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
TRANS ERROR_MESSAGE VARCHAR2(240)
TRANS DESCRIPTION VARCHAR2(240)
DEFINE VSET_SECURITY_USAGE
KEY APPLICATION_SHORT_NAME VARCHAR2(50)
KEY RESPONSIBILITY_KEY VARCHAR2(30)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
END VSET_SECURITY_USAGE
DEFINE VSET_SECURITY_LINE
KEY INCLUDE_EXCLUDE_INDICATOR VARCHAR2(1)
KEY FLEX_VALUE_LOW VARCHAR2(60)
KEY FLEX_VALUE_HIGH VARCHAR2(60)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
END VSET_SECURITY_LINE
END VSET_SECURITY_RULE
DEFINE VSET_EVENT
KEY EVENT_CODE VARCHAR2(1)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE USER_EXIT VARCHAR2(32000)
END VSET_EVENT
DEFINE VSET_TABLE
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
BASE APPLICATION_TABLE_NAME VARCHAR2(240)
BASE SUMMARY_ALLOWED_FLAG VARCHAR2(1)
BASE VALUE_COLUMN_NAME VARCHAR2(240)
BASE VALUE_COLUMN_TYPE VARCHAR2(1)
BASE VALUE_COLUMN_SIZE VARCHAR2(50)
BASE ID_COLUMN_NAME VARCHAR2(240)
BASE ID_COLUMN_TYPE VARCHAR2(1)
BASE ID_COLUMN_SIZE VARCHAR2(50)
BASE MEANING_COLUMN_NAME VARCHAR2(240)
BASE MEANING_COLUMN_TYPE VARCHAR2(1)
BASE MEANING_COLUMN_SIZE VARCHAR2(50)
BASE ENABLED_COLUMN_NAME VARCHAR2(240)
BASE COMPILED_ATTRIBUTE_COLUMN_NAME VARCHAR2(240)
BASE HIERARCHY_LEVEL_COLUMN_NAME VARCHAR2(240)
BASE START_DATE_COLUMN_NAME VARCHAR2(240)
BASE END_DATE_COLUMN_NAME VARCHAR2(240)
BASE SUMMARY_COLUMN_NAME VARCHAR2(240)
BASE ADDITIONAL_WHERE_CLAUSE VARCHAR2(32000)
BASE ADDITIONAL_QUICKPICK_COLUMNS VARCHAR2(240)
END VSET_TABLE
DEFINE VSET_DEPENDS_ON
KEY IND_FLEX_VALUE_SET_NAME VARCHAR2(60)
CTX OWNER VARCHAR2(4000)
CTX LAST_UPDATE_DATE VARCHAR2(50)
BASE IND_VALIDATION_TYPE VARCHAR2(1)
BASE DEP_VALIDATION_TYPE VARCHAR2(1)
END VSET_DEPENDS_ON
END VALUE_SET
# -- End Entity Definitions --

Similar Messages

  • FNDLOAD: Downloading multiple concurrent programs at once

    Hi,
    Does anyone has the FNDLOAD syntax for downloading multiple concurrent programs at once into a single file in 11.5.10 tech stack.
    For e.g say I have programs p1 and pr2. I want to download p1 and pr2 into a single file say test.ldt which has both concurrent programs.
    Thanks in advance.

    Hi,
    I do not think this can be done in one step as you need to run the command twice (assuming you need to download two concurrent programs), then merge the ldt files before uploading it again (in a single file). If all the concurrent programs you want to download under the same application, you may try the following:
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="<application_short_name>"
    Regards,
    Hussein

  • 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

  • Wi-Fi does not work after 7 ISO download for iPhone 4s  What is the solution

    Wi-Fi does not work after 7 ISO download for iPhone 4s
    What is the solution

    For clarification, 7 ISO is not an Apple software product
    iOS 7 is...
    What is your issue with the wifi?
    Have you reset network settings?
    Can you include screenshots of the issue?

  • I have a Adobe Creative Suite 6 Design Standard and Teacher Edition download for Windows, can I change the platform to Mac?

    I have a Adobe Creative Suite 6 Design Standard and Teacher Edition download for Windows, can I change the platform to Mac?

    You can request to swap languages/platforms for a latest version product if you follow the instructions at the following link:
    http://helpx.adobe.com/x-productkb/policy-pricing/order-product-platform-language-swap.htm l

  • 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

  • Help required for Concurrent program parameters

    Hi All,
    I have a Concurrent program which has the following set of parameters.
    From Project Number
    To Project Number
    From Org
    To Org
    We dont want to make any of these mandatory, but we have a condition that either of the two sets must be entered i.e. before submitting we have to validate that either From Project Number/To Project Number parameter set is populated or From Org/To Org parameter set is populated.
    If someone could help me with this it would be a great help.
    Regards,
    Shruti

    Hi Shruti;
    What is your OS and EBS level?
    Please check below:
    Setup for Defined Concurrent Program with Parameters - SQL Script
    How to enable/disable parameters in concurrent program dependent prev. para
    Concurrent Program with conditionally required parameters
    Need to do validation while entering concurrent program parameters
    If those are not help,please try to look [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+program+parameters+&objID=f475&dateRange=all&userID=&numResults=15]
    Also check http://download-uk.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/progde04.htm and this
    Hope it helps
    Regard
    Helios

  • How to pass IN parameter as BOOLEAN for concurrent program in Apps(Environ)

    hi all
    i am using a standard package procedure,where in which i need to pass some parameters to a procedure,
    some of the parameters there are BOOLEAN type ,can anybody help me to know , How to pass IN parameter as BOOLEAN for concurrent program in Apps(Environ)

    Already answered this on the SQL forum (How to give IN parameter as BOOLEAN in a concurrent program.

  • How to set OEM alerts for concurrent programs

    Hi,
    We are using OEM 10g gridcontrol for monitoring.
    i am new to OEM, now i have a task to set up alerts for concurrent programs(which are running more than 30mins).
    can any one provide step by step process to setup alerts.
    Thanks,

    Here is how to enable your alerts.
    1. From the Mobile Email application, select the desired email account then press the center of the 5-way navigation pad to choose Select.
    If prompted enter the username and password,  then press the center of the 5-way navigation pad to choose Sign In.
    2. Press the right soft key to choose Options.
    3. Select Settings then press the center of the 5-way navigation pad to choose Select.
     For AOL / AIM select Preferences.
    4. Select the desired setting then press the right soft key to choose Save.
    To disable the email alerts:
    Select Disable or Never.
    To enable email alerts:
    Select Enable or Always.
    To receive email during a desired time interval:
    Select Only During then enter the desired time interval.
    This setting may not be available on all handsets or accounts. Hope this helps

  • Reg : Setup alerts for Concurrent Programs

    Hi,
    We are using OEM 10g gridcontrol for monitoring.
    i am new to OEM, now i have a task to set up alerts for concurrent programs(which are running more than 30mins).
    can any one provide step by step process to setup alerts.
    Thanks,
    Chandra

    I believe the "Concurrent Manager" is a product supported in the "E-Business" forum.
    Can a moderator move the question there? (with other questions on this product)
    I assume this is not related the Java's concurrency library.

  • Setting arraysize for concurrent programs which does huge select

    Hi All,
    E Buzz : 11.5.10.2
    Database : 10.2.0.4
    We have performance issues in few of the concurrent programs which does select on big tables, is there a possible way to set/increase the arraysize for the concurrent program.
    Through sqlplus, before running the select statement we are setting as " set arraysize 5000" which is reducing the run time of the select by 10 times.
    Please advice if there are any such options to increase the arraysize for the concurrent programs without modifying the code.
    Thanks & Regards,
    Rakesh

    Rakesh,
    Please advice if there are any such options to increase the arraysize for the concurrent programs without modifying the code.I do not think there is a way to increase/decrease the arraysize of the concurrent program without modifying the code -- Log a SR to confirm this with Oracle Support.
    Regards,
    Hussein

  • How to know which sql query is taking time for concurrent program

       Hi sir,
    I am running concurrent program,that is taking time to execute ,i want to know which sql query causing performance
    Thanaks,
    Sreekanth

    Hi,
    My Learning: Diagnosing Oracle Applications Concurrent Programmes - 11i/R12
    How to run a Trace for a Concurrent Program? (Doc ID 415640.1)
    FAQ: Common Tracing Techniques in Oracle E-Business Applications 11i and R12 (Doc ID 296559.1)
    How To Get Level 12 Trace And FND Debug File For Concurrent Programs (Doc ID 726039.1)
    How To Trace a Concurrent Request And Generate TKPROF File (Doc ID 453527.1)
    Regards
    Yoonas

  • Using a lookup for mapping program to retrieve the specific value

    Hi All,
    I have a scenario like …I need to use a lookup for mapping program to retrieve the specific value based on the input parameters.
    Here I have got some rough idea like …
    1. Creation of java program to connect the DB table and access the values, Import this java program as archive into XI.
    2. Creation of user defined function to use the above java program
    3. Include the user defined function in the interface mapping.
    Here I feel it needs some more info to complete this scenario, so can anyone provide the step by step procedure for the above scenario.
    Thanks in advance.
    Vijay.

    Hi Vijay,
    Basically you have embed Database lookup code in the UDF. For all kind of Lookups refer to below links..
    Lookup - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    DB lookup - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    SOAP Lookup - /people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0
    Lookup’s in XI made simpler - /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    How to check JDBC SQL Query Syntax and verify the query results inside a User Defined Function of the Lookup API -
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    /people/prasad.illapani/blog/2006/10/25/how-to-check-jdbc-sql-query-syntax-and-verify-the-query-results-inside-a-user-defined-function-of-the-lookup-api
    Lookups - /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Lookups - /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0/content.htm
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    Lookups with XSLT - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8e7daa90-0201-0010-9499-cd347ffbbf72
    /people/sravya.talanki2/blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4ee14
    How we have to create the lookups?
    Check this weblogs with some screenshots on how to achieve this:
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    /people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi
    /people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes
    Ranjeet Singh.

  • FNDLOAD For Concurrent Program

    Hi All ,
    I'm moving objects from Dev instance to UAT i needed to use FNDLOAD to do that
    i am using the following commands to download it from dev & upload it to UAT
    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt \PROGRAM APPLICATION_SHORT_NAME=" GPSSACUST" CONCURRENT_PROGRAM_NAME=" GPSSA_FA_DEPRN_QUAR_REP "
    FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt
    they are successfully compiled when i download the file from DEV "GPSSA_FA_DEPRN_QUAR_REP.ldt" , i take it & put it in " $FND_TOP/patch/115/import/" path in UAT & i upload & it also upload successfully
    But when i open the application & query for that concurrent i can't find it ...... Am i missing anything here ????

    Just updating the thread with the command that worked for the OP ..
    The correct command is:
    FNDLOAD apps/<apps password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt PROGRAM APPLICATION_SHORT_NAME="GPSSACUST" CONCURRENT_PROGRAM_NAME="GPSSA_FA_DEPRN_QUAR_REP"
    Thanks,
    Hussein

  • My iPad won't open itunes. I have software update iOS 7.1.1 trying to download for days. Is this the problem or something else?

    My iPad  won't open itunes. Wifi ok safari working. Software update trying to download for days 7.1.1. Is this the problem? How to fix?

    If Safari is working otherwise and you can log onto other websites, try clearing Safari and reset your iPad. That might help with the Twitter app as well.
    Settings>Safari>Clear Cookies and Data.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • Issue with execution of MessageChoicebean View Object at every row of table

    I have a table with 2 columns. First column is showing datatype. Second column is MesssageChoiceBean which is showing values from the VO. This choiceBean VO , i am executing based on the first column data type. Here the issue is, The data type at the

  • Cannot update acr 7.4 Bridge CS6 5.0.2 etc error code U43M1D207

    Buy the genuine photoshop cs 6, but can install these updates. Can't find any problems. And the error code is all U43M1D207. I've reinstallede the PS CS6 and Adobe app manager 7.0, but the problems still can not be settled! Adobe Bridge CS6 5.0.2 更新

  • Production Order GR with Planned Price

    Dear All, We are using following steps for production order= 1) Create BOM, for Semifinished material with Price control = "S" 2) Create Roting, with all Keys PP01, PP02 and PP03 with Material allocation to respective steps 3) Standard Cost Estimatio

  • How to watch iTunes rental movie on HDTV and keep MBP display off

    I would like to watch a movie on my flat screen TV. I rented the movie from the iTunes movie store, and I am attaching my MBP to the TV via the HDMI port on the TV and the sound cable to the RCA jacks. My understanding is that I have to use the F7 ke

  • Run Adobe AIR app as Windows Service

    I have an app which monitors an RSS feed. Upon an emergency, the RSS feed is updated. The app detects the change and launches (from the taskbar/dock) full screen, plays an alarm sound and displays the message. Is it possible to run this app as a serv