possible to trigger rematerialization via pipeline of study w/o actual reload? | jeckels | 2010-06-21 18:07 |
Status: Closed | ||
Hi Ben, Sorry for the delay. There's not a convenient way to do this for all the datasets. There's a JavaScript API for this, LABKEY.Query.validateQuery(), but it operates on a single query (or dataset, in this case) at a time, so you'd run into similar timeout issues as the UI does. You could increase the timeout, but you'd tie up a browser window waiting for them to all finish. You might also be able to do a study import on a study archive that contains no datasets. I'm not sure this would work, but it may leave your existing datasets and their data untouched, and then go on to perform the usual validation on all the datasets and other queries. Thanks, Josh |
||