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.
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”
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”
After that issue was resolved.
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
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
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
Hi Mofizur,
I've performed the above mentioned steps, but problem still persists.
Strange!!!
Thank you
Satish Kumar
Hi Satish,
Use direct link to open ESR and see
http://host:port/dir/start/index.jsp
Thanks,
Mofizur
Hi Mofizur,
I tried, but no luck.
Thank you
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