ssmith-nova
2 years agoContributor
Capture No valid DataKeys Message
 I have a BR that runs a load process using ExecuteParseAndTransform.  When the data source is empty for that profile it throws the "No valid DataKeys" error and stops the job.  I don't even get the o...
- 2 years agoHi, You can capture the exception and check the exception message 
- 2 years agoTry ImportInfo = BRApi.Import.Process.ExecuteParseAndTransform(si, wfClusterPk, String.Empty, Nothing, TransformLoadMethodTypes.Replace, SourceDataOriginTypes.FromDirectConnection, False) Catch ex As Exception log.AppendLine(ex.ToString) End TryThis is what I am doing.