cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDM RC codes - MDS, MDIS, MDSS logs

Former Member
0 Kudos

# Where could i find the list of RC codes of MDS, MDIS, MDSS.

# I could see RC codes written out in MDSS logs for error conditions. but not in MDS, MDIS logs. Do MDS, MDIS logs throw out RC codes for error condition?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Subin,

To me RC codes mean Return Codes.A successful command returns zero and unsuccessful returns non-zero.

I think they are numeric values returned based parameters like -

->Success

->Failure

->Type of Command

For instance have a look at this link -

http://help.sap.com/javadocs/MDM/SP06P2/com/sap/mdm/util/RC.html

This will tell you about RC values in events like record checkin,archive repository etc.

Thanks,

Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

not true... RC codes for any error happening in MDM system including dbms. for eg. if a remote system setting for a syndication map, it will throw a corresponding RC code. this will help support people to look into specific problems.

Former Member
0 Kudos

Hi Subin,

I don't think these RC codes are generated by some error in MDM functionality.

I believe that these codes are generated by the underlying RDBMS whenever there is any failure or something. Same is captured by MDM logs and is displayed in the reports while performing some actions manually.(for example, connection to database failed when connecting through Console)

So i am not sure if there is some list which will give you the error codes generated in relation to SAP MDM tool. Please let me know in case of any other doubts.

Thanks and Regards,

Ankush Bhardwaj