otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire


Installation and Upgrades Getting past the first step - installing and upgrading OTM / G-Log.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 26th, 2007, 05:07
Member
 
Join Date: Aug 2007
Posts: 63
Thanks: 7
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Unhappy Patch Docs

Hi All,
If anyone could send me how to prepare the patch ,so that we shall send that patch to the client.Any docs or links will be highly appreciated.
Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old September 26th, 2007, 09:30
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: Patch Docs

Nikesh,

I'm not sure I understand what you're looking for.

Are you requesting information on how to install a patch? If so, there are installation instruction included on Metalink when you download it. Also, once you've installed a patch on a test system, there's a set of instructions (patchnotes.txt) that are available within your OTM installation directory. Also, when installing the patch, it guides you through the processof installation. the most important thing to remember is to ensure that all tiers are patches (web, app, rpt and db) -- otherwise you'll run into issues.

If you're asking how to create a custom patch for OTM that includes changes that you've made to it -- then that depends highly on what you've changed -- html, css and xsl files; java code; DB changes, etc.

Please provide us with as much information as possible in your posts, so that we can better help.

Thanks,
Chris


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
  #3 (permalink)  
Old September 26th, 2007, 11:36
Member
 
Join Date: Aug 2007
Posts: 63
Thanks: 7
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Patch Docs

Hi Chris,
Appreciate for your quick reply.Yes I am looking for how to create a custom patch for OTM that includes changes that I've made to it .I have made changes on css and xsl files; java code; DB changes.
Any docs on how to do it will be really thankful to you.
Version I am looking for is OTMv5.5 CU3.
Waiting for your quick reply.
Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old September 26th, 2007, 11:47
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: Patch Docs

Nikesh,

In that case, each company handles the distribution of the custom patches differently and there isn't a standardized process. You'll need to look at the customizations that you've made, the files included and determine the best way to package them up for installation -- making it easy for the customer and as straightforward and error-proof as possible. More important than the installation procedure is having complete and proper documentation.

I created the OTM installer, so I'm comfortable with tools like InstallAnywhere and will often use it for large, complex customizations. Other times, a simple zip or jar file works best.

Regardless, we utilize an internal source control system to manage versions and changes to the custom code and I highly recommend that you do the same.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to chrisplough For This Useful Post:
nikesh mohanlal (September 26th, 2007)
  #5 (permalink)  
Old September 26th, 2007, 15:39
Member
 
Join Date: Aug 2007
Posts: 63
Thanks: 7
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Patch Docs

Hi Chris,
One more query.
Verison:5.5 CU3

I know that 'install5x.jar' file is required for patch creation for 5.0 .Is it the same file used for 5.5 CU3 also?

Also can anyone please let me know from where we can get the install5x.jar file(for version 5.5 CU3),which is needed during creation of patch.Also any other jar file or documentation required for patch creation of the same,if required.
Also what is the OTM installer you have created.Can you please explain on it.
Any help will be highly appreciated.

Regards,
Nikesh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old September 28th, 2007, 12:49
Member
 
Join Date: Aug 2007
Posts: 63
Thanks: 7
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Patch Docs

Hi Chris,
I have got the install5x.jar file.I have jarred also the files needed ,but when I try to tun the command on OTM Web Server:'java -jar glog.jar install' ,I get the following error:
'Failed to load Main-Class manifest attribute from glog.jar'
Could you please let me know what to add in Manifest.MF file.
Thanking and regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old September 30th, 2007, 17:03
Member
 
Join Date: Aug 2007
Posts: 63
Thanks: 7
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Patch Docs

Hi,
The issue is solved by myself.
Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old October 1st, 2007, 13:07
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: Patch Docs

Nikesh,

In that case, can you post the details of your solution here on the forums? I'm sure that others would benefit from what you've learned and I encourage you to share with the community.

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
[SOLVED] Finding the CU Patch Version of OTM gokul Patches 2 October 25th, 2007 07:13
supporting docs on Migration from 5.0 to 5.5 nikesh mohanlal Installation and Upgrades 1 September 14th, 2007 18:16
BPEL .jar files for OTM - Part/Patch Numbers rkuruba OTM / EBS / JDE E1 Integration 3 September 8th, 2007 03:16
[SOLVED] OTM Training Docs and User Guides gravi_in Training, Certification and Documentation 5 April 27th, 2007 15:18
[SOLVED] DB Patch 9.2.0.8 for DST for OTM V5.0 runinord Database Administration 0 February 28th, 2007 19:12



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