How to identify XML gateway patch version in R12 ?

Hi,
how to identify XML gateway patch version in R12.1.3? Which is the latest version available for R12.1.3
Regards

Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> @ecxver.sql
ECX_UTL_XSLT_DIR Profile :
/usr/tmp
ECX_OAG_LOGICALID Profile :
ECX_SERVER_TIMEZONE Profile:
ECX_SYS_ADMIN_EMAIL Profile:
ECX_XML_VALIDATE_FLAG Profile: Y
ECX_XML_MAXIMUM_SIZE Profile : 2000000
utl_file_dir :
/usr/tmp, /usr/tmp,
/busdata/dfop/nca1/db/tech_st/11.1.0/appsutil/outbound/dfopnca1_oncerpd4,
/usr/tmp, /busdata/dfop/nca1/db/tech_st/11.1.0/ccr/state
Oracle XML Developers Kit 11.1.0.7.0 - Production
Parser Version Ok
XML Gateway Status Summary
XML Parser Version OK
All ECX Objects Valid? OK
All XML Parser Objects Valid? OK
OTA Running? N/A*
Total Messages on Outbound Queue 0
OTA Msgs on Outbound Queue 0
Others Msgs on Outbound Queue 0
Messages on Inbound Queue 0
*Please use the ECXOTAPing.html as described in the Testing Oracle Transport
Agent section of the User's Guide
End of Summary
Service Component Control Event Subscriptions
EVENT_NAME RULE_FUNCTION OUT_AGENT STATUS
oracle.apps.ecx.inbound.message.process [email protected]. MICHELIN.COM Not Defined ENABLED
oracle.apps.ecx.inbound.message.process [email protected] N.COM Not Defined ENABLED
oracle.apps.ecx.inbound.message.receive [email protected] N.COM Not Defined ENABLED
oracle.apps.ecx.inbound.message.receive CLN_XMLG_EVENT_HANDLER_PKG.CLN_XMLG_SET [email protected] Not Defined ENABLED
NC.MICHELIN.COM
oracle.apps.ecx.inbound.message.receive CLN_XMLG_EVENT_HANDLER_PKG.CLN_XMLG_EVE [email protected] Not Defined ENABLED
.MICHELIN.COM
oracle.apps.ecx.inbound.message.receive CLN_XMLG_EVENT_HANDLER_PKG.CLN_XMLG_EVE [email protected] Not Defined ENABLED
.MICHELIN.COM
oracle.apps.ecx.inbound.message.receive [email protected]. MICHELIN.COM Not Defined ENABLED
oracle.apps.ecx.processing.message.callb [email protected] LIN.COM Not Defined ENABLED
ack
oracle.apps.ecx.processing.message.error CLN_XMLG_EVENT_HANDLER_PKG.CLN_XMLG_PRO CESSING_ERROR_F@DFOPN Not Defined ENABLED
CA1.ONC.MICHELIN.COM
oracle.apps.ecx.processing.message.error [email protected] LIN.COM Not Defined ENABLED
oracle.apps.ecx.processing.message.error [email protected] LIN.COM Not Defined ENABLED
oracle.apps.ecx.processing.message.error [email protected] N.COM Not Defined ENABLED
oracle.apps.ecx.processing.notification. [email protected] LIN.COM Not Defined ENABLED
send
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Regards

Similar Messages

  • How to identiy XML Gateway version installed

    How to identiy XML Gateway version installed

    Hi,
    Run ecxver.sql script -- See these docs for details:
    Note: 167630.1 - Oracle XML Troubleshooting Script
    Note: 337428.1 - XML Gateway Setup Testing and Diagnostics
    Note: 167629.1 - Oracle XML Gateway Troubleshooting Scripts
    Regards,
    Hussein

  • How to enable soa gateway in oracle apps r12?

    how to enable soa gateway in oracle apps r12?

    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12(Doc ID 556540.1)

  • How to revert to older patch version on fresh system

    I have got fresh install Solaris 9 , 117171-07 how can i revert to older patch version.
    I need this for the purpose of testing, i cant find previous release DVD ? any help ?

    I don't think you can.
    You'll have to jumpstart it from an older distribution.
    If you have a support contract, sun should be able to give you the older iso's.

  • How to consume XML Gateway WS from a remote Oracle DB (10g)?

    Hi,
    I'm currently looking into consuming EBS web services, particularly the XML Gateway service from a remote database. For ease of use, I'm also using an Oracle 10g database.
    It seems there are several ways to skin a cat though. Hope you can help.
    1) Is it possible to use UTL_HTTP for this? If yes, can you please explain in detail as I have been trying to do this the past few days without success. Note, I was able to consume other web service examples, though. What url & SOAP action should I use?
    2) I built a proxy client stub using JDeveloper and deployed it to the DB. However my plsql procedure doesn't execute the java class. Any thoughts?
    Thanks,
    Charina

    Hi Charina,
    Regarding option 1), the url for the service endpoint and the value for the SOAPaction HTTP heaader are advertized in the WSDL for your service.
    The value of the utl is provided by the 'location' attribute for the soap:address element within a port.
    The value for the SOAPaction header is provided by the 'soapAction' attribute for the soap:operation element within a wsdl:binding/wsdl:operation element.
    You can have multiple ports and bindings advertized in a single WSDL. If this is the case for you, you need to make sure that the operation you are tryin to invoke is from the SOAP binding; the one with the transport attribute set to "http://schemas.xmlsoap.org/soap/http".
    Here is a WSDL snippet for illustration purposes:
      <binding name="CalculatePricePort" type="tns:CalculatePricePort">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
                      style="document"></soap:binding>
        <operation name="CalculatePrice">
          <soap:operation soapAction="document/http://siebel.com/OrderManagement/Quote/PSP:CalculatePrice"></soap:operation>
          <input>
            <soap:body use="literal"></soap:body>
          </input>
          <output>
            <soap:body use="literal"></soap:body>
          </output>
        </operation>
      </binding>
      <service name="CalculatePriceWS">
        <port binding="tns:CalculatePricePort" name="CalculatePricePort">
          <soap:address location="http://130.35.90.150/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=XXXX&amp;Password=XXXX"></soap:address>
        </port>
      </service>Note that I took an example where both attributes are not using common format.
    To try to get this working faster, you may want to try to use an existing JAVA (or .Net) client and compare the working payload with what is generated by the UTL_HTTP package. It's usually faster to work of a working sample that to double guess why it's not working.
    Hope it helps,
    -Eric

  • How to use XML Gateway for Order Import and Item Import?

    Hello XML gurus,
    I'm working in Oracle Apps area and do not have much knowledge on XML or web programming. Currently in my project there is a need to use Order Import and Item Import using interface tables and XML Gateway. The items/orders information will be in the XML format from Siebel system, there will be no custom processing...just process the data as-is.
    I've read the XML Gateway user guide but did not understand much.
    Anyone with similar implementation experience?
    I'm looking for a step-by-step guide on what needs to be done in Oracle Apps side to populate the interface tables from XML file and call the import APIs?
    Your inputs, suggestions, tips are highly appreciated. :)
    Thx,
    Jags

    I have a similar requirement to automate the order import and was looking at XML Gateway. Please update if you were able to find more information.
    - Ayyappa

  • Configuring XML Gateway Inbound OTA in R12

    Hi,
    We have followed the metalink note : How to Configure OTA For XML
    Gateway in Release 12 [ID 418926.1]
    and have done all the steps mentioned.Even then we are unable to
    configure the OTA.
    We have set the value oa_web_server for Load OXTA Servlet
    (s_load_oxta_servlet) to 1.Ran autoconfig and bounced the instance.As we
    do not have the proxy server,we have not set the values for the below:
    OXTAOutUseProxy (s_oxta_proxy)
    OXTAOutProxyHost (s_oxta_proxyhost)
    OXTAOutProxyPort (s_oxta_proxyport).
    Any help in this regard is highly appreciated.
    Also can u please provide us the link in R12 similar to the link
    http://rws60169rems.us.oracle.com:8079/servlets/oracle.apps.ecx.oxta.ECX
    OTAInbound in 11i .
    Thanks in advance

    Hi,
    Thanks for your quick reply.
    We have tried the note ID which was suggested by you.
    But we are unable to get the solution.
    Could you please let us know where can we get the logs so that we can check the errors.
    We also tried ping test as given in the user guide
    http://rws60169rems.us.oracle.com:8079/OA_HTML/US/ECXOTAInbound.htm
    This is also going to the same page http://rws60169rems.us.oracle.com:8079/webservices/ECXOTAInbound and then page not found.
    Please help us in this issue as it is a priority one for us.
    Thank u

  • How to identify Folio Builder Panel version?

    I'm very grateful that Adobe finally start to put info about version of each component to name of download archive, it's less mess now.
    But i'm still lost when i need to identify which version of Folio Builder Panel is installed on each computer. How to the hell i can find out from this if i have 1.9 or 1.9.1?
    12.1.3.20120307_m_680879 - this is NOT user friendly
    Thanks for help!
    M.

    The version number 1.9.1 refers to the producer tools. You find it in the
    info panel of the folio builder panel.
    Sadly (very sadly) it still says 1.9 even when you have 1.9.1 installed.
    The long version number you see in light grey (and the info window) shows
    the panel version and it's release date. In your case 7th march, 2012.
    I have detailed info about version numbers at caniupdateadobedps.com
    —Johannes
    (mobil gesendet)

  • How to identify client and server versions

    Hi all,
    Ok, this may sound silly, but I have to write an application to access an Oracle database. Prior development in other languages has used ODBC and works fine. VS.NET using the OLE DB works as well.
    However, I installed the ODT with ODAC 11.10.6.21 and tried that. I get an error trying to access the data.
    When I execute the conn.open(), I get:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I have opened the TNSNames.ora file and used that to create the connection string just in case. But I still get the error.
    My guess is that either the client on my system is too old or the Oracle Server is still running an old version.
    Is there an easy way for me to identify the latest client I have installed as well as the version of Oracle that is running on the server?
    No, I can't just ask the people who manage the server or I would have done so already. I am a contractor here and it is very hard for me to get through to anyone who might know.
    Thanks,
    JustMe

    http://www.oracle.com/technology/tech/dotnet/col/odt_faq.html#ORA-12154:_TNS:could_not_resolve_the

  • How to identify current Liveview firmware version?

    Got one of these recently and started out fine but as I pile more plugins on, both phone and liveview are starting to struggle. Was wondering if the update would improve things, but obviously no point applying if I already have it. So how do I know what version my firmware is at?
    Ta in advance!

    Anything substainial you'd hear about at: http://blogs.sonyericsson.com/products otherwise, you might here about little updates/change here.
    As for announcements about future updates, we don't typically announce these things, but again, you'd hear it online first.

  • How to Identify what Portal Patches Have Been Applied?

    hi All
    I need to identify which patches have been installed in my OAS Installation. I have OAS 9.0.4 installation on HP/UX, and i need to import some page groups from a production environment but i´am reading note 263995.1 for import/export issues and i need to find out if patch 3277149 it´s already applied in my testing environment.
    Where can i find this patch? is there any table where i can query for patches installed?
    regards

    I believe the table is wwutl_patch$.
    Please check metalink note 279771.1.
    Regards

  • Patch version is R12.IBY.B.2 i need to apply this Patch 11712930:R12.IBY.B

    Hi All,
    I have to apply the patch Patch 11712930:R12.IBY.B where i have the version of IBY patchset level R12.IBY.B.2.
    Do we need to apply the patch or is it consolidated with R12.IBY.B.2
    Following this document for the issue *(Performance: Create Settlement Batches Program Running For Several Hours [ID 1250464.1])*
    Regards

    Hi;
    Please see
    How to check if certain Oracle Applications product/module is implemented? [ID 443699.1]
    How to check which Techstack patchsets have been applied [ID 390864.1]
    How to check if a certain Patch was applied to Oracle Applications instance? [ID 443761.1]
    Regard
    Helios

  • How to identify the patches applied on my database server

    Dear Team,
    we want move my database server to other system, i need to install same oracle server version and apply those patches which are applied in the current system and then move the database.
    could you please let me know, how to identify what all patches applied on the current database server.
    Oracle version is : 10.2.0.3
    O/S Windows Server 2003 SP2
    Thanks in advance
    Aj

    How to know the patches applied on DB?

  • Identify Patch Version in ACS for Windows 4.2

    Hi guys,
    I need to identify the correct patch Version in a Customer ACS for Windows 4.2
    How can I do this task ?
    In the about page I cannot find any reference to patch
    My Best Regards,
        Andre Lomonaco

    Hi Lomon,
    After login in to ACS application. You can click on the Cisco logo on top left... You can find the patch version.please refer the below screen shot.
    Please do rate if the given information helps.
    By
    Karthik

  • XML Gateway Software - OpenSSH

    Hello.
    I’m trying to remediate a vulnerability scan that was run against our ACE XML Gateway running version 6.1. The scan came back with three possible vulnerabilities all referring to various versions of OpenSSH. How do I confirm what OpenSSH version my XML Gateway is using?
    ACE XML Gateway 6.1-2009-10-20T15
    6.1-1138
    kernel: 2.4.21-47.ELsmp
    Cavium: 1.0-1
    Scan showed:
    OpenSSH Multiple Memory Management Vulnerabilities fixed in OpenSSH v3.7.1
    OpenSSH GSSAPI Credential Disclosure Vulnerability fixed in OpenSSH v4.2
    OpenSSH Signal Handling Vulnerability fixed in OpenSSH v4.4

    Hi Brad,
    The developement team has been adding security patches to the 3.6 OpenSSH for some time now.  They have told us that the AXG is not vulnerable to any of the security issues that 3.6 had.  Unfortunately, the only documentation we have is what you see on CCO.  If you require further information, then you'll need to open up a case with Cisco TAC so they can engage the necessary folks in engineering that can address your specific questions.
    I wish I could be of more help on this in this forum.
    Thanks,
    Sean

Maybe you are looking for