My Oracle Support Banner

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

  1. 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

  2. Apply patch 9.3.3.0.246
  3. Move to acpwork933 directory and run

    ./acp create_project 0617

  4. Move to 0617 directory and modify project.properties
  5. 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>

  6. Run ACP export

    ./acp export dev

  7. export_dev.agl is generated
  8. Go to another instance to perform ACP import
  9. Apply patch 9.3.3.0.246
  10. Move to acpwork933 directory and run

    ./acp create_project 0617

  11. Move to 0617 directory and edit project.properties
  12. Move to 0617 directory and set export_dev.agl
  13. Run ACP Import

    ./acp import dev prod

  14. 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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.