SPL1071: "%s:E(L%d), Unexpected text CREATE/REPLACE keyword, Ignoring the text."
Explanation:
The CREATE/REPLACE keyword was encountered more than once. The user is trying to compile more than one SPL at a time.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
The CREATE/REPLACE can occur only once in a stored procedure. Check whether you are trying to compile more than one Stored Procedure at a time. Correct and resubmit.