FNDLOAD missed some personalization's from 11.5.10.2 to 12.1.2

Hi,
I am working on the Upgrade project . We are upgrading the Oracle applications from 11.5.10.2 to 12.1.2 . So i am uploading the all personalizations from 11i to R12.
I created the ldt file from 11i and and tried to upload in R12. But some of the functions are missed in R12 so the Count is not matched as per the 11i personalizations. I checked in the meta link and they suggested the patch p9446215_R12.FND.B_R12_GENERIC.Zip for R12.
So i tried with latest lct file which is provided with patch also i am missing some data after uploading in the R12. when i check the log file after uploading the data, it is throwing some error. I am mentioning the error below.
I tried to Upload form level as well as Function level. In both ways count of personalizations are not matched.
Application Object Library: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
module:
Current system time is 15-FEB-2012 05:24:55
Uploading from the data file CSXSRISV_15022012_FF.ldt
Altering database NLS_LANGUAGE environment to AMERICAN
Dump from LCT/LDT files (/tmp/naga/affrmcus.lct(120.3.12010000.4), CSXSRISV_15022012_FF.ldt) to stage tables
Dump LCT file /tmp/naga/affrmcus.lct(120.3.12010000.4) into FND_SEED_STAGE_CONFIG
Dump LDT file CSXSRISV_15022012_FF.ldt into FND_SEED_STAGE_ENTITY
The value cannot be uploaded without a prepare statement
The value cannot be uploaded without a prepare statement
The value cannot be uploaded without a prepare statement
Dumped the batch (FND_FORM_CUSTOM_RULES 121 , FND_FORM_CUSTOM_SCOPES 281 30 MAINTENANCE_PROTECTION ) into FND_SEED_STAGE_ENTITY
Upload from stage tables
Concurrent request completed successfully
Current system time is 15-FEB-2012 05:25:06
Thanks on Advance,
Nag.

For Download:
FNDLOAD <username>/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct <ldt file name> FND_FORM_CUSTOM_RULES form_name=<form_name>Could you please confirm that the data has been downloaded successfully in the ldt file?
In the custom mode i tried in both ways like custom_mode=FORCE as well as UPLOAD_MODE=REPLACE. but there is no change in the uploaded R12 files.What if you use "WARNING=YES" option in the FNDLOAD command, do you get any details in the log?
Thanks,
Hussein

Similar Messages

  • Missing some error messages from the error stack

    Hi all,
    We use some PL/SQL code to load data in to the database.
    One value was to large for a column.
    I got the errors below, but there are some messages missing from the alert file and from the trace file.
    Error messages:
    ORA-06502: PL/SQL: numeric or value error
    ORA-01401: inserted value too large for column
    That's it, noting else. I can't see anything else in the alert log either.
    No trace files either.
    Can someone please explain to me why am i missing the rest of the error stack, like the column name where the issue occurs?
    Thanks.

    Peter,
    No your code won't work the same in 10g as it would in 9i and earlier. The -1401 exception is not secretly catching -12899 now. So that means it could be an upgrade issue: you'd have to manually change the code when upgrading to 10.
    Here is a little test on 10.2.0.1:
    SQL> create table t
      2  ( id number(2)
      3  , name varchar2(2)
      4  )
      5  /
    Tabel is aangemaakt.
    SQL> declare
      2    my_exception exception;
      3    pragma exception_init(my_exception,-1401);
      4  begin
      5    insert into t values (99,'AAA');
      6  exception
      7  when my_exception then
      8    dbms_output.put_line('my error message');
      9  end;
    10  /
    declare
    FOUT in regel 1:
    .ORA-12899: waarde te groot voor kolom "RWIJK"."T"."NAME" (huidige waarde: 3, maximumwaarde: 2)
    ORA-06512: in regel 5Regards,
    Rob.

  • Sol 9 smpatch missing some patch names from analyze results

    when running smpatch analyze -x idlist=patches_to_analyze (which contains 9 patches), some of the results are missing their names:
    bash-2.05# smpatch analyze -x idlist=patches_to_analyze
    118322-01
    112233-12 SunOS 5.9: Kernel Patch
    112912-01 SunOS 5.9: libinetcfg Patch
    115683-03 SunOS 5.9: Header files Patch
    114344-21 SunOS 5.9: kernel/drv/arp Patch
    113207-12
    112392-08
    117171-17 SunOS 5.9: Kernel Patch
    113859-04 SunOS 5.9: Sun ONE Directory Server 5.1 patch
    114129-02 SunOS 5.9: multi-terabyte disk support -libuuid patch
    114127-03 SunOS 5.9: abi_libefi.so.1 Patch
    113073-14 SunOS 5.9: ufs_log patch
    112963-25 SunOS 5.9: linker patch
    112785-56 X11 6.6.1: Xsun patch
    Is this common?
    I know that it's working, since it's returning more than the 9 that went in, but I'd like to get the info for every patche returned by the analysis.

    Neither of the three patches without descriptions above are listed in the patchdb.zip file. As such there is no metadata available for them. I assume then that they must be listed in the requirements of one or more of the other patches.
    Anyway, the reason ther is no descriptions is that they are not listed in the patchdb.zip file and as such no metadata is available to be presented.

  • Missing Some Audio Tracks from Premeire Queue'd videos

    Hi I am useing Premeire CC 2014 to Queue some videos that have 4-8 tracks of audio. They play fine in Premeire. When I Queue the clips in AME CC 2014 and then render them with a H264 codec transcode, I am only getting the last track (Music) in the outputted video. I am missing the voice over tracks.
    Not sure why this is happening? Any suggestions. I am using the Audio Track Mixer with Submixes and effects on the Submix in Premiere. Perhaps there is an issue with this.
    Thanks
    DB

    It can be done with QuickTime Pro
    <http://store.apple.com/us/product/D3380Z/A>
    "Show Movie Properties" in "Window" menu, detete the unwanted track, then "Save" in "File" menu.
    You may need to install Perian
    <http://www.perian.org>

  • Missing the Personalizations while uploading from 11i to R12

    Hi,
    I am working on the Upgrade project . We are upgrading the Oracle applications from 11.5.10.2 to 12.1.2 . So i am uploading the all personalizations from 11i to R12.
    I created the ldt file from 11i and and tried to upload in R12. But some of the functions are missed in R12 so the Count is not matched as per the 11i personalizations. I checked in the meta link and they suggested the patch p9446215_R12.FND.B_R12_GENERIC.Zip for R12.
    So i tried with latest lct file which is provided with patch also i am missing some data after uploading in the R12. when i check the log file after uploading the data, it is throwing some error. I am mentioning the error below.
    I tried to Upload form level as well as Function level. In both ways count of personalizations are not matched.
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 15-FEB-2012 05:24:55
    Uploading from the data file CSXSRISV_15022012_FF.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/tmp/naga/affrmcus.lct(120.3.12010000.4), CSXSRISV_15022012_FF.ldt) to stage tables
    Dump LCT file /tmp/naga/affrmcus.lct(120.3.12010000.4) into FND_SEED_STAGE_CONFIG
    Dump LDT file CSXSRISV_15022012_FF.ldt into FND_SEED_STAGE_ENTITY
    The value cannot be uploaded without a prepare statement
    The value cannot be uploaded without a prepare statement
    The value cannot be uploaded without a prepare statement
    Dumped the batch (FND_FORM_CUSTOM_RULES 121 , FND_FORM_CUSTOM_SCOPES 281 30 MAINTENANCE_PROTECTION ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Concurrent request completed successfully
    Current system time is 15-FEB-2012 05:25:06
    Thanks on Advance,
    Nag.

    Hello,
    This is the standalone "Forms" forum. For Personalization questions, use the E-Busines Suite forum.
    Francois

  • Apple recently replaced my broken iPhone 5 with a new one. I backed up all my stuff in iCloud. When I set up the new phone I apparently used a back up from an earlier date. Now I am missing some of my stuff. How do I go back and use the most current I cln

    Apple recently replaced my broken iPhone 5 with a new one. I backed up the contents of my phone with iCloud.
    When setting up my new phone I used an iCloud back up from an earlier date. Now I am missing some of my most recent stuff. How
    Do I go back to use the proper iCloud back up to set up my new phone?

    Tap settings> general> reset> erase all content and settings...then you'll have a chance to setuo your phone again

  • My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download..."

    My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download...." I purchased additional storage twice, my device now shows 18GB free of a total 25GB, and still I cannot download apps I've had for yrs

    iCloud space is for backup only.
    You need more local storage; free up space on iPad:
    Settings>General>Usage>Storage>Delete what is not needed to free up space on iPad.

  • PDF missing some text from FM 9 using Acrobat 9.2

    When I generate a PDF frome FM 9, it's missing some of the text (non-bold)
    and one of the chapters is missing the chapter number in the TOC.
    It worked fine with Acrobat 6.0, but now I'm using Acrobat 9.2 and some
    text is missing. Any suggestions?  Thanks!

    You do not mention your OS, but there is a hot fix for some problems with postscript drivers that cause missing data in pdfs.
    http://support.microsoft.com/?id=952909

  • I just purchased a macbook pro and was wondering about an install disk.  It seems to be missing some of the applications that should be on it from a fresh install.  I was wondering if I would have to purchase a new OS and do a fresh install?

    I just purchased a macbook pro and was wondering about an install disk.  It seems to be missing some of the applications that should be on it from a fresh install.  I was wondering if I would have to purchase a new OS and do a fresh install?

    Ahhh, well  you never mentioned that before. You need to contact your friend from whom you purchased the computer. He/She should have any and all install discs for any third-party software included as well as for OS X and the original pre-installed software.
    Apple will gladly sell you replacements for any discs that did come with the computer originally, but they will not do anything for you because you purchased the computer used. If it's in warranty still, then you can get any warranty covered things taken care of through AppleCare:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support visit online support site.

  • I miss some pages from My Notes APP duaring backup

    I miss some pages from my NOTES APP during backup

    Hi laurenfrommotown!
    I feel like the best option for you now will be to restore from any backups you may have in order to get that note back onto your iPhone. We have an article that talks about backups and how to restore from one, and it can be found right here:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/ht1766
    Keep in mind that if the note is stored on a sync server, such as Gmail or Yahoo!, it is likely to not be stored in the backup, and therefore, might not appear back onto your phone. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • I have recently erased all content and settings on my iPad2 and performed a restore from both icloud backup and iTunes. On both occasions I am missing some photos. It tells me I am downloading 1641 photos but only does 903 starting at no.738

    I have recently erased all content and settings on my iPad2 and performed a restore from both icloud backup and iTunes. On both occasions I am missing some photos. It tells me I am downloading 1641 photos but actually only starts downloading from photo 738, only giving me 903 photos. where have the first 737 photos gone? Can anyone help

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iCloud: Troubleshooting missing information after restoring an iOS device
    http://support.apple.com/kb/TS4605
    -Griff W.

  • Upgrading from FF 3.0.5 on Intel Duo Macbook (OS 10.5.8). Cannot drag downloaded new version into applications folder. Missing some "privileges."

    Currently using FF 3.0.5. Trying to upgrade to current version.
    Running Mac bok Pro OS 10.5.8 (Intel Duo).
    Downloads fine. But whn dragging to Appl folder get message "Missing some privileges."

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • HT201272 Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes acc

    Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes account.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Hello there! i am using Adobe acrobat pro DC and using windows 8.1. Recently I was trying to convert a web page (includes greek letters) into pdf. I noticed that the conversion is not accurate, some words are missing, some are misplaced. Especially greek

    hello there! i am using Adobe acrobat pro DC and using windows 8.1. Recently I was trying to convert a web page (includes Greek letters) into PDF. I noticed that the conversion is not accurate, some words are missing, some are misplaced. Especially Greek words are not accurately converted or even not converted. Please give me some suggestions to improve this issue. Regards

    Hey quantum info,
    Thank you for posting at Adobe forums. We would love to help you out.
    Could you please let me know if you have tried converting other web pages to PDF and checked if the same issue persists.
    How have you been trying to convert the web page to PDF?
    Are you trying to convert to PDF directly via browsers or using "File > Create > PDF from Web Page"  option in Acrobat.
    Let me know more so that I can analyze where actually the issue persists.
    Hope to hear from you.
    Regards,
    Anubha

  • Missing class indicator field from database row

    Hi,
    I have following problem :
    There is a class inheritance with root interface and 4 subclasses, they are initialized with class indicator field. If I use ReadAllQuery with an interface or some of concrete class as search class - it is working perfect, but if I try to build query with custom selected fields (addPartialAttribute) I always get an error - Missing class indicator field from database row.
    AFAIK This field have not to be mapped in Workbench to real table column, how can I tell TopLink that I will read this indicator field too by reading some custom fields ? I thought TopLink reads such fields automatically, like it does it with primary keys.
    Thank you
    Maksim

    This sounds like an issue with our partial attribute queries and inheritance as the type indicator column must always be read. Can you map the type indicator to a read-only attribute (mark mapping as read-only) and include this in your list of attributes as a work-around?
    Doug

Maybe you are looking for

  • How do I get firefox to stop displaying blue boxes around my linked images?

    I am talking about Firefox 3.5 on mac. I was wondering if there was some way of turning off link highlighting on my website in Dreamweaver or if there is some kind of code I have to enter. What happens is that i have images with hyperlinks and firefo

  • Daily Invoice Posting Report

    Hello, We would like to create a query that shows invoices and credit memos posted each day.  The columns would be the following and in this order: Doc Type...Invoice or Credit Memo No...Customer Code...Company Name...Posting Date...Cust Ref #...Due

  • Text in a shape doesn't line up, is it a bug?

    I created a triangular shape, and then double-clicked to add text within that shape.  The strange things is some of the text (generally along the 45 degrees angle) is either slightly above or below the baseline of the text (see image below).  Anyone

  • Regarding basics of BPM

    Hi experts,               What is BPM used for ? Is it used to connect loosely coupled systems? Can any one give a real example . Regards, Vignesh

  • Programs Freezes on start up  or just crashes

    I just did a clean install os Yosemite on Sunday! Downloaded  Adobe CC  products today! AI & PS take 5-10mins to load up each, they Freeze up before loading.  Also I uninstalled & re-installed the Programs twice. It Still lags and freezes before Load