Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I am using Windchill PDMLink Release 11.0
I have some BOM Reports that timeout based on the length of time to return the result set. The implementation follows the Multi Level Bom Report pattern but the aggregation of structure is quite large to process given the http response setting.
Is there a design pattern for running report in background with the table builder implementation / bean construction?
Here are the errors that I faced
Exceeds http response timeout and get a Proxy error
You might be seeing this issue.
I have seen timeout issues related to other pages like part import. Anything that takes an extreme amount of time to return data can timeout. I believe this fix is an Apache setting.
Have you tried smaller BOMS or limiting the levels it traverses? How large is the BOM you are trying to export?