Fixes are available
9.0.0.6: WebSphere Application Server traditional V9.0 Fix Pack 6
9.0.0.7: WebSphere Application Server traditional V9.0 Fix Pack 7
9.0.0.8: WebSphere Application Server traditional V9.0 Fix Pack 8
9.0.0.9: WebSphere Application Server traditional V9.0 Fix Pack 9
9.0.0.10: WebSphere Application Server traditional V9.0 Fix Pack 10
9.0.0.11: WebSphere Application Server traditional V9.0 Fix Pack 11
9.0.5.0: WebSphere Application Server traditional Version 9.0.5 Refresh Pack
9.0.5.1: WebSphere Application Server traditional Version 9.0.5 Fix Pack 1
9.0.5.2: WebSphere Application Server traditional Version 9.0.5 Fix Pack 2
9.0.5.3: WebSphere Application Server traditional Version 9.0.5 Fix Pack 3
9.0.5.4: WebSphere Application Server traditional Version 9.0.5 Fix Pack 4
9.0.5.5: WebSphere Application Server traditional Version 9.0.5 Fix Pack 5
WebSphere Application Server traditional 9.0.5.6
9.0.5.7: WebSphere Application Server traditional Version 9.0.5 Fix Pack 7
9.0.5.8: WebSphere Application Server traditional Version 9.0.5.8
9.0.5.9: WebSphere Application Server traditional Version 9.0.5.9
9.0.5.10: WebSphere Application Server traditional Version 9.0.5.10
9.0.5.11: WebSphere Application Server traditional Version 9.0.5.11
APAR status
Closed as program error.
Error description
Attempt to run AdminJDBC.py from the scriptLibraries to create a datasource fails with the following error on WebSphere Application Server v9.0.0.3 Exception: <type 'exceptions.AttributeError'> 'module' object has no attribute 'convertParamListToString' WASX7017E: Exception received while running file "/mnt/software/WebSphere/buildenv/scripts/config/ createJDBCDataSource.py"; exception information: com.ibm.bsf.BSFException: exceptionf rom Jython: Traceback (most recent call last): File "<string>", line 37, in <module> File "/usr/IBM/WebSphere/AppServer/scriptLibraries/ resources/JDBC/V70/AdminJDBC.py", line 1331, in createDataSourceAtScope raise Exception("ScriptLibraryException: " + val) Exception: ScriptLibraryException: <type' exceptions.AttributeError'> 'module' object has no attribute 'convertParamListToString'
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: All users of IBM WebSphere Application * * Server * **************************************************************** * PROBLEM DESCRIPTION: convertParamListToString is not * * present * * in AdminUtilities.py * **************************************************************** * RECOMMENDATION: * **************************************************************** The following error is be seen: The function createDataSourceAtScope in AdminJDBC.py (at C:\IBM\WebSphere9\AppServer\scriptLibraries\resources\JDBC\V70\) calls the function AdminUtilities.convertParamListToString at line 1307. AdminUtilities.py (at C:\IBM\WebSphere9\AppServer\scriptLibraries\utilities\V70) does not contain a method convertParamListToString, and createDataSourceAtScope therefore fails. ... This fix adds the method back into AdminUtilities.py
Problem conclusion
The fix for this APAR is currently targeted for inclusion in fix pack 9.0.0.6. Please refer to the Recommended Updates page for delivery information: http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
Temporary fix
As a workaround until the fix is published, the following code can be added to the bottom of AdminUtilities.py: # convert param list [-param1, value1, -param2, value2, ...] to def convertParamListToString(paramList): stringParam = "[" for param in paramList: stringParam = stringParam + param + " " stringParam = stringParam + "]" return stringParam #endDef
Comments
APAR Information
APAR number
PI83051
Reported component name
WEBS APP SERV N
Reported component ID
5724H8800
Reported release
900
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2017-06-14
Closed date
2017-10-25
Last modified date
2017-12-07
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
WEBS APP SERV N
Fixed component ID
5724H8800
Applicable component levels
R900 PSY
UP
Document Information
Modified date:
04 May 2022