Local parameters not being resolved correctly

You have scheduled a job or job stream that uses local parameters, but the parameters are not resolved correctly.

Cause and solution:

One reason for this could be that one or both of the files where the parameters are stored have been deleted or renamed.

Check that the following files can be found in the TWA_home/TWS directory:
parameters
parameters.KEY
These files are required by IBM Workload Scheduler to resolve local parameters, so they must not be deleted or renamed. Fix the problem as follows:
  1. If the files have been renamed, rename them to the original names.
  2. If the files have been deleted, re-create them, using the parms utility.
  3. To make the changes effective, restart the application server, using the stopappserver and startappserver commands.