Good acl for remote depot software

This is the situation
On hpux2.domain.com i have set a depot source,copying various
depots on /var/spool/sw
I can install from hpux2,but i want to do a remote access
to other hosts,i have tried this

swacl -l global_product_template -M host:hpux3.domain.com:crw-t
swacl -l depot -M host:hpux3.domain.com:crw-t

but doesn't work.
Give me this error when i try to install a depot or a software(java80 for example)
" Security on the remote system has denied access."

The problem is happening again
Network is checked and i can resolve hostnames
i can register depot
but when i try to install for example NTP
give me those errors

[root@hpux4 /]# swjob -a log hpux4-0448 @ hpux4:/
=======  05/25/15 01:05:09 METDST  BEGIN install AGENT SESSION
         (pid=7815) (jobid=hpux4-0448)

       * Agent session started for user "root@hpux4". (pid=7815)

       * Beginning Analysis Phase.
       * Source:           hpux3.domain.com:/var/spool/sw
       * Target:           hpux4:/
       * Target logfile:   hpux4:/var/adm/sw/swagent.log
       * Reading source for product information.
       * Reading source for file information.
ERROR:   Could not access remote file "INFO" in software item
         "NTP,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP:/".  Security on
         the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-ENG-A-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-JPN-E-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-JPN-S-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INETSVCS2-BOOT,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-AUX,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-ENG-A-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-JPN-E-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-JPN-S-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-RUN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA:/".
         Security on the remote system has denied access.
ERROR:   The catalog files for product "NTP,r=C.4.2.6.6.0" failed to
         load.  Check the above output for details.
       * Executing preDSA command.
NOTE:    Could not install the bundle "HPUX-NTP,r=C.4.2.6.6.0" because
         none  of its filesets could be installed.
NOTE:    All filesets in the product "NTP,r=C.4.2.6.6.0" will be
         excluded because there was an error in this product.

       * Summary of Analysis Phase:
ERROR:       Exclude       NTP.INET-ENG-A-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INET-JPN-E-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INET-JPN-S-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INETSVCS2-BOOT,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-AUX,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-ENG-A-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-JPN-E-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-JPN-S-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-RUN,r=C.4.2.6.6.0
ERROR:   9 of 9 filesets had Errors.
ERROR:   The Analysis Phase had errors.  See the above output for
         details.

I have set the acl in the depot server with those lines

for i in product host root depot...etc ;do swacl -M user:root@hpux4:a 
for i in product host root depot...etc ;do swacl -M host:hpux4:a 

Suggestion?