Skip to main content
June 19, 2023

Metrics on Parser BR run time

  • June 19, 2023
  • 1 reply
  • 0 views

We have several parser rules that are running on our connector to d365. Is there a way to see what the affect on run time is from each of these rules? 

 

Do these rules run on all data that is queried from our connection or just new data?

1 reply

June 19, 2023

Hi Samuel,

 

'Write message to OneStream Error Log
Dim yourIdentifier As String = "Your Identifier as string for every rule" '<-- Enter message to write to log
BRApi.ErrorLog.LogMessage(si, yourValue)

 

Thanks,

Omkareshwar

Archetype Consulting