cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to handle UDS GET DATA FAIL errors in MII?

Former Member
0 Kudos
252

One of UDS MII transaction is throwing the error as "UDS get data failed" . The values that we passing to the transactions via scheduled package are

STARTDATE :  2013-06-28T01:00:01.277(High)  2013-06-28T02:00:00.530(Low)

SITE: US

SYSTEMNAME: Lab

MEASURENAME: 0010

PLANT: 6700

Usually we get this error when the Time frame is high in the package but in this case it just 1 hour .So that possibility is ruled out.Even the data server is up and running. The query Template is also returning the result.But I still dont understand why this error is creeping up.

This is error XML

<?xml version="1.0" encoding="UTF-8" ?>

- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

- <soap:Body>

- <Response xmlns=http://www.new.com/Cmm>

<RequestGuid>CA7B335E-9732-4A3C-B205-A15619E0A394</RequestGuid>

<StatusCode>30</StatusCode>

<StatusDesc>Request Handler: Request Processing Error: UDS : Failed - CUDS : Get Data Failed - : UDS : Failed - CUDS : Get Data Failed

  </StatusDesc>

- <Errors>

<Error />

  </Errors>

  </Response>

  </soap:Body>

  </soap:Envelope>

Any specific pointers on how this error can be addressed so that we get the response from the source system which is a native payload and data gets transformed in B2MML sturcture.

Screen shot of the error from where we are getting this error in the transaction.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Did you check the logs?

If no, you can either check the logs from NetWeaver's log viewer (MII 12.0 and above) to check if there is any issue at MII level . Or you can check the logs in UDS . To configure the same, follow SAP xMII UDS Administration .

The logs might give you pointers as to why the transaction is failing.