Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Messages


KAVS1516-E

Construction is invalid.(maintenance-information)

The configuration is invalid. The probable causes are:

(S)

Cancels processing.

(O)

Specify the following configuration, and then re-execute the operation.

If JP1/AJS3 installation or migration is not yet finished:

Re-install JP1/AJS3, or confirm that JP1/AJS3 has been migrated correctly.

If the value of the DEFLENTYPE environment setting parameter is different from the value of DEFLENTYPE in shared memory:

Check whether the value of the DEFLENTYPE environment setting parameter matches the value of the currently operating DEFLENTYPE environment setting parameter returned by entering the jajs_status command. If the values do not match, take either of the following actions:

  • Restart the relevant scheduler service.

  • Stop the JP1/AJS3 services on all the configured hosts. In UNIX, stop the JP1/AJS3 services on all the configured hosts, and then execute the ajsshmdel command to delete the shared memory information.

    The path to the ajsshmdel command is /opt/jp1ajs2/bin/ajsshmdel.

    The following are examples of executing the command:

    For sh:

    /opt/jp1ajs2/bin/ajsshmdel >/dev/null 2>&1

    For csh:

    /opt/jp1ajs2/bin/ajsshmdel >&/dev/null

If the value of the DEFLENTYPE environment setting parameter does not match the format of the scheduler service database:

Check the value of the DEFLENTYPE environment setting parameter.

  • If byte is specified for the DEFLENTYPE environment setting parameter.

    If you are using the embedded database, execute the ajsembdbsetup command with the -del option specified to delete the database environment. Then execute the ajsembdbsetup command to set up the database environment again.

    If you are using the external database, execute the jajs_setup command with the -e option specified to delete the scheduler service. Then, execute the jajs_setup command to create the scheduler service again.

  • If sjis is specified for the DEFLENTYPE environment setting parameter.

    If you are using the embedded database, execute the ajsembdbsetup command with the -del option specified to delete the database environment. Then execute the ajsembdbsetup command with the -e sjis option to set up the database environment again.

    If you are using the external database, execute the jajs_setup command with the -e option specified to delete the scheduler service. Then, execute the jajs_setup command with the -e sjis option specified to create the scheduler service again.

Note that if the database environment is deleted by executing the ajsembdbsetup command with the -del option specified, the unit definition defined in the scheduler service and information about execution results are also deleted. This definition and information are also deleted when the scheduler service is deleted by executing the jajs_setup command with the -e option specified. Before deleting the database environment, execute the ajsprint command to back up the definitions.

If the value of the AJSCHARCODE environment setting parameter is invalid:

If sjis is specified for the DEFLENTYPE environment setting parameter, you need to specify UTF-8 for the AJSCHARCODE environment setting parameter.