Paul Millar
Paul Millar
Nope, setting this does NOT trigger (or require) the server to make an HTTP-TPC transfer. You can set this header on any request (GET / PUT / DELETE / ...)...
Hi @airnandez , The behaviour you see is a consequence of how HTTP-TPC is implemented in dCache. If an HTTP-TPC request is made using X.509 to authenticate to dCache then...
The `10027` code is a generic `ThirdPartyTransferFailedCacheException`. The exception's message might reveal more information on what is going wrong with the transfers. This should be logged in billing and possibly...
Just to add some info here. What's happening is that pool-manager was asked to identify a pool from which the transfer would be possible, and it failed to do so....
Hi Onno, Yes, you have touched upon a genuine limitation of multimap. The original idea of multimap was quite simple: just to add extra information. The intended semantics are something...
I was thinking along somewhat similar lines. However, I would trying to avoid adding support for such processing-instruction like arguments (like `quit` or `exit`). I'm trying to keep multimap "declarative"...
I agree with you: the error message should include the hostname/ip-address in the error message. If it helps, this is (likely) a proxied upload (HTTP PUT) request where the door...
Just a quick update. I've decided to restructure the data, so the list of items are now a field (a slot) within some new class, with this new class being...
Hi @cmungall > I see, if I understand "ID1" and "ID2" are keys decided at runtime rather than slots. If I've understood your comment correctly, then I think the answer...
Hi @sneakers-the-rat , I'm new to LinkML, so it's entirely possible I'm missing something. That said, I tried to implement a model, trying to follow your comments. Here is the...