Update a Full Package

hrodriguez

Member
Hi guys,

I want to update the Full Package when I create an Update one. What's the way to do it? Do I have to do something or it does by default?

Thanks in advance



Harold
OW B7332 SP11.3
NT 4.0 SP6
Oracle 8.1.6
C++ SP 3
 
When you build an update package with B733.2 and up (don't know about
previous versions), the parent package that you build the update upon is
updated automatically. You can verify this by looking at the deployment
server under the update package name, and checking some of the object
dates/times, such as in the spec directory. Then go to the parent package
the update was built upon, and those objects should now have the new
date/time as reflected from the update package directory.

John
eGlobe, Inc.

B733.2/SP 14.1, NT/SP6a, SQL 7/SP3
 
Re: RE: Update a Full Package

I already checked it and you're right.

Thank you very much John.

Harold
OW B7332 SP11.3
NT 4.0 SP6
Oracle 8.1.6
C++ SP 3
 
Re: RE: Update a Full Package

Please allow me to point out that you will still need to compress the specs (at least) for the full package b4 the full package is truly updated. The update package build updates, but does not compress, the full package.

Regards

Doug
[email protected]

Xe SP13.1, AS400 V4R3, CO-Oracle806, Co-A73c10, Citrix, NT JAS
 
Re: RE: Update a Full Package

How can I JUST compress the specs with out create a package again?

Harold
OW B7332 SP11.3
NT 4.0 SP6
Oracle 8.1.6
C++ SP 3
 
What you need to do is re-compress the parent package. By doing this the
Update package will become part of the Parent package.
 
Back
Top