Forum Discussion
HoneyGulati
1 year agoNew Contributor III
Need to reset import validate load step via BR
Hi,
I am trying to load the data from a file into the cube (import validate load steps) via Business Rule and while I am able to load it successfully. I am not sure how to reset it if the job fails...
- 1 year ago
can you try this?
Dim objLoadTransformProcessInfo As LoadTransformProcessInfo = BRApi.Import.Process.ClearStageData(si, wfClusterPk, sourceId)
pranav46
1 year agoContributor III
can you try this?
Dim objLoadTransformProcessInfo As LoadTransformProcessInfo = BRApi.Import.Process.ClearStageData(si, wfClusterPk, sourceId)
Related Content
- 2 months ago
- 2 years ago