I've create custom mashup, that will generate the part structure and its associated object(ex: drawing, design info).
I've different service and generate the info table data in the grid.
if suppose, I've 300 rows then it would generated the result, but if I've more 500 rows/record it would take long time to generate the result.
Minimum, it took more 5 minutes to generate the report/table.
need suggestion to optimize the performance issue. also need some suggestion how to minimize the running time, I've already update ScriptTimeOut value, still not fix the issue.
Solved! Go to Solution.
Hello,
Apart from that, in case you really need to get all of that data at once, I'm afraid the only working solution would be to implement it as a custom REST endpoint on the Windchill side. In the corresponding Java code you'd be able to craft a large complex QuerySpec, which would fetch that data in a single large SQL...
/ Constantine
Hello,
Apart from that, in case you really need to get all of that data at once, I'm afraid the only working solution would be to implement it as a custom REST endpoint on the Windchill side. In the corresponding Java code you'd be able to craft a large complex QuerySpec, which would fetch that data in a single large SQL...
/ Constantine
Hi @MA_10759583
I wanted to follow up with you on your post to see if your question has been answered.
If so, please mark the appropriate reply as the Accepted Solution for the benefit of other members who may have the same question.
Of course, if you have more to share on your issue, please let the Community know so that we can continue to support.
Thanks,
Abhi

