Sie sind auf Seite 1von 5

Oracle Utilities Applications

Framework v2.2.0SF
Product Fix Design
Bug 10124173

Last Modified: September 20, 2010 8:29 PM


Printed On: March 10, 2005

Bug 10124173 Product Fix Design

Oracle Utilities Applications Framework

Oracle Utilities Applications Framework Product Fix Design

Copyright 2007 by Oracle. All rights reserved.


The information contained in this document is proprietary and confidential to Oracle and is subject
to the non-disclosure obligations described in the license agreement between your company and
Oracle. You may not provide this document or any copy of this document to third parties outside
your company unless you first obtain the written permission of Oracle.
This document introduces new and changed business and technical features that Oracle has
included in the Single Fix described in this document.
The functionality of the Single Fix described in this document may be superseded by functionality
included in a future Single Fix, Release or Update. Oracle reserves the right to revise or expand
the functionality of any future Single Fix, Release or Update of Oracle Utilities Applications
Framework in a manner compatible with Oracles business objectives, and the business
objectives of each of Oracles customers, at the time that Oracle makes the software code
generally commercially available.
Oracle will provide you with additional information concerning product Releases or Updates after
Oracle finalizes the related specifications and tests the product component(s).
Final
documentation will be shipped to you with the media containing the Release or Update.
Please contact Oracle Customer Service Group if you have any questions or comments
concerning this document, which has been prepared for your benefit as a licensee of Oracle
Utilities Applications Framework.

Copyright 2010, Oracle. All rights reserved.

Oracle Utilities Applications Framework

Bug 10124173 Product Fix Design

Table of Contents
Table of Contents.........................................................................................................................3
Reported Issue..............................................................................................................................3
Description...............................................................................................................................3
Steps To Recreate...................................................................................................................3
Solution Design............................................................................................................................4
Summary..................................................................................................................................4
FW Changes............................................................................................................................4
Required Data Changes...........................................................................................................4
Data Clean-Up / Fixes...................................................................................................................5
Recommended Test Cases..........................................................................................................5
Test Case 1: ............................................................................................................................5

Reported Issue
Contents
Description
Steps To Recreate

Description
During Service Pack installs when using installSPack.sh/.cmd the encrypted passwords stored in
ENVIRON.INI are corrupted. This is because setconfvalue.plx called by these scripts rewrites
ENVIRON.INI incorrectly.
Encrypted passwords are specifically corrupted because of the format of the stored encrypted
text. These values contain an "=" character as in this example:
DBPASS=ENC(4Pvqtt7gMX32k73H6m3VSnY3K0VQZNATRFxHCa9f58U=)

Steps To Recreate
1. back up $SPLEBASE/ENVIRON.INI
2. execute configureEnv.sh/.cmd and update the environment description to:
Test = 10124173
(the value needs to contain an "=" character)

Copyright 2010, Oracle. All rights reserved.

Bug 10124173 Product Fix Design


Oracle Utilities Applications Framework
3. execute:
perl setconfvalue.plx -k MPLADMINPORT -v 8802
(don't forget to change it back later!)
4. execute configureEnv.sh/.cmd and check the value for environment description. The
value is now "Test" instead of the expected "Test = 10124173"
(The value has been truncated at the first "=" character)
Also, encrypted password values in ENVIRON.INI will no longer contain the trailing
characters "=)"

Solution Design
Contents
Summary
FW Changes
Other Changes
Required Data Changes

Summary
Change Type

Y/
N

Does this fix require any Admin (Soft) Table Changes to be made by the client?

Does this fix require upgrade data changes to be applied?

Does the fix involve DB Changes?

Is there an impact on any user interface or any other on-line behavior?

Is there an impact on any batch process?

Is there an impact on CM Custom Modification processing?


Does this fix require an application viewer update for Algorithm data (run F1-AVALG)?

Does this fix require an application viewer update for MO data (run F1-AVMO)?

Does this fix require an application viewer update for Table data (run F1-AVTBL)?

FW Changes
Parsing routine in setconfvalue.plx was updated.

Required Data Changes


NA

Copyright 2010, Oracle. All rights reserved.

Oracle Utilities Applications Framework

Bug 10124173 Product Fix Design

Data Clean-Up / Fixes


NA

Recommended Test Cases


Test Case 1:
1. back up $SPLEBASE/ENVIRON.INI
2. execute configureEnv.sh/.cmd and update the environment description to:
Test = 10124173
(the value needs to contain an "=" character)
3. execute:
perl setconfvalue.plx -k MPLADMINPORT -v 8802
(don't forget to change it back later!)
4. execute configureEnv.sh/.cmd and check the value for environment description.
The value should remain as entered in Step 2.

Copyright 2010, Oracle. All rights reserved.

Das könnte Ihnen auch gefallen