cancel
Showing results for 
Search instead for 
Did you mean: 

PI Adapter Module Development - differences between PI70 and PI71?

Former Member
0 Kudos

Hi!

We are currently running a PI70 and plan to upgrade to PI71. We have developed Custom Adapter Modules in PI70. Will they run under PI71 also without any adjustments?

If not, what has changed between 70 and 71 and what do we have to do to make our Adapter Modules running again?

Thanx for any hint!

Regards,

Volker

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to change just a little bit in the code. Also you need to import PI 7.1 jar files which are different from previous ones.

You can follow this link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8085e299-718c-2a10-de94-928f62b7...

Regards

Arpil

Answers (1)

Answers (1)

Former Member
0 Kudos

Volker,

That is right. The classes that you import are repackaged meaning you need to modify your imports according to the new PI7.1 standards. You have the API for PI7.1 in SDN.

The coding will still remain the same except the way that you are writing messages into trace differs now.

Thanks

Jaishankar