cancel
Showing results for 
Search instead for 
Did you mean: 

CTSDEPLOY is returning error after 10 minutes (CTS+ with SOLMAN 7.1)

Former Member
0 Kudos

Hi community

We are facing some problems with our Transport system of non abap requests,

We have configured CTS+ in SOLMAN 7.1 for a java system NW 7.4, the problem is that some requests are too heavy and takes so much time deploy it through CTS+, in some ocassions Solman is returning next error after exactly 10 minutes:

however if the developer valid, changes are there I mean even with the error it seems the deploy is finished.

I'm not sure if exists a timeout parameter to control it or a way to improve the time to deploy.

could you help us with commentaries please?

best regards

Accepted Solutions (0)

Answers (5)

Answers (5)

abhijeet_singh2
Participant
0 Kudos

Adding to response form Jaskirat Singh, dynamically increase timeout parameter of HTTP / HTTPS service to 3600 sec for testing. (Transaction smicm).

Thanks

Abhijeet

Former Member
0 Kudos

Hi Alfredo,

Please go to CTSDEPLOY RFC (type G) in solman.  In special options select no timeout and save.

Regards,

Jaskirat Singh

former_member185239
Active Contributor
0 Kudos

Dear Alfredo,

You have to increase the ICM timeout parameter as per the sap note http://service.sap.com/sap/support/notes/824554

Also For the RFC CTSDEPLOY , set the no timeout option in Special option tab.

Also follow the sapnote suggested by Anand.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

thanks for the answers

Just one question

do we have to change parameters in profile of solman where CTS+ is configured or

do we have to change paramets in java application where transports are deployed?

best regards

Former Member
0 Kudos

Hello Alfred,

Please check following SAP notes:-

1139406 - CTS+: cx_ai_system_fault during import of orders

1837656 - Extractor Setup returns "CX_AI_SYSTEM_FAULT : SOAP:1.007 SRT: Unsupported xstream found: (...

Usually bigger transports require more time to get processes.

so i believe you might have to consider increasing timeout parameters as suggested in above notes.

Regards

Anand

former_member188883
Active Contributor
0 Kudos

Hi Alfredo,

Please check the following

1) SM59 : CTSDEPLOY RFC is working fine

2) SICF: CTS+ Browser web service is active

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak

1) SM59 : CTSDEPLOY RFC is working fine

and

2) SICF: CTS+ Browser web service is active



in fact the problem is just with heavy transports other request that are more light are deployed witout problems


just  heavy transports are crarshing after 10 minutes



best regards

Former Member
0 Kudos

Hi Alfredo,

Are you seeing any logs under dev_icm file also do check your

http timeout parameter, you may want to change it ti keep the http process alive while importing heavy TR.

Below is the parameter for reference.

icm/server_port_0 = PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600


Let us know the details.


Regards,

Ram