How to set a custom attribute on New Part Instance Wizard in Windchill PDMLin
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS202229
How to set a custom attribute on New Part Instance Wizard in Windchill PDMLin
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS202229
For CAD Documents European letters with accents, umlauts, and trémas are also not supported.
The option publish.service.documents.options is only for WTDocuments.
I did exactly that. There is no problem getting the custom attribute there and adding information into it at creation. After creation there is no way to edit it, that is the problem.
You can use the role based domain policy in your product context.
I haven't done it. But perhaps you can have a look in the class
com.ptc.netmarkets.product.NmProductCommands
Method:
saveProductAsInternalTemplate
The way we have handled this situation is to have a role(s) on the team for the external team members. In our case, there are two, Customer and Supplier. We give them limited access to one folder each, a Customer folder and a Supplier folder.
Process:
-marc
CAD / PLM Systems Manager
TriMark Corporation, New Hampton, Iowa
By default all context roles assigned to the group "Team members" and have all permissions.
You must delete permissions for the "Team members" and make the separated permissions for the customers and for the suppliers by policy administration utility.
The suppliers can have permissions only for specific state of your lifecycle.
For example:
Hallo zusammen,
habe folgende Frage an Euch, bzw. schildere ich kurz meinen Wunsch. Mich würde ineressieren ob und wie das möglich ist.
In ein C: Projekt das mit MS Visual Studio erstellt wird liegt eine SQL Datenbank mit Baugruppen und Teilenummern.
Diese Teilenummern kann ich auch in dem Creo View 3.0 auswählen und als 3D Modell anzeigen lassen.
Jetzt wäre meine Wunsch in dem Visual Studio ein View`er Fesnter zu haben wo ich zu der Teilenummer gleich das 3D Modell sehe. Aber eben nur eine Fenster und nicht den ganzen Crea View.
Also einen Export von PTC -> Creo View -> nach Visual Studio
Läßt sich das machen?
Wenn ja was wird benötigt und wie geht das ?
Jetzt schon mal 1000Dank für die Mühe mit zu helfen.
Gruß
Hi,
I want to rehost a production platform from my customer to my company but my customer uses an Active directory. He agrees to give me an LDIF export from Active Directory to import it in my company Active Directory.
Is it possible in the rehost utility (v3.0) to make this update ?
thx
Romain
First a big thank you for the replies! These communities are just great.
Marc, let me get this right.
What are the details in Policy Admin regarding product context folders? You have deleted everything related to Participants “All” and “Team Members” (as Sergey suggests regarding the EPM docs and Parts which makes sense and we have in place already) regarding object type “SubFolder” and manage folders entirely via “Manage Security”?
This could be laborious with several folders, but the idea I read somewhere that you create folder domains in Policy Admin sounds possibly worse.
Also, do you ever need to manage situations where supplier A should not see the same content as supplier B? This would mean separate roles, separate folders..
Hi Bjorn,
Thanks for the Tip
I will look into this method.
Regards,
Ganesh.
If you want to make only the testing server then you can turn off the enterprise adapter in the property - wt.federation.org.directory Services, otherwise its must be reconfigured.
I usually do not use the rehost utility. )
Hello Don,
Is any way to arrange Radio buttons values in a single line,
as above "Black Anoddize" is present in first line and "Other" is shown in next line.
is it possible to show both radio buttons in a single line only.
Regards,
Vivek
Actually, all the work is done in the Project on the ProjectLink side of Windchill. (See screenshot.)
This way the external team members can only see what has been shared to the folder they have access.
For Supplier A and Supplier B access being different, you would have to have separate roles and folders. Or separate Projects. Having separate projects might be easier to administer, because once you had the roles and folder and security set up and working, you could use that as a template for the additional projects and just put different people in those roles.
-marc
A workaround I found somewhere on this site (I can't find it now to add a link) is to export the parent object from my workspace, remove the parts with the goofed up references, then import the parent object back into my workspace, leaving behind the parts with the goofy references. Some other stuff got messed up when I did this, and it took about the same amount of time to repair the assembly as it would to find and redefine the feature.
Update: I found the workaround https://www.ptcusercommunity.com/thread/6614
I have been testing a system with PDMLink 11.0 M010, and I applied CPS4 awhile ago because I had read the FAQ about CPS which states "Customers are strongly encouraged to schedule regular CPS updates...". Applying CPS4 has left me unable to update to 11.0 M020.
While attempting to update to M020, I finally found the installer log file in the system %TEMP% folder, and the installer log notes that only M010 installations up to CPS3 are compatible for update to M020. Surely, this must be a mistake, I thought. Oh, no, it's not.
I went and downloaded the latest Supported Upgrade Paths document from 11/29/2016, and sure enough, M010 CPS4 and CPS5 are not supported for update to M020. Furthermore, I see that there are A LOT of dead ends in the supported upgrade paths. If you've been patching a 10.2 M030 system with the latest CPS, you're probably in trouble without an old backup to which you can revert.
The Release Notes for the CPS and the Update Existing Installation Guide make no mention of this dead end potential. Only the Supported Upgrade Path document gives any indication as far as I can tell.
How can PTC strongly encourage customers to apply CPS regularly and not immediately follow that up with a strong encouragement to take and indefinitely preserve a backup of the system to guard against potential update/upgrade dead ends?
Brian,
Great post. Did you ever get the CAD Worker Publishing working? We are testing double authentication using crypto cards and Shibboleth. Did you manage to get the CAD Worker to run? Did you get Creo 3.0 to use a basic authentication and how?
Thanks.
Robert.
Hi All,
Has anyone integrated Solidcam with Windchill WWGM?
Hi.
I'm working with Windchill 10.2. I need to register my custom scheduled job.
Customization guide says;
Then add the following to your wvs.properties.xconf file (edit as needed):
<Property default="MyCustomJob" name="myJob.description"/>
<Property default="ext.wvs.CustomJobs" name=" myJob.class"/>
<Property default="myCustomJob" name=" myJob.method"/>
<Property default="true" name=" myJob.enableOnContainers"/>
<Property default="myJob" name="schedulejobs<N>"/>
But "wvs.properties.xconf" mentioned above says:
WARNING: Do not modify this file after it has been installed. Use xconfmanager to set, reset, or undefine properties for your installation
But customization giude says:
xconfmanager is a command-line utility that is used to add, remove, and modify the propertiesin the Windchillproperty files.
And nonthing about managing *.xconf files.
So, i don't understand what should i do to register my scheduled job.
Can anyboby explain and provide me best way full example?
Thanks.