cancel
Showing results for 
Search instead for 
Did you mean: 

problem by transporting the message mapping from PI 7.0 to PI 7.1

Former Member
0 Kudos

Hi Everyone,

by transporting the message mapping from PI 7.0 to PI 7.1 i have got the following problem.

"Source code has syntax error:

K:\usr\sap\E71\DVEBMGS00\j2ee\cluster\serve......

package udfpool does not exist

import udfpool.*;

...."

i have used a UDF in my message mapping.

This UDF calls for a method of a java class, which is imported as a .jar file with this message mapping.

this message mapping works very well on PI 7.0,

but doesn't work any more on PI 7.1 because of the problem described above.

anyone can help me out of this problem?

thanks!

zc

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

but did you import the jar archive to 7.1 first?

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

Answers (1)

Answers (1)

Former Member
0 Kudos

In PI7.1, all re-usable java funtions (classes) should be defined as Function Library which is new in PI 7.1. Try to convert your 7.0 java class to 7.1 Function Library which is java classes zipped into jar file and imported into PI.