Skip to main content

Problem:

After installing ED or ES 2.2 Update1, attempting to start a JES-enabled region results in the following messages in the console log:-

JES000011E Batch Spool File Error; Status [39]

JES000130E Note JES000011 Error - New casspool indexes may need generating. See error description in product docs

Resolution:

In release 2.2 Update1 new indices were added to the casspool file, to improve performance.

Before starting any existing regions you need to convert their associated casspool.dat files to create the new indices using the "fixcasspool" script.

To convert casspool.dat, run the appropriate script from an Enterprise Server command prompt, using the following syntax:

• On Windows:

fixcasspool.bat <optional old location>casspool.dat <optional new location><backup file name>

• On UNIX/Linux:

fixcasspool.sh <optional old location>casspool.dat <optional new location><backup file name>

Where:

• <optional old location> - the fully or partially qualified location of the existing casspool.dat file, if not in the current directory

• casspool.dat - the spool file that will be updated. The file is located in the same as the directory enterprise server's system catalog.

• <optional new location> - the fully or partially qualified location where the backup file will be created, if not in the current directory

• <backup file name> - the name to be used for the back-up of the old casspool.dat file. If <backup file name> already exists, the script will terminate without converting the casspool.dat file.


#MFDS
#EnterpriseDeveloper