I have a question about the download of the Paradata, we are using the download Apis to get the Paradata, currently the zip file takes between 10 and 15 minutes to generate and has a weight of 140 MB.
When the generation is finished and we get the response in the program we use (a C# application) to store the zip in a folder, the response says that it is in a canceled or WaitingForActivation state and the result is Not yet computed.
{Id = 1856, Status = WaitingForActivation, Method = “{null}”, Result = “{Not yet computed}”
So I would like to know if this is due to the file taking so long to generate or because of its weight or something else.
It is worth mentioning that we validate the status of the response once the generation has finished, that is, it is in a completed state.
What do you mean under this? Are you talking about [“Survey Solutions .NET API Client”?
I mean that the application we use to consume the APIs is developed in C#, but we don’t use the Survey Solutions library defined in the link.
Are you able to download Paradata file via the card on the screenshot?
Yes, we are able to download the file directly from the server by pressing the button.
@mabelvg , I have not found string literals “WaitingForActivation” or “Not yet computed” in the Survey Solutions code. Which version are you using?
You wrote that “the application we use to consume the APIs is developed in C#, but we don’t use the Survey Solutions library defined in the link.” This tells me that this message result is generated somewhere within your application code, of which we have no idea. Interestingly, googling for this yields this page, which mentions identical response and some hints on what could be the possible reason: