cancel
Showing results for 
Search instead for 
Did you mean: 

STMS distribution error - timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

Former Member
0 Kudos

Hello All

i am trying to confugreu STMS but i am facing this error when i am tryin to distribute the same,

-


System EC2 Command TMS_PM_DISTRIBUTE_PROFILE

Client 000 Service tp Profile Service

User TMSADM Start Online

Date 20.10.2009 Function TMS_PS_WRITE_PROFILE_TO_DISK

Time 17:36:23 Message SET_CODEPAGE_FAILED

description : Could not start transport control program tp

-


detail error is as below if i press on more information

-


Could not start transport control program tp

Message no. TP608 Diagnosis

There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.

Error code: 4

RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

Meaning of the error codes:

03 RFC system failure

04 RFC communication failure

System Response

The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).

-


some of the posts on forum suggested i should try from same domain i tried but in vain, then i updated the SAP kernel from 7.01 sp 14 to sp 55. but i am still facing the problem.

i created this system recently using system copy based upon export image of a system (ABAP stack ) but using ABAP+Java during export process (by mistake). then we tried to build system using import (ABAP stack only i know its weird but its up and running). I assume we should have builf export imgae using ABAP method but some how due to lack of time we proceeded this way.

The main problem i see is TP RFC . The output from prgram RSTPTEST is as below

everythign is fine except below entries

under RFC destination

EFC ping - timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456#Time out during connection setup (check that partner exists

under TP call

RFC link and Offline Call shws me the same error as RFC ping. and there is no output from tp version and DB connect.

Can anybody please help me on the same.

Mani

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi Mani,

You should not use ADA as your database is MSSQL.

Pls try the below acticvity.

If your OS is Windows then login with SIDADM and on command prompt run the following command

set DBMS_TYPE = MSS

After running the above command check the env using command

set

where you will get all the list of enviromnent , in that enviroment DBMS_TYPE should be present.

-


If your OS is unix then setnenv as below

setenv DBMS_TYPE = MSS

check the enviroment which you have set.

once it has been set pls stop you database and start it again.

after database has been started , pls run the command r3trans -d and the pls paste the latest logs of trans.log.

Thanks

Anil

Answers (5)

Answers (5)

Ambarish
Participant
0 Kudos

Check and set below profile parameters properly -

1) SAPTRANSHOST

2) DIR_TRANS

former_member227283
Active Contributor
0 Kudos

Hi Mani,

Pls check below link for you error

Thanks

Anil

Former Member
0 Kudos

thanks for quick reply, well i tried to setup that variable DBMS_TYPE = ADA with Administrator user but not using SAPService<SID> user. i added SEPService<SID> to Administrator group. but still i am getting the same error.

i also tried to change this to 'mss' as i have mssql as backend, but still getting the same error.

Mani

former_member227283
Active Contributor
0 Kudos

Hi Mani,

Try the below step for the error you are getting.

Also Let us know did you updated TP file or whole kernal of you system

Menu Overview --> systems

You will get new screen System Overview

1. Select you developement system

2. Goto Extra menu & click on Generate RFC Destination

3. Do above steps for all the system which is present in System Overview

Once you done the step all the system .

Again come to System Overview screen & do the below steps

1. Select you developement system

2. Goto Extra menu & click Reset User TMSADM

3. Do above steps for all the system which is present in System Overview

Note :- All the above step should be done in Client 000 of SAP TMS domain controller.

Once you completed the activity , Carry on your activity and let us know the status.

Thanks

Anil

Former Member
0 Kudos

Hello All,

thanks a lot for you reply, i want to clear some point here

- I have no other physical attached to the system, i created other system as virtual system.

- to Sunny - i allready went through that thread and upgraded my Kernel also accordign to thread but problem still persist.

- to Anil .. i did as u said but nothing changed after that.

here is the log from trans log file

-


4 ETW000 r3trans.exe version 6.14 (release 701 - 12.06.09 - 15:20:00).

4 ETW000 unicode enabled version

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time : 20.10.2009 - 17:37:33

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: r3trans.exe -d

4 ETW000 trace at level 2 opened for a given file pointer

4 ETW000 [dev trc ,00000] Tue Oct 20 17:37:37 2009 12584 0.012584

4 ETW000 [dev trc ,00000] db_con_init called 65 0.012649

4 ETW000 [dev trc ,00000] create_con (con_name=R/3) 401 0.013050

4 ETW000 [dbcon.c ,00000] *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library

4 ETW000 160 0.013210

2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."

-


i have dbms/type = mss in profile parameters

I am still getting the same error.

Mani

sunny_pahuja2
Active Contributor
0 Kudos

Hi Mani,

Check this [link|]

Thanks

Sunny

former_member185031
Active Contributor
0 Kudos

The rfc connection between source and target system could not be established. Create a rfc connection between two system and test that you are able to test the connection. Make sure the host entries are correct and you are able to ping both the system from each other

Regards,

Subhash