Skip to Content
0
Jun 23, 2020 at 10:20 AM

com.sap.cloud.sdk.quality.FileWritingODataQueryListener ERROR on SCP?

30563 Views Last edit Jun 23, 2020 at 10:21 AM 2 rev

Hi experts,

I created java application odata get call and when running the following code on local server(tomcat 8),

a file is created called /s4hana_pipeline/reports/service_audits/odata-audit_XXXXXXXX.log.

List<BSEG> bseg = service.getAllBSEG().filter(BSEG.BELNR.eq("XXXXXX")).execute(destination2);

But, after I deployed java on SCP,

although java application is successfully run, there was an error that cannot be created above file.

May be there is no access to write file on SCP, but actually I don't want to create the log file that have been generated from above code.

Is there a way not to create the log file or can someone know why that log file is created?

Best Regards,

Shine Zaw

Attachments

questions.png (343.8 kB)