Hi all,
we just migrated from tamino 4.2.1 to 4.4.1. We are usinge the new TaminoAPI.dll.
In our application we used the propertie Timeout to set a longer tiemeout for long running requests. We are now getting an exception when we set this propertie to an other value than 0 with the new version. Is this a known issue? Is there a workaround?
It is possible to have multiple TaminoCommand objects for one TaminoConnection. This means that you could have a dedicated query TaminoCommand object with the timeout applied.
Sorry, I’m nut sure if I understand well.
Even I have multiple TaminoCommands how can I increase the timeout for one if the TaminoCommand.Timeout is not working?
The Timeout should work for any TaminoCommand that results in a HTTP POST request. This should be true for Query, Insert and Update operations. It is only not working for those commands that do not produce a HTTP POST (e.g. Retrieve or Delete).