Skip to Content
Author's profile photo M. RAHAMAN

Transport using CTS option disabled in ESR

We had an issue today where “Transport using CTS” option was disabled in ESR.Under the option Tools -> Export Design Objects -> Transport Using File System is the only mode available but when I try in the Integration Directory for Configuration Objects Tools -> Export Configuration Objects -> Transport Using CTS mode is available.

     ScreenHunter_122.jpg

Below are the steps that I followed to fix the issue.

You can configure CTS for either repository objects or directory objects independently from each other.There are two parameters in the Exchange Profile which are mostly

responsible for this.

Goto below path to check and set those parameters

http://host:port/dir/start/index.jsp–>Administration–>Exchange Profile–>IntegrationBuilder–>IntegrationBuilder.Repository

1) com.sap.aii.ibrep.core.cts.enableClTransport

This property specifies whether the CTS-based transport should be offered within the change lists area.Set it as Boolean and set th evalue as “True”

     ScreenHunter_124.jpg

2) com.sap.aii.ibrep.core.cts.enableTransportWizard

This property specifies whether the CTS-based transport should be offered within the Transport Wizard area.Set it as Boolean and set th evalue as “True”

     ScreenHunter_125.jpg

After that issue was resolved.

    

Assigned Tags

      7 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Mothukuru Satish Kumar
      Mothukuru Satish Kumar

      Hi Rahman,

      good timing, I started discussion for the same issue. My issue still persists even after applying 1739340 note. JNLP file not getting updated with cts parameters. Any idea?

      thank you

      SAtish Kumar

      Author's profile photo M. RAHAMAN
      M. RAHAMAN
      Blog Post Author

      Hi Satish,

      There is also a property called com.sap.aii.ib.client.properties

      This property specifies which properties should be transported from server to client.

      Please check if the String com.sap.aii.ibrep.core.*, com.sap.aii.ibdir.core.* is part of the value of this property.

      Thanks,

      Mofizur

      Author's profile photo M. RAHAMAN
      M. RAHAMAN
      Blog Post Author

      Hi Satish,

      After setting the above parameter try to export.If still it does not work then may be below steps can help you (You have to set com.sap.aii.ib.client.properties first).

      cd <Path>:\usr\sap\<SID>\SYS\global\xi\repository_server\javaws/

      - Rename repository repository.old

      - restart the system

      - Lauch the ESR and this will create the new diretory and the applets will be downloaded automatically to that directory.

      - Now try to export

      Thanks,

      Mofizur

      Author's profile photo Mothukuru Satish Kumar
      Mothukuru Satish Kumar

      Hi Mofizur,

      I've performed the above mentioned steps, but problem still persists.

      Strange!!!

      Thank you

      Satish Kumar

      Author's profile photo M. RAHAMAN
      M. RAHAMAN
      Blog Post Author

      Hi Satish,

      Use direct link to open ESR and see

      http://host:port/dir/start/index.jsp

      Thanks,

      Mofizur

      Author's profile photo Mothukuru Satish Kumar
      Mothukuru Satish Kumar

      Hi Mofizur,

      I tried, but no luck.

      Thank you

      Satish Kumar

      Author's profile photo Mothukuru Satish Kumar
      Mothukuru Satish Kumar

      Thanks to SAP's Anuja,

      Maintaining com.sap.aii.ibrep.core.cts.* and com.sap.aii.ibdir.core.cts.* in exchange profile ib.client.properties solved the issue.

      - Satish Kumar