TRANSFER action failing with error C1G0148E
search cancel

TRANSFER action failing with error C1G0148E

book

Article ID: 440024

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

You encounter a failure with RC 12 and error message C1G0148E when you attempt to execute TRANSFER action to move elements from one environment to another. The logs indicate that the last generate processor execution at the source stage failed, which blocks the transfer action.

C1G0148E THE LAST GENERATE PROCESSOR EXECUTION AT <stage> FAILED

Resolution

A failed generate process at the source stage prevents a successful transfer. To resolve this, you can choose one of the following methods:

  1. Fix the Source Generation: Review the output from the last action that executed the generate processor (e.g., ADD, UPDATE, GENERATE, or MOVE) at the source stage. Correct the underlying issue and ensure the element generates successfully before you attempt the TRANSFER action again.
  2. Use the Ignore Generate Failed Option: You can bypass the source failure by adding the IGNORE GENERATE FAILED (or IGN) option to your transfer request. You can implement this in your SCL in the following ways:
    • Add a global statement at the start of your SCL: SET OPTIONS IGNORE GENERATE FAILED . or SET OPTIONS IGN . (Note the mandatory period at the end).
    • Manually edit your generated SCL to include the OPTION IGNORE GENERATE FAILED clause within the specific TRANSFER statement.

Additional Information

If you use the IGNORE GENERATE FAILED (IGN) option, the element at the source stage remains in a "generate failed" status, which may be an issue if those output load libraries are required for other processes (for example, execute the program in a test environment)

If you use the panels to generate the TRANSFER actions, remember that, once the SCL is generated, the batch processing panels allow you to edit the generated SCL