TPT4037 Error: %s: Invalid INCLUDE directive: 'INCLUDE' must be followed by 'SCHEMA','OPERATOR','TABLE','TABLE SET' or a file name (expression).
Explanation:
A TPT script INCLUDE directive must take one of the following forms: INCLUDE <file name (expression)> INCLUDE SCHEMA <schema file name (expression)> INCLUDE OPERATOR <operator file name (expression)> INCLUDE TABLE <table file name (expression)> INCLUDE TABLE SET <table set file name (expression)>
Generated By:
TPT Infrastructure
For Whom:
TPT Job Script Creator
Remedy:
Correct the invalid INCLUDE directive.