SPSS job invocation from the orchestration message flow fails
Operating system or application user credentials have changed, which causes the credentials on IBM® Predictive Maintenance and Quality subcomponents to stop working. For example, if the user credentials on the Predictive Maintenance and Quality Analytics node change, you must also change the user credentials that are configured to start SPSS jobs on the Integration Bus node.
Symptoms
The orchestration message flow that calls a job in the event orchestration adapter fails. There
is an SPSS credentials error reported in the StdEventLoad_Error and
foundation log files.
Resolving the problem
To resolve the problem, you must update the credentials on the Integration Bus node.- Log in to the Integration Bus node computer as the mqm user.
- To update both the user ID and password, type the following command:
mqsichangeproperties pmqbroker -c UserDefined -o SPSS -n UserName,Password -v SPSS_UserID,SPSS_Password
Where SPSS_UserID is the new user ID and SPSS_Password is the new password.
- To update only the password, type the following command:
mqsichangeproperties pmqbroker -c UserDefined -o SPSS –n Password -v SPSS_Password
Where SPSS_Password is the new password.
- Restart the broker on the Integration Bus node. Type the
following commands:
mqsistop broker_name
mqsistart broker_name
Where broker_name is the broker name.