cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy not Triggered on ECC

Former Member
0 Kudos

Hi Experts

I am working on a File to Proxy scenario, Messages are being sent to ECC after content conversion sucessfully however the Proxy (Method) is not getting triggered on ECC

Looks like all the messages are sitting in some queue on ECC ,

Can anyone please let me know how to triggere the messages that are being stuck on ECC and clear out them, to process sucessfully

Thanks

PR

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

This issue has been resolved, Problem was with the Excel file that is being used to upload the data into PI before content conversion.

Thanks

PR

Former Member
0 Kudos

Hi

You proxy has been triggered by PI and hence the error. The data being sent by you in not in the format as expected by Proxy, please enter the data in '000' format.

Regards

Monika

Former Member
0 Kudos

Hi PR ,

check SLDCHECK and SLDAPICUST

Shabarish_Nair
Active Contributor
0 Kudos

did you register the queues in ECC?

Goto SXMB_ADM-> Manage Queues, register and activate the queues and then try again

Former Member
0 Kudos

Hi,

Check out for entry in smqr transaction.

Thanks,

Krishna

Former Member
0 Kudos

Seems to be issue with Payload data.

Please check with inbound proxy code and debug the same.

---Divyesh

Former Member
0 Kudos

Check in SXMB_MONI at ECC end and also check SMQ1 for any struck messages

Regards

Seshagiri

Former Member
0 Kudos

When I checked the message which is schduled on ECC have the following error message

Please enter 8th, 9th and 10th digits between 000 and 999 in the format of '000'

anyone have the idea what the messahe is

rajasekhar_reddy14
Active Contributor
0 Kudos

Have you registered Queues in ECC,if not first register queue using SMQR/SXMB_ADM .mostly this could be the issue.

if still you getting an error then debug you inbound proxy with payload,

Regards,

Raj

maciej_jarecki
Contributor
0 Kudos

HI

it seems that this is bussines data/inbound proxy error.

First check ST22 than use SPROXY and test your inbound proxy in debug mode.

Kind Regards

Maciej

Former Member
0 Kudos

When I checked the message which is schduled on ECC have the following error message

Please enter 8th, 9th and 10th digits between 000 and 999 in the format of '000'

This must be data inconsistency while updating data in ECC system. There might be some validation defined on some field for which the system is expecting 000 to 999 value. Please check with your ABAP and Functional teams for which field the validation is defined and check your xml payload as well.

And also ask your ABAP team to debug with the payload generated in ECC system.

Also check your queues are registered in ECC or not. If not then register and check.

Regards,

Naushi

Former Member
0 Kudos

hi,

Seems like issue with the business data you are sending to ECC system.

Some of the field defined in proxy expect data in numeric form.

Kindly check output data with Proxy structure.

Or May be proxy function in ECC side expect data in some particular format. In this case contact SAP functional folks

Thanks

Jaideep