cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.3 backward compatibility of content packages

Former Member
0 Kudos

Hello everyone.

I have a content package for PI 7.0.

That is an export of the Integration scenarios configuration and for the integration directory.

Is it possible to import such packages into PI 7.3?

Should I foresee any problems by importing the content packages for PI 7.0 into PI 7.3?

Appreciate your response.

Cheers,.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Mauricio

It is possible to import ID content into PI7.3 (ABAP +JAVA)

If you are on PI7.3 only java you would have to make corrections for Idoc and Http adapters, you would have to choose Idoc_AAE and Http_AAe Adapters.

BPM will not be supported.

Regards

Monika

rajasekhar_reddy14
Active Contributor
0 Kudos

What exactly mean content package? give some more info on the same. recently worked on migration to PI7.3 from PI7.0 evrything worked with minor changes.

so you no need to worry.refer migration guide.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If your scenarios are ccbpm based and if you have PI 7.3 java stack installation, then it will be a problem. As you know ccbpm does not support in java stack installation. If you have dual stack 7.3, then it should not be problem. You might need to adjust few changes if you need.

Example:

1) If you want to run your scenario using Advanced Adapter Engine, then you need to use Integrated configuration object. This is one example.

2) If you have jdbc scenarios, you might have to install drivers latest and reference those connection classes in the channel.

3) You can use SOAP adapter even for proxy communication, if you want.

Hope this helps.