4 concurrent sql loads using the "multiple rules_file syntax"
Summary
4 concurrent sql loads using the "multiple rules_file syntax"Content
Essbase manages the creation and committing of buffer data, and I am looking for a way to specify to "override" the existing values when the data commits from the buffer to the cube as follows:
import database $apNAME.$dbNAME data connect as \"$USER\" identified by \"$PWD\" using multiple rules_file datload1, datload2, datload3, datload4 to load_buffer_block starting with buffer_id 1967 on error write to \"$ERR_FILE\";
This is supported by easy SQL statements but we know that the easy SQLs will contain duplicated data.
Is there a way to direct Essbase to override values using this syntax?
0