Set the security flag
You need to set the security flag for this sample application so that users are allowed to view the operational data. The value to use for the flag depends on whether security was enabled for the Operations and Administration Console (OAC) when it was installed in WebSphere® Application Server.
The scripts and files that you need to use to set the security flag for this sample application are extracted from the FXH_Rules_Driven_Sample_WMB_PI.zip file. For more information about the names of the database files that are provided for this sample application, see Installation files.
The following sections describe how to set the security flag for this sample application for each database platform.
Db2 database on UNIX
After extraction, the files are located in the configuration subdirectory for the Db2® LUW files.
ApplyFTM_OpDataNoRestrict.sh [dbname] [dbschema] [SecurityFlag] > log.txt
Valid options for the SecurityFlag parameter are security_on
and
security_off
. The security_on
value must be used when security is enabled in
WebSphere Application Server.
Db2 database on the Windows operating system
After extraction, the files are located in the configuration subdirectory for the Db2 LUW files.
ApplyFTM_OpDataNoRestrict.cmd [dbname] [dbschema] [SecurityFlag] > log.txt
Valid options for the SecurityFlag parameter are security_on
and
security_off
. The security_on
value must be used when security is enabled in
WebSphere Application Server.
Db2 database on z/OS
After extraction, these files are located in the configuration subdirectory for the Db2 z/OS® files.
- @FTMSJCL
- WebSphere Application Server security is not enabled
- In this case, use the VALLNSEC member to configure all users to see all operational data.
- WebSphere Application Server security is enabled
- In this case, use the VALLSEC member to configure all users to see all operational data.
The @FTMCONF job must be run for the CONFIG member.
Oracle database on UNIX
After extraction, the files are located in the configuration subdirectory for the Oracle LUW files.
ApplyFTM_OpDataNoRestrict.sh [dbname] [dbschema] [dbuserID] [SecurityFlag] > log.txt
Valid options for the SecurityFlag parameter are security_on
and
security_off
. The security_on
value must be used when security is enabled in
WebSphere Application Server.
Oracle database on the Windows operating system
After extraction, the files are located in the configuration subdirectory for the Oracle LUW files.
ApplyFTM_OpDataNoRestrict.cmd [dbname] [dbschema] [dbuserID] [SecurityFlag] > log.txt
Valid options for the SecurityFlag parameter are security_on
and
security_off
. The security_on
value must be used when security is enabled in
WebSphere Application Server.