cancel
Showing results for 
Search instead for 
Did you mean: 

Message type inacative in Quality

Former Member
0 Kudos

Hi All,

We created a server proxy in DEV and moved it to quality(transport was successfull). When we tested in Q Environment the interface was not working. After analysis we found that the message type was not active(In SPROXY tcode - Message type not in Green Status) but data type and service interface type are active. Also we found that structure related to Message type is not available in quality. Can anyone tell us how to resolve this issue ? When Creating Proxy in Dev it just asked for one transport request at the beginning.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Kumar

Solution is at two levels

1. Both ECC and PI transports to Quality are completed.

2. There are no conflicts in PI transport and all dependent objects are a part of transport

Former Member
0 Kudos

Hi All.

Thanks. PI trasnports is fine. But the ECC transport failed with Return Code 8 and we found from the log that

Program ZCL_SI_LTHRESERVATION_REQ_IN_SCP, Include ZII_SI_LTHRESERVATION_REQ_IN_SIU: Syntax error in line 000008

Type 'ZMT_LTHRESERVATION_REQ_IN' is unknown

Program ZII_SI_LTHRESERVATION_REQ_IN_SIP, Include ZII_SI_LTHRESERVATION_REQ_IN_SIU: Syntax error in line 000008

Type 'ZMT_LTHRESERVATION_REQ_IN' is unknown.

Any Solutions ?

Thanks.

former_member184681
Active Contributor
0 Kudos

Looks more clear now. Most probably your class that implements the ABAP Proxy has not been transported (in ECC). Maybe it was assigned to a different TR than the executing report itself. Find that class and the TR that it is assigned to, and import it to your Q ECC system, then reimport the TR with the ZCL_SI_LTHRESERVATION_REQ_IN_SCP program.

Former Member
0 Kudos

Thanks. The Class method was stored in different transport request. When I transported this to Quality Iam getting this error:

Program ZCL_SI_LTHRESERVATION_REQ_IN_SCP, Include ZII_SI_LTHRESERVATION_REQ_IN_SIU: Syntax error in line 000008

Type 'ZMT_LTHRESERVATION_REQ_IN' is unknown.( This is an input parameter type for the class method ).

Dont know which sequence i need to transport now.

Thanks.

Edited by: kumar.sappi on Feb 6, 2012 1:49 PM

former_member184681
Active Contributor
0 Kudos

Unfortunately you will need to investigate the transport dependencies on your own, as it depends on the TR content. In the worst case (in case each TR is related to some others, so there is no TR to start the import with) just import all the TRs multiple times, until you finally get them all with return code 0.

Former Member
0 Kudos

Hi,

Create a new transport and edit the object ZMT_LTHRESERVATION_REQ_IN from SPROXY...change to edit mode and add and delete space at the description level this object will be added to the transport and also include all the objects of your earlier transport to new one and move this transport...

This will solve your problem...

HTH

Rajesh

Former Member
0 Kudos

Thanks you All, The problem is proxy and proxy method were captured in different request, Now i have deleted the proxy...created the new one and transported... now its working fine.

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Make sure that you have transported all objects for the scenario, for both PI system and ECC system, in the correct sequence (PI objects for proxy should be transported before ECC objects). Also make sure that the TR was imported with return code 0 - otherwise issues might have occurred while transporting.

Hope this helps,

Greg