In the Error Message column, click a specific message to display complete

21-12 Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite 6. Import the data to the production environment from the file export_all_ userRules.xml, which you created with the map.file property in Step 3. The following example shows how to invoke the command and specify the properties: ant -f ant-t2p-worklist.xml -Dbea.home=scratchoracleMW_HOME -Dsoa.home=scratchoracleMW_HOMEAS11gR1SOA -Dmigration.properties.file=migration.properties -Dsoa.hostname=hostname -Dsoa.rmi.port=7001 -Dsoa.admin.user=weblogic -Dsoa.admin.password=password -Drealm=jazn.com -Dmigration.file=tmpexport_all_userRules.xml -Dmap.file=tmpexport_all_userRules_mapper.xml Note that if the data, such as rules and views, are attached to the user, then the user must be an available user in the production SOA server. 7. Deploy J2EE human task forms, as you would deploy any .ear file. 8. If necessary, update the workflow notification configuration with production mail server and inbound and outbound email accounts. See Section 19.1, Configuring Human Workflow Notification Properties.

21.6.2 migration.properties File Syntax

The migration.properties file specifies the input parameters for data migration. The template for this file is located in the following directory: The migration.properties file contains the following input parameters: operationType = {EXPORT | IMPORT} objectType = {VIEW | RULE | TASK_PAYLOAD_FLEX_FIELD_MAPPING} name = name of VIEW or TASK_PAYLOAD_FLEX_FIELD_MAPPING user = username of VIEW or RULE group = groupname for RULE grantPermission = {true | false} migrateAttributeLabel = {true | false} override = {true | false} skip = {true | false} migrateToActiveVersion = {true | false} Argument Definition operationType Specify to perform one of the following actions: ■ EXPORT: Data is migrated from a SOA server instance into an XML file. ■ IMPORT: Data is migrated from the XML file into the SOA server instance. objectType Specify the type of object to migrate: ■ VIEW: Migrates views. ■ RULE: Migrates vacation rules. ■ TASK_PAYLOAD_FLEX_FIELD_MAPPING: Migrates mapped attribute mappings.