Code for renaming EPMDoc Number and Filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Code for renaming EPMDoc Number and Filename
Can anyone share java code for renaming EPMDoc Number and Filename?
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I found the answer. Characters for filename must be lower case.See PTC article CS110903.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the help, Randy.Hard to believe whatIwas looking for was in the PTC KB. The renaming works in WC, but I am having a problem opening the renamedCADDocs in Pro/E.It downloads to the workspace butgives me the error "<name>cannot be retrieved" in the Pro/E message area. It seems like it's stilllooking for the old name somewhere. I thought I remembered seeing something related to this subject when I was searching through the forum but can't find it now. Anyone know how to fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It does a more comprehensive comparison and picks up renames whereas a Workspace Refresh does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I found the answer. Characters for filename must be lower case.See PTC article CS110903.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Were you looking for Java code? I have an external script that can rename from a text file input. I use it for mass renames.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the reply Antonio. Since I posted this a few years ago I wrote some code that renames given an input file. I posted it here: https://community.ptc.com/t5/Windchill-Blog/Windchill-Custom-Utility-Examples-Updated/ba-p/483122
