otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


OTM / EBS / JDE E1 Integration Information and topics specific to utilizing Oracle's pre-packaged integration flows between OTM (G-Log) and other Oracle Applications, such as the eBusiness Suite and JD Edwards E1.

Tags: , , , , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 4th, 2007, 17:46
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
EBS / OTM Integration Issue - appsborg* Libriaries

Hello!

We've been running into an issue with one of our clients who is utilizing the stock EBS / OTM integration provided by Oracle. After applying certain EBS patches, we get the following error while trying to send deliveries to OTM:
Code:
+---------------------------------------------------------------------------+
Shipping Execution: Version : 11.5.0 - PROD
 
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
 
WSHOOCHL module: Shipping-Transportation outbound interface - Child
+---------------------------------------------------------------------------+
 
Current system time is 01-JUN-2007 12:01:01
 
+---------------------------------------------------------------------------+
 
Id Low : 122893426088
Id High : 122893426088
Entity Name : DELIVERY
Batch size : 50
IdList Query select delivery_id id , name from wsh_new_deliveries where tms_interface_flag in ('CP','UP','DP')  and delivery_id between :1 and :2
Ids Picked up 1
122893426088   Hash Table Entry 122893426088
 
Launching Bpel process for batch 1
DELIVERY processed in this batch
122893426088  
 
 In the method getDBToken
In the method buildPayload
Input XML to be passed to the BPEL process
Calling SoapBpelInvoker.callWebService
Endpoint http://bpel.company.com:7777/orabpel/default/WshSendTxnToOtmService
Response XML<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>org.xml.sax.SAXParseException: Element or attribute do not match QName production: QName::=(NCName':')?NCName. </faultstring>
   <detail>
    <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">bpel.company.com</ns1:hostname>
   </detail>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>
authenticated null
OTM Transmission Id null
ReturnStatus from BPEL process: null
java.lang.NullPointerException
            at oracle.apps.wsh.outbound.cp.request.OutboundChild.runProgram(OutboundChild.java:238)
            at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
Entering WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS (WSHGLHUB.pls 115.0.11510.7) (06/01/2007 12:01:01 AM)
  l_operation=WSH_SEND_TO_OTM_OUTBOUND ==>
  l_argument=OUTBOUND_POST ==>
  l_edate=01-JUN-07 12.01.01.000000 PM ==>
  Ticket Exists. Valid and not expired ==>
  x_return_status ==> S
Exiting WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS (06/01/2007 12:01:01 AM,  .02 seconds)
************Summary of Shipping API Calls************
WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS : 1 calls : .02 seconds
*****************************************************
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
 
 
+---------------------------------------------------------------------------+
Executing request completion options...
 
 
Finished executing request completion options.
 
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 01-JUN-2007 12:01:01 AM
 
+---------------------------------------------------------------------------+
From the error, we can tell that EBS is trying to post to BPEL, but is encountering an XML parsing error.

Strangely enough - this isn't happening with the other clients who are also using this integration, so it may be related to a custom patch.

To resolve the issue, we needed to open an SR with Oracle and gain access to internal copies of the appsborg.zip and appsborg2.zip libraries which are known to work with the EBS / OTM integration. Each time these are overwritten, we need to copy these particular libraries into place ($COMMON_TOP/java) and overwrite the updated versions.

Sometimes EBS needs to be restarted, but usually it doesn't.

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old August 20th, 2007, 18:57
Member
 
Join Date: Jun 2007
Posts: 35
Thanks: 1
Thanked 8 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
jeff.depaul is on a distinguished road
Send a message via Yahoo to jeff.depaul
Re: EBS / OTM Integration Issue - appsborg* Libriaries

Chris,

We are getting a very similar error when trying to repoint the EBS concurrent child process to our custom BPEL service - exerpt from our log file below:

Can you provide any insight on the appsborg lib? What are they and is there a way to repoint EBS to our custom Order Release BPEL process?

-Jeff

Response XML<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>env:Server</faultcode><faultstring>java.lang.NullPointerExcept ion</faultstring><faultactor></faultactor></env:Fault></env:Body></env:Envelope>
authenticated null
OTM Transmission Id null
ReturnStatus from BPEL process: null
java.lang.NullPointerException
at oracle.apps.wsh.outbound.cp.request.OutboundChild. runProgram(OutboundChild.java:23
at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
Entering WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS (WSHGLHUB.pls 115.0.11510.7) (08/20/2007 12:30:04 PM)
l_operation=WSH_SEND_TO_OTM_OUTBOUND ==>
l_argument=OUTBOUND_POST ==>
l_edate=20-AUG-07 07.21.23.000000 PM ==>
Ticket Exists. Valid and not expired ==>
x_return_status ==> S
Exiting WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS (08/20/2007 12:30:10 PM, 6.04 seconds)
************Summary of Shipping API Calls************
WSH_OTM_HTTP_UTL.GET_SECURE_TICKET_DETAILS : 1 calls : 6.04 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old August 30th, 2007, 19:46
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: EBS / OTM Integration Issue - appsborg* Libriaries

Jeff,

The appsborg.zip and appsborg2.zip libraries are default libraries referenced by the EBS concurrent processes and appear to also affect the XML/XSL transformation of messages.

This client was the only one (out of 3) to experience this issue and they recently received a patch from Oracle to stop requiring the custom appsborg*.zip libraries. We're still waiting to see if this works, however, as the only way to tell is to see if future patches cause problems.

Let me know if you want me to send you the updated libraries that Oracle provided to us, though there's unfortunately no way of knowing if they'll help (i.e. - be sure to back up your originals). Here's the process we went through:
  • login to the EBS server as applmgr
  • copy the new libraries to $COMMON_TOP/java
  • cd to $COMMON_TOP/java
  • cp appsborg.zip appsborg.zip.<date>
  • cp appsborg2.zip appsborg2.zip.<date>
  • cp appsborg.zip.otm appsborg.zip
  • cp appsborg2.zip.otm appsborg2.zip
In the current OTM / EBS implementations we've worked on - we've had to modify/customize the existing BPEL flows and we've had to add new ones that process from OTM to EBS -- though what you're attempting (new EBS to OTM) is somewhat new ground (read - all the fun and laughs that you'd expect).

Also - I apologize again for the delayed response. If you've made any progress on this in the meantime, I'd greatly appreciate an update.

Thanks,
Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old September 4th, 2007, 04:40
Member
 
Join Date: Jun 2007
Posts: 35
Thanks: 1
Thanked 8 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
jeff.depaul is on a distinguished road
Send a message via Yahoo to jeff.depaul
Re: EBS / OTM Integration Issue - appsborg* Libriaries

[SOLVED] Hi Chris,
We've actually found out the exact issue and it was related to Fusion 10.1.3.1 (version we are hitting the issue on). Initially, there were two issues - one was authentication related and the other was a bug in this version of Fusion. Once we got past the authentication issue, we found it was masking an issue of clearing the WSDL cache on the BPEL console. This was a known bug in 10.1.3.1 and fixed in the upgrade to 10.1.3.3 patch of Fusion.

We performed the upgrade late last week and it fixed our issue.

Thanks,
Jeff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to jeff.depaul For This Useful Post:
chrisplough (September 5th, 2007)
  #5 (permalink)  
Old September 5th, 2007, 13:36
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: EBS / OTM Integration Issue - appsborg* Libriaries

Jeff,

Thank you for the info! I'm glad to hear that your issue has been resolved, but also that your able to successfully get up and running with the EBS / OTM integration using the BPEL Process Manager 10.1.3.x. I've seen this attempted a couple of times without success. Congrats!

Please keep us posted and let me know if I can be of help -- though I know you're in good hands with Jane.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old September 8th, 2007, 03:17
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: EBS / OTM Integration Issue - appsborg* Libriaries

I've just received some new information about Oracle's EBS / OTM Integration and BPEL Process Manager 10.1.3.x -- please see the following post for more details:

http://www.otmfaq.com/forums/f24/new...0-1-3-3-a-489/

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com

Last edited by chrisplough : September 9th, 2007 at 18:44.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old September 9th, 2007, 01:55
Member
 
Join Date: Jun 2007
Posts: 35
Thanks: 1
Thanked 8 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
jeff.depaul is on a distinguished road
Send a message via Yahoo to jeff.depaul
Re: EBS / OTM Integration Issue - appsborg* Libriaries

Chris,

Link is broken...but I think I know what your referring to - I got the release notice on 10.1.3.3 yesterday. It's nice to be "ahead of the game" if only for a short while. Note that this is for CU3 (no mention of CU2 which we are running). We evaluated the upgrade but too much impact to our timeline at this point in the project.

Thanks,
Jeff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old September 9th, 2007, 18:46
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: EBS / OTM Integration Issue - appsborg* Libriaries

Jeff,

Thanks for letting me know about the link - I just updated it. I understand the CU2 vs. CU3 impact - though encourage you too look at rolling up to the latest CU after your go-live.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Performance issue integration bob_romijn Performance, Scalability and HA 5 November 28th, 2007 11:11



All times are GMT. The time now is 18:28.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37