CXML_OrderRequest.xgm

Hello ALl,
XML Gateway -- I have customized the standard cXML_OrderRequest.xgm and i am running the process and i am getting the following error.
I have done the necessary set-up as per the XML Gateway guide for Purchasing.
I am getting the following error.
Error Message 6012: XML Gateway process aborted : 'ORA-06502: PL/SQL: numeric or value error: character to number conversion error - ECX_ACTIONS.BIND_PROC_VARIABLES'. For further details, see the log corresponding to FND-Logging AFLOG MODULE Name: 'Please ensure that FND-Logging is enabled for module ecx.plsql.%'.
Error Stack ECX_STANDARD.getXMLCover(CXML, PO, PRO) ECX_STANDARD.getXMLTP(POXML, 593877-71256, 95702, RUN) Wf_Engine_Util.Function_Call(ECX_STANDARD.GETXMLTP, POXML, 593877-71256, 95702, RUN)
Please let me know.
Thanks
Rakesh

It will be available in $PO_TOP/patch/115/xml/US
Regards,
Praveen

Similar Messages

  • Oracle XML Gateway How to download .xgm from the database

    I am trying to find the utitlity called DownloadMap.java to dowload the .xgm mapping from the database as stipulated in the Oracle XML Gateway Users Guide. I am not able to find this utility and could not get any leads.
    Our requirement is to extend the seeded outbound invoice mappings to add additional data elements before generating XML document.
    We will appreciate if any lead or explanation is provided by our community.
    Looking forward for a voice in our community in this regard.
    Thank you,
    Jothiram

    This post is to the wrong Forum, try the XML forum

  • XML Gateway - XGM Mapping - Multiple NOTES Mapping

    Hi
    One of our Inbound transaction having Multiple NOTES. They are coming like below
    <NOTES index="1">PM~#*$PART DESCRIPTION7050-T76511</NOTES>
    <NOTES index="2">CR~#*$FOLLOW-UP COMMENTSMGE16424 17P6W6530-532</NOTES>
    <NOTES index="3">H7~#*$ITEM PURCHASE CLAUSES- GENERAL TERMS </NOTES>
    And notes count is not fixed. They may be starting from 1 to 99.
    As per user requirement they are maximum 5. I want to map these Note values to ATTRIBUTE 1 to 5 field columns.
    When I mapped these columns on condition based like this
    When index = 1 then map to attribute1
    When Index = 2 then Map to Attribute2
    ......like upto Attribute5
    But mapping is only considering last NOTES and populating only last Index NOTES.
    For example: If incoming Inbound having only 3 notes then ATTRIBUTE3 is only getting value remaining ATTRIBUTE1 AND ATTRIBUTE2 is not getting populated.
    How can get values for other ATTRIBUTES also.
    Regards
    Kiran Akkiraju

    Hi
    How can we Map?
    Regards
    Kiran Akkiraju

  • Oracle E-Business Suite 11.5.10 to 11.5.10.2 upgrade - DBA HELP NEEDED

    I hope someone can help me.....I've spent days so far but getting the same issues!
    I am trying to setup an E-Business Suite 11i VISION instance to use for some user training.
    I have managed to setup and get running 11.5.10 on SUSE 9 and have no problems running this.
    However, I am trying to update this to 11.5.10.2 by applying the Cumulative Update (CU2) patch (u3460000.drv).
    I have followed all of the pre-requisite steps in Metalink note (316366.1) and applied patches 4318672, 4229931 and 4297568 as per instructions.
    All Autoconfig results as part of this returned an [ALL PASS] status and I was then able to proceed.
    I then used AutoPatch to apply u3460000.drv, however at a certain point the script displays:
    FAILED: file LoadMap.class on worker 1 for product ecx username ECX.
    FAILED: file LoadMap.class on worker 2 for product ecx username ECX
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file LoadMap.class on worker 1.
    FAILED: file LoadMap.class on worker 2.
    I've checked the worker logs, adwork001.log, adwork002.lo, and can see they are showing an error:
    Message: No ECX_VERSION stored in database.
    SQLState: null
    ErrorCode: 0
    I have copied the last few lines from the adwork log file and also adpatch log file to the bottom of this thread.
    I have tried using adctrl to restart the failed workers and also the hidden option 8 to skip this process and both of these steps have failed.
    I can't see anything about this error on Metalink or Oracle Forums.
    ADWORK001 log output
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Time when worker completed job: Mon Apr 16 2012 12:01:25
    Evaluating symbolic arguments
    Done evaluating symbolic arguments.
    Time when worker started job: Mon Apr 16 2012 12:01:25
    Start time for file is: Mon Apr 16 2012 12:01:25
    adjava -ms128m -mx256m -nojit oracle.apps.ecx.loader.LoadMap &un_apps &pw_apps &jdbc_db_addr &fullpath_igf_patch/115/xml/US_IGF_GR_PELL_OUT.xgm
    Reading product information from file...
    Reading language and territory information from file
    Reading language information from applUS.txt
    Temporarily resetting CLASSPATH to:
    /d01/oracle/visappl/ad/11.5.0/java/adjri.zip:/d01/oracle/viscomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/d01/oracle/viscomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/d01/oracle/viscomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/d01/oracle/viscomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/d01/oracle/viscomn/java/appsborg2.zip:/d01/oracle/visora/8.0.6/forms60/java:/d01/oracle/viscomn/java
    Calling /d01/oracle/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java ...
    Spawned Process 8976
    Database Connect String (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=EBIZ11I.johndomain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    UserName APPS
    Connecting...
    connected.
    SQL Stmt: select text from WF_RESOURCES where name = ? and type = ? and language = userenv('LANG')
    No ECX_VERSION stored in database.
    Could not get ECX_VERSION from Database
    SQLException caught
    Message: No ECX_VERSION stored in database.
    SQLState: null
    ErrorCode: 0
    Map cound not be loaded, SQLException occured.
    Exception in thread "main" java.sql.SQLException: No ECX_VERSION stored in database.
    at oracle.apps.ecx.loader.CoreDbServices.getEcxVersionFromDb(CoreDbServices.java:491)
    at oracle.apps.ecx.loader.Events.initEvents(Events.java:76)
    at oracle.apps.ecx.loader.LoadMap.main(LoadMap.java:85)
    AD Run Java Command is complete.
    ADPATCH output
    There are now 3645 jobs remaining (current phase=A80):
    1 running, 87 ready to run and 3557 waiting.
    Assigned: file LoadMap.class on worker 2 for product ecx username ECX.
    Time is: Mon Apr 16 2012 12:57:44
    FAILED: file LoadMap.class on worker 2 for product ecx username ECX.
    Time is: Mon Apr 16 2012 12:57:46
    FAILED: file LoadMap.class on worker 1 for product ecx username ECX.
    Time is: Mon Apr 16 2012 12:57:46
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file LoadMap.class on worker 1.
    FAILED: file LoadMap.class on worker 2.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Current time is: Mon Apr 16 2012 12:57:46
    It would be amazing if someone could help me with this issue!!
    Thanks in advance......

    Please see these docs.
    FAILED: file LoadMap.class with 'No ECX_VERSION stored in database' [ID 314170.1]
    Adpatch Fails while Loading a Map : no ECX_VERSION stored in the database [ID 412445.1]
    ADPATCH Fails : LoadMap.class Task error : 'No ECX_VERSION stored in database' [ID 293861.1]
    Loading Itgtrade.Ldt fail [ID 317031.1]
    Thanks,
    Hussein

  • XML gateway with multiple XML structures??

    Hi,
    I have a requirement to import data using XML gateway with different XML structures. Third party system sometimes will not provide certain tags itself if there is no data for the tag like contacts in below sample xmls. In that case we need to ignore those tags (CONTACTS in below sample). As per my understanding, we must have tag in XML though it may not have any value.
    We have 2 XMLs
    XML1 for supplier with contacts
    <SUPPLIER>
    <NAMES>
    <NAME1>XYZ </NAME1>
    <NAME2>ABC</NAME2>
    </NAMES>
    <SITE>
    <SITE1>XYZ </SITE1>
    <SITE2>ABC</SITE2>
    </SITE>
    <CONTACT>
    <CONTACT1>XYZ </CONTACT1>
    <CONTACT2>ABC</CONTACT2>
    </CONTACT>
    </SUPPLIER>
    XML2 for supplier without contacts
    XML1
    <SUPPLIER>
    <NAMES>
    <NAME1>XYZ1 </NAME1>
    <NAME2>ABC1</NAME2>
    </NAMES>
    <SITE>
    <SITE1>XYZ1 </SITE1>
    <SITE2>ABC1</SITE2>
    </SITE>
    </SUPPLIER>
    Can we upload data in both these xmls using only one generic dtd and xgm using XML gateway which will skip any missing tag.
    Thanks
    Rishi

    Hi, you can FOR XML PATH for a finer degree of control over your XML.  Use the @ symbol to create attributes.  Here's a simple example:
    DECLARE @t TABLE ( rowId INT IDENTITY PRIMARY KEY, [address] VARCHAR(50), city VARCHAR(30), floor INT, suite INT, doorType VARCHAR(20) )
    INSERT INTO @t VALUES
    ( '123 Fake St', 'Springfield', 10, 512, 'Metal' )
    SELECT
    [address] AS "Address",
    city AS City,
    [floor] AS "Location/@Floor",
    suite AS "Location/@Suite",
    doorType AS "Location/@DoorType"
    FROM @t
    FOR XML PATH ('Company'), ROOT ('Companies'), ELEMENTS;

  • XML gate way send document erroring out

    Hi,
    We are using the "CLN_SHOW_SHIPMENT_OAG72_OUT.xgm" to map the ASN 856 XML gateway map.
    But this is getting error out in the Show shipment workflow (send document process).
    Error Name ECX_SENDDIRECT_ERROR_EMBD
    Error Message 6013: Error while processing XML document in SENDDIRECT mode : 'ORA-20100: Error occurred while parsing: Element SHOW_SHIPMENT_005 not complete, expected elements '[DATAAREA]'.'. For further details, see the log corresponding to FND-Logging AFLOG MODULE Name: 'ecx.plsql.trig.CLN.SHOWSHIPO.65899.3.35793.log'.
    Error Stack ECX_STANDARD.sendDirectCover(CLN, SHOWSHIPO) ECX_STANDARD.Send(SHOWSHIP, 65899.3, 538854, RUN) Wf_Engine_Util.Function_Call(ECX_STANDARD.SEND, SHOWSHIP, 65899.3, 538854, RUN)
    I have done the transaction setup , trading partner setup and reuired ECX profile options.
    Below are the steps i am following.
    To generate an ASN for one shipment of goods:
    1. Log on to the Oracle Order Management application.
    2. Create a sales order in Order Management either manually or electronically
    through Order Process.
    3. Book the sales order.
    4. Navigate to Release Sales Order window.
    5. Enter the sales order number in Order Number.
    6. Click Execute Now to release this sales order.
    7. Navigate to the Shipping Transaction window.
    8. Click Search Delivery.
    9. Enter the delivery name in From Delivery Name.
    10. Click Find.
    11. Ship confirm the delivery.
    ◗◗ To extract ASN for a delivery number in case of first ASN failure:
    1. Navigate to the Supply Chain Trading Connector responsibility in Oracle
    E-Business Suite.
    2. Navigate to Requests and select Run.
    3. Verify if Single Request is selected. Click Ok.
    4. Select CLN:Send XML Show Shipment Document for Request Name.
    5. Enter Delivery Number.
    6. Click Submit to submit the request.
    7. Search for Ship Notice collaboration in the Collaboration History by entering
    Delivery Number for Document Number.
    The go to workflow administrator > transaction monitor > item type %SHIP% then > go.
    After this I could see that the workflow is erroring out at send document process.
    Please let me know the what is issue , this could help me a lot.
    Regards,
    Yudhistar

    Hi,
    any tips, hints, sample code or other pointersWell, maybe some java, here's your question:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:38012348052
    will refer you to
    http://asktom.oracle.com/pls/asktom/f?p=100:11:478714880659465::::P11_QUESTION_ID:952229840241
    in the end.

  • Integrating with Oracle EBS using XMLGateway issues

    Hi all,
    I'm trying to integrating with Oracle EBS using XMLGateway, and I meet some issues. Here are the steps I did.
    1) Update DATA_MAP.xgm file and DATA_TEST.dtd file into XMLGateway repository
    2) Define transactions in EBS client:
    Party Type: Supplier
    Transaction Type: Cat
    Transaction Subtype: Dog
    Transaction Description: test for cat and dog
    Standard Code: OAG
    External Transaction Direction: IN
    External Transaction Type: Cat
    External Transaction Subtype: Dog
    Queue: APPLSYS.ECX_IN_OAG_Q
    3) Define trading partners in EBS client
    Operating Unit: Vision Operations
    Trading Partener Type: Supplier
    Trading Partener name: ****
    Trading Partener site: ****
    Company Admin email: [email protected]
    ... other transaction info defined in step 2)
    4) Send inbound message using OTA send Inbound Page. It succeed.
    a. The return page display status code 1000 with status discription OK.
    b. From the transaction monitor, I can see the inbound message was processed successfully.
    c. From the database, I can see that this inbound message first arrived in ecx_inqueue table, and then moved to ecx_in_oag_q_table. And last disappeared from the ecx_in_oag_q_table. That means XMLGateway process the inbound message in transaction queue successfully.
    5) Send inbound message using SOAPUi. It failed.
    a. The return page display status code 200. That means the inbound message has been sent to inbound message queue successfully.
    b. From transaction monitor, I cannot see this request record.
    c. From the database, I can saw that this inbound message first arrived in wf_ws_jms_in table, then disappeared. It didn't moved to transaction queue which I selected when defined transations, so I guess it wasn't processed by XMLGateway. Using the following SQL, but cannot find error reason.
    select * from ecx_inbound_logs where process_id='******************'
    select * from apps.ecx_error_msgs where error_id='*****'
    I guess the reason is something happend to prevent inbound message to move from inbound message queue to transaction queue. So XMLGateway cannot process this inbound message.
    From XMLGateway user guide, I understand that there are three kinds of inbound queues(ECX_INBOUND which OTA uses, WF_WS_JMS_IN which soap over https uses, WF_JMS_IN which JMS uses), does't mention what are the corresponding transaction queues? Can they share the same transaction queue? Also see from this user guide, ecx_in_oag_q (transaction queue) is only for ecx_inbound queue. But when I try to define a transaction in EBS client, it seems that only ecx_in_oag_q can be chosen. I wondered why my second senarios failed when I used the same transation and trading partner. The message already arrived at wf_ws_jms_in and then disappeared. Is that because I selected the wrong transaction queue when defining transactions? But it was really cannot select any other transaction queues there. Or I missed some steps when using SOAP over HTTP/S?
    Appreciate you can give me some suggestions. Hope to hear your voice. Thanks in advance.

    Hi,
    Regarding the integration what type of integration you want.
    Can you please elaborate?There are some integration tools releases by Oracle for the integration.
    Regards
    Pramod

  • Max Temperature of mainboard and CPU?

    What's the maximum permissible working temperature (in ºC) for the mainboard and the AMD64X2 4400 CPU.
    At the moment Corecenter shows:
     mainboard: 41ºC
     CPU: 47ºC
    and CPU fan is almost at maximum: 1875rpm and  NBfan: 800rpm
    Is that too much?
    Mainboard: MSI K8N neo 4 platinum PCB1
    CPU: AMD64X2 4400 CPU
    Thank you!

    Quote from: xgm on 02-July-06, 15:45:36
    What's the maximum permissible working temperature (in ºC) for the mainboard and the AMD64X2 4400 CPU.
    At the moment Corecenter shows:
     mainboard: 41ºC
     CPU: 47ºC
    and CPU fan is almost at maximum: 1875rpm and  NBfan: 800rpm
    Is that too much?
    Mainboard: MSI K8N neo 4 platinum PCB1
    CPU: AMD64X2 4400 CPU
    Thank you!
    That NB fan speed seems a bit low... 800 rpm? Stock is 7,000rpm  This might be more Core Center inaccuracy at work.
    Try monitoring it with something else other than Core Center - like SpeedFan for example, & see what it says.
    For some reference, here's the temps for my Neo4 Plat. PCB 1.0 w/DC Opteron running @ 2.5Ghz & 1.45v. See my sig for the other junk... These temps reflect a room temp of 77F & a well ventilated case.
    CPU temps: 36-49C
    chipset/system: 29-32C max.
    - I've always used a Vantec Copper VGA cooler in place of the stock fan for the chipset, as I've always heard/read that the stock one is a piece of loud garbage.

  • How Outbound XML Gateway works?

    Hi All,
    Could you please tell me the steps involved in achieving Outbound XML Gateway?
    I have adopted the below steps but could not able to achieve it.
    1). Created a DTD file as below
    <!ELEMENT OrderDetails ( Header, ExtraInfo ) >
    <!ELEMENT Header ( POHeaherID, Segment1, VendorID ) >
    <!ELEMENT POHeaherID ( #PCDATA ) >
    <!ELEMENT Segment1 ( #PCDATA ) >
    <!ELEMENT VendorID ( #PCDATA ) >
    <!ELEMENT ExtraInfo ( VendorSiteID, ShipToLocationID, BillToLocationID ) >
    <!ELEMENT VendorSiteID ( #PCDATA ) >
    <!ELEMENT ShipToLocationID ( #PCDATA ) >
    <!ELEMENT BillToLocationID ( #PCDATA ) >
    2). Created .xgm file using Oracle Message Designer with source as Database Table and target as above DTD file. I have done all the necessary level as well as element mapping while creating this .xgm file.
    3).  Loaded the .xgm file and DTD file in the file system using putty.
    4). Created Trading Partner with trading partner type as Supplier.
    Transaction Type = PO
    Transaction Subtype = PRO
    Standard Code = OAG
    External Transaction Type = SOP
    External Transaction Subtype = SOP
    Direction = OUT
    Connection/Hub = Direct
    Protocol Type = SMTP
    Username = Soumit
    Password = soumit
    Protocol Address = soumit.sarkar@*****.com
    Source Trding Partner ocation Code = SS_STPLA
    5). Created a PO and submitted it for approval but didin't get the XML file on my mail-id.
    Please help me to solve this very issue.

    Was there any clue on this

Maybe you are looking for