Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello Guyz,
Help me understand this,
maxProcessQueues = 128,What does the 128 refer to & how will this improve the Publishing?
Solutionsand toughts welcomed.
Sriram R
Hi Sriram,
TPropertywt.queue.max.processQueues Sets the maximum number of process queuesthat the queue service creates before throwingan exception. Is that what you are looking for?
regards,
Vaibhav
Thanks vaibhav.We implemented it & it did not help mch in improving Pub performance.
Hi Sriram,
Can you check what is the value of the following properties in <windchill_home>/codebase/wvs.properties file:
publish.cadtimeout.assembly
publish.cadtimeout.component
publish.cadtimeout.drawing
Also check the publishing logs approximately how many min dose a drawing, assembly and part take for publishing ? if you could attach the publishing log summary details for an assembly, a drawing and a part file (probably of the huge files) it would be great.
Thanks Vaibhav,
We have set the time out for part/drwn/Assemly as 600/3600/1800 secs.
On an average a job takes 9-12 sec to complete.
We were able to do some justice by enabling a new CAD Worker(total of 4 Workers).The pub is Ok now but still any tuning factors will be useful.