BPMMigrationPreValidation report is showing some applications not running. Do I need to correct the condition?

In preparation to migration from WebSphere Process Server (WPS) 7.0.0.3 to IBM Business Process Server 8.5.6, I followed the knowledge center to run the BPMMigrationPreValidation. In the output applicationValidation.html, I can see some applications marked in red as not running:

BSpaceWebformsEnabler__wbm_qa_SAF
HTM_PredefinedTaskMsg_V612_SAF_Topology.AppTarget
HTM_PredefinedTasks_V612_SAF_Topology.AppTarget
HTM_PredefinedTasks_V7003_SAF_Topology.AppTarget

The detailed message has
The application is stopped, but it is a BPM system application that might be required. Make sure that the environment is started and that this application is started if it is required.

The WPS 7 environment has been running fine. Do I need to install those applications in order to continue the migration to BPM 8.5.6?

Related:

Getting ‘Build Failed’ with error, ‘Authentication failed for user’ when running ConfigEngine task ‘export-icm-data’ on WebSphere Portal 8.0

We are running the following ConfigEngine command….

./ConfigEngine.sh export-wcm-data –
DWasUserid=wpsadmin -DWasPassword=mypassword -DPortalAdminid=wpsadmin –
DPortalAdminPwd=mypassword -Dexport.directory=/IBM/myexport -Dexport.
singledirectory=false -Dexport.libraryname=MyContent

Then we see the following in the ConfigTrace.log….

run-wcm-admin-task:
     [echo] VirtualPortalContext =  , VirtualPortalHost =
     [echo] Initialized: host myportal.host.com  vpContext
     [echo] To call ConfigModuleClient: host
myportal.host.com  vpContext
[ConfigModuleClient] Connecting to login address:
http://myportal.host.com:11039/wps/wcm/login
[ConfigModuleClient] Connecting to task address:
http://myportal.host.com:11039/wps/wcm/myconnect?MOD=data&processLibraries=false&taskType=export&exportLibrary=EpilepsyContent&output.dir=%2FIBM%2Fexport&single.export.dir=false with user name:
cn=portadmin,ou=group,dc=org
[ConfigModuleClient] No output will be shown while this task is
running. Check the SystemOut.log for progress information.
[ConfigModuleClient] Header field ‘Set-Cookie’ is null. The login
failed. Can not continue.
— Exception Thrown —
/IBM/WebSphere/PortalServer8/wcm/prereq.wcm/config/includes/prereq.wcm_c
fg.xml:3854: An exception occurred while executing the task: Status
returned 302: Authentication failed for user:
cn=portadmin,ou=group,dc=org
 at
com.ibm.workplace.wcm.maintenance.module.ConfigModuleClient.execute(Conf
igModuleClient.java:103)
 at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
 at org.apache.tools.ant.Task.perform(Task.java:364)
 at org.apache.tools.ant.Target.execute(Target.java:341

Caused by: Status returned 302: Authentication failed for user:
cn=portadmin,ou=group,dc=org
 at
com.ibm.workplace.wcm.maintenance.module.ConfigModuleClient.checkRespons
e(ConfigModuleClient.java:243)
 at
com.ibm.workplace.wcm.maintenance.module.ConfigModuleClient.runModule(Co
nfigModuleClient.java:190)
 at
com.ibm.workplace.wcm.maintenance.module.ConfigModuleClient.runPlutoModu
le(ConfigModuleClient.java:116)
 at
com.ibm.workplace.wcm.maintenance.module.ConfigModuleClient.execute(Conf
igModuleClient.java:94)
 … 28 more

Related: