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 January 23rd, 2008, 06:47
Junior Member
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
ashwinrrao is on a distinguished road
EBS R12 to OTM integration

Hi,
We are on Oracle R12 and OTM 5.5. We have made all the setups changes and deployed the BPEL processes.
We are testing the flow by running the Carrier Synchronization program from EBS. The program errors out. The log file shows an 'Unexpected Error' after the endpoint is getting called. The end point is calling the WshSendRefDataStlToOtm process. I was just wondering whether this is a wrong setup issue or whether we have missed something altogether.
Has anybody done this integration and faced similar issues?
Pl let me know.
Regards,
Ashwin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old March 11th, 2008, 10:34
Junior Member
 
Join Date: Feb 2008
Location: BANGALORE
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
RAMKUMAR768 is on a distinguished road
Send a message via Skype™ to RAMKUMAR768
Re: EBS R12 to OTM integration

Hi,

My issue is similar to the one raised by Ashwin. View log files in EBS displayed below

Entering SyncRefDataToOtm.runProgram
Entering SyncRefDataToOtm.initVariables
paramName is CARRIER_NAME_LOW
paramValue is ADL Trucking
paramName is CARRIER_NAME_HIGH
paramValue is ADL Trucking
paramName is LAST_UPDATE_DATE_LOW
paramValue is
paramName is LAST_UPDATE_DATE_HIGH
paramValue is
Exiting SyncRefDataToOtm.initVariables
Entering SyncRefDataToOtm.initSecurityInfo
Connection object oracle.jdbc.driver.T4CConnection@17e121c
Exiting SyncRefDataToOtm.initSecurityInfo
Entering SyncRefDataToOtm.validateProfiles
Entering SyncRefDataToOtm.isOtmInstalled
Connection object oracle.jdbc.driver.T4CConnection@17e121c
Exiting SyncRefDataToOtm.isOtmInstalled
domain Name is GUEST
country code is USA
Exiting SyncRefDataToOtm.validateProfiles
Entering SyncRefDataToOtm.queryAndSendEntities
entity Type is CARRIER
carrierNameLow ADL Trucking
carrierNameHigh ADL Trucking
lastUpdateDateLow
lastUpdateDateHigh null
BPEL Domain is default
query String is SELECT HPS.PARTY_SITE_ID, HPS.PARTY_ID, HPS.LOCATION_ID FROM WSH_CARRIERS_V WC, HZ_PARTY_SITES HPS WHERE HPS.PARTY_ID = WC.CARRIER_ID AND WC.ACTIVE = 'A' AND WC.CARRIER_NAME BETWEEN :1 AND :2 AND ( ( (:3 is null or WC.LAST_UPDATE_DATE >= to_date(:4,'YYYY/MM/DD HH24:MI:SS')) AND (:5 is null or WC.LAST_UPDATE_DATE <= to_date(:6,'YYYY/MM/DD HH24:MI:SS') )) OR ( (:7 is null or HPS.LAST_UPDATE_DATE >= to_date(:8,'YYYY/MM/DD HH24:MI:SS')) AND (:9 is null or HPS.LAST_UPDATE_DATE <= to_date(:10,'YYYY/MM/DD HH24:MI:SS')))) ORDER BY WC.CARRIER_ID
l_dateLow is null
l_dateHigh is null
endPoint is http://rstn-lin15.us.oracle.com:7777...efDataStlToOtm
curCarrSiteId is 6718
curCarrierId is 12516
curLocationId is 10896
prevCarrierId is 0
elementsCount is 0
totCarrCount is 0
totCarrSiteCount is 0
Calling SendDocument outside the loop
Entering SyncRefDataToOtm.sendDocument
xml is <input xmlns="http://xmlns.oracle.com/apps/wsh/outbound/ref/WshSendRefDataStlToOtm"><entityType xmlns="http://xmlns.oracle.com/apps/wsh/outbound/util/WshOtmGlobalOutbound">CARRIER</entityType><entityIdList xmlns="http://xmlns.oracle.com/apps/wsh/outbound/util/WshOtmGlobalOutbound"><entityId>6718</entityId></entityIdList><parentIdList xmlns="http://xmlns.oracle.com/apps/wsh/outbound/util/WshOtmGlobalOutbound"><entityId>12516</entityId></parentIdList><securityContext xmlns="http://xmlns.oracle.com/apps/wsh/outbound/util/WshOtmGlobalOutbound"><ticket>EE096E68BF8C91AAD590 99E10F7DDE53</ticket><proxyServer /><proxyPort /><dbConn /><opCode>refOpCode</opCode><argKey>refArgKey</argKey></securityContext><appsContext xmlns="http://xmlns.oracle.com/apps/wsh/outbound/util/WshOtmGlobalOutbound"><userId /><respId /><respAppId /></appsContext></input>
endPoint is http://rstn-lin15.us.oracle.com:7777...efDataStlToOtm
Unexpected Error Occured
Exiting SyncRefDataToOtm.sendDocument
Total number of loops = 1
Total number of Warnings = 1
Exiting SyncRefDataToOtm.queryAndSendEntities
Completion Status false
Exiting SyncRefDataToOtm.runProgram
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old March 13th, 2008, 18:20
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 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 R12 to OTM integration

Just to verify, is the following link correct for your Oracle BPEL instance?

http://rstn-lin15.us.oracle.com:7777/orabpel/default/WshSendRefDataStlToOtm

--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 March 14th, 2008, 05:06
Junior Member
 
Join Date: Feb 2008
Location: BANGALORE
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
RAMKUMAR768 is on a distinguished road
Send a message via Skype™ to RAMKUMAR768
Re: EBS R12 to OTM integration

BPEL Instance URL : http://rstn-lin15.us.oracle.com:7777...ault/index.jsp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old March 14th, 2008, 13:17
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 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 R12 to OTM integration

In that case, the logs aren't giving enough information to effectively troubleshoot. All of the relevant error information is below:
Code:
endPoint is http://rstn-lin15.us.oracle.com:7777...efDataStlToOtm
Unexpected Error Occured
Exiting SyncRefDataToOtm.sendDocument
This could be a lot of things, including that the BPEL flow WshSendRefDataStlToOtm is not deployed onto your server, or is somehow not able to connect back to the EBS DB. I'd recommend investigating through the BPEL Console and analyzing the debug flow chart for this failed integration flow, to see exactly in which point in the flow failed and to see if it gives a more specific error message.

After that, you can post more details here and we'll try to help. I'd also recommend opening an issue with your internal Oracle support resources -- that way you have multiple paths open in order to get this resolved quickly.

--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 April 22nd, 2008, 09:33
Junior Member
 
Join Date: Feb 2008
Location: BANGALORE
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
RAMKUMAR768 is on a distinguished road
Send a message via Skype™ to RAMKUMAR768
Re: EBS R12 to OTM integration

Hi Chris,

Attached ppt provide you information on the failed flow and specific error message. I opened an Internal SR and yet to find a solution.

Regards
Ram
Attached Files
File Type: ppt ISSUE.ppt (864.0 KB, 17 views)

Last edited by RAMKUMAR768 : April 22nd, 2008 at 10:20.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old April 22nd, 2008, 21:44
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 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 R12 to OTM integration

Ram,

The key error is on slide 11:

Quote:
java.net.UnknownHostException: otm-connor-gc3-55-wl.us.oracle.com: otm-connor-gc3-55-wl.us.oracle.com
This error indicates that something on your BPEL server is not setup correctly (perhaps the GLogXML.xsd file - or the OTM hostname specified when running the ant process to deploy the BPEL jars? Basically, your BPEL server is trying to connect to one of Oracle's QA OTM servers, rather than the one you guys have installed. (I should know - I helped setup otm-connor-gc3-55-wl.us.oracle.com before leaving G-Log/Oracle a couple years ago.)

I'd go back through your BPEL Jar deployment process and ensure everything was completed correclty.

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



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