Add the following entry for
PRODUCTMirror_LocalFeedback on the X-PDM Gateway side:
Note:
There is no need to declare the local feedback events on 3DEXPERIENCE platform side.
<Event Name=" PRODUCTMirror_LocalFeedback" IsSynchronous="False"
Priority="Normal" Type="PRODUCT" ProcessingLocations="LocalOnly"
HasMetaData="False" HasBulkData="False" />
where,
Processing location : It must be declared as LocalOnly .
HasMeta and HasBulk : It must be set to False
|
Add the following entry for PRODUCTMirror_RemoteFeedback on 3DEXPERIENCE platform Gateway side:
Note:
Feedback event must be declared on 3DEXPERIENCE platform side, even if there is no processing of feedback events.
<Event Name="PRODUCTMirror_RemoteFeedback" Type="PRODUCT" IsSynchronous="False"
Priority="Normal" ProcessingLocations="RemoteOnly"
HasMetaData="False" HasBulkData="False">
<RemoteProcessing>
<EventHandler>
<Name>com.ds.enovia.XPG.EventHandlers.Generic</Name>
<EntryPoint>null</EntryPoint>
</EventHandler>
<PreProcessing />
<PostProcessing />
</RemoteProcessing>
</Event>
Add the following entry for PRODUCTMirror_RemoteFeedback on the X-PDM Gateway side:
<Event Name=" PRODUCTMirror_RemoteFeedback" IsSynchronous="False"
Priority="Normal" Type="PRODUCT" ProcessingLocations="RemoteOnly"
HasMetaData="False" HasBulkData="False" />
where,
Processing location : it must be declared as RemoteOnly .
HasMeta and HasBulk : it must be set to False.
|