Getting Error ORA-01422&ORA-06512 while clicking distributions of invoice

Hi,
I am Getting Error ORA-01422&ORA-06512 when i query the invoice and click on the All distributions.
However i am getting this error only for some invoices and not for all.
Any suggestion on this is highly appreciated.
Regards,
Shreyans

Hi,
What is the application release? If you are on R12, please refer to these documents.
Note: 580014.1 - R12 Invoices FAQs - (16. Why do the Errors ORA-01422 and ORA-06512 Show when Clicking on the [All Distributions] Button?)
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=580014.1
Note: 559199.1 - Error ORA-01422 ORA-06512 Raises when Click On [All Distributions] Button
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=559199.1
Regards,
Hussein

Similar Messages

  • Getting error in   oracle bpm worklist.,while clicking new HW task..

    OracleJSP error: oracle.jsp.parse.JspParseException:
    /taskDetails1.jspx: Line # 304, <wlc:taskHistory initParam="#{pageFlowScope.aleComponentBean.comp}" showTabularView="true" showGraphicalView="true" id="taskHst" xmlns:wlc="http://xmlns.oracle.com/bpel/workflow/worklist"/>
    Error: Encountered deferred syntax #{ in template text. If intended as a literal, escape it or set directive deferredSyntaxAllowedAsLiteral
    I am getting the above error when selecting the new task in oracle bpm worklist.I am not able use my Human work flow.
    so any one can help me,
    waiting for the reply...

    Hi
    1. I am guessing you got this application/project from some other team member or from source code control system.
    2. Basically looks like some tag libs are not getting resolved and hence this tag <wlc:taskHistory is not understood as a tag. Hence the syntax error.
    3. In JDeveloper, select your TaskFormsUIProject that has this taskDetails1.jspx file. Right Click -> Project Properties.
    4. In Project Properties window, on left side, select JSP Tag Libraries. On right side, I am betting you should see some entries in Red Color like "Worklist Component 1.0". Select this and on right side, see the location in the first field named TLD File: which is something like shown below. Now most probably this folder structure do not match with where you have JDeveloper in your machine. You need to fix this. First copy this value, so that you know where the JAR file is located.
    C:/Oracle/Middleware/Jdeveloper115/jdeveloper/soa/modules/oracle.soa.worklist_11.1.1/adflibWorklistComponents.jar!/META-INF/worklistComponents.tld
    5. Delete this entry. Click on Add button. In the pop up window, select like Project -> click on New button. Now browse and select the .jar file from your JDeveloper installed folder like for ex: C:/Oracle/Middleware/Jdeveloper115/jdeveloper/soa/modules/oracle.soa.worklist_11.1.1/adflibWorklistComponents.jar and hit OK Button. Now you should see a new entry added in Tag Libraries named "Worklist Component 1.0". Hit Ok. Save the Project. Compile once.
    6. Redeploy your application/project the way you do. Test it.
    Repeat the steps for any Tag Libraries that you see in Red Color. Note down the location first of the JAR file that has the .tld. Then remove it. Add a new entry and select this .JAR from your local JDev folder structure.
    Thanks
    Ravi Jegga

  • ACL connect privileges ORA-01422 ORA-06512

    Application Express Installation Guide
    3.3.6.1 Granting Connect Privileges
    The following example demonstrates how to grant connect privileges to any host for the APEX_030200 database user.
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_030200
    -- the "connect" privilege if APEX_030200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_030200', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;return:
    ORA-01422:
    ORA-06512: line 8
    SELECT * FROM sys.DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    "HOST"     "LOWER_PORT"     "UPPER_PORT"     "ACL"     "ACLID"
    "*"     ""     ""     "/sys/acls/users.xml"     "(RAW)"
    "*"     ""     ""     "/sys/acls/power_users.xml"     "(RAW)"My Apex says login XDB Password
    Sqlplus.exe "SYS/oracle@orcl AS SYSDBA" @epgstat.sql
    All OK
    Help
    APEX 3.2
    11g Rel1

    Um , i have implemented the following pl/sql. It seem to kick the person out BUT (now this is a big BUT) within the grid control it mentions :
    Details          Failed to connect to database instance: ORA-00604: error occurred at recursive SQL level 1.
    create or replace trigger session_access
    DECLARE
    v_username sys.v_$session.username%type;
    v_osuser sys.v_$session.osuser%type;
    BEGIN
    select s.username ,s.osuser into v_username,v_osuser
    from v$session s where s.username='SUSANJO' and s.osuser='oracle';
    IF (v_username ='SUSANJO' AND V_OSUSER='oracle' )
    THEN
    RAISE_APPLICATION_ERROR(-20001, 'You are not allowed to login using the program');
    END IF;
    END session_access;
    Output :
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon Mar 23 12:36:43 2009
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning and Data Mining options
    SQL> connect susanjo
    Enter password:
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: You are not allowed to login using the program
    ORA-06512: at line 10
    Warning: You are no longer connected to ORACLE.
    SQL>
    I did conduct a research which was not all that helpful too. So i am back to square one again.
    regards
    Susan John

  • After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF

    That happened after upgrading Acrobat Pro 9.1.2 to 9.2->9.3 on Windows XP sp2 platform. Converting from other Microsoft Office 2003 products is totally normal(Excel, Word) Did anyone came accross and know how to fix that?? We have many users with exactly same issue.

    thanks...figured out my problem!
    Date: Wed, 3 Feb 2010 12:24:29 -0700
    From: [email protected]
    To: [email protected]
    Subject: Re: After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF
    What happens if you try to print to the Adobe PDF printer?
    >

  • Getting error "Http 404 not found" while accessing CUCM GUI..

    Hi,
    Please help um getting error "Http 404 not found" while accessing CUCM GUI. Yesterday it was running fine bt nw its showing dis error.
    Please find attached screenshot for ur referance.
    Thanks & R's
    Harish

    Hi Aaron,
    I have restarted dat service bt still the issue is persisting.
    Now its showing attached error.
    Thanks and R's
    Harish

  • I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file. Please help me. Thanks in advance.

    Hi,
    I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file.
    Please help me. Thanks in advance.

    Hi Monika,
    I have downloaded the script to load the multiple page of pdf file.
    I tried loading the multiple page PDF file via File Menu -> Scripts -> Other Script...
    After executing the script file -> Browse and enter the page number - > OK
    The PDF file is looks like created from word document. There are total 120 pages in this file.
    PDF file size is 20 MB.
    I'm still searching for the solutions. Please help me.
    Thanks,
    Lavprasad

  • ORA-00604/ORA-01422/ORA-06512 Error on trigger

    Hi,
    I have an database which is of version 10.2.0.3.0 on Enterprise Edition.
    I want to restrict a user from usage of an schema . Therefore i have written a trigger but i have encountered with another errors:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at line 5
    Trigger Being::
    SQL> create or replace trigger session_access
    2 after logon on database
    3 declare
    4 v_username varchar2(30);
    5 v_osuser varchar2(30);
    6 begin
    7 select username,osuser into v_username,v_osuser from v$session;
    8 if v_username = 'SUSANJO' and v_osuser= 'ORACLE' then
    9 raise_application_error (-20001,'Access restricted for this USER');
    10 end if;
    11 end;
    12 /
    Trigger created.
    SQL> show errors;
    No errors.
    SQL> connect susanjo
    Enter password:
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at line 5
    Warning: You are no longer connected to ORACLE.
    i have run out of ideas of whats to be done onto the trigger now.
    Regards.
    Susan John

    Um , i have implemented the following pl/sql. It seem to kick the person out BUT (now this is a big BUT) within the grid control it mentions :
    Details          Failed to connect to database instance: ORA-00604: error occurred at recursive SQL level 1.
    create or replace trigger session_access
    DECLARE
    v_username sys.v_$session.username%type;
    v_osuser sys.v_$session.osuser%type;
    BEGIN
    select s.username ,s.osuser into v_username,v_osuser
    from v$session s where s.username='SUSANJO' and s.osuser='oracle';
    IF (v_username ='SUSANJO' AND V_OSUSER='oracle' )
    THEN
    RAISE_APPLICATION_ERROR(-20001, 'You are not allowed to login using the program');
    END IF;
    END session_access;
    Output :
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon Mar 23 12:36:43 2009
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning and Data Mining options
    SQL> connect susanjo
    Enter password:
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: You are not allowed to login using the program
    ORA-06512: at line 10
    Warning: You are no longer connected to ORACLE.
    SQL>
    I did conduct a research which was not all that helpful too. So i am back to square one again.
    regards
    Susan John

  • Getting Error in SM58 and IDX2 while using IDOC from

    Dear All,
    Getting error when trying to send FIDCCP02 Idoc from ECC to PI system.
    "Basic Type 'FIDCCP02' is unknown"
    Getting the same error while trying to import metadata using IDX2 from PI side.
    All connections and distribution model are created.
    Please help
    Regards

    hey,
    I checked all config again but getting error while checking ocnsistency in BDM5 on ECC system(E1Q).
    It is failing when the messge type FIDCC1 reaches PI QA (X1Q) system and the error states
    Message type FIDCC1 is not defined
    Please check last line of below message:
    E1QCLNT001     Checks in own system E1QCLNT001          
         Message type     @08\QCheck OK@     Message type FIDCC1 is defined
         Segment filtering     @08\QCheck OK@     No segment filtering
         Conversions     @08\QCheck OK@     No conversion
         Partner profile     @08\QCheck OK@     Partner profile has been created
                                      @08\QCheck OK@     .....Port PI_QA
              @08\QCheck OK@     .....Port PI_QA
              @08\QCheck OK@     .....Packet size 0001
              @08\QCheck OK@     .....Basis type FIDCCP02
              @08\QCheck OK@     .....enhancement
         Port     @08\QCheck OK@     Port PI_QA : To PI Quality System
              @08\QCheck OK@     .....Port type: Transactional RFC
              @08\QCheck OK@     .....port version 3: IDoc record types from Version 4.0 onwards
              @08\QCheck OK@     .....Logical address (destination) X1QCLNT001
         Logical address (destination)     @08\QCheck OK@     Logical address (destination) X1QCLNT001 is defined
    X1QCLNT001     Checks in partner system X1QCLNT001          
         Check of own logical system     @08\QCheck OK@     Own logical system is X1QCLNT001
              @08\QCheck OK@     Logical system is the same as the target address
                       Message Type     *@0A\QCheck resulted in error@*     Message type FIDCC1 is not defined
    When I am clicking on error it is taking to WE81 on PI side.
    So do I need to add this message type in PI system as it is present in ECC side?
    Thanks
    Edited by: Chanakya Sharma on Dec 10, 2010 12:10 PM

  • I am getting error #1328 in acrobat XI while trying to install update.

    I am getting error #1328 while trying to install update to acrobat XI. The error says it failed to apply patch to C:\config.msi\PTFBD7.tmp. I have uninstalled and reinstalled acrobat as the help page said to do, but it still will not install the update.

    Hey franklinr13334092,
    Could you please navigate to another forum thread discussing the same issue:
    https://forums.adobe.com/thread/1073046
    Let me know if that helps.
    Regards,
    Anubha

  • Getting errors on EP7.0CE NWDS while deploying the Application

    Hi Frndz..
    Jus now i installed EP7.0 CE SP3 n NWDS7.0CE , for deploying the app from NWDS i did the same thing like
    windows--> preferences -->SAP AS JAVA n their i given the host name n Instance number...
    but when am trying to deploy applicatio itz giving the following error
    com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
    [#1]: SessionImpl::getContext():[get ctx. NamingException],cause=Exception while trying to get InitialContext.
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    *sap-001:50006 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.6.3.112*
    Am xpecting a needfull information,thanx in adavance
    Regards
    Rajesh

    Hi,
    normally it should not be required to deploy JSF 1.2 with the application as WLS has JSF 1.2 installed. So only make sure you deploy 11.1.1.7 to the WLS server it is supported with
    Frank

  • I keep getting error message (-50) on iTunes while downloading a movie

    Hey guys, while I was trying to redeem three of my digital copies from the Lord of the Rings movies, on iTunes I was able to download two of the movies but one of the movie keeps getting an error message stating "There was a problem downloading. _Movie Title_ There was an unknow error (-50)." Is there a solution this is? or a helpful apple article I can use?

    Try deleting the partial cached downloads in the iTunes media folder.
    That error is outlined here -> iTunes: Advanced iTunes Store troubleshooting
    "Error -50," "-5000," "8003," "8008," or "-42023"
    These alerts occur due to timeouts or conflicts trying to write a file during download.
    If you encounter this issue while accessing iTunes Store:
    See iTunes 9: "One Moment Please" or "Error (-50)" message when accessing iTunes Store
    If you encounter this issue while while downloading something from the iTunes Store:
    Delete your iTunes Downloads folder, located in:
    Mac OS X:
  ~/Music/iTunes/iTunes Media/Downloads   Note: "iTunes Media" may appear as "iTunes Music. Also, the tilde (~)  refers to your Home directory.
    Windows  Vista:
  \Users\username\Music\iTunes\iTunes Media\Downloads\
    Windows  7:
  \Users\username\My Music\iTunes\iTunes Media\Downloads\
    Windows  XP:
  \Documents and Settings\username\My Documents\My  Music\iTunes\iTunes Media\Downloads\
    After locating your iTunes Downloads folder:
    Quit iTunes.
    Delete the Downloads folder on your computer.
    Open iTunes.
    Choose Store > Check for Available Downloads.
    Enter your account name and password.

  • Getting Error in  SOAP-SONAR  Tool while testing the Web Service Scenarios

    Hi
           I have a scenario Web Service to RFC .. for this.. I have created  a WSDL file through  define Webservices in the  I.D ..  but for testing these scenario.. i imported these file into SOAP-SONAR tool..    i have given all the authentication and everything..  but  I'm getting the follwoing error...
    please provide me the solution for this..
    <BODY>
    <H1>ERROR</H1>
    <H2>Cache Access Denied</H2>
    <HR noshade size="1px">
    <P>
    While trying to retrieve the URL:
    <A HREF="http://bsptdev1:8011/sap/xi/engine?">http://bsptdev1:8011/sap/xi/engine?</A>
    <P>
    The Following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Cache Access Denied.
    </STRONG>
    </UL>
    </P>
    <P>Sorry, you are not currently allowed to request:
    <PRE>    http://bsptdev1:8011/sap/xi/engine?</PRE>
    from this cache until you have authenticated yourself.
    </P>
    <P>
    You need to use Netscape version 2.0 or greater, or Microsoft Internet
    Explorer 3.0, or an HTTP/1.1 compliant browser for this to work.  Please
    contact the <A HREF="mailto:root">cache administrator</a> if you have
    difficulties authenticating yourself or
    <A HREF="http://bspproxy/cgi-bin/chpasswd.cgi">change</a> your default password.
    </P>
    regards
    Jain

    Check this guide for creating a correct WSDL:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9cd4
    User user need the role SAP_XI_APPL_SERV_USER
    Regards
    Stefan

  • Getting Error "too large to archive" while using Tar

    Dear All,
    I am getting below error while trying to use TAR to acrhive multiple files in one file:
    <FileName> too large to archive
    The file is of size 2 GB (there are other files with same capacitiy but i am not getting any error for them). Here is waht i am trying to acheive:
    (1) Create one tar file from all files in a folder (using tar)
    (2) compress the tar file (using compress)
    (3) copy the compressed file to the tape (using tar)
    One more question, when i use compress (or gzip) command, it create comressed files but original files are not preserved. For example; if i use compress for files a.txt & b .txt it creates a new file (say ab.Z) but removes the files a.txt and b.txt. Is there any option (or any other command) using which i can comress the files without getting them removed?
    Thanks in Advance.

    Dear Robert,
    Thanks for your help. While trying to create tar file using gtar i am now getting below error:
    No space left device
    So appearantly i don't have enough free space on my file system on which i am trying to create two questions:
    (1) Is it possible to compress the tar file resulting from gtar in one command (tar file creation + compress). I don't want files get removed after compression.
    (2) Can we directly write to Tape Drive using gtar? Will the size of file resulting from gtar will be same as that of total size of all files or it will be less?
    regards,

  • Getting error -- SoapFaultCode:1  Authentication failed while import TP

    Hi All,
    While importing Transport in PI we are getting the below error;
    Deployment
    Transport request   : XIDK900283
    System              : XIQ
    tp path             : tp
    Version and release: 375.33.68 710
    CTS Deploy Service - Version 0.92 06.03.2007
    ========================================================================
    Deploy Web service destination = CTSDEPLOY
    Directory = /usr/sap/prodtrans/data
    SDM Deploy URL =
    SLD Deploy URL =
    XI Deploy URL = http://test:52200
    SoapFaultCode:1 Authentication failed. For details see log entry 002481E407080046000000740000444240
    >>>CDB9A36054B360 in security log.
    Deployment
    End date and time : 20110727180708
    Ended with return code:  ===> 12 <===
    Below is the log when when test in STMS , SAP System ->Check->Transport Tool.
    Check Transport Tool                                       28.07.2011  00:52:09
            XIQ System XIQ (PI 7.1 QA)
                tp Interface
                Transport Profile
                RFC Destination
                tp Call
                Deploy Web Service
                    Web Service           CTSDEPLOY is active
                    Destination           Host=test:52200
                    Proxy                 CO_TFLDEPLOY_PROXY_VI_DOCUMENT
                    Connection Test       Exception: cx_ai_system_fault
                Deploy Tool
                    XI URL                http://test:52200
                    XI Logon Data         User=NWDI_CTSADM, Password is defined
                    XI Ping               SoapFaultCode:1  Authentication failed..
    Please help.
    Regards,
    Karthik.
    Edited by: Karthiksap on Jul 28, 2011 9:14 AM

    Hi Karthik,
    Check this link with the same issue:CTS+ For Portal Error: SoapFaultCode:1 Authentication failed
    Regards,
    Naveen

  • Get error message on my iMac while downloading new IOS5 update

    Hi to all
    Its very frustrating, since 1 week I'm trying to download the new software update ios5 for my iphone on my IMAC via Itunes.
    Always shortly after the download, when the system unpackes the download I get the error message that the software für my Iphone got damaged
    during the download (error = 1403)
    I also get an error message when I want to download an normal update from apple. For example the new MacOSX Combo Update (see picture below)
    = ungültige Prüfsumme
    I also tried to do the download via my windows pc and got the same error messages, which shows me that the problem cannot be on the IMAC it must have something to do with my network connection.
    Can someone pls help me, I already spent 3 hours with apple care but the only thing they told me is to completely re set up my imac again and hope it works but that does not make sense when I get the same error message on my pc.
    I already :
    - reinstalled lion completley
    - reinstalled Itunes completely
    - setup a new administrator
    - checked with my internet provider whether I have outages
    - downloades other software from different providers -> works fine
    - restarted my internet modem and infrastructure several times
    Only when I try to download something from the apple server I have this problems
    Many thx in advance
    Kind regards

    It's possible that the hard is starting to fail. Make sure you've got it backed up just in case it stops all together.

Maybe you are looking for