IBM FileNet Image Services Resource Adapter - ISRA 3.4 Fixpack 1 Readme
© Copyright IBM Corporation 2001, 2008. All Rights Reserved.

Contents

Fix Pack Description

How to Install the Fix Pack

BEA WebLogic 8.1 SP6/9.0/9.1
IBM WebSphere 5.1.1.x/6.0.2/6.1
JBoss 4.0.x
Oracle Application Server 10g (9.0.4) and 10g Release 3 (10.1.3)
Sun Java System Application Server 8.0.1/8.1/9.0
SAP NetWeaver WAS 6.4.0

How to deploy ISRA.rar

How to Deploy FileNetImageViewer

How to Check Build of Installed ImageViewer

How to Deploy ISRA Console

Defects Fixed

General Notes

ISRA Support

Contact Customer Support

Notices and Trademarks

Fix Pack Description

The fix pack released would contain

·       A self extracting executable called ISRA_fixpack_3_4_0_1.exe specific for Microsoft Windows Operating Environment, which extracts to

o        ISRA.jar

o        ISRA.rar

o        ISRAConsole.ear

o        FNImageViewer.ear

 

·       An archive called ISRA_fixpack_3_4_0_1.tar specific for UNIX and LINUX flavors, which extracts to

o        ISRA.jar

o        ISRA.rar

o        ISRAConsole.ear

o        FNImageViewer.ear

 

·       Readme.html

·       ReleaseNotes.html

The description of each file is as follows:

 

ISRA.rar which contains the Image Services Resource Adapter has the following structure:

    RAR file--
                    |
                    |---ISRA.jar
                    |---META-INF--
                                                |---MANIFEST.MF
                                                |---ra.xml

FNImageViewer.ear, which contains the latest build (Build# 3.1.126) of IBM FileNet ImageViewer for ISRA has the following structure:

    EAR file--
                    |
                    |---FNImageViewer.war
                    |---META-INF--
                                                |---MANIFEST.MF
                                                |---application.xml

ISRAConsole.ear contains the ISRA Sample Application 3.4 fp1 (with Annot.xsl Version: 31106) and ISRAConsole :

    EAR file--
                    |---ISRAConsole.war
                    |---ISRASampleWEB.war
                    |---META-INF--
                                                |---MANIFEST.MF
                                                |---application.xml

ISRA.jar contains updated ISRA class files

How to Install the Fix Pack

On BEA WebLogic 8.1 SP6/9.0/9.1

For IBM AIX, Sun Solaris, HP-UX, Red Hat Linux AS 3.0/4.0

Fix Pack Layout

This fix pack file consists of a tar file named 'ISRA_fixpack_3_4_0_1.tar'.The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract tar file using "tar -xvf ISRA_fixpack_3_4_0_1.tar" command in /fnsw/ISRA/fix pack6 directory.

Single Resource Adapter:

BEA Weblogic 8.1 SP6/9.0/9.1

1.       Stop the BEA WebLogic server before applying this fix pack. To apply this fix pack, the ISRA must be deployed on BEA WebLogic.

2.       Open startWebLogic.sh file located in /{weblogicInstallationDirectory}/user_projects/{domain_name}directory in your preferred text editor.

3.       Locate the CLASSPATH variable in this file and add the full path of the ISRA.jar file at the start. For example,

If CLASSPATH variable looks like:
CLASSPATH="${JAVA_HOME}/lib/tools.jar${CLASSPATHSEP}${WL_HOME}/server${CLASSPATHSEP}
${WL_HOME}/server/lib/weblogic_sp.jar${CLASSPATHSEP}${WL_HOME}/server
/lib/weblogic.jar${CLASSPATHSEP}${CLASSPATH}"
Then, enter the path "/fnsw/ISRA/fixpack34fp1/ISRA.jar" as:
CLASSPATH="/fnsw/ISRA/fixpack34fp1/ISRA.jar:${JAVA_HOME}/lib/tools.jar${CLASSPATHSEP}${WL_HOME}/server$
{CLASSPATHSEP}${WL_HOME}/server/lib/weblogic_sp.jar${CLASSPATHSEP}${WL_HOME}/server
/lib/weblogic.jar${CLASSPATHSEP}${CLASSPATH}:"

4.       Save the file and start the server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

To Install using ISRA 3.4 Fix pack 1 using the ISRA.rar, please refer to IBM - Product Documentation for FileNet Image Services Resource Adapter

Multiple Resource Adapters:

The steps described above will use the same instance of ISRA.jar file for all ISRA deployments.

For Windows 2000/2003 SP1/2003 R2

Fix Pack Layout

For Weblogic 8.1 SP6/9.0/9.1, the fix pack consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this fix pack is as follows: 

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.             

Single Resource Adapter:

BEA Weblogic 8.1 SP6/9.0/9.1

1.       Stop the BEA WebLogic server before applying this fix pack. To apply this fix pack, the ISRA must be deployed on BEA WebLogic.

2.       Open startWebLogic.cmd file located in (installationDrive}\{weblogicInstallationDirectory}\user_projects\{domain_name}
directory in your preferred text editor.

Locate the CLASSPATH variable in this file and add the full path of the ISRA.jar file at the start.

For example, If CLASSPATH variable looks like:
CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;
%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%

then enter the path "C:\fixpack34fp1\ISRA.jar" as:
CLASSPATH=C:\fixpack34fp1\ISRA.jar;%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;
%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%;

3. Save the file and start the server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

To Install using ISRA 3.4 Fix pack 1 using the ISRA.rar, please refer to IBM - Product Documentation for FileNet Image Services Resource Adapter

Multiple Resource Adapters:

The steps described above will use the same instance of ISRA.jar file for all ISRA deployments.

On IBM WebSphere 5.1.1.x/6.0.2/6.1

For IBM AIX, Sun Solaris, HP-UX, Red Hat Linux AS 3.0/4.0

Fix Pack Layout

This fix pack file consists of a tar file named 'ISRA_fixpack_3_4_0_1.tar'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract tar file using "tar -xvf ISRA_fixpack_3_4_0_1.tar" command in /fnsw/ISRA/fixpack34fp1 directory.

Single Resource Adapter:

1.       Stop WebSphere Application Server.

2.       Replace the ISRA.jar file (in /<was_installation_home_directory>/installedConnectors/ISRA.rar directory) with the ISRA.jar file provided with the fix pack.

3.       Restart the Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-3) for each deployed ISRA.

For Windows 2000/2003 SP1/2003 R2

Fix Pack Layout

For WebSphere, the fix pack file consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.

Single Resource Adapter:

1.       Stop WebSphere Application Server.

2.       Replace the ISRA.jar file (in <was_installation_home_directory>\InstalledConnectors\ISRA.rar directory) with the ISRA.jar file provided with the fix pack.

3.       Restart the Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-3) for each deployed ISRA.

On JBoss 4.0.x

For Sun Solaris 9/10, Red Hat Linux AS 3.0/4.0, IBM AIX

Fix Pack Layout

This fix pack file consists of a tar file named 'ISRA_fixpack_3_4_0_1.tar'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract tar file using "tar -xvf ISRA_fixpack_3_4_0_1.tar" command in /fnsw/ISRA/fixpack34fp1

Single Resource Adapter:

1.       Stop JBoss Application Server.

a.       Copy ISRA.rar file in /temp/fixpack34fp1 directory from/{JBossInstallationDirectory}/server/default/deploy directory.
cp /{jbossInstallationDirectory}/server/default/deploy/ISRA.rar /temp/fixpack34fp1.

b.       Change directory to /temp/fixpack34fp1 and extract ISRA.rar.
cd /temp/fixpack34fp1
jar -xvf ISRA.rar

2.       Replace the extracted ISRA.jar file (in /temp/fixpack34fp1 directory) with the ISRA.jar file provided with the Fix Pack (from
/fnsw/ISRA/fixpack34fp1 directory).

3.       Delete the ISRA.rar file in /temp/fixpack34fp1 directory. Create the archive file ISRA.rar, which includes the updated ISRA.jar file.
rm ISRA.rar
jar -cvf ISRA.rar *

4.       Copy the rar file under /{JBossInstallationDirectory}/server/default/deploy directory.
cp /temp/fixpack34fp1/ISRA.rar /{jbossInstallationDirectory}/server/default/deploy

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-5) for each deployed ISRA.

For Windows 2000/2003 SP1/2003 R2

Fix Pack Layout

For JBoss 4.0.x, the fix pack file consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.

Single Resource Adapter:

1.       Stop JBoss Application Server.

a.       Copy ISRA.rar file in C:\temp\fixpack34fp1 directory from C:\{JBossInstallationDirectory}\server\default\deploy directory.

b.       c:\>copy {jbossInstallationDirectory}\server\default\deploy\ISRA.rar c:\temp\fixpack34fp1

c.       Change directory to C:\temp\fixpack34fp1 and extract ISRA.rar.
c:\> cd c:\temp\fixpack34fp1
c:\temp\fixpack34fp1> jar -xvf ISRA.rar

2.       Replace the extracted ISRA.jar file (in C:\temp\fixpack34fp1 directory) with the ISRA.jar file provided with the Fix Pack (from C:\fixpack34fp1 directory).

3.       Delete the ISRA.rar file in C:\temp\fixpack34fp1 directory. Create the archive file ISRA.rar, which includes the updated ISRA.jar file.
c:\temp\fixpack34fp1> del ISRA.rar
c:\temp\fixpack34fp1> jar -cvf ISRA.rar *

4.       Copy the rar file under C:\{JBossInstallationDirectory}\server\default\deploy directory.
c:\>copy C:\temp\fixpack34fp1\ISRA.rar \{jbossInstallationDirectory}\server\default\deploy

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fixpack to multiple ISRA deployed on Application Server, repeat the above steps (1-5) for each deployed ISRA.

On Oracle Application Server 10g (9.0.4) and 10g Release 3 (10.1.3)

For Sun Solaris 9/10, Red Hat Linux AS 3.0/4.0, HP-UX, IBM AIX

Fix Pack Layout

This fix pack file consists of a tar file named 'ISRA_fixpack_3_4_0_1.tar'. The layout of this fix pack is as follows: 

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract tar file using "tar -xvf ISRA_fixpack_3_4_0_1.tar" command in /fnsw/ISRA/fixpack34fp1.

Single Resource Adapter:

1.       Stop Oracle Application Server.

2.       Replace the ISRA.jar file in /{OracleInstallationDirectory}/j2ee/home/connectors/ISRA/ISRA directory with the new ISRA.jar present in /fnsw/ISRA/fixpack34fp1.

cp /fnsw/ISRA/fixpack34fp1/ISRA.jar /{OracleInstallationDirectory}/j2ee/home/connectors/ISRA/ISRA

3.       Start the Application Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fixpack to multiple ISRA deployed on Application Server, repeat the above steps (1-3) for each deployed ISRA.

For Windows 2000/2003 SP1/2003 R2

Fix Pack Layout

For Oracle, the fix pack file consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.

Single Resource Adapter:

1.       Stop the Oracle Application Server.

2.       Replace the theISRA.jar file in C:\{OracleInstallationDirectory}\j2ee\home\connectors\ISRA\ISRA directory with the new ISRA.jar present in C:\fixpack34fp1.

c:\>copy fixpack34fp1\ISRA.jar C:\{OracleInstallationDirectory}\j2ee\home\connectors\ISRA\ISRA

3.       Start the Application Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fixpack to multiple ISRA deployed on Application Server, repeat the above steps (1-3) for each deployed ISRA.

On Sun Java System Application Server 8.0.1/8.1/9.0

For IBM AIX, Sun Solaris, HP-UX, Red Hat Linux AS 3.0/4.0

Fix Pack Layout

This fix pack file consists of a tar file named 'ISRA_fixpack_3_4_0_1.tar'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract tar file using "tar -xvf ISRA_fixpack_3_4_0_1.tar" command in /fnsw/ISRA/fixpack34fp1 directory.

Single Resource Adapter:

1.       Bundle the ISRA.jar file with the existing ra.xml file and create the ISRA.rar file and deploy it again.

2.       Restart the Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-2) for each deployed ISRA.

For Windows 2000/2003 SP1/2003 R2

Fix Pack Layout

For Sun Java System Application Server, the fix pack file consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this
fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.

Single Resource Adapter:

1.       Bundle the ISRA.jar file with the existing ra.xml file and create the ISRA.rar file and deploy it again.

2.       Restart the Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-2) for each deployed ISRA.

On SAP NetWeaver WAS 6.4.0

For Windows 2003 SP1/2003 R2

Fix Pack Layout

For SAP NetWeaver Application Server, the fix pack file consists of a self extracting zip file named 'ISRA_fixpack_3_4_0_1.exe'. The layout of this fix pack is as follows:

FileName

    Description

/ISRA.rar

    ISRA.rar with updated ISRA.jar and ra.xml

/ISRA.jar

    ISRA jar with updated class files

/FNImageViewer.ear

    FileNetImageViewer with build 3.1.126 (contains an updated VeriSign certificate)

/ISRASample.ear

    ISRA Sample Application containing modified Annot.xsl

Installation Instructions

Extract zip file in C:\fixpack34fp1 directory.

Single Resource Adapter:

1.       Bundle the ISRA.jar file with the existing ra.xml file and create the ISRA.rar file and deploy it again.

2.       Restart the Server.

Please go to How to Deploy FileNetImageViewer section before completing fix pack installation and restarting the Server. For known software problems and restrictions, go through the Release Notes 3.4 fp1.

Multiple Resource Adapters:

To apply the fix pack to multiple ISRA deployed on Application Server, repeat the above steps (1-2) for each deployed ISRA.

How to deploy ISRA.rar

To deploy ISRA.rar please refer "ISRA Deployment" chapter in ISRA deployment guides (Application Server specific) from IBM - Product Documentation for FileNet Image Services Resource Adapter for detailed steps for deployment instructions.

How to Deploy FileNetImageViewer

To deploy FNImageViewer.ear please refer "Deploying IBM FileNet Image Viewer" section in ISRA deployment guides (Application Server specific) from IBM - Product Documentation for FileNet Image Services Resource Adapter for detailed steps for deployment instructions.

How to Check the Build of Installed FNImageViewer

·             Open any document through FNImageViewer.

·             Press F1 key on your keyboard or right-click your mouse on any area within the Viewer Applet and select Help > About FileNet JavaView.

·             The topmost line on the About FileNet JavaView screen will display the build number of the installed FNImageViewer.

How to Deploy ISRA Console

To deploy ISRAConsole.ear please refer "Deploying ISRA Console and Sample Application" section in ISRA deployment guides (Application Server specific) from IBM - Product Documentation for FileNet Image Services Resource Adapter for detailed steps for deployment instructions.

Defects Fixed

 

 

ISRA 3.4 Fix Pack 1

 

ecmdb #

APAR #

Affected Component

Updated Component

Description

335584

-

Interface Layer of ISRA

ISRA.jar

ISRA required all IS Services including Print Services be be configured for ISRA to be able to connect to IS.

741392

PJ34277 

RPC Layer of ISRA

ISRA.jar

ISRA experienced issues like “Invalid Security handle”, “Arguments to COR layer incorrect” when clustered.

752123

PJ33282 

Interface Layer of ISRA

ISRA.jar

Security for annotation did not get populated correctly when a new annotation was added through FNImageViewer of ISRA.

752539

-

ISRA Documentation

 

ISRA’s deployment guide for WebSphere 6 “ISRA_WAS6_DeployGuide_340.pdf” had some marked issues related to deployment steps.

754837

PJ34166

ISRA Documentation

 

Description for Deployment Instance in ISRA’s deployment guide elaborated.

756140

PJ33798 

Daeja Viewer

FNImageViewer.ear

Some images viewed through FNImageViewer of ISRA Client were unclear.

757917

PJ33935 

ISRA Console / Sample

ISRAConsole.ear

FNImageViewer has issues when opened through HTTPS instead of HTTP

758323

PJ33951 

RPC Layer of ISRA

ISRA.jar

ISRA rarely gets 0 value DIR (Document Index Record) from INX service of IS.

759730

-

Interface Layer updated for Query Parsing of ISRA

ISRA.jar

ISRA query implementation incorrect for F_Doctype and wildcard character “?” usage.

759993

PJ34322 

CCI Layer of ISRA

ISRA.jar

Explanation sought for the exception “FN_IS_CciConnection:close:Not an active Connection” messages in ISRA.

760157

PJ33978 

Presentation Layer of ISRA Console / Sample

ISRAConsole.ear

When using ISRA Sample Application and going for updating the Index fields, those fields with NULL values get replaced by empty spaces.

767199

PJ34115 

Interface Layer of ISRA

ISRA.jar

The field F_ENTRYDATE or index with Date Type when fetched from IS and  returned by ISRA were lagging by one day( 1 day less).

768085

-

Interface Layer of ISRA

ISRA.jar

The Output Mask returned by IS was displayed incorrectly in ISRA for fields that are being set with Output Mask.

770921 

-

Interface Layer of ISRA

ISRA.jar

The ISRA Admin Console displayed the ISRA Log File Name incorrectly.

771294

-

ISRA Bundling

ISRA.rar

Description of deployment instance parameter updated to show 100 instances

771821

-

Interface Layer of ISRA

ISRA.jar, ISRAConsole.ear

An Improper message was displayed by ISRA when it to connect to IS Services with its print services disabled.

771869 

-

Interface Layer of ISRA

ISRA.jar, ISRAConsole.ear

RPC logging got affected when ISRA logging levels were changed

773624 

-

Presentation Layer of ISRA Console / Sample

ISRAConsole.ear

With jboss appserver 4.0.4 the sample application failed to display values for f_docformat,f_pages after a default search operation is performed from ISRA Sample.

773627 

-

Presentation Layer of ISRA Console / Sample

ISRAConsole.ear

ISRA sample login.jsp threw an exception after deployment

773371

-

Presentation Layer of ISRA Console / Sample

ISRA.jar, ISRAConsole.ear

ISRA showed an null Errorcode when trying to connect to IS Server with print services disabled. 

ER-ISRA-0000094

-

Interface Layer of ISRA,ISRA Console

ISRA.jar,ISRAConsole.ear

Request for on-demand logging in ISRA.

General Notes

·             In case of Weblogic 8.1 SP 4, the ISRA.jar file should not be deleted from the path that is entered in the CLASSPATH variable.

·             It is advisable to take a backup of existing ISRA.rar file.

ISRA Support

If you experience any difficulties with the product media or ISRA, please contact your IBM FileNet Customer Support personnel for assistance.

Contact Customer Support

For information about contacting customer support:

1.       Navigate to the Information Management support page here.www.ibm.com/software/data/support

2.       Select the appropriate IBM FileNet product from the "Select a category" list.

3.       From the Product Support page, click Flash 8 Oct. 2007: How to get support for IBM FileNet products.

Notices and Trademarks

·         IBM is a registered trademark of International Business Machines Corporation in the United States, other countries, or both.

·         Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries.

·         Cell Broadband Engine is a trademark of Sony Computer Entertainment, Inc. in the United States, other countries, or both and is used under license therefrom.

·         Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.

·         Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.

·         Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

·         UNIX is a registered trademark of The Open Group in the United States and other countries.

·         Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.

·         ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office.

·         IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency, which is now part of the Office of Government Commerce.

·         Other company, product, or service names may be trademarks or service marks of others.