cancel
Showing results for 
Search instead for 
Did you mean: 

Physical file for server layer error in SMP server

vivek_gaurav
Participant
0 Kudos

Hi All,

I created one kapsel based UI5 app in SMP.

It is working fine. whenever any server specific error come ,we can see in SMP cockpit -> LOG for respective application.

But same thing i am not getting as physical file in log folder in SMP folder on server.

Any idea ,where or how we can get it in physical drive, without downloading it manually from cockpit.

Thanks

Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

vivek_gaurav
Participant
0 Kudos

Thanks everyone,

I am able to connect DB through JAVA and able to fetch data from DB

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Vivek,

In management cockpit, there are two different options

1. Log and Trace 😆 are not stored in File system level, stored in database (depends what you had selected while SMP installation), you can look for database table like: SMP_SERVER_LOGS, SMP_CLIENT_LOGS etc.

2. Log Files : By default, there are 12+1 log files (each of 20 MB,default size), you can find it under C:\SAP\MobilePlatform3\Server\log

Hope it helps.

Regards,

JK

vivek_gaurav
Participant
0 Kudos

Thank you very much..

I followed the link :-

https://blogs.sap.com/2014/01/10/how-to-open-the-smp3-developer-edition-internal-database-apache-der...

and able to connect SMP DB.

I got table "SMP_SERVER_LOG" with all information but message part is in "clob".

Can you advise how to read that message from program.

Regards

Vivek

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello vivek gaurav

I would suggest you to contact SAP support

https://launchpad.support.sap.com/

(check also "Expert chat" option)

Regards

JK