cancel
Showing results for 
Search instead for 
Did you mean: 

Axis, response to file receiver

Former Member
0 Kudos

Axis, response to file receiver

We have an Axis receiver channel. We want to send the response message to a file destination, and use the provided example from the "fAQ for Axis Adapter" using the UnPivotHandler as the guide.

However, we run into an error. The audit log shows the following:

30.10.2012 23:38:19.196 Information Axis: continuing to response message 80b7063c-22e2-11e2-c1ac-0000028f53de

30.10.2012 23:38:19.197 Information MP: processing local module localejbs/AF_Adapters/axis/HandlerBean

30.10.2012 23:38:19.198 Information MP: processing local module localejbs/AF_Adapters/axis/HandlerBean

30.10.2012 23:38:19.198 Information Axis: invoking handler mc of java:com.sap.aii.axis.soap.MessageContextPropertiesHandler

30.10.2012 23:38:19.198 Information MP: processing local module localejbs/AF_Adapters/axis/HandlerBean

30.10.2012 23:38:19.199 Information Axis: invoking handler file of java:com.sap.aii.axis.transport.file.FileSender

30.10.2012 23:38:19.233 Error Axis: error in invocation: java.io.IOException: failed to rename ./temp/d92a9050-4347-f006-e100-00000a8c00f36615050845103192964.tmp to /import_cifs/sapdata/1001/TestDiv/d92a9050-4347-f006-e100-00000a8c00f3

30.10.2012 23:38:19.233 Error MP: exception caught with cause java.io.IOException: failed to rename ./temp/d92a9050-4347-f006-e100-00000a8c00f36615050845103192964.tmp to /import_cifs/sapdata/1001/TestDiv/d92a9050-4347-f006-e100-00000a8c00f3

30.10.2012 23:38:19.234 Error Adapter Framework caught exception: ; nested exception is: java.io.IOException: failed to rename ./temp/d92a9050-4347-f006-e100-00000a8c00f36615050845103192964.tmp to /import_cifs/sapdata/1001/TestDiv/d92a9050-4347-f006-e100-00000a8c00f3

30.10.2012 23:38:19.235 Error Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: failed to rename ./temp/d92a9050-4347-f006-e100-00000a8c00f36615050845103192964.tmp to /import_cifs/sapdata/1001/TestDiv/d92a9050-4347-f006-e100-00000a8c00f3.

Now, the obvious interpretation is that we have missing authorizations for the target folder, but we are certain that is not the issue (full authorizations for everyone set).

This is our processing seq. and module configuration:

Has anyone sucessfully implemented this scenario, any idea what could be wrong for us?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

We also need solution about this issue.

Thanks.

Yanbin.

Former Member
0 Kudos

hi

is this issue solved?

we are facing same error while connecting SAP KM server using receiver  SOAP File Axis channel.

Thanks

Harsha

iaki_vila
Active Contributor
0 Kudos

Hi,

You exception seems to be an authorization problem:

java.io.IOException: failed to rename ./temp/d92a9050-4347-f006-e100-00000a8c00f36615050845103192964.tmp to /import_cifs/sapdata/1001/TestDiv/d92a9050-4347-f006-e100-00000a8c00f3

Has the user [SID]adm permissions to write in the directory /import_cifs/sapdata/1001/TestDiv/ ?

Regards.

Former Member
0 Kudos

Hi,

Thanks. Yes, authorizations would be the obvious interpretation, but that shouldn't be it - I've set full authorizations for all users on the target folder (this is a windows share mounted to our UX PI system).

Best regards,

Sten Erik

Former Member
0 Kudos

Hi Sten,

I'm having the same issue!

Did you were able to figure out?

Thanks and regards,

Ricardo

Former Member
0 Kudos

Hi Ricardo,

No, not been able to figure it out yet. We're trying to look into the code of the Axis package now to see if we can figure out what is done. If no success, I'll probably create a message to SAP - good to know that we're not alone in having this issue. Will keep you updated.

Best regards,

Sten Erik

Former Member
0 Kudos

Hi All,

Is this is solved and what is the solution for this error.

Thanks

Sheetal

Former Member
0 Kudos


Hi Sten,

Were you been able to figure out the issue "Axis: error in invocation: java.io.IOException: failed to rename......................."

I'm facing the same issue, could you please help me.

I'm using File(Axis) protocol with SOAP adapter.