cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7 Sender File Adapter

dhagigeorgiou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello everyone,

We have installed PI 7. We have a very simple file2file scenario.

Unfortunaltely we have a few issues.

The sender file adapter reports that it is unable to archive or delete. When it retries

to put message back in send queue a unique constratint vialotaion is reported (db is Oracle).

Has anyone outhere experienced similar problems with pi 7 (SP 22)?

I am trying to figure out if this is a BASIS issue or a developer issue.

Can it be user authorization on delete or archive?

Thanks,

Dimitris

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Looks like a authorization issue to me.

Make sure that the user SYSID+"ADM" has a 777 authorization on the folder. For both Archive , the file is deleted from the source folder and copied to the archive folder and this issue looks like one because the user does not have the corresponding authorizations on the folder

Regards

Bhavesh

dhagigeorgiou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thank you,

Would this be OS user or XI user?

Dimitris

Former Member
0 Kudos

Hi,

This would be the user specified on your communication channel.

Kind regards

Colin.

bhavesh_kantilal
Active Contributor
0 Kudos

If NFS, then OS user.On Unix the user is , SYSID"ADM" and on Windows it is "SAPService"SYSID

If FTP, then the FTP user id .

Regards

Bhavesh

dhagigeorgiou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks,

Our OS is windows.

User SAPService+SYSID has an administrator profile.

So he should be authorised to do everything.

We are still getting an error.

Dimitris

bhavesh_kantilal
Active Contributor
0 Kudos

Not sure if admin profile works or not. Just make sure that this user has the Read / Write an Execute / All Permissions on the folder from which you are trying to delete the file.

Have faced this same issue on windows and manually adding this user to the correspodning folder's authorizations it worked fine.

Regards

Bhavesh