cancel
Showing results for 
Search instead for 
Did you mean: 

UDF Activation Problem after migration - RFC LookUp

Former Member
0 Kudos

Hello Experts,

After Migration from XI 3.0 to PI 7.5 I am facing a problem with a UDF RFC LookUp. The error is

in line

I can understand the error but i have not found a workaround. I don't want to change to graphical RFC LookUp cause there is an extremely complicated scenario implemented and i don't want to change many things.

Thank you in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Ioannis!

As you can see from error, your function call "setContainer()" expects parameter of type that differs from actual parameter type.

So you must cast your parameters to one type.

Regards, Evgeniy.