Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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:
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
Solved! Go to Solution.
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
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.
alternatively:
Chris,
Where is this db.properties so i can see what we have it set too and if I can change it.
Dennis
It is in the <Windchill_loadpoint>/db folder. Use xconfmanager to edit values in that file.
Dennis,
Were you able to use either my or Simon's suggestions to successfully remove these files from your workspace? Let us know if you still need any help with this.
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