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)

Former Member
0 Kudos

I would have suggested a user authorization issue.

You can also extend the trace on the file adapter:

Traces are used to analyze runtime errors. By setting a specific trace level for specific locations, you can analyze the behavior of individual code segments at class and method level. This is done with the help of the log configurator service:

Log onto Java Admin Console

 Services

 Log Configurator

 Locations

 Choose the location: Root Location > com > sap > aii > File

 Set the severity to debug and choose Copy Severity to Subtree.

Run End to end.

Go Stop trace on admin console - open log file and check for errors.

See OSS Note 761921 for further information