otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM / G-Log - Technical Topics > Patches
Reload this Page

[NEWS] OTM v5.5 CU3 is available on MetaLink


Patches Applying Cumulative Updates (CUs) and Quick Patches.

Tags: , , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old May 22nd, 2007, 19:44
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
Thumbs up [NEWS] OTM v5.5 CU3 is available on MetaLink

Hello!

Just a quick note to let everyone know that OTM v5.5 CU2 was released on 5/15/07 and is available on MetaLink as patch # 6052575.

The updates are much to numerous to list, but here's some of the larger ones:
  • Updated UI
  • Significant new functionality
    • Fusion Business Intelligence (i.e. Analytics)
    • Too many more to list
  • TONS of integration changes
    • Significant Schema changes
    • Improved BPEL support
    • Improved Web Service support
    • Improved EBS/OTM Integration
  • Improved Proxy Server support
  • Improved OAS support
  • SCA improvements
If you have a Metalink account, you can view the release notes here:
OTM v5.5 CU3 Release Notes
I have yet to install this and am not aware of any pitfalls or issues, but I'd love to hear any experiences out there. If you've installed this (or plan to), please share your tips with us.

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 May 24th, 2007, 15:22
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: OTM v5.5 CU3 is available on MetaLink

FYI - I've now installed this onto a client's site. So far, the everything has gone well, however, there were a couple of hitches during the installation of the patch:

When installing the CU3 patch, I received the error:
Code:
Incorrect OTM Version!
----------------------
This patch is not compatible with the version of OTM you have installed under
This was resolved by changing the following entries in the glog.properties file from:
Code:
glog.software.version=Otmv552
glog.software.patch.version=Otmv552-P20061218
To:
Code:
glog.software.version=OTMv55
glog.software.patch.version=OTMv55-CU02
Note: This should only occur if your OTM installation is based off of the v5.5.2 installer and was not updated manually to CU02.

Next while running the installer, it errored out and crashed with the message:
Code:
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.InternalError: jzentry == 0,
 jzfile = -849907184,
 total = 58991,
 name = /opt/otm55mwtest/glog/gc3webapp/WEB-INF/lib/glogserver.jar,
 i = 17,
 message = invalid LOC header (bad signature)
        at java.util.zip.ZipFile$3.nextElement(Unknown Source)
        at java.util.zip.ZipFile$3.nextElement(Unknown Source)
        at ZeroGy.d(DashoA8113)
        at ZeroGy.a(DashoA8113)
        at ZeroGy.b(DashoA8113)
        at ZeroGd.g(DashoA8113)
        at com.zerog.ia.installer.actions.InstallUninstaller.c(DashoA8113)
        at com.zerog.ia.installer.actions.InstallUninstaller.installSelf(DashoA8113)
        at com.zerog.ia.installer.Action.install(DashoA8113)
        at com.zerog.ia.installer.actions.InstallDirectory.install(DashoA8113)
        at com.zerog.ia.installer.Action.install(DashoA8113)
        at com.zerog.ia.installer.GhostDirectory.install(DashoA8113)
        at com.zerog.ia.installer.Installer.install(DashoA8113)
        at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
        at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
        at com.zerog.ia.installer.Main.main(DashoA8113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.zerog.lax.LAX.launch(DashoA8113)
        at com.zerog.lax.LAX.main(DashoA8113)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
This is a known issue - just re-run the patch and it will succeed the 2nd time.

Finally, when applying the DB portion of the OTM patch, it notifies you that a particular patch (5730086) will not be applied automatically, due to potential performance issues.

Here's the details of patch 5730086:
Quote:
Description: Shipment actions do not work well on shipments with arbitraries.

Details: Actions such as Recalculate Cost and Assign Rate can be performed on shipments with arbitraries. Also added an order movement action to Build Shipments and select/refine shipments on a leg.
If you decide to apply this patch, just sqlplus into your OTM DB as glogowner and run the following:
Code:
@create_dbpatch_55
exec dbpatch_55.apply_patch('patch5730086');
drop package dbpatch_55;
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
  #3 (permalink)  
Old May 25th, 2007, 15:48
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
Wink Re: OTM v5.5 CU3 is available on MetaLink

Hello!

It appears that I spoke a bit too soon. We've found two known issues with the CU3 installation (Oracle notes 432983.1 and 432847.1).

The first issue (432983.1) is easy to resolve - just re-run the patch installer and it will work the second time (covered earlier).

The second issue (432847.1) requires some manual steps to resolve:
  1. Shutdown OTM
  2. Log into the application server and go to the <otm_install_dir>/glog/oracle/script8 directory. Once there log into the database as glogowner using sqlplus and run the following command:
    Code:
    SQL> exec vpd_pre_run.enable_all_policies;
  3. Restart the OTM DB
  4. Startup OTM
If you absolutely need to avoid restarting the db, web and app, log into the database using sqlplus as sys and flush the shared_pool:
Code:
SQL> alter system flush shared_pool;
Note: Be sure to log out of the database as sys before running any of the the remaining installation steps for CU-03.

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
  #4 (permalink)  
Old June 4th, 2007, 12:39
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: OTM v5.5 CU3 is available on MetaLink

Hello all!

I found more CU3 documents available within Oracle's public site - so you can view the release documents and information about the additional functionality (such as FTI) included: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
[NEWS] OTM v5.5 CU04 has been released chrisplough Patches 16 April 3rd, 2008 05:32
[NEWS] EBS / OTM Integration to support BPEL 10.1.3.3 chrisplough OTM / EBS / JDE E1 Integration 2 December 6th, 2007 20:51
[NEWS] OTM SIG Meeting at Oracle Open World chrisplough News and Events 2 November 12th, 2007 02:04
[NEWS] RHEL 5.0 Released! (Red Hat Enterprise Linux) chrisplough Hardware and Platforms 1 April 13th, 2007 16:16
[NEWS] OTM v5.5 CU2 is available on MetaLink chrisplough Patches 0 January 8th, 2007 12:39



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