cancel
Showing results for 
Search instead for 
Did you mean: 

You have no read or write authorization for file (CVD1)

0 Kudos
416

Hello,

I'm facing the following issue. Via transaction CG54, I started a sds export. Then I switch to transaction CVD1 and get the following error:

2021-03-30-09-29-56-window.png

The sap system is build on a linux system. For the directy I assigend the chmod 777.

2021-03-30-09-09-36-window.png

Any idea what is missing?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hey,

the problem is solved via "2199435 - C13Z_TEXT_WRITE is giving a RAISE NO_PERMISSION error":

To resolve the NO_PERMISSION error, change the data format of logical file EHS_EXP_DOKX_DOCUMENTS to define that just the directory has to be checked for the DOKX export but not a real file.

In order to do this proceed as follows:

Call transaction FILE:

  1. Confirm the popup which informs you that the table is cross-client.
  2. Double-click in the left navigation area on 'Logical File Name Definition, Cross-Client'.
  3. Mark logical file EHS_EXP_DOKX_DOCUMENTS and click 'details'.
  4. Enter DIR in field 'data format'.
  5. Save your changes and leave transaction.

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

not 100% sure but story is like:

an user is acting which start the process (in CG54) and an additional user is used for the background part (as the export procss is normally handled by a "job user" (CVD1 part)

To make it short:

During the generation of the files the "access" of the acting user is checked on "hardware level" that means: does the user have read/write access to the folder to which the files should be exported

And the user acting does not gave these access rights (according to error log) so the process stopped.

PLease get in touch with your SAP Basis people to help you to grant the access rights to the users in scope

The "export process" is discussed as such very often here (with a quite huge list of different hurdles which the people acting have detected)

C.B.

PS: here only a very small list of threads discussing the topic; you will find much more here

https://answers.sap.com/questions/11215096/ehs-report-export-from-cg54-to-be-automated.html

https://answers.sap.com/questions/10040763/error-when-trying-to-export-report-shipping-order-.html

https://answers.sap.com/questions/470991/ehs---import-specificationsphrasesreportsetc---err.html

https://answers.sap.com/questions/10406947/export-of-documents-form-sap-ehs-management.html

https://answers.sap.com/questions/6602728/wwi-reports-not-progressing-to-complete-in-export-.html

Potentially: take a look here: https://blogs.sap.com/2016/04/10/ehs-classic-report-distribution/