Skip to main content
12-Amethyst
December 4, 2014
Solved

Removing files from workspace fails

  • December 4, 2014
  • 6 replies
  • 4602 views

To all,

I am doing some testing of Windchill and Creo3, and have a question I hope someone can answer for me.

I checked out into my workspace some files. I am looking to REMOVE them from the workspace, but it is giving me a failure. I only have 3684 objects in my workspace, but the message I am getting in the Conflict Manager window (from the Event Manager information) is this:

  • The returned query result has exceeded the query limit, and only 100,000 results returned

I am not sure why I am getting this, when I am only trying to remove approximately 3700 files.

Any help on this would be appreciated.

Dennis

Best answer by DennisRehmer

To all,

I was able to remove all files from my workspace in one attempt, only after we switched the embedded browser from IE8 to Chrome.

We added into our configs the following option:

windows_browser_type chromium_browser

Thanks for any suggestions that were submiited to my question.

Dennis

6 replies

13-Aquamarine
December 4, 2014

Windchill will be running multiple queries during the remove action. Without profiling the action, it's hard to say exactly what query Windchill is running that's returning so many entries. But, you're getting the error because the number of entries returned by some query is higher than the value of your wt.pom.queryLimit property, which is apparently set to 100,000. If you increase the value of this property in db.properties, it should allow the remove action to succeed.

1-Visitor
December 5, 2014

alternatively:

  1. remove the items in smaller chunks
  2. create a new workspace and delete the old one