When running the TOMWAR job to deploy a WAR file to CA Common Services Tomcat, why am I receiving the following message? PRODUCT_WAR: /cai/CADeploy/view/TOMWAR 4: FSUM7351 not found
search cancel

When running the TOMWAR job to deploy a WAR file to CA Common Services Tomcat, why am I receiving the following message? PRODUCT_WAR: /cai/CADeploy/view/TOMWAR 4: FSUM7351 not found

book

Article ID: 17146

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Compress Data Compression for MVS Compress Data Compression for Fujitsu

Issue/Introduction



When running the TOMWAR job to deploy a WAR file to CA Common Services Tomcat, why am I receiving the following message?

PRODUCT_WAR: /cai/CADeploy/view/TOMWAR 4: FSUM7351 not found

Environment

-Supported z/OS Level-CA Common Services r14.1

Resolution

When assigning a value to the PRODUCT_WAR variable within the SYSUT1 USS script, an extra space was present between the variable and the = sign as shown below:

PRODUCT_WAR =/cai/CASoftware/view

                      ^

 

Extra spaces are difficult to notice and cannot be present when assigning a value to a variable in a USS script. The variable should have been assigned as follows:  

PRODUCT_WAR=/cai/CASoftware/view