DB2 - Problembeschreibung
| Problem IC82665 | Status: Geschlossen |
RICHTEXTTOOL.SH SCRIPT MAY FAIL IF A THIRD PARTY AUTHENTICATION METHOD IS CONFIGURED ON UNIX | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
If the unix machine where the Rich text feature is installed uses a third party authentication method at the operating system level, the richtextTool.sh script may fail when trying to enable or disable the feature. The script relies on information in the /etc/passwd file to resolve the instance owner's home directory and if the authentication method does not use (or update) the local /etc/passwd file the script may fail with the following error: CIE00424E The DB2 Text Search configuration directory named "%1" for the DB2 instance named "%2" does not exist. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Any using richtooltext.sh tool * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7 Fixpack 7 * **************************************************************** | |
| Local-Fix: | |
Hardcode the required value in the script:
#DB2INSTANCE_HOME=`awk -F: '$1 ~ /^'"$DB2INSTANCE"'$/ {print
$6}' /etc/passwd` <--- comment out
DB2INSTANCE_HOME=<your instance home directory> <-----
add this line with your instance home directory hard coded | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows | |
| Lösung | |
Problem first fixed in DB2 Version 9.7 Fixpack 7 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC86257 Nachfolger : | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 13.04.2012 05.11.2012 05.11.2012 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP7 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.7 |
|