PTF - Validate Test Maintenance - Getting Error
Hello,
I have security to run the Maintenance Report in PIA.
I am trying to do a "Validate Test Maintenance" from PTF (right click on the test name and select Validate Test Maintenance). I am getting a PeopleCode error on record PeopleCode PSPTTSTMAINTWRK.FUNCLIB.FieldFormula.
&recPSPTTSTMAINTRPT = CreateRecord(Record.PSPTTSTMAINTRPT);
...
If (&isAffected) Then
&recPSPTTSTMAINTRPT.Insert();
&counter = &counter + 1;
If (&counter >= &commitInt) Then
CommitWork(); <<<------
------- this line gets the error
&counter = 0;
End-If;
End-If;
Do I need extra security for this?
Regards,
Erlinda Arreola