Importing the SOA Security Manager sample users is optional. You import these users to populate the database with fictional SOA Security Manager users.
To import the SOA Security Manager sample users
Specifies the path to the schema files extracted from the tier 2 directory zip.
smsampleusers_mysql.sql
DROP FUNCTION IF EXISTS `databaseName`.`getdate` $$ CREATE FUNCTION `databaseName`.`getdate` () RETURNS DATE
Example: If the name of the database is smsampleuserstore, the required update appears as follows:
DROP FUNCTION IF EXISTS `smsampleuserstore`.`getdate` $$ CREATE FUNCTION `smsampleuserstore`.`getdate` () RETURNS DATE
Note: For more information about executing a query, see the MySQL documentation.
The user store is populated with the sample users.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |