cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of my developments to another PI server

Former Member
0 Kudos

Hello! How can I transfer all my developments in PI to another PI-server?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

Check this link for more details

As mentioned in the above thread:

You have three Options when considering transports between systems in XI:

1. File Method - Using the standard tools in XI IR and ID it is possible to export the content to a filesystem and following this import into another environment using the import functionality. The advantage of this is that it is easy to do and not implementation overhead. The disadvantage is that you do not have clear tracability (you xhould keep all exported packages on the server).

2. Using CMS - This uses the NWDI infrastructure to transport packages between environments. Only consider this option if you have NWDI in place in your environment otherwise in my opinion the overhead is too great. It only applies to Java Objects e.g. you cant transport for example ABAP Proxy classes using this methodology.

3. Use CTS+ or enhanced CTS - This allows Java Objects to be transported to by attaching Java Objects to transport requests. This is good if you are an ABAPer and familiar with the se09.se10 transactions. It does however have and implementation overhead and also you must first export the Objects from IR and ID first as per point 1.

Regards

Suraj

Edited by: S.R.Suraj on Sep 21, 2009 6:05 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Andrey,

Click on the tools -> export design objects in integration builder and then select objects or scenarios that you want to transport.

Give the file details to Basis resource and then import it once moved from basis in the target PI server.

Regards,

Pavan