cancel
Showing results for 
Search instead for 
Did you mean: 

custom functions stopped working when upgrading to BI4.3

swoo72
Explorer
0 Kudos
227

After upgrading from BI4.2 SP9 to BI4.3 SP4 all of our custom functions have stopped working. 

I notice there are a couple of SAP notes (3303332 & 3310020) that say it's under investigation by Development.

Has anyone found a solution to this?

View Entire Topic
Anna24
Newcomer

Hi,

in our case it turned out that when releasing 4.3 SAP had updated the libraries/headers (boplatform.h, ibovariant.h). In consequence, for the functions to work it was neccessary to recompile the source code for the functions (.cpp -> .dll) using updated headers.

swoo72
Explorer
0 Kudos
Thank you Anna.