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.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 22nd, 2007, 22:55
Junior Member
 
Join Date: Oct 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
techman is on a distinguished road
wrong message generated from Ebusiness

Hi All

We are integrating EBusiness with OTM using BPEL . the problem here that the concurrent program "SyncRefDataToOtm.runProgram" in EBusiness does not generate the correct root for the message which should be sent to the service published in BPEL . the generated message missing the root element "<WshSendRefDataStlToOtmProcessRequest>" . Do we have any configurations or any way in Ebusiness to add the root element"<WshSendRefDataStlToOtmProcessRequest>" to the generated message. Here is the proper messages which we need for the service (including "<WshSendRefDataStlToOtmProcessRequest>" root element)

Thanks

<WshSendRefDataStlToOtmProcessRequest>
<input>
<entityType>CARRIER</entityType>
<entityIdList>
<entityId>1634781</entityId>
<entityId>1634767</entityId>
</entityIdList>
<parentIdList>
<entityId>220822</entityId>
<entityId>220858</entityId>
</parentIdList>
<securityContext>
<ticket>D4E897132ECF7675348428139179C3F3</ticket>
<proxyServer/>
<proxyPort/>
<dbConn/>
<opCode>refOpCode</opCode>
<argKey>refArgKey</argKey>
</securityContext>
<appsContext>
<userId/>
<respId/>
<respAppId/>
</appsContext>
</input>
</WshSendRefDataStlToOtmProcessRequest>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old October 23rd, 2007, 13:56
Junior Member
 
Join Date: Oct 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
techman is on a distinguished road
mapping between EBS and OTM - wrong message generated in ebusiness

We are using EBS CU2. I have tried webservices and got it to start the BPEL process, but the data mapping fails. (I think this is because of an extra tag in the XML when using webservices) . we are missing the root element when we synch the carriers . can you please let me know how can I fix it

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old October 23rd, 2007, 14:59
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: mapping between EBS and OTM - wrong message generated in ebusiness

Could you provide some more details, such as the OTM version (should be OTM v5.5 CU02 or higher -- preferably OTM v5.5 CU03 RU02) and the version of BPEL.

Also - many times carrier sync issues are linked to configuration issues within the OTM Profile options configured within EBS, or the configuration of the BPEL server -- including the GLogXML.xml and GLogXML.wsdl files necessary to get the base mapping working.

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 October 23rd, 2007, 15:20
Junior Member
 
Join Date: Oct 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
techman is on a distinguished road
Re: mapping between EBS and OTM - wrong message generated in ebusiness

Chris

Here are the versions which we are using

OTM 5.5 CU3
EBS 11.5.0 CU2
BPEL 10.1.2.0,2

Our main problem that EBS does not generate the root element as the service expect . when we add the root element and push the element from BPEL consol then it succeed .
Please guide me to the EBS OTM consfigutation to let EBS aware that OTM using a specific schema

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old November 2nd, 2007, 07:59
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: mapping between EBS and OTM - wrong message generated in ebusiness

Assuming you've applied all necessary OTM related patches to your EBS instance and configured all EBS Profile Options correctly.

Not clear if you are submitting from the BPEL consol or from concurrent program in EBS directly (which calls BPELSoapInvoker from .class file) or both?

FYI, the concurrent processes in EBS call .class files which do invocation of the BPEL webservices - there is little to no control over their submission once you launch the process in EBS.

To note, we were using 10.1.2 Fusion and found several bugs - eventually had to upgrade to 10.1.3.3 where we are currently.

Try clearing the WSDL cache on the BPEL console before submitting and see if it works first time. Also, bounce the container and see if works first time after bounce?

One other note was that we found several challenges with the ticket authentication for the main BPEL process and ultimately commented it out completely (since both systems are secured behind firewall). Ours kept returning authentication: False. I noticed in your xml ticket authentication being sent is why I mention.

Hopefuly something above helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old November 3rd, 2007, 14:13
Junior Member
 
Join Date: Oct 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
techman is on a distinguished road
Re: mapping between EBS and OTM - wrong message generated in ebusiness

this issue has been resolved by applying an EBS patch to let the concurrent program send
the correct XML structure to BPEL

Thanks for all of you for helping me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old November 14th, 2007, 15:50
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: mapping between EBS and OTM - wrong message generated in ebusiness

Could you please post the EBS patch number, so that others can reference?

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
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
Wrong Results With Equipment Reference Units (again!) - 5.5 CU3 RU4 ianlo Planning 10 July 16th, 2008 05:06
Mapping XML document for AR and OTM baji Integration and Data Mapping 0 January 29th, 2008 07:14
Euro Symbol Display in OTM Generated Pdf report cheekythought Reports / FTI and Other Analytics 5 January 2nd, 2008 16:57
Mapping of application with database gokul Database Administration 4 November 14th, 2007 16:01
Common Issue: Wrong WebLogic Version chrisplough Installation and Upgrades 0 July 22nd, 2006 00:43



All times are GMT. The time now is 01:31.
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