Windchill
Recently active
Hi All I have a customization that displays the structure of a selected part with the columns being thier attributes in a JSP. All the columns are editable with textboxes in each row. I have a find and replace function in that page that allows me to replace text in mass. But I'm unable to do it as beyond a particular row count, when I try to find a text using document.getElementById it returns null. I tried the solution https://www.ptc.com/en/support/article/CS132804 which disables redrawing rows but still no luck. I'm able to do it only when I scroll through the entire table and load all the rows manually. Is there any workaround or is there any script that would load all rows of a table.
Hello everyone,I am currently trying to filter the extraction to only extract objects of an specific Organization. For that i tried to do a filtered extraction. The Filter most likely doesn't work as it is right now,but i didnt even get to test it.I tried executing following command: windchill com.ptc.windchill.migration.wbm.wc2wc.extractor.filter.WindchillFilteredExtractor -u wcadmin -p wcadmin -dmy Windchill version is 12.0.2.8Here are the logfiles: [2023-Nov.-15 15:32:58,255] [main] INFO client.ExtractProperties - Developement environment. Using unencrypted password [2023-Nov.-15 15:32:59,566] [main] INFO wbmutil.CommonConnectionPool - MinStagingPoolSize: 1 MaxStagingPoolSize: 5 MinWindchillPoolSize: 1 MaxWindchillPoolSize: 5 [2023-Nov.-15 15:32:59,570] [main] INFO wbmutil.CommonConnectionPool - 1 Connections to be Initialized. Starting....... [2023-Nov.-15 15:33:01,794] [main] INFO wbmutil.CommonConnectionPool - Populating the connections pool of windchill [2023-Nov
I was doing some cleanup and moving objects from a product area to a library. I noticed that the older iterations still show in the iteration history as being part of the original context. Is this normal? any reason for concern? I would assume that a moved would move the object and its history to the new context. I did choose to move All versions which was the default.
Hi community! I can send a task to more than one person, as in the image below.But I need to make a distribution within the group to determine who will perform these tasks.For this reason, how can I assign a task to more than one person with the 'accept task' button?
Initially posted in this topic Hi @HelesicPetr , I want to print different statements in different logger. Can you please help me here?For example, I want different loggers purpose wise. Please refer to the below section. private static final Logger LOGGER = LogManager.getLogger(LoggerExample.class ); private static final Logger LOGGER_PRE = LogManager.getLogger("LoggerExample_Pre"); private static final Logger LOGGER_SUMMARY = LogManager.getLogger("LoggerExample_Summary"); private static final Logger LOGGER_POST = LogManager.getLogger("LoggerExample_Post"); private static final Logger LOGGER_ERROR = LogManager.getLogger("LoggerExample_Error");
Hi community!I want to get the values of some attributes from the users from the task.When I define an attribute to the activity, I do this by selecting the required option, but when I do this, it wants to get that value as mandatory.How can I make attributes mandatory in task?
Hello Everyone, We have folder domains created in each product to provide access to respective groups in phase wise.We change the folder domain as and when product is matured.We have this 100+ products and each product has folder domains with ACLS(basically all products has same ACL s for folder domains).I am trying to remove this folder domains at product level and use shared team to control ACLS,I am able to assign shared Team ACLs to Product,but the domains created under shared team is not getting populated in the product,it seems folder domains is restricted to thier respective context!!Does anyone know how to use folder domains created at org level to all container(similar to how we use ACLS created at ORG and use them in context level).thoughts?? Thank you
I am using Windchill MPMLink Release 12.0 and Datecode with CPS 12.0.0.0Hello,I tried to get Parts by inserting the folllowing filter : Mane eq ('test') and Version eq ('00') but the response retrieve the following error message{"error": {"code": "PROPERTY_NAME_NOT_SEARCHABLE","message": "Version non è un attributo ricercabile"}}Could you help me to solve, please?ThanksMicheleHere are the errors that I faced{"error": {"code": "PROPERTY_NAME_NOT_SEARCHABLE","message": "Version non è un attributo ricercabile"}}
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS20AP modifies the DB connected to the new import. Once BackgroundMethodServer and BackgroundMethodServerWVS are turned on, a large number of insert/delete actions will be performed on the DB, causing the oracle archive log to explode abnormally.
What I'm about to ask I know is not possible, but I'm wondering if others have found an elegant work around. We are collaborating with a partner in a Project. The files are Solidworks, and checked out from PDM. Occasionally, our partner needs to look at previous iterations or revisions of parts while we also maintain the current version of the object. It's my understanding that multiple iterations or revisions cannot be shared to a Project, as Project are more of a sandbox and not meant to have versioning and history like PDM. Outside of creating multiple Projects and sharing older versions of objects, or creating accounts and granting access to our PDM via VPN, I 'm out of ideas in terms of how to get them the history they need. To me, this seems a bit out of the realm of the intent of Projects, but I wasn't sure if anyone has encountered a similar challenge.
Hi All, Kindly help as its been 2-3 days I am not able to connect to Windchill. I am continuously getting the below error :- Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I have cleared browser cache multiple times. Also read method server logs and fixed the INDX filegroup space issue.
In Windchill Rest Services Product Management>getPartStructureI used $expand = Components($expand=Part,PartUse;$levels=max) API , It executed for 4 mins. To reduce execution time, i want to provide 3 field names in $select query. Kindly refer the attached JSON document to form the query to fetch the field 'PartNumber, ComXXXEngineeringSequences, ItemTypeComXXXIndustriesItemType'. I able to fetch two fields using query $expand = Components($expand=PartUse($select=ComXXXEngineeringSequences)) But when I tried to fetch ItemTypeComXXXIndustriesItemType using query $expand= Components($expand=Part($select=ItemTypeComPolarisindPolarisIndustriesItemType);$levels=max)It throwed error [ - The property 'ItemTypeComXXXItemType', used in a query expression, is not defined in type 'Part'.] Kindly check the attached file and let me know how to fetch 'PartNumber, ComXXXEngineeringSequences, ItemTypeComXXXIndustriesItemType' together.
Hello report GurusDoes anybody know how to construct a QML report that will show all "collected" members of a managed collection?This report https://support.ptc.com/appserver/cs/view/case_solution.jsp?n=CS174665&lang=en retrieves items initially added to a collection, but it does not retrieve all the other items which are gathered according to the collection configuration. This could be the difference between a single end item or all the parts in a configuration of that product.Is the full collection calculated on demand? or persisted? If the latter, perhaps this is a stretch too far for a QML report.Best RegardsDarren
How can I generate report for CAD to Part structure comparison with sql or any other query ? I know which tables are involved like PartUsesOccurrence, EPMBuildHistory, EPMDocument and EPMDocumentMaster, WTPart, WTPart Master but do not know how they are linked together
Hello, I need to convert a real number attribute to a string attribute rounded with 3 decimal places. Example: 2.0000000000000E-2, on attribute "UNDERSIZE1"Should be displayed on a new attribute with a value of: 0.002 How can I do this? I cannot make this change on Creo, I need to make it on Windchill, maybe using a calculated attribute with a formula? Thanks!
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.9We use configurable products to created variant part numbers, also creating a variant specification. When releasing the variant part we would like to release the variant specification as well. What is the best practice / idea how to release a variant specification together with the variant part(s)? I tried to find a solution using a collector, but this seems not to be possible. Looking for a efficient way of working
There is a multi level BOM CAD report in Windchill. The requirement is that we need to add a new column for "Parent Part Number" I need your input, Please provide me support
We are not able to sent <subscription mail> for 3000+ users at a time. Can someone please help here?
Hi all, I want to fetch data from flex plm to my Thingworx and then after fetching the data I want to make them in a report format like I want to apply analytics on those data's (and the data here is huge) for an example I have many rows and columns of data(that is in json format) and I want to fetch it then in mashup I want to show them in a format like I want to some filter criteria on those data and also percentage criteria like how many number of data are active or in active like that so for that what should my approach like fetching all the data from flex then storing it in thingworx database and then apllied different analytics on it or directly fetching it and showing it to the mashup but in this case how can we apply analytics on the data? Thanks and Regards, Rayon
Initially posted as a new reply, here: Hi, Could you help me to solve ESI 902 error cause task get stuck for ECN in WF
Hello everyone! There are 2 machines:1) windchill server2) worker serverWindchill version: 12.0.2.8 Creo View Adapter: 10.0 I'm trying to start worker, but always get the problem "Problem creating directory <directory_path>. Do not have write access" I've tried 2 ways: ftp and windows shared folder, no one of them works properly and responses the same porblem There is no any access restriction to this folder, so I use like "All users = Full Control".Moreover I can without any problem connect from windchill machine to worker machine and manually create/delete files in this folder using Explorer to do this with Shared Folder and using cmd to do it with ftp. Maybe someone has already fixed it? If you need more information please let met know Here's log from Worker test: 2023-11-16 11:57:25: Starting worker test2023-11-16 11:57:25: Added request to INVENTOR queue2023-11-16 11:57:26: Test job for Worker: <HOST_NAME>-INVENTOR:12023-11-16 11:57:26: Processing
Hi everybody,I need this from change management;The change notixw is generated in the "open" state and the members role can do this. However, I want only the person who created the created "change notice" to be able to edit it in the design state.However, I cannot add the creator role to any role.Have you encountered anything like this before? Did you need it?How can I solve this without changing my product structure?How can I actively use the Owner role? Let me repeat my request;Anyone can create but I want only the creator to be editable.
Hi Community,I have loaded windchill demo data using loader command and now I need to understand whether we have mBOM in Windchill server or not. How we can differentiate between different BOM structures available in the Windchill Server from the UI? I went through some PTC articles and also youtube video where I found that we can have option of Electrical or Mechanical before starting Part Name, number etc. How I can enable that?Attaching ss for reference. Thanks,Sid
I am using Windchill ProjectLink Release 11.0 and Datecode with CPS M030-CPS16Is there a way to make the worker work when sending a project link to PDM?If not, is there a way to import the data from the content tab created from the existing project link into the PDM?
How to take report in windchill 'compare cad doc to part'
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.