cancel
Showing results for 
Search instead for 
Did you mean: 

What is *.cpp file in the assertion log?

Former Member
0 Kudos

Hello,

I can always find some *.cpp file appear in assertion logs. What are they about? Will it affect operations?

In assertion log of MDSS:

3544 2010/02/20 18:13:20.333 Assertion failed. m_socketGoneBad

File name: ..\..\..\GenericLibs\ADT\SocketFile.cppLine number: 90

In assertoin log of MDS:

4864 2010/02/18 20:35:20.267 Assertion failed. langPos < m_nullObjectIds.GetSize()

File name: ..\..\..\MDM\Servers\MDS\DataMgmt\CatMgrTable.cppLine number: 6038

5052 2010/02/19 10:28:58.261 Assertion failed. langPos < m_nullObjectIds.GetSize()

File name: ..\..\..\MDM\Servers\MDS\DataMgmt\CatMgrTable.cppLine number: 6038

5868 2010/02/20 18:14:06.771 Assertion failed. langPos < m_nullObjectIds.GetSize()

File name: ..\..\..\MDM\Servers\MDS\DataMgmt\CatMgrTable.cppLine number: 6038

Thank you

Best regards,

Dale

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

cpp file format is associated with C+. I guess SAP MDM is a C+ application so writing the logs in files with extension cpp.

Hope this helps.

Prabhakar