Forum Discussion
aformenti
6 months agoContributor II
Hi VENKAB05 ,
I was just talking to someone and the very same issue was mentioned. One option to solve the problem with overloading the error log is by modifying the Error Handler on those dynamic formulas:
Try
Catch ex As Exception
' Throw ErrorHandler.LogWrite(si, New XFException(si, ex))
Return Nothing
End Try
Unfortunately, apparently the FDX extracts does not work very well with Dynamic Formulas. Not ideal but it will at least prevent blowing the Error Log.
Hope that helps,
Albert
Related Content
- 10 months ago
- 8 months ago