cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP adapter issue

Former Member
0 Kudos

Hi experts,

my requirement is proxy to SOAP where as the data is coming as pdf attachement from the proxy and we need to send it to the portal. I am using SOAP rcv channel with File(Axis) as message protocol. While testing i am getting the below error

"Message processing failed. Cause: java.io.IOException: failed to rename ./temp/ABC4e4bba1d-518e-010a-e100-80000adca024.pdf1982676117699348547.tmp to /sites/Shared Documents/ABC4e4bba1d-518e-010a-e100-80000adca024.pdf". Please help me in resolving this issue.

Thanks in advance.

--- Naresh

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

One possible reason for this error is file permission ... not allowing PI to rename the file... Elaborate more after doing this...

Former Member
0 Kudos

Yes.. when i tried manually also, i could upload/download file successfully but couldn't rename the existing one. is there any other way that i can place the file with default name without letting the adapter to create file name??

--Naresh

naveen_chichili
Active Contributor
0 Kudos

Naresh,

Rather than looking for that you can give full permissions so that PI would be able to rename the file right?

Regards,

Naveen

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Better option is giving full permission

say like chmod 777 filename