The error is "Client 'CLIENTNAME' can only be used from host
'CLIENTNAME'"
Your client is protected against access from another host.
(cf. 'p4 help client':
Host: If set, restricts access to the named host.
If unset, access is allowed from any host.
)
I can think of 2 solutions:
- either remove this Host field from your client definition,
- or use the "p4 -H CLIENTNAME opened" command. You can get the client name
with
the %client% construct in the trigger invocation.
Hope this helps,
Amaury Forgeot d'Arc.