cancel
Showing results for 
Search instead for 
Did you mean: 

SMQ2 Error in ECC 6.0

former_member192238
Participant
0 Kudos

Hello Experts,

My Interface JDBC -->PROXY messages are succesfull in PI .In inbound queue of ECC 6.0,with status text "ThiSend:bad tm type /connection closed (no data)".

I came to know the message scheduled due to function

module sxms_async_exec

and raising an exception as ThiSend:bad tm type/

connection closed (no data).

This problem is happening only some times .Please throw some light on the issue .

Any help is highly appreciated.

Regards

Praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had a similar issue in the past. This was due to the incomming data into ECC, and can be resolved by Debbuging the active call.

Please use the following steps to debug an active session.

1. Assuming you have a Service user making calls from PI to ECC. Convert this user to a System user.

2. Set up External break-points in ECC for the service user.

3. Push the errored message again from PI to ECC

This would open up a debugging window for the active session. Once done, you would be able to trap the error.

Once this error is trapped, catch the exception and generate an error log, do not throw out an exception to end processing.

Hope this helps.

Regards,

Abhishek

Former Member
0 Kudos

Refer this thread