ACP Import Ends With Unknown Event Type: 7 Error for Event Management Events
(Doc ID 2171659.1)
Last updated on FEBRUARY 26, 2019
Applies to:
Oracle Agile PLM Framework - Version 9.3.3.0 to 9.3.4.0 [Release 9.3]Information in this document applies to any platform.
Symptoms
Actual Behavior
ACP Import ends with the following error for Event Management Events.
The following patch is applied to ACP running instance.
<Patch 20927312>: 9.3.3.0.246:ACP IMPORTED GLOBAL SEARCHES DOES NOT APPEAR IN WEB CLIENT/JAVA CL
Error
======== E R R O R (Begin) ========
Process Context:
Propagation Action: Copy
Configuration Type: Event Management Events
Configuration Object: XXXXX_Events
Configuration Object Action: Create Object
Object Name: XXXXX_Events
Error Context:
Unable to create the "XXXXX_Events" Event Management Events object.
Error Cause:
Unknown event type: 7
null.
======== E R R O R (End) ========
Steps
- Login to Java Client and create following Event
Admin > Settings > System Settings > Event Management > Events
Event : TEST_ACP_Events
Event Type : Approve for Workflow
Name : TEST_ACP_Events
API Name : TESTACPEvent
Description : TEST_ACP_Events
Enabled : Yes
Workflow : Default Change Orders
Object Type : Change Orders - Apply patch 9.3.3.0.246
- Move to acpwork933 directory and run
./acp create_project 0617 - Move to 0617 directory and modify project.properties
- Set the following config.xml
<?xml version="1.0" encoding="UTF-8"?>
<agile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../acp_control_file.xsd">
<copy>
<em_event>
<include>
<pattern>TEST_ACP_Events</pattern>
</include>
</em_event>
</copy>
<rename>
</rename>
<delete>
</delete>
<ignore_references>
</ignore_references>
<subobject_maps>
</subobject_maps>
</agile> - Run ACP export
./acp export dev - export_dev.agl is generated
- Go to another instance to perform ACP import
- Apply patch 9.3.3.0.246
- Move to acpwork933 directory and run
./acp create_project 0617 - Move to 0617 directory and edit project.properties
- Move to 0617 directory and set export_dev.agl
- Run ACP Import
./acp import dev prod - Confirm the error from import.err
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |