Re: client authentication and password-less SOAP requests
Hi,I'm sorry but i haven't found a solution jet. To be honest, i haven't tried too much though. My goal was to start investigating the connection possibilities (both SOAP and connection libs) and...
View ArticleRe: Using presence of comments to determine workflow execution.
Hi Anuradha,There was an issue with the link you had posted (could have been on my end), but it was going to another discussion within PTC Community. I have updated the link.Best,Toby
View ArticleRe: Update IBA without Checking-Out the Object
Mahesh,As per CS24562, it is against the Windchill business rules to update an IBA of a WTDocument (or any Workable object) without creating a new iteration of it. We cannot guarantee the integrity of...
View ArticleRe: Export and Import Of ACL's
It's kind of a clunky workaround since we don't have any loaders to export ACLs at present, but if you export the context (product) as a template you can select to export Access Control Rules. You can...
View ArticleRe: Add Attribute to CAD Documents
Are you sure that you have attribute mapping set up correctly? As long as the mapping is set up and the parameter exists in the Creo start part, it should populate the Windchill IBA upon upload of the...
View ArticleRe: Copying family tables along with drawing and assembly. "Save a copy"
Diane, are you able to successfully use the Workspace Save As functionality instead?
View ArticleMass Change State for previous Versions/Iteration?
Hi Everyone,Wondering if anyone has dealt with this already.We have thousands of CAD objects that have previous versions and iterations at a state that should be changed. We don’t want to change the...
View ArticleRe: Relationship Explorer
HI Ryan, I am checking with Product Management regarding your questions. I will let you know what I find out. Thanks, Lori
View ArticleAny way to keep a template/start part library synced to client workspace...
We have a library to store all cad standard parts like formats, templates, symbols, etc. We have some users who work offline while traveling. I discovered that if they create a workspace, add all the...
View ArticleMPMLink; who is using it and how
We are in the process of evaluating and planning a MPMLink implementation on Windchill 10.2. We are an in-house engineering and manufacturing company with about 150 production employees. We plan on...
View ArticleRe: Windchill Report - tables cannot be merged.
I'm assuming that he is working with Query Builder reports (Site, Util, Repor Mgr UI).I don't (yes) know anything at all about Windchill Quality Solutions but the concepts should carry over from other...
View ArticleRe: How do I get Setup Participants in PDMLink 10 to act like it did in 9.
The article in your response has nothing to do with my question.
View ArticleRe: "CAD part is not unique"
From creo parametric , launch Internet explorer and select tools(workspace) - import to workspace - select all the model-ok.
View ArticleRemote method server exception
Hi! I want to set state for the WTDocument by java code through rms like this:RemoteMethodServer rms = RemoteMethodServer.getDefault(); rms.setUserName("***");...
View ArticleRe: "CAD part is not unique"
Try this:1. Clear your workspace2. Open your model from local drive3. Press "Save and upnload" (in Creo). It will upload your model to the workspace.4. Press "Check in" (in Creo).
View ArticleRe: Remote method server exception
You need to do this way. RemoteMethodServer rms = RemoteMethodServer.getDefault(); rms.setUserName("***"); rms.setPassword("***");rms.invoke("yourMethodName",...
View ArticleRe: Remote method server exception
The class you call with rms.invoke() needs to extend StandardManager and implement RemoteAccess, Serializable. I guess LifeCycleServerHelper does not satisfy that criteria and cannot be called like...
View ArticleRe: Remote method server exception
Vino, I have changed the method to the LifeCycleHelper.service.setLifeCycleState(wtd,st) and now it's working fine. Please correct me. If I want to use your sample, so I should have my custom class...
View Article