We have Endevor installed on 2 LPARs.
Developers have recently started using Compuware's Topaz Workbench product.
One one of our LPARs the following message is displayed when a user attempts to view an Endevor element :
The message C1G0008E tell us that there is no file to receive the element, the request to Endevor is built by Topaz and the API used is a Compuware API CXTPMAIN.
A retrieve is attempted but the "TO FILE" is missing, incorrectly passed to Endevor, or not allowed.
Allocate trace EN$DPMSG to Compuware utility CXTPMAIN in the STC proc.
The trace shows that a custom Endevor EXIT 4 prevents the dynamic allocation of the temporary dataset to store the Endevor element to be browsed.
Fix the custom Endevor EXIT 4 and make sure it allows the dynamic allocation of the temporary dataset to store the Endevor element to be browsed.