While we run script as following: ( GP script SQL )
RUN ONLY THIS PORTION IF IT IS "STILL RUNNING" BUT ONLY DO THIS IF YOU ARE SURE ITS NOT}
set 'D_Batch Source' of table S_Batch_Activity_MSTR to "JTETRX";
set 'D_Batch #' of table S_Batch_Activity_MSTR to "JTETRX";
set 'D_User ID' of table S_Batch_Activity_MSTR to "PCONT";
change table S_Batch_Activity_MSTR;
remove table S_Batch_Activity_MSTR;
warning "Process Completed";
IT show us error message box as:
A remove operation on table "S_Batch_Activity_MSTR' failed, because the record could not be locked.
Please help !
*This post is locked for comments