When In Natural One an Interface for example a pda of a subprogram is changed, it can happen, that the build process has to be repeated n times, when the pda is used in a chain of n subprograms; if there is a recursive subprogram call using the pda the build cannot succeed with parameter check.
The solution is:
NatOne has to trigger a build without parameter check and then another with parameter check.
The first build makes sure, that everything changed is compiled, the second that the interfaces are correct.
Created on Brainstorm | 05/17/2017 05:39 AM |
Brainstorm ID | 4807 |
Did you tried to use PCHECK? if yes what was the outcome?