Check in failed because "ModelCHECK failed on model(s) in the context "
Default option when deleting
How can I insert a basic events in the dynamic gate FDEP (Functional Dependency Gate)?
Hello Guys,
I am building a dynamic fault tree, and I have some difficulty. Does anyone know how can I insert a basic events in the dynamic gate FDEP?
When I insert Logic Gate FDEP automatically opens the trigger, however I want to insert others 2 basic events that depend on the trigger.
I want to do this:
Anyone can help me please?!
is Windchill Quality Solutions 10.0 compatible with Windows 10?
I work with WQS 10.0 on Windows 7, and intend to move to Windows 10. Will it work as well?
Windchill log tool
Does anyone know of a good tool to view Windchill logs? I heard Apache Chainsaw would work, but do not see any documentation to support this.
Reassign task email
When you have a workflow assign a task, it generates an email to the assignee. If that person reassigns the task, there is no email generated for the new assignee. Is this something that can be done at the system level or with customization of the task widget?
We have a regulatory signoff as part of our change request process with a task assigned to the regulatory managers. In most cases, they will reassign the task to someone else in the corporation who is more knowledgeable in that specific area for the approval. We do not want to add all possible names to the list of who may approve the request, which is why the managers do the reassignment.
Windchill 10.0 m040
Branch in workflow based on check box
In our change request workflow, we have a question dealing with regulatory signoff required for the proposed change. In some cases this is not required and we have a check box on the initial form if checked it is required. After the form has been reviewed, it then splits into 4 paths, each with an 'and' so before the process can get to the next common task, all 4 groups must approve the request. We would like to skip the regulatory task IF the initial form box is not checked, not required. Is this possible at the task level or do I need to split the task flow into a yes/no decision and reroute the output to the proper task?
Windchill 10.0 m040
WinDu
Planning on a late year upgrade from PDMLink 10.0 m040 to PDMLink 11.0 m010.
When I go into WinDu. the only upgrade option is: Windchill 10.0 to 10.2 Pre-Upgrade Mandatory.
Is there a new WinDu that needs to be installed on top of 10.0 m040 that will perform the mandatory checks for a PDMLink 11.0 upgrade?
I have installed the following patches for WinDu/WinRu after I upgraded to m040:
IBA table and WTPart table relationship
Hi All,
IBA's for WTPart are stored in tables like StringDefinition, BooleanDefinition etc.
Then how do we relate these IBA's with WTPart table ?
Can you please let me know ?
Like if I have a demo as an IBA for WTPart and if I run a sql query like select * from stringdefinition I guess I can see that IBA name in that table.
Now for that IBA name which particular column in that table is related to WTPart table ?
so keeping stringdefinition table for IBA's and WTPart table beside which columns are related ?
Best Regards,
Aditya Achanta
ERP connector output interpretation, is it possible to reset BOM history?
How is it possible to find a document with the interpretation of ADDED, DELETED, CHANGED, UNCHANGED parts and BOMComponents?
How is possible to reset the BOM history?
How is possible to delete a bom (and related Parts) after sent it to distribution target?
如何实现不同视图之间显示的属性不一致,例如工艺路线这个IBA属性,在EBOM不显示但是在MBOM显示
如何实现不同视图之间显示的属性不一致,例如工艺路线这个IBA属性,在EBOM不显示但是在MBOM显示
Converting WT file as End Item WT
I have 60 top level assemblies and I created wt part for the same. Now I need all 60 wt part to be converted as End Items. Can I do this in Windchill or should I remove association of all wt, delete wt's, create End item wt and then associate it again with respective assemblies?
Where in Windchill mem model I do find back a representation added by publishing rule ?
Hi,
We have publishing rules active that will create dxf or step when needed during transit to Released. We can grab these files in windchill, but I wonder how are they stored in the api memory model ? I only get some jpegs and the pdf when asking for the contents of the SECONDARY role. Like with this code:
After creating a New Project from a Project Template (Having a Document Structure), Document Structure is not propagated in the newly created project.
After creating a New Project from a Project Template (Having a Document Structure), Document Structure is not propagated in the newly created project.
Step 1 - A project was created
Step 2 - A document structure was created in it
Step 3 - This Project was saved as a Project Template
Step 4 - A new project using the above template was created
The Document Structure did not propagate in the newly created project. However, all the documents were propagated individually
Windchill Data Model
Hi All,
Can anyone tell me where can I get some information or guide or some material about Windchill Data Model.
I had seen some cases in PTC for workflow or EPM Documents etc.
But if I need it on a whole. Can anyone suggest me some information on where to get some guide for Windchill Data Model.
Best Regards,
Aditya Achanta
Only the Primary Cost Sheet comes when a Product is moved
In our business, products are oftenmoved from Season to Season after Cost negotiations have started.
When a Product (with Source, Specification, BOM, Product Samples, Cost Sheets and What if Cost Sheets) is moved from one Seasonal Line Sheet to another, logically you would expect everything to be moved to the new seasonal Line Sheet. That is not so with the Cost Sheets; only the Primary Cost Sheet moves.
Why don't all Cost Sheets get moved to the new seasonal Line Sheet including What if's and others?
Thank you
How to bypass windchill services from Windows firewall settings?
If I Enable Windows Firewall on Windchill replication Server, There will be NO Handshake between Master server and Replication Server.
Is there a way to bypass the Windchill services through Windows Firewall recommended settings when it is Enabled?
Running CREO publisher on Different Server
We are running our Creo publisher on a separate server and have recently begun receiving the following error:
Failed to register Windchill server "publish2759967848149056590tmp" - -22
Working with PTC on this. Moved the publisher back to the Windchill server, but get occasional memory errors causing the Windchill server to restart. many thanks!
How to change group of queue say from Default to Default2
wt.util.WTRemoteException: Unable to invoke remote method;
Who can help me to solve this problem, my code is:
public class Test {
/**
* @param args
*/
public static void main(String[] args) throws Exception {
URL url= new URL("http://whichen-ws01.cisco.com/Windchill");
RemoteMethodServer rms=RemoteMethodServer.getInstance(url);
rms.setUserName("wcadmin");
rms.setPassword("wcadmin");
System.out.println("login succeed!");
Class argTypes[]={String.class, String.class, String.class, String.class};
Object argValues[]={
"Whichen_demo_name2",
"Whichen_demo_number2",
"Whichen_demo_file2",
"C:\temp\rule.xml"
};
//accessing the method of a utility class which is in windchill codebase directory
rms.invoke("createDoc", "com.cisco.whichen.DocManager", null, argTypes, argValues);
System.out.println("Succeeded!");
}
}
My local host file is:
127.0.0.1 localhost whichen-ws01.cisco.com # whichen-ws01
Looking forward to your kindly help.