Data Report - Windchill
Mar 05, 2025
05:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 05, 2025
05:59 AM
Data Report - Windchill
Hi Guys,
Can we obtain the total data from Windchill using export to spreadsheet, but the problem is I have more than 5 lakh data.
Regards,
Aj
Solved! Go to Solution.
Labels:
- Labels:
-
Other
ACCEPTED SOLUTION
Accepted Solutions
Mar 05, 2025
10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 05, 2025
10:54 PM
I think below can help you:
- Depending on the memory allocated to Windchill you may decide to lower or raise this value
- Increase the value of com.ptc.jca.exportRowLimit
- Launch Windchill Shell and execute the command xconfmanager -s com.ptc.jca.exportRowLimit=*** -t codebase\wt.properties -p
- Restart Windchill
Notes:
- Be aware that a high value may cause memory shortage and MethodServer instability
- The new limit does not work for "XLS" and "XLS Report", because older Excel versions are limited to 65531 rows
- Use the XLSX export instead
PTC support Article for same: https://www.ptc.com/en/support/article/CS52471
Thank you,
Pravin S.
1 REPLY 1
Mar 05, 2025
10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 05, 2025
10:54 PM
I think below can help you:
- Depending on the memory allocated to Windchill you may decide to lower or raise this value
- Increase the value of com.ptc.jca.exportRowLimit
- Launch Windchill Shell and execute the command xconfmanager -s com.ptc.jca.exportRowLimit=*** -t codebase\wt.properties -p
- Restart Windchill
Notes:
- Be aware that a high value may cause memory shortage and MethodServer instability
- The new limit does not work for "XLS" and "XLS Report", because older Excel versions are limited to 65531 rows
- Use the XLSX export instead
PTC support Article for same: https://www.ptc.com/en/support/article/CS52471
Thank you,
Pravin S.
