Java PX Error During File Upload Is Not Displayed in Web Client
(Doc ID 2130367.1)
Last updated on FEBRUARY 19, 2019
Applies to:
Oracle Agile PLM Framework - Version 9.3.3.0 to 9.3.5.0 [Release 9.3]Information in this document applies to any platform.
Symptoms
Actual Behavior
When uploading attachment files through Web Client Attachment tab with "Update Table" Event Type, and the Java PX ends in error, the custom error message which is coded in PX java file is not displayed in the Web Client UI.
Custom error message is displayed on History tab.
When checkin file from Web Client Attachment tab with the "Check In Files" Event Type, and the Java PX ends in error, the custom error message which is coded in PX java file is displayed in the Web Client UI.
Expected Behavior
When upload attachment files through Web Client Attachment tab with the "Update Table " Event Type, and the Java PX ends in error, the custom error message which is coded in PX java file is displayed in the Web Client UI.
Steps
For File Upload process
- Create a JAR file including the following java code.
- Add the jar file created in step1 to the following directory.
/home/oracle/agile/agile933/integration/sdk/extensions - Login to Java Client with admin user and setup the following Event/Event Handlers/Event Subscribers
Event
--------
Event Type : Check In Files
Name : Part - Checkin Files Event2
API Name : PartCheckinFilesEvent2
Enabled : Yes
Object Type : Items
Event Handler
------------
Handler Type : Java PX
Name : CheckIn Files Pre Sample EventHandler2
API Name : CheckInFilesPreSampleEventHandler2
Enabled : Yes
Event Action : agile.sample.event.item.ItemCheckinFilePreHandler
Event Subscribers
--------------------
Name : Part CheckIn Files PreEvent2
API Name : PartCheckInFilesPreEvent2
Enabled : Yes
Event : Part - Checkin Files Event2
Event Type : Check In Files
Object Type : Items
Event Handler : CheckIn Files Pre Sample EventHandler
Handler Type : Java PX
Trigger Type : Pre
Execution Mode : Synchronous
Order : 0
Error Handling Rule : Stop - Login to Web Client
- Go to Part object P00026 and move to attachment tab
Select
Filename Folder Number
-----------------------------------------------------
attachment-09.txt FOLDER00090 - Checkout
- Checkin
Original File Name Replace File name
------------------------------------------------
attachment-09.txt attachment-09a.txt - Press replace
Error message shows : agile.sample.event.ff.CheckInFilePreHandlerSample on the web client UI
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 |