Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

File adapter permission issue

I have a file adapter write operation. I am trying to write to a folder on which oracle user has read and write priveleges (from a putty session oracle user can create files in the folder) but owner of the folder is not oracle:

I get below error:

[2019-08-05T14:47:43.128+02:00] [soa_server2] [NOTIFICATION] [] [oracle.soa.adapter.file.inbound] [tid: DaemonWorkThread: '166' of WorkManager: 'default_Adapters'] [userId: <anonymous>] [ecid: def4d2de-e939-423f-b8c2-be0503ad1a9c-00c70d68,0:1262] [APP: soa-infra] [partition-name: DOMAIN] [tenant-name: GLOBAL] [composite_name: CheckOMCSMountFolder] [composite_version: 1.0] [service_name: fileService] Poller raising Alert for exception  : BINDING.JCA-11041[[

File/Directory is not writable.

File/Directory is not writable.

File : <Path> is not writable.

Please make sure that the inbound directory has write permissions.

But if the owner of the folder is changed to oracle, then file write operation is successful. Do file adapter require folder ownership for oracle user

Comments
Post Details
Added on Aug 7 2019
0 comments
336 views