tar : permission denied

Hi,
when I launch :
tar cf - *|rsh ${HOST} -l user "cd /u02/db/appl;tar xf -"
I have this error message when execute tar :
tar: admin/out/appsutil/appsutil/template/addbprf.sh: Permission denied
I want to know if the permission on source file is wrong or on destination we (tar) have(s) not permission to write.
Many thanks.