You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @phurytw@aliuy@mkolt@jnonce@chlahav And team
We want to delete the Documents which is not have a partition key in Document DB collection, So far we find out the tool which is suitable in our requirement,So we created the store procedure (SP) using the bulkdelete.js (https://github.com/Azure/azure-cosmosdb-js-server/blob/master/samples/stored-procedures/bulkDelete.js) but its not working Its return the empty string value in the result,And we tried with C# application also here we are facing the "The requested operation exceeded maximum allocated time." We know the consmosdb execution time 5Sec is more than that it will through this exception for continution token , but continuation token value has true even though we are getting same issue,So could please help me out the issue to move forward on the solution.
The text was updated successfully, but these errors were encountered:
Hi @phurytw @aliuy @mkolt @jnonce @chlahav And team
We want to delete the Documents which is not have a partition key in Document DB collection, So far we find out the tool which is suitable in our requirement,So we created the store procedure (SP) using the bulkdelete.js (https://github.com/Azure/azure-cosmosdb-js-server/blob/master/samples/stored-procedures/bulkDelete.js) but its not working Its return the empty string value in the result,And we tried with C# application also here we are facing the "The requested operation exceeded maximum allocated time." We know the consmosdb execution time 5Sec is more than that it will through this exception for continution token , but continuation token value has true even though we are getting same issue,So could please help me out the issue to move forward on the solution.
The text was updated successfully, but these errors were encountered: