Reg :DBMS_XMLDOM.DOMDocument Error

Hi all,
I tried to create xml document in the C Drive .
I Created Directory like :
create or replace directory ctemp1 as 'C:\';
GRANT ALL ON DIRECTORY ctemp1 to public;
grant read,write on directory ctemp1 to public;
The code is :
DECLARE
doc DBMS_XMLDOM.DOMDocument;
xdata XMLTYPE;
cursor XMLCUR is select SYS_XMLGEN(XMLAGG(XMLELEMENT("EMPNO", ename))) FROM EMP;
Cursor xmlCurdate is
select SYS_XMLGen(
XMLELEMENT(NAME "UTIMEID",
XMLATTRIBUTES (to_char((sysdate - 1),'yyyymmdd') as "uid",
to_char((sysdate - 1),'mm/dd/yyyy (') || rtrim(to_char((sysdate - 1),'Day')) || ')' as "uiddesc")),
sys.xmlgenformatType.createFormat('UPDATED-XML') ) from dual;
BEGIN
OPEN xmlcur;
FETCH xmlcur INTO xdata;
CLOSE xmlcur;
doc := DBMS_XMLDOM.NewDOMDocument(xdata);
DBMS_XMLDOM.WRITETOFILE(doc, 'ctemp1'||'\'||'alert.xml');
OPEN xmlcurdate;
FETCH xmlcurdate INTO xdata;
CLOSE xmlcurdate;
doc := DBMS_XMLDOM.NewDOMDocument(xdata);
DBMS_XMLDOM.WRITETOFILE(doc, 'ctemp1'||'\'||'updated.xml');
END;
Am Getting the Error like :
Error starting at line 8 in command:
DECLARE
doc DBMS_XMLDOM.DOMDocument;
xdata XMLTYPE;
cursor XMLCUR is select SYS_XMLGEN(XMLAGG(XMLELEMENT("EMPNO", ename))) FROM EMP;
Cursor xmlCurdate is
select SYS_XMLGen(
XMLELEMENT(NAME "UTIMEID",
XMLATTRIBUTES (to_char((sysdate - 1),'yyyymmdd') as "uid",
to_char((sysdate - 1),'mm/dd/yyyy (') || rtrim(to_char((sysdate - 1),'Day')) || ')' as "uiddesc")),
sys.xmlgenformatType.createFormat('UPDATED-XML') ) from dual;
BEGIN
OPEN xmlcur;
FETCH xmlcur INTO xdata;
CLOSE xmlcur;
doc := DBMS_XMLDOM.NewDOMDocument(xdata);
DBMS_XMLDOM.WRITETOFILE(doc, 'ctemp1'||'\'||'alert.xml');
OPEN xmlcurdate;
FETCH xmlcurdate INTO xdata;
CLOSE xmlcurdate;
doc := DBMS_XMLDOM.NewDOMDocument(xdata);
DBMS_XMLDOM.WRITETOFILE(doc, 'ctemp1'||'\'||'updated.xml');
END;
Error report:
ORA-29280: invalid directory path
ORA-06512: at "SYS.UTL_FILE", line 33
ORA-06512: at "SYS.UTL_FILE", line 436
ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 217
ORA-29280: invalid directory path
ORA-29280: invalid directory path
ORA-06512: at "XDB.DBMS_XMLDOM", line 4416
ORA-06512: at line 16
29280. 00000 - "invalid directory path"
*Cause:    A corresponding directory object does not exist.
*Action:   Correct the directory object parameter, or create a corresponding
directory object with the CREATE DIRECTORY command.
Please help on this .
Thanks in advence .

When you create objects on the database (tables, views, directories etc.) then by default they are stored in the data dictionary in UPPER case (unless you surround the name with double quotes which is poor practice).
So, in your DBMS_XMLDOM.WRITETOFILE call you need to specify the directory name in UPPER case...
DBMS_XMLDOM.WRITETOFILE(doc, 'CTEMP1'||...... simple as that. ;)

Similar Messages

  • DBMS_XMLDOM.WRITETOFILE errors

    C'mon then chaps (and chapesses)...
    I've had DBMS_XMLDOM.WRITETOFILE working before but for some reason I just can't seem to get it to work again. (Using Oracle 10g R2)
    What am I doing wrong. It's bound to be something right in front of me, but I just can't see it.
    create or replace directory utl_data as 'C:\';
    declare
      xd  DBMS_XMLDOM.DOMDocument;
      xt  XMLTYPE;
      CURSOR cur_xml IS
        select xmlelement("fred", 'fred') from dual;
    begin
      OPEN cur_xml;
      FETCH cur_xml INTO xt;
      CLOSE cur_xml;
      xd := DBMS_XMLDOM.NewDOMDocument(xt);
      DBMS_XMLDOM.WRITETOFILE(xd, 'C:\FRED.XML');
    end;
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 33
    ORA-06512: at "SYS.UTL_FILE", line 436
    ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 217
    ORA-29280: invalid directory path
    ORA-29280: invalid directory path
    ORA-06512: at "XDB.DBMS_XMLDOM", line 4416
    ORA-06512: at line 12

    Well that's very nice of you to answer my thread after a year, but I already know about using directory objects now.
    I'm not quite sure what you are trying to show with you examples, but good luck to you anyway.

  • Reg:Seeburger BIC Error

    Hello All,
    I was working on XML to EDIFACT Map in BIC Mapping Designer in seeburger,I am getting following Error while running the map:
    [Error:ID=3056;LEVEL=1] InhouseDocWriter setField() Error: Exception at create or setField(UNB.SG0.UNH:S009.0065) :
    java.lang.Exception: Segment not allowed here (UNB:SG0).
    Any one please guide me reg this issue.
    Thanks,
    Kishore

    Hi,
    Can you explain about your mapping?
    Could you quote your result for message mapping test tab?
    Regards,
    Sushama

  • Reg: Internal server error

    Hi
    Oracle Application Version:11.5.10.2
    Database Version:9.2
    Os : linux 4
    When tried to clik the ebusiness suite,it given the internal server error message, i ran autoconfig in apps tier its suscceed
    but itried to run in db tier its not running it given the following error message.
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /prod/r02/oracle/proddb/9.2.0
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR in setting Environment variable ADJREOPTS
    please give the solution
    Regards
    karthick raja

    Hi,
    As oracle user, source the database env file and issue "echo $OA_JRE_TOP" and post the output here.
    Also, make sure the value of this parameter is set correctly in the database context file, and run AutoConfig again.
    Regards,
    Hussein

  • REG:RUN TIME ERROR WHILE CREATING USERS

    HI ALL,
    When i am trying to crreate a new user in sap system ecc6.0 with mssql.
    an sysntax error is accuring in the system
    Syntax error in program "SAPLBUPA_INTERFACE_SERVICE ".
    The current ABAP program "SAPLBUPA_INTERFACE_OUTBOUND" had to be terminatedbecause it has
    The following syntax error occurred in program "SAPLBUPA_INTERFACE_SERVICE " in
    include "LBUPA_INTERFACE_SERVICETOP " in
    "The type "BUPA_INBOUND" is unknown."
    i also changed the parameter to zero
    login/no_automatic_user_sapstar = 0
    so that we can login using sap*, which is not possible
    please help me in solving this issue.
    Thanks!
    Vardhan.
    Edited by: vardhan197 on Mar 29, 2011 9:59 AM

    Hello,
    i have checked my system (ERP6.0) and the type is BUPA_INBOUND is available. So please check this in your system:
    call transaction se38 and look at the source code of Report SAPLBUPA_INTERFACE_SERVICE
    double click at the INCLUDE LBUPA_INTERFACE_SERVICETOP
    scroll down to line 147 where the BUPA_INBOUND is referended
    double click at BUPA_INBOUND
    If it is available and displayed, activate it and try again to create a new user.
    Please also check what authorizations you have.
    Good luck
    Christian

  • Reg: XML Gateway Error while posting invoice (PROCESS_INVOICE_002 )

    I'm trying to post the PROCESS_INVOICE_002 to Oracle 11i XML gateway which is supposed to route to the mentioned trading partner.
    When I observed the status through Workflow Admin web App - > Transaction Monitor the message has reached the INBOUND Queue but it is not able to route it/ process it ... and goes to error state with
    The Standard:OAG, Transaction Type:INVOICE , Transaction SubType:PROCESS and Location Code Bigmart is not enabled in the XML Gateway Server. Pls check your Setup.
    Then I had corrected the setup with the proper TP configuration.
    Now I'm getting a different error.
    Kindly give me some inputs regarding this.
    Now it is giving the below mentioned error. Here is the Process Summary:
    Document ID blrgislin15:26ae9b47:11a9c4ae5b9:46b1
    Internal Control Number 1656
    External Transaction Type INVOICE
    External Transaction Subtype PROCESS
    Party ID
    Party Type
    Trading Partner Name N/A
    Site Name N/A
    Processing Date 19-Jun-2008 16:41:15
    Processing Status Error
    Processing Message ORA-06502: PL/SQL: numeric or value error: character string buffer too small - ECX_INBOUND_TRIG.WRAP_VALIDATE_MESSAGE
    Processing Logfile
    The XML Invoice I'm posting is :
    <PROCESS_INVOICE_002>
         <CNTROLAREA>
              <BSR>
                   <VERB value="PROCESS">PROCESS</VERB>
                   <NOUN value="INVOICE">INVOICE</NOUN>
                   <REVISION value="002">002</REVISION>
              </BSR>
              <SENDER>
                   <LOGICALID>BigMart</LOGICALID>
                   <COMPONENT>INVOICE</COMPONENT>
                   <TASK>PROCESS</TASK>
                   <REFERENCEID></REFERENCEID>
                   <CONFIRMATION>0</CONFIRMATION>
                   <LANGUAGE>ENG</LANGUAGE>
                   <CODEPAGE>UTF8</CODEPAGE>
                   <AUTHID>APPS</AUTHID>
              </SENDER>
              <DATETIME qualifier="CREATION">
                   <YEAR>2003</YEAR>
                   <MONTH>09</MONTH>
                   <DAY>22</DAY>
                   <HOUR>07</HOUR>
                   <MINUTE>30</MINUTE>
                   <SECOND>18</SECOND>
                   <SUBSECOND>0000</SUBSECOND>
                   <TIMEZONE>-0500</TIMEZONE>
              </DATETIME>
         </CNTROLAREA>
         <DATAAREA>
              <PROCESS_INVOICE>
                   <INVHEADER>
                        <AMOUNT qualifier="DOCUMENT" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <DATETIME qualifier="DOCUMENT">
                             <YEAR>2003</YEAR>
                             <MONTH>09</MONTH>
                             <DAY>23</DAY>
                             <HOUR>01</HOUR>
                             <MINUTE>00</MINUTE>
                             <SECOND>00</SECOND>
                             <SUBSECOND>0000</SUBSECOND>
                             <TIMEZONE>-0500</TIMEZONE>
                        </DATETIME>
                        <DOCUMENTID>10000</DOCUMENTID>
                        <DESCRIPTN>INVOICES FROM STAPLES</DESCRIPTN>
                        <REASONCODE>INVOICE</REASONCODE>
                        <PARTNER>
                             <NAME index="1">STAPLES-LA</NAME>
                             <PARTNRID>STAPLES-LA</PARTNRID>
                             <PARTNRTYPE>SUPPLIER</PARTNRTYPE>
                             <ADDRESS>
                                  <ADDRLINE index="1">22355 WEST ELEVEN MILE ROAD</ADDRLINE>
                                  <CITY>LOS ANGELES</CITY>
                                  <COUNTRY>US</COUNTRY>
                                  <POSTALCODE>48034</POSTALCODE>
                                  <STATEPROVN>CA</STATEPROVN>
                             </ADDRESS>
                             <CONTACT>
                                  <NAME index="1">JOHN STAPLES</NAME>
                                  <CONTCTTYPE>ACCOUNTING</CONTCTTYPE>
                                  <EMAIL>[email protected]</EMAIL>
                             </CONTACT>
                        </PARTNER>
                   </INVHEADER>
                   <INVLINE>
                        <AMOUNT qualifier="EXTENDED" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <AMOUNT qualifier="TOTAL" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <OPERAMT qualifier="UNIT" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <UOMVALUE>1</UOMVALUE>
                             <UOMNUMDEC>0</UOMNUMDEC>
                             <UOM>EA</UOM>
                        </OPERAMT>
                        <QUANTITY qualifier="ITEM">
                             <VALUE>100</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <UOM>EA</UOM>
                        </QUANTITY>
                        <LINENUM>1</LINENUM>
                        <DESCRIPTN>1st Invoie Line</DESCRIPTN>
                   </INVLINE>
              </PROCESS_INVOICE>
         </DATAAREA>
    </PROCESS_INVOICE_002>

    Hi, Due to some other problem with my setup, I had to reinstall E-Biz, and again did all the configuration freshly and tried posting the same xml but for the current customer configuration. It went successfully. Here is the xml I'have posted. You can try configuring your transactions and Trading Partner as given in the XML gateway User Guide, which is available as part of the documentation.
    <?xml version="1.0"?>
    <!DOCTYPE PROCESS_INVOICE_002 SYSTEM "171_process_invoice_002.dtd">
    <PROCESS_INVOICE_002>
         <CNTROLAREA>
              <BSR>
                   <VERB value="PROCESS">PROCESS</VERB>
                   <NOUN value="INVOICE">INVOICE</NOUN>
                   <REVISION value="002">002</REVISION>
              </BSR>
              <SENDER>
                   <LOGICALID>Bigmart</LOGICALID>
                   <COMPONENT>INVOICE</COMPONENT>
                   <TASK>PROCESS</TASK>
                   <REFERENCEID></REFERENCEID>
                   <CONFIRMATION>0</CONFIRMATION>
                   <LANGUAGE>ENG</LANGUAGE>
                   <CODEPAGE>UTF8</CODEPAGE>
                   <AUTHID>APPS</AUTHID>
              </SENDER>
              <DATETIME qualifier="CREATION">
                   <YEAR>2008</YEAR>
                   <MONTH>07</MONTH>
                   <DAY>08</DAY>
                   <HOUR>07</HOUR>
                   <MINUTE>30</MINUTE>
                   <SECOND>18</SECOND>
                   <SUBSECOND>0000</SUBSECOND>
                   <TIMEZONE>-0500</TIMEZONE>
              </DATETIME>
         </CNTROLAREA>
         <DATAAREA>
              <PROCESS_INVOICE>
                   <INVHEADER>
                        <AMOUNT qualifier="DOCUMENT" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <DATETIME qualifier="DOCUMENT">
                             <YEAR>2008</YEAR>
                             <MONTH>07</MONTH>
                             <DAY>08</DAY>
                             <HOUR>01</HOUR>
                             <MINUTE>00</MINUTE>
                             <SECOND>00</SECOND>
                             <SUBSECOND>0000</SUBSECOND>
                             <TIMEZONE>-0500</TIMEZONE>
                        </DATETIME>
                        <DOCUMENTID>10001</DOCUMENTID>
                        <DESCRIPTN>INVOICES FROM STAPLES</DESCRIPTN>
                        <REASONCODE>INVOICE</REASONCODE>
                        <PARTNER>
                             <NAME index="1">BigMart</NAME>
                             <PARTNRID>BigMart</PARTNRID>
                             <PARTNRTYPE>Customer</PARTNRTYPE>
                             <ADDRESS>
                                  <ADDRLINE index="1">100 Main Street Bentonville</ADDRLINE>
                                  <CITY>Arizona</CITY>
                                  <COUNTRY>US</COUNTRY>
                                  <POSTALCODE>38019</POSTALCODE>
                                  <STATEPROVN>AR</STATEPROVN>
                             </ADDRESS>
                             <CONTACT>
                                  <NAME index="1">JOHN STAPLES</NAME>
                                  <CONTCTTYPE>ACCOUNTING</CONTCTTYPE>
                                  <EMAIL>[email protected]</EMAIL>
                             </CONTACT>
                        </PARTNER>
                   </INVHEADER>
                   <INVLINE>
                        <AMOUNT qualifier="EXTENDED" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <AMOUNT qualifier="TOTAL" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <DRCR>D</DRCR>
                        </AMOUNT>
                        <OPERAMT qualifier="UNIT" type="T">
                             <VALUE>6300</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <CURRENCY>USD</CURRENCY>
                             <UOMVALUE>1</UOMVALUE>
                             <UOMNUMDEC>0</UOMNUMDEC>
                             <UOM>EA</UOM>
                        </OPERAMT>
                        <QUANTITY qualifier="ITEM">
                             <VALUE>100</VALUE>
                             <NUMOFDEC>2</NUMOFDEC>
                             <SIGN>+</SIGN>
                             <UOM>EA</UOM>
                        </QUANTITY>
                        <LINENUM>1</LINENUM>
                        <DESCRIPTN>1st Invoie Line</DESCRIPTN>
                   </INVLINE>
              </PROCESS_INVOICE>
         </DATAAREA>
    </PROCESS_INVOICE_002>

  • Reg:: Java Lang ERROR in File_2_RFC_File Scenario

    Hi! Gurus,
    I am doing File to RFC to File without BPM by using this below Blog..
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&
    I have seen your blog and its quite intersting and pretty. I tried your blog in the below mentioned Server.
    PI 7.1 Server Make
    Release NW07_06_REL
    SPS Number 06
    JDK Version jdk15
    Build Time 2009-02-09 18:57
    Kindly make a note the below mentioned points and please let me know where exactly I was strucked...
    1. I sucessfully configured the below steps and I am able to retrieve the response from the RFC and I am able to see Success Flags in MONI on the both 2 messages. I configured like this..
    IR::
    Data Types and Message Types :: File Outbound and File Inbound.
    Service Interface:: SI_FIle_Handling ( Outbound Synchronous which contains file Outbound service     request File Inbound as Response message types )
    Message Mappings:: 1. File Req to RFC req
                                      2. RFC resp to File Resp
    Interface Mappings:: 1 IM_FILE_RFC_FILE
    ID::
    *Configuration Scenario *, Business service one which cotnains 2 communiation channels (file sener and receiver) and Business System which contains RFC receiver channel.
    Colloboration Agreemetns::
    One Sender Agreement and one Receiver Agreement
    Logical Routingsa::
    One Interface determination and One Receiver Determination
    Testing::
    I am sending an XML message which contains EMP ID number as request tio RFC in MONI I am able to get EMP details also in the second message in Moni as response from R3 system
    ISSUES::
    1> Even though I have kept as delete mode in file sener the file is not getting deleting from FTP sender location and scenario is running continously polling and messages are coming cont in MONI
    2) Even though I am able to see the response in MONI but I am not able to receive the Output file to the FTP Receiver location
    3) In communication Channel I am getting these errors::
    Audit Log for Message: a52a7bc0-11f8-11de-97cb-001d090e4bbe
    Time Stamp Type Description
    *_Error: java.lang.NullPointerException_*
    2009-03-16 12:34:08 Information MP: entering1
    2009-03-16 12:34:08 Information MP: processing local module localejbs/CallSapAdapter
    2009-03-16 12:34:08 Information File Adapter Receiver processing started, required QoS ExactlyOnce
    2009-03-16 12:34:08 Error MP: exception caught with cause java.lang.NullPointerException
    2009-03-16 12:34:08 Error ROB: error during processing: com.sap.aii.af.lib.mp.module.ModuleException
    Kindly resolve this issues and do the needful to me.
    Regards::
    Amar Srinivas Eli

    Hi! Praveen,
    I cross checked from the past 2 days and finally I raised this forum. I dono where exactly I was strucked hence please guide me more in this issue.
    Hi! Shabarish,
    SP 06 in PI is SP 15 in XI
    The modules required to work without BPM is available only from SP 19 on XI 3.0 and SP 10 on PI 7.0.
    See I already given my adminstraction information I am not working on PI 7.0 I am working on PI 7.1  Release NW07_06_REL
    SPS Number 06
    kindly please check this and let me know few more sugestions on this issue.
    Regards::
    Amar Srinivas Eli
    Edited by: Amar Srinivas Eli on Mar 16, 2009 3:57 PM

  • Reg. JNDI error when starting monitor server

    Hi all,
    I am installing CCMS for our CRM4.0 Server. At one point of the installation, it asks to start the monitor server. When I start the monitor.bat it throws a error saying "<b>Cannot Connect to Cluster , beacuse of null. ID003814 : JNDI exception in getinitialContext of InitialContextFactoryImpl</b>".
    Can anyone please throw some light on this?
    Thanks in advance,
    Krishna Karthik P

    Stop the existing IS & AS as root or kill the (ois_server,aaa_server) process manually since the pid, pid_watchdog process are catch hold by root user. Logon as normal oracle user and issue the command start_ois_sever_nptl.

  • Reg. IDoc errors in Mat Mas conversion using ALE/IDocs & reduced msg type

    Hi Friends,
    Am facing a strange situation while converting the Material Master data from 4.6b to ECC using BD10 transaction with reduced custom message type. I have reduced the standard msg type MATMAS03 using BD53 for the required field mapping both in 4.6b and ECC systems and I written the code using the exit EXIT_SAPLMV01_002 based on client req.
    The situation is that in receiving system(ECC) sometimes IDocs are failing and the error shows that some fields which I have not selected in E1MARAM segment of the reduced msg type are populated with some values(ex: zeroes-0, slash-/,spaces)
    (Error Msg -Blank spaces in change number     0   / are not supported). And all these coversions are scheduled as Batch jobs and by ALE setup. But when I try to send these errored out material numbers using BD10 tcode(without Batch job), they are posted successfully and the IDoc does not show the additonal fields which I have not selected. I tried to debug the errored parts conversion, but they always post successfully.
    FYI, the additonal fields which are populating does not exist in the message type MATMAS03 of the sending system(100 flds) but exists in receiving system ECC(118 flds).
    Please help me out..if you have any clue.. and pls let me know if you need more info about this scenario.
    Thanks

    Hi,
    Please check the documentation in WE60 tcode and see if the fields are required to be passed...
    Regards,
    Nagaraj

  • Reg Sender IDoc error in PI7.3

    Hi All,
    I am facing the below error while triggering an IDoc from ECC to PI. I could see the error in SM58 and PI log as below:
    [JRA]serverExceptionOccurred. Server XI_IDOC_DEFAULT, Managed_Application_Thread|XI_IDOC_DEFAULT Exception: com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: Commit fault: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.adapter.idoc.app, BC-XI-CON-IDO) Exception raised from invocation of public void com.sap.aii.af.idoc.inbound.IDocReceiverBean.onCommit(java.lang.String) method on bean instance com.sap.aii.af.idoc.inbound.IDocReceiverBean@24a49d74 for bean sap.com/com.sap.aii.adapter.idoc.app*xml|com.sap.aii.adapter.idoc.ejb.jar*xml|IDocReceiverBean in application sap.com/com.sap.aii.adapter.idoc.app.; nested exception is: com.sap.conn.idoc.IDocRuntimeException (raised by system |PI_AAE_IDOC)
    Can anyone please help me on the same.
    The resource adapter configurations  are deleted and created again. Also the RFC destination is working fine.
    Cheers,
    Neethu

    Neethu,
    Can you check if you are able to ping PI from the TCP Ip rfc destination in ECC.
    Also the program id in the RFC destination created in SAP should match program id in InboundRA
    Also the gateway parameters in the inboundRA in PI should be set properly. If you are setting the Gateway to be PI gateway then enable Local to true. If you are using SAP Gateway then set Local to false.

  • Reg ;Comm channel error

    HI Guys
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
    Thanks

    Hi Kushee,
    this is not difficult, just add one of the mentioned parameter
    Regards,
    Udo

  • Reg:-10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)

    Hi Friends,
    When i schedule the report in infoview ,i am getting this error, could you please let me know how to solve this error.
    10901: Database error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    Thanks
    sreedhar

    Hi,
    I am able to refresh the report in Infoview and data is dispalying , but when i schedule the report in infoview i am getting that error.
    I am not clear on below one could you please elaborate on this
    You need to create ODBC for SQL server.Check your BO server is able to connect SQL Server.
    Thanks
    sreedhar

  • Reg: Internal server error in oracle application.

    Hi
    Oracle Application Version:11.5.10.2
    Database Version;9.2.0.70
    OS : linux redhat 4
    When i tried to click the ebusiness suite in oracle application 11i, I got the internal server error message, Then i checked out the accces_log and error_log it given the following message i mentioned below. (Note: I Bonce the apache also)
    ERROR_LOG: [applprod@oraapps logs]$ cat error_log | tail -20
    [Fri Jul 24 21:36:25 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:40:21 2009] [notice] FastCGI: process manager initialized (pid 5050)
    [Sat Jul 25 15:40:22 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:43 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:45 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:41:48 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:44:11 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:15 2009] [notice] FastCGI: process manager initialized (pid 7858)
    [Sat Jul 25 15:44:16 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:44:22 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:25 2009] [notice] FastCGI: process manager initialized (pid 8739)
    [Sat Jul 25 15:44:26 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:44:31 2009] [notice] caught SIGTERM, shutting down
    [Sat Jul 25 15:44:34 2009] [notice] FastCGI: process manager initialized (pid 9629)
    [Sat Jul 25 15:44:35 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Sat Jul 25 15:53:00 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:53:01 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    [Sat Jul 25 15:53:02 2009] [error] [client 172.19.0.155] File does not exist: /prod/r01/oracle/prodcomn/portal/PROD_oraapps/favicon.ico
    ACCESS_LOG: [applprod@oraapps logs]$ cat access_log | tail -10
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1063955026&oapc=2&oas=HDlJgTmpsAyB9pMShLH-Jw.. HTTP/1.1" 200 79795
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_MEDIA/fwkhp_formsfunc.gif HTTP/1.1" 200 637
    100.50.0.9 - - [27/Dec/2005:22:52:05 +0530] "GET /OA_MEDIA/fwkhp_sswafunc.gif HTTP/1.1" 200 659
    100.50.0.9 - - [27/Dec/2005:22:52:14 +0530] "GET /OA_HTML/RF.jsp?function_id=55&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=h87GOJoo2lLs6BhryEdFyw.. HTTP/1.1" 302 483
    100.50.0.9 - - [27/Dec/2005:22:52:24 +0530] "GET /pls/DEV03/fnd_icx_launch.launch?resp_app=SYSADMIN&resp_key=SYSTEM_ADMINISTRATOR&secgrp_key=STANDARD&start_func=FND_FNDSCAPP&other_params= HTTP/1.1" 302 0
    100.50.0.9 - - [27/Dec/2005:22:52:25 +0530] "GET /dev60cgi/f60cgi?&appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&code=oracle/apps/fnd/formsClient/FormsLauncher.class&width=400&height=100&archive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar&gp14=jinit_appletcache&gv14=offjinit_appletcache=off&gp2=resp_app&gv2=SYSADMIN&gp3=resp&gv3=SYSTEM_ADMINISTRATOR&gp4=sec_group&gv4=STANDARD&gp5=function&gv5=FND_FNDSCAPP&gp6=other_params&gv6=&gp7=forms_url&gv7=http%3A%2F%2Foraapps.yantro.com%3A8040%2Fpls%2FDEV03%2Ffnd_icx_launch.runforms%3FICX_TICKET%3D%26resp_app%3DSYSADMIN%26resp_key%3DSYSTEM_ADMINISTRATOR%26secgrp_key%3DSTANDARD%26start_func%3DFND_FNDSCAPP%26other_params%3D&encoding=ISO-8859-1&gp8=error_url&gv8=http%3A%2F%2Foraapps.yantro.com%3A8040%2FOA_HTML%2Fjsp%2Ffnd%2Ffnderror.jsp%3Fdbc%3Doraapps_dev03&gp12=port&gv12=6945&gp13=dbc&gv13=oraapps_dev03&gp15=icx_ticket&gv15=526322606 HTTP/1.1" 200 317
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/OALogout.jsp?menu=Y HTTP/1.1" 302 372
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogout HTTP/1.1" 302 415
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/AppsLocalLogout.jsp?returnUrl=%2FOA_HTML%2FAppsLocalLogin.jsp%3FcancelUrl%3D%2FOA_HTML%2FAppsLocalLogin.jsp HTTP/1.1" 302 402
    100.50.0.9 - - [27/Dec/2005:22:52:29 +0530] "GET /OA_HTML/AppsLocalLogin.jsp?cancelUrl=/OA_HTML/AppsLocalLogin.jsp&langCode=US&username=SYSADMIN HTTP/1.1" 200 6941
    please give me a solution.
    Regards
    Karthick raja

    hi
    When i tried restart the apache in oracle_home, it given the following error message. (Note: but in application side apache web listner startted succesfully).
    [oraprod@oraapps bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:443
    no listening sockets available, shutting down
    Regards
    karthickraja

  • Reg: Print settings error in Automatic payment transaction

    Hi ,
    The following error is coming after applying higher SP level.
    by executing the t.code F110 , making automatic payment transaction. while printing the following parameters have been changed after applying higher a SP level:
    output device : before ( LP01)           AFTER    changed to (ZXXX)
    Format         :          x_65_80           AFTER    changed to x_65_120.
    the layout also got changed slightly.
    pls suggest.
    regards
    kck
    Edited by: chandrakanth kummari on Feb 10, 2009 12:20 AM
    Edited by: chandrakanth kummari on Feb 10, 2009 1:51 PM

    > It will be Help ful.
    Kalyan the link u posted is not at all useful so stop posting useless links, post ur answer only when u r sure of what is being asked and then answer or link being posted really helps the person or atleast given a direction towards the solution,
    the thread posted by u is not at all linked to issue being asked here.
    кu03B1ятu03B9к
    Edited by: kartik tarla on Feb 10, 2009 6:35 PM

  • Reg:Run time error in cjv4

    Hi,
    I am getting run time error during transfer of project from
    a)version --->version
    b)Version--->operative
    Can anybody suggest some notes to resolve this issue.
    With Regards
    Rohit Prakash

    Hi,
    I have found following error type:-
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
         not caught in
        procedure "CO_LA_OPER_SEQ_PRE_READ_DB_VER" "(FUNCTION)", nor was it propagated
         by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        An Open SQL clause was specified dynamically. The contained field name
        "TPLNR" does not exist in any of the database tables from the FROM clause.
    With Regards
    Rohit Prakash

Maybe you are looking for