The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
JunBinghay
4 years agoNew Contributor II
Trapping WF Import/Validate/Load Errors
Does anyone have any sample code they can share to see how to trap errors during an automated dataload process? Currently, all I can see is that the dataload process executed and completed but it do...
Koemets
4 years agoContributor
I believe you lliterally need to capture the status:
Dim MyTimeDimAppInfo As TimeDimAppInfoEx = New timeDimAppInfoEx
Dim statusMsg As String = batchInfo.GetCompleteBatchStatusMessage(si, MyTimeDimAppInfo, True, True)
The statusMsg will be the placeholder for the, well, status messages, that you can sort thru, display via error log or send by email. Something like:
If statusMsg.IndexOf("Validate Intersections")...
Related Content
- 2 months ago
- 4 years ago