cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter Mode Append problem to overwrite an existing file

Former Member
0 Kudos

Dear expert,

I have a problem with mode append in my file adapter.

Abap proxy --> to File.

My file adapter is a receiver and configured in append mode.

The first file was created with success,but for the following messages pi cannot overwrite the same file.

Error message:

/20/09 5:56:30 PM 4a8cffcc-be7e-00f6-e100-80000aff0212 Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Target file '/XXXf/XXX/XXX/XXX/DT_XXX_00000' already exists and must not be overwritten

8/20/09 5:56:30 PM 4a8cffcc-be7e-00f6-e100-80000aff0212 Target file ''/XXXf/XXX/XXX/XXX/DT_XXX_00000' already exists and must not be overwritten

8/20/09 5:56:30 PM 4a8cffcc-be7e-00f6-e100-80000aff0212 Message processing started

8/20/09 2:40:04 PM 4a8ce430-be7e-00f6-e100-80000aff0212 Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Target file ''/XXXf/XXX/XXX/XXX/DT_XXX_00000' already exists and must not be overwritten

Thanks by advance,

Edited by: Nor Goudjil on Aug 21, 2009 4:21 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nor,

Probably the folder migh not have sufficeint privileges to change the file. Can you ask your basis guys to give full permissions on that folder for the PI OS users and then give a try else append should be very straight forward.

Regards,

---Satish

Former Member
0 Kudos

hi,

thanks, but, I've already check the permission about the file and directory and all seems to be OK (permission 777)

OS is AIX 6.1

Former Member
0 Kudos

Hi

Just for information, my issue was solved.

The permssion about "umask" was too much restrictive

NG