Irrelevant Error

Hi,
I am importing data from Request : Import Standard Purchase Order and when its starts then it give this error:
I am new in oracle apps r12 please guide me as soon as possoble.
Start of log messages from FND_FILE
To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
AUDSID = 3561018
EGO_PROGRAM_NOT_IMPLEMENTED
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ERR_UTL. Procedure add_fatal_error.0
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ITEM_PROCESS_PVT. Procedure update_master_item.60
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ITEM_PROCESS_PVT. Procedure create_items.60
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process_lines_add.70
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process_lines.10
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process.10
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_PVT. Procedure start_process.110
User-Defined Exception in Package po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30
End of log messages from FND_FILE
Regards,
Waqas Hassan

Pls check following note:
R12 : Purchase Order Import Errors with ORA-06502: PL/SQL: numeric or value error: character string buffer too small [ID 1218063.1]

Similar Messages

  • Mail.app can't save draft with irrelevant error message

    hi!
    Mail.app in Leopard with latest updates installed ( System Version: Mac OS X 10.5.5 (9F33), Mail:
    Version: 3.5 Last Modified: 16.09.08 0:50 Kind: Universal Location: /Applications/Mail.app) can not save message as Draft, and wrong error message appears if new message have characters missing in message encoding.
    Test case:
    1. Open mail.app
    2. Compose new message
    3. Select Message->Text Encoding ->Cyrillic (KOI8-R)
    4. Open in Safari http://www.communigate.com/CommunigatePro/Install.html#Solaris
    5. Select text from words Installing on a "Sun Solaris System." to words "Installing on a Linux System."
    6. Copy to clipboard
    7. Switch to mail.app
    8. Edit -> Paste
    9. File->Save
    Error message "Draft can't be saved to Drafts mailbox.
    The message contains one or more attachments that are too large to be saved in the Drafts mailbox. Try to delete some attachments [OK]" will appear
    This message is misleading.
    Correct message "Invalid text encoding
    Some characters in your message coundn't be converted to the "Cyrillic (KOI8-R) text encoding." Appears only if user is trying to send message
    Co

    These forums are user to user. To report things like this to Apple, use the feedback channel:
    http://www.apple.com/feedback/macosx.html

  • Missing disks error: how do I ignore it?

    Essentially, my friend used this Mac to capture footage, then he saved the footage to his external hard drive and began editing clips in FCP. He saved, copied and pasted the footage to the desktop, reconnected the media through FCP, removed the hard drive, and now when I start up I get the following message:
    "To preserve the integrity of the data used by Final Cut Pro, it is necessary to ensure the existence of the following path(s):"
    And then it lists the external hard drive which is no longer present and, with all the data reconnected, FCP shouldn't even need anymore.
    I can't actually get to FCP without dealing with this problem. For whatever reason, I'm only allowed to quit, check again, or reset scratch disks (and despite clicking on this and then on OK, nothing has happened and I have no clue what is being done).
    How do I get around this stupid, irrelevant error?

    -I've been clicking on the FCP icon the entire time -- never the project icon.
    -Since I get this error when FCP is started up, I can't open any new projects and therefore can't reconnect any media. The error seems to tell me that it NEEDS the missing external hard drive, but can't conceive of a situation where the hard drive isn't there and I just provide the media elsewhere.
    -I can attempt to open a different project (the project I'm trying to work on currently), but I can't click or do anything since the error dialogue is dominating FCP and my only option from there is to quit.

  • Mkfs: bad value for nbpi: must be at least 1048576 for multi-terabyte, nbpi

    Hi, guys!
    *1. I have a big FS (8 TB) on UFS which contains a lot of small files ~ 64B-1MB.*
    -bash-3.00# df -h /mnt
    Filesystem Size Used Avail Use% Mounted on
    /dev/dsk/c10t600000E00D000000000201A400020000d0s0
    8.0T 4.3T 3,7T 54% /mnt
    *2. But today I noticed in dmesg such errors: "ufs: [ID 682040 kern.notice] NOTICE: /mnt: out of inodes"*
    -bash-3.00# df -i /mnt
    Filesystem Inodes IUsed IFree IUse% Mounted on
    /dev/dsk/c10t600000E00D000000000201A400020000d0s0
    8753024 8753020 4 100% /mnt
    *3. So, I decided to make file system with new parameters:*
    -bash-3.00# mkfs -m /dev/rdsk/c10t600000E00D000000000201A400020000d0s0
    mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=8192,cgsize=143,free=1,rps=1,nbpi=997778,opt=t,apc=0,gap=0,nrpos=1,maxcontig=128,mtb=y /dev/rdsk/c10t600000E00D000000000201A400020000d0s0 17165172656
    -bash-3.00#
    -bash-3.00# mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=1024,cgsize=143,free=1,rps=1,nbpi=512,opt=t,apc=0,gap=0,nrpos=1,maxcontig=128,mtb=f /dev/rdsk/c10t600000E00D000000000201A400020000d0s0 17165172656
    *3. I've got some warnings about inodes threshold:*
    -bash-3.00# mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=1024,cgsize=143,free=1,rps=1,nbpi=512,opt=t,apc=0,gap=0,nrpos=1,maxcontig=128,mtb=n /dev/rdsk/c10t600000E00D000000000201A400020000d0s0 17165172656
    mkfs: bad value for nbpi: must be at least 1048576 for multi-terabyte, nbpi reset to default 1048576
    Warning: 2128 sector(s) in last cylinder unallocated
    /dev/rdsk/c10t600000E00D000000000201A400020000d0s0: 17165172656 sectors in 2793811 cylinders of 48 tracks, 128 sectors
    8381432.0MB in 19538 cyl groups (143 c/g, 429.00MB/g, 448 i/g)
    super-block backups (for fsck -F ufs -o b=#) at:
    32, 878752, 1757472, 2636192, 3514912, 4393632, 5272352, 6151072, 7029792,
    7908512,
    Initializing cylinder groups:
    super-block backups for last 10 cylinder groups at:
    17157145632, 17158024352, 17158903072, 17159781792, 17160660512, 17161539232,
    17162417952, 17163296672, 17164175392, 17165054112
    *4.And my inodes number didn't change:*
    -bash-3.00# df -i /mnt
    Filesystem Inodes IUsed IFree IUse% Mounted on
    /dev/dsk/c10t600000E00D000000000201A400020000d0s0
    8753024 4 8753020 1% /mnt
    I found http://wesunsolve.net/bugid.php/id/6595253 that is a bug of mkfs without workaround. Is ZFS what I need now?

    Well, to fix the bug you referred to you can apply patch 141444-01 or 141445-01.
    However that bug is just regarding an irrelevant error message from mkfs, it will not fix your problem as such.
    It seems to me like the minimum value for nbpi on a multi-terabyte filesystem is 1048576, hence you won't be able to create a filesystem with more inodes.
    The things to try would be to either create two UFS filesystems, or go with ZFS, which is the future anyway ;-)
    .7/M.

  • Mozilla does not pass correctly greek letters from mailto command to email program while IE passes them correctly

    I am using windows xp greek with greek regional seetings and when I run a javascript using mailto command (either with utf-8 or iso 8859-7 encoding) , the subject and body of the message which were in Greek do not pass correctly to my email program while in IE pass correctly. Can you help me because many of the users who run the javascript are using mozilla firefox

    Hi Nancy, nice to see you again. The CSS validator showed no errors.
    The HTML validator showed irrelevant errors, e.g., missing alt tags and also the prefererence for  using UTF-8 encoding instead of the older iso-8859-1 used throughout my website (because it displays better in DW 5.5).
      The CSS validator link is quite useful, as I don't have a CSS validator in DW 5.5, unless I am missing something. For HTML validation, I can use "Shft-F6".

  • Stop/Start OGG

    hi,
    I am using OGG and is working well (two-way replication)
    Every night, my databases are stopped and started (for snapshot backup)
    my question:
    is it better to stop/start OGG with the database
    or let OGG running all the time ?
    Thanks for your help

    Ideally, it would be better to stop GoldenGate and here is why:
    1. You know for sure that all transactions in the source have been replicated/applied to the target. You won't have source at SCN 123 and the target at SCN 119. You won't induce a synchronization problem.
    2. What if scenario - suppose while the databases are closed, something happens to the trails?
    3. What happens to a long-running transaction? Do you want to deal with bounded recovery issues? (answer: no)
    4. You won't be adding/generating irrelevant errors to GoldenGate processes, those about not being able to connect to the database. It just adds clutter to detail reports, and if you have any monitoring built-in, you can avoid generating irrelevant alerts.
    You can use the event marker infrastructure (i.e., send a message to GoldenGate to stop replicat or other processes), or if using regular scripting, check for lag being 0 after extract is stopped.

  • Loud bootup login beep Dv7 series notebooks

    Product: Pavilion DV7 6b55dx
    Operating system, irrelevant
    Error: none
    Changes made to system: using the bios security function to require a password
    If I set the login to require a password before windows starts, my Pavilion Dv7 makes a horribly loud beep. Its obnoxious, and prevents me from trying to use my computer when others are sleeping in the house.  I wouldnt want to use it on public becasue of the obnoxious noise and this is exactly when you would want this password requirement activated in case of theft.
    Please create a switch for it in the bios to turn off the **bleep** beep!

    Nice extensive research on reseting Beats Audio on the HP laptops.
    Just bought the Envy 17t-3000 and I updated all the drivers via HP Support Manager.
    BEFORE the update, the Beats Audio worked well..
    1. Press the dial and the popup box comes up ~3 secs
    2. Volume indicator swirl appeared to show volume level
    AFTER the update, something changed the Beats Audio... had to re-install the latest driver from HP website (even after contacting HP Tech support via chat and email several times)...
    1. Press the dial and the popup box comes up ~10-12 secs now!
    2. Volume indicator swirl DISAPPEARED so volume level indicator is GONE
    Sure the sound works but NOW I do NOT know or remember the volume level whenever I listen to music.
    You can barely tell on the Windows Speaker icon on Icon bar since 2 sound waves indicate at least 50% sound level but that's it!
    I have the following softwares and checked their settings and set them all at 50% and use the Beats Audio dial to control the volume whenever the programs are used:
    1. WinAmp
    2. VLC player
    3. MPC
    4. WMP
    No matter what I try, it appears that the Beats Audio Volume Control Swirl Indicator is GONE! Worse, there's NO Windows volume control indicator unless leave the Volume Mixer open!
    Anyone know how to fix this problem and bring Back the Audio Beats volume indicator??
    Thanks!

  • Problems in shipment cost

    Dear Experts,
    I am getting an Error "General Error during Acceptance Posting" while doing VI02.
    After getting into VI02 when I tick the checkbox "Transfer"... PO not getting generated but Service Sheet Entry gets generated but when I am trying to SAVE it the system is not accepting it and it gives the screen with three options
    1. Log
    2. Save
    3. Cancel
    When I see Log generated, the Message Code is SE117 - "General Error during Acceptance Posting".
    I will be grateful, if somebody helps me on this.
    Best Regards.
    Ripon Kumar Paul

    Hi Ripon Kumar Paul
    There are several ways to determine the actual error behing the SE117 error. because the SE117 error is general failure error while positng costs of shipments.
    Please follow any one approach from below to find the actual error and try to solve the isseu
    1.  Set a breakpoint after the call of function module
         MS_CREATE_SERVICE_ENTRY_MULTI in the function module SD_SCDS_RELEASE
         of the function group V54R, and analyze the message table MESSR_TAB.
         => If entries exist, the last entry contains the essential clue
         about the cause of the error. This is the simplest method, but
         unfortunately also the one with the least chances of success.
    2.  Before the transfer is carried out, activate debugging mode and call
         the debugging menu to activate the statement MESSAGE (Shift+F5)
         under "Breakpoint at".   Depending on the system control, you might
         have to pass through a large number of irrelevant error messages,
         using the F8 key (see list below).
         => The last error message before you return to the "See log" dialog
         box is the cause of the transfer failure. Tip: Create a hard copy
         using the "Print" pushbutton each time before you choose Continue
         (F8 key).
    kind regards,
    Ramana

  • Avoiding "Disk initialisation"-Dialog

    Hello everybody,
    Hello Aplle,
    can anybody tell me if there is a way to stop the finder asking to initialize disks that supposedly aren't formatted? If I want to do so I will manually open disk utilities but as I often use disks from TrueCrypt not recognized by the system I get asked this question multiply times a day which sums up to be very annoying.
    Any help.. Terminal Command etc.?
    Best regards
    Max Ziebell

    On many of my scripts I use header(), but some scripts will
    set a variable based on POST data, such as '$error' if an error
    were to occur. If I were to use header() at the end of the script
    before any output is displayed, the variable would be destroyed
    before it could be displayed. How can I get around this issue?
    The only method I could come up with is setting a $_SESSION
    variable (like 'error') at the end of the script just before the
    header function is called. Then first thing on the next page, set a
    variable equal to the session variable ($error =
    $_SESSION['error']), and then unset the session variable.
    I am just not sure if this is the best and most flawless
    method. I fear it might be possible for something to go wrong
    between the two pages. Then a user loads an entirely different page
    and has some completely irrelevant error message appear on that
    page, due to a session variable still being set. The 'error'
    variable has the same name on all my pages.

  • VA88 - Error list of settlement run displays irrelevant sales orders

    Hi All,
    This is a problem relating to transaction VA88 for settlement of sales orders into COPA. The error list of the settlement run is unnecessarily long since it also includes old, irrelevant sales orders that have no postings since the last VA88 run.
    'Old' sales orders without recent postings on them are considered in the settlement run despite having the indicator "check trans. data" switched on in the VA88 selection screen.
    What could be the reason???
    Ideally, system should ignore the irrelevant sales orders (those without any transactional postings since the last settlement) if we select the "check transactional data" option in the VA88 selection screen
    Any suggestions, thoughts, solutions would be highly appreciated.
    Regards,
    Soumya
    Edited by: Soumya Bhattacharya on Mar 17, 2009 10:42 AM

    Hi Soumya
    Please see below. Transaction data checks are not made in the following situations, even
    if the indicator is set:
    1.  The sender has a results analysis key, and an accrual calculation
        was already executed. In Customizing for accrual calculation, line
        item updates are not active for a version relevant for settlement.
    2.  The sender has a variance key and variances have already been
        determined.
    3.  The sender is a capital investment measure and has the technically
        completed status. Alternatively, the sender is an investment measur
        and the settlement was started with processing type 3.
    4.  The settlement rule was changed since the last settlement.
    5.  There is a valid distribution rule for fixed amounts.
    6.  Both a periodic distribution rule and an overall distribution rule
        have been defined for the settlement of costs with the same origin,
        and only the periodic distribution rule was used for the last
        settlement.
    Basically you should see if any of these scenarios exist in your case. Item no. 6 looks like the most probable cause. Please check them again.
    Hope this helps. Let me know.
    Karthik

  • Irrelevant Mathscript error -20033

    Hi there,
    I am trying to make some code work with MathScript RT in LabView 2012, but I keep getting an error -20033 (see screenshot below) for an irrelevant line of code.
    The line MathScript complains about (line 45) is the following:
    percentLast = floor(max(levelPercent));
    This error does not make any sense for that line (levelPercent is a 1D array), and no line above or below corresponds to that error either.
    If I comment out the offending line, I get the same error for another completely unrelated line.
    Also note that the very same code works well with MATLAB.
    Is there a known bug in MathScript that could create this behavior? If yes, is there a way to work around it?
    Thanks in advance for your help.
    Best regards,
    Olivier H.

    Actually, I could trace this error to a call to resample() at another unrelated location (and different .m file) in the code. I found it by basically commenting out one line at a time until the error disappeared. It looks like error reporting needs some work in Mathscript.
    Olivier

  • HT204408 Why is FaceTime telling me there is "an error processing registration" when the troubleshoot resolutions are irrelevant?

    I am trying to use FaceTime on my MacBook with Lion and it lets me sign in, asks me to verify my email, and then bounces back, saying "there was an error processing registration. Try again later." I have even tried with a different AppleID and new email to have verified, still the same result.
    The Apple resolutions are
    Resolution
    If third-party firewall software is installed, it needs to be configured to allow connections from apple.com and verisign.com.
    If you have edited your /private/etc/hosts file, you will need to remove or comment out any entries containing apple.com or verisign.com. To comment them out, put a "#" character (without quotes) and a space at the start of any line containing apple.com or verisign.com. Note: Some third-party software installers may modify the hosts file without alerting you.
    Make sure the date and time are set correctly on your computer. You can enable  "Set date and time automatically" in the Date and Time preference pane to automatically keep this information accurate. FaceTime uses SSL connections in order to register, and SSL requires an accurate date and time for securely communicating with the registration server.
    None of this is relevant because I have altered none of this, atleast not intentionally. Any suggestions?
    FaceTime was working just fine on my Mac a few months ago, now it is only working on my iPhone.
    link to apple troubleshoot for issue

    While this may be a work around for you, it is most certainly NOT the case that you need a seperate, unique Apple ID for every Apple device you own. There is clearly a bug in FaceTime that is causing problems for users, but creating multiple Apple accounts will only lead to complications later — especially if you use different accounts to purchase apps or other content from iTunes.
    I suggest you take the offending device(s) to your AppleStore and get someone to help you out. This is (usually) a free service offered by Apple.
    Meanwhile, Apple might lend a hand by focusing on ironing out the bugs from their network services. Network / web services have always been an Achillies heel for Apple, which has consistently had problems with its web / cloud-based services. At hardware solutions Apple is pure genius, but at web and cloud services it truly *****! Lets hope they eventually wake up to the fact that this is detrimental to users' experience of their lovely hardware.

  • Error in EC-CS - Currency Translation is Irrelevant

    Has anyone seen this message?  I have checked and as far as I can see, currency is set correctly.  Please advise....
    Task CrcyTrans is irrelevant or is being copied
    Message no. G0256
    Diagnosis
    Task CrcyTrans is either irrelevant or is being copied from another version for the current org unit. Therefore, the task cannot be executed in the present version.
    There is only one exception for source tasks with the type "Data Collection" which bear the task status "Being copied" (in the target version):
    If the local currency of the respective consolidation unit differs from the ledger currency, the system permits supplementary changes to the additional financial data in the target version. In this case, you can also start the source task with the type "Data Collection" in update mode for the respective consolidation unit in the target version. Then the system permits subsequent entry of additional financial data.
    Keep in mind that the status is not updated.
    System Response
    Fehlermeldung bzw. Info

    Hello -
    The consolidation ledger currency (group currency, I assume) is USD.  The Consol Unit in question is EUR. 
    I checked the currency translation settings in the consol unit.  There are four other units in the group, all with various currencies, which are working fine.  We have another unit in another group that is EUR and it is working fine.  We just added this one.  I have compared it to the unit in EUR that works but can't find any differences.

  • I am trying to burn a CD from a playlist in iTunes. I set everything up, and then when it tries to burn, it cancels the burn right away, and gives me the error code: 4251. What am I doing wrong?

    Okay, so I wanted to burn a CD to play on players in the house. The songs on my playlist are from CDs that I own and imported into my iTunes. Here are the steps I've taken:
    1. I created a playlist
    2. Selected File > Burn Playlist to Disc...
    3. My Burn Settings are as follows: Maximum Possible Speed (I have tried all the other speeds as well with the same result), Audio CD (No gaps between songs), Use Sound Check is selected, Include CD Text is selected (I have also tried unselecting these two options).
    4. Then I clicked Burn
    5. Within a couple of seconds "Cancelling Burn" shows up in the window at the top of the screen, and a box pops up that says: The attempt to burn a disc failed. An unknown error occurred (4251).
    I have tried different CDs, I have changed all the settings in the Burn Settings box, and I get the same result over and over again. I researched the error 4251, and it refers to a problem with importing songs from a CD. This is totally irrelevant since I'm not trying to import, I'm trying to burn. This is a blank CD, and it is a CD-R. These CDs are off a tower I purchased less than a month ago, and have had absolutely no problem burning other things to these CDs. I really don't want to have to re-import these songs to Windows Media Player or another application just so I can burn what I want onto a CD, but this is almost the point I am at.
    iTunes certainly isn't helping me much at this point, and I would appreciate any feedback into what I am possibly doing wrong in trying to create a CD.

    I have Windows 7 on a Dell.  Open and play iTunes in the compatability mode and use Windows XP (service pack 2).  Disregard any messsages to disable the compability mode.  This has worked for me.  I have also reinstalled iTunes and played with burn speeds etc.  These ideas did not work.  Compatability mode works.

  • Error while activating ABAP proxy object

    Hello,
    I can see all the interfaces of PI7.0 in my ECC6.0 system.
    I am able to create abap proxy object of a interface.
    But when I try to activate that I am getting error as
    "RFC system error for destination GTADIR_SERVER".
    Pl can you suggest. appreciate quick help in this.
    thanks in advance,
    Sharada

    Hi,
    For more details take a look at note:  [1063482 - Creating Dictionary objects - RFC error GTADIR_SERVER|https://service.sap.com/sap/support/notes/1063482]
    It is written that: Message SGSUB 104 is not an error message, but is merely irrelevant information for customers. You can continue to create objects nevertheless.
    To get rid of this annoying error you have to implement the corresponding  support package.
    Regards,
    Jakub

Maybe you are looking for

  • SAP GUI710 Logon issue

    Hi , all Now , i am using SAP GUI710 , Patch level 3,   i have an issue , if i leave the sec untouched for about 5 minutes , GUI will log off itself , and give me this information: CD1: connection to partner " ..........: sapdp00" broken WSAECONNRESE

  • How to suppress print dialog box from popping up under a condition

    Greetings... There may be a better way to accomplish what I'm trying to do, so I'm open to outside-the-box suggestions. I have a pretty simple page which lists a set of statuses and descriptions of each. The user can edit these status flags and their

  • Qosmio G20 - how to reinstall Windows XP without recovery DVD?

    I am trying to install windows XP on the laptop. I bought the Qosmio without the reinstall cd . There is no Operating system installed on the hard drives at all. Everything is OK, till it asks for the raid drivers, then it says put the disc in 'A' dr

  • Crashes when Firewire Drives are mounted

    For some reason now Logic crashes (hangs...not responding) when i boot Logic with my one firewire drive mounted. When i unmount the drive and then boot Logic it works fine. THen i re mount it and open my project. Is there a fix for this?

  • Trying to load data but only zeros are being loaded

    Hello people, I'm facing the following situation I'm trying to load data into a Planning application using a rule file and my Data source type is SQL. The problem is that all data is being replaced with zeros, so I only get zeros in the database. I'm