APAR status
Closed as program error.
Error description
referring to WebSphere Application Server - Supported
Prerequisites for WSAS 5.0
http://www-306.ibm.com/software/webservers/appserv/doc/v50/prere
qs/was_v502.htm
we support Informix Dynamic Server (IDS)7.31 version .
we are using int8 as datatype for creating the session
table, but int8 is supported from IDS 9.4 version
present code we are using for creating session table:
create table sessions (id varchar(128) not null, propid
varchar(128) not null, appname varchar(128) not null,
listenercnt smallint, lastaccess int8, creationtime int8,
maxinactivetime integer, username varchar(255), small BYTE
medium BYTE, large BYTE)
Refer to the following URL given by informix support for
supported data types:
IDS 9.4
http://www-306.ibm.com/software/data/informix/pubs/library/ids_9
4.html - page2-21
IDS 7.3
http://www-306.ibm.com/software/data/informix/pubs/library/ids_7
3.html - page 2-15
Local fix
no local fix
Problem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server users of *
* Informix v7.x as a session repository *
****************************************************************
* PROBLEM DESCRIPTION: SQL exception is thrown when *
* attempting to persist a session object *
* to infornmix v7.x *
****************************************************************
* RECOMMENDATION: *
****************************************************************
int8 type field is not supported in Informix V7.x.
Problem conclusion
A parameter is passed in to indicate that Informix v7.x is used
so that int8 type field is not used to create the session table.
Temporary fix
PQ84271
Comments
APAR information |
APAR number |
PQ84271 |
Reported component name |
WAS NETWRK DEPL |
Reported component ID |
5630A3601 |
Reported release |
00H |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2004-02-05 |
Closed date |
2004-05-06 |
Last modified date |
2004-05-06 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
R103 PSY |
UP |
R10A PSY |
UP |
R10H PSY |
UP |
R10I PSY |
UP |
R10P PSY |
UP |
R10S PSY |
UP |
R10W PSY |
UP |
|