Forum Discussion
sstrell
Super Contributor
3 years agoNo, it looks like you are using the master service path for both close_service and claim_service. A claim path is usually created like this in a script after you've created the service path (mpath in this case):
set claim_path [claim_service master $mpath {} {}]
So then close_service can simply be:
close_service master $claim_path