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: ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 6th, 2008, 05:21
Junior Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 3
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
peacefuleye is on a distinguished road
Question [SOLVED] OTM - EBS Purchasing Integration Issue

Hi Chris,

I believe you have been through a successful integration between OTM and Oracle Purchasing before, could you please help me out on my case.

I'm integrating otm with oracle purchasing via BPEL currently.
OTM - 5.5.3
EBS - 11.5.10.2
BPEL- 10.2.0.2

I've applied ebs patch 5234512 per metalink note 370743.1, then I tried to deply bpel process bpel_PoSendPoToOtm, but the files PoSendPoToOtmBuild.xml and PoUpdateBpel.class can't be found under $JAVA_TOP/oracle/apps/po/bpel/util directory.

Even I can't see $JAVA_TOP/oracle/apps/po/bpel sub directory exsiting.

Have you met this before or is there any work around for this?

Thanks,
Alex

Last edited by peacefuleye : June 6th, 2008 at 05:29.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old June 9th, 2008, 15:00
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 785
Blog Entries: 7
Thanks: 49
Thanked 193 Times in 118 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: OTM - EBS Purchasing Integration Issue

I haven't run into this issue before - as the required jars always ended up in $PO_TOP/bpel/jar/bpel_PoSendPoToOtm_1_0.jar. I hate to say this, but I'd re-apply the patch to ensure it went on correctly. If the problem persists, then you'll have to open an SR with Oracle.

Please keep us updated as to the progress.

Also, as a note - the version of BPEL recommended (and supported) for EBS / OTM integration has changed as is now 10.1.3.3. I'd recommend making this change now, rather than later in the project to save time.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to chrisplough For This Useful Post:
peacefuleye (June 10th, 2008)
  #3 (permalink)  
Old June 10th, 2008, 02:22
Junior Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 3
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
peacefuleye is on a distinguished road
Re: OTM - EBS Purchasing Integration Issue

Chris,

Thanks for your update. I've tried applying that patch again, but it did not make sense. Actually $PO_TOP/bpel/jar/bpel_PoSendPoToOtm_1_0.jar was there.

Coz PoSendPoToOtmBuild.xml and PoUpdateBpel.class can't be found so that I'm not able to deply this bpel process by obant.sh as instructed by oracle note.

Chris, is there any other way which can deploy this process manually?

Thanks,
Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old June 10th, 2008, 13:47
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 785
Blog Entries: 7
Thanks: 49
Thanked 193 Times in 118 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: OTM - EBS Purchasing Integration Issue

Alex,

Hmm - that is strange. Well, I'd definitely open an SR with Oracle to get the issue formally resolved.

In the meantime, you should be able to simply extract the bpel_PoSendPoToOtm_1_0.jar file and then edit the BPEL configuration files (bpel.xml and others) to match your server's configuration (such as the OTM URI, DbAdapter and AqAdapter connection strings, etc), then package it back up and deploy it to your BPEL server.

To repackage the jar, you'd use a command like:
Code:
jar c0mvf ./META-INF/MANIFEST.MF ../ 
bpel_PoSendPoToOtm_1_0.jar *
I'm sure you can accomplish all of this via Oracle's JDeveloper, though I tend to work directly with the xml files.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to chrisplough For This Useful Post:
peacefuleye (June 27th, 2008)
  #5 (permalink)  
Old June 11th, 2008, 12:07
Junior Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 3
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
peacefuleye is on a distinguished road
Re: OTM - EBS Purchasing Integration Issue

Hi Chris,

Do you have any guide with how to change configuration files and what settings needs to be changed in these files?

Regards,
Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6 (permalink)  
Old June 11th, 2008, 14:35
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 785
Blog Entries: 7
Thanks: 49
Thanked 193 Times in 118 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: OTM - EBS Purchasing Integration Issue

Alex,

I don't believe a guide is available, but here's the files that I've had to modify in the past with these flows:
  • GLogXML.wsdl - the URI of your OTM instance to post integration to
  • PoSendPoToOtm.wsdl - modify the partnerLinks to include the appropriate DB connection strings
I don't have the jar file in front of me (doing this from memory) - so this may be a bit rusty.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to chrisplough For This Useful Post:
peacefuleye (June 11th, 2008)
  #7 (permalink)  
Old June 27th, 2008, 02:54
Junior Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 3
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
peacefuleye is on a distinguished road
Re: OTM - EBS Purchasing Integration Issue

Hi Chris,

Oracle Support has provided the official action plan for this issue.

Patch 6489720 have to be applied after patch 5234512, and then PoSendPoToOtm process can be deployed as per metalink notes.

Thanks,
Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to peacefuleye For This Useful Post:
chrisplough (July 8th, 2008)
Closed Thread



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
OTM Outbound Integration Issue - GLOG_MIN XML Profile chrisplough Integration and Data Mapping 0 April 17th, 2008 08:06
Performance issue integration bob_romijn Performance, Scalability and HA 5 November 28th, 2007 11:11
EBS / OTM Integration Issue - appsborg* Libriaries chrisplough OTM / EBS / JDE E1 Integration 7 September 9th, 2007 18:46



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