Comments
Sort by recent activity
Managed to get a fix for this, as listed on post viewtopic.php?t=15857 ... was able to put a task to upload new reports before running the sync. / comments
Managed to get a fix for this, as listed on post viewtopic.php?t=15857 ... was able to put a task to upload new reports before running the sync.
I managed to find a work around to my problem, although it is not a nice solution...
I added code to the SA custom template OnReportException method.
if (e.Exception.HelpLink != "SHOW_EXCEPTION" && e.CanContinue)
{
e.TryToContinue = true;
return;
}
And in my generic exception handler I added the SHOW_EXCEPTION string to the HelpLink. / comments
I managed to find a work around to my problem, although it is not a nice solution...
I added code to the SA custom template OnReportException method.
if (e.Exception.HelpLink != "SHOW_EXCEPTION" &&...
i realize that my question is a bit too specific to my environment so have rephrased it and will post now... / comments
i realize that my question is a bit too specific to my environment so have rephrased it and will post now...