Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi all, We installaled CPS26 on our Dev VM's which also have the customization we use deployed in order to test our customization against the CPS26. At the moment we are faced to an error that says: The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit. This happens while trying to create a document and seems to be caused by the createDocumentSetTypeAndAttributesWizStep.jsp in which we modified the value of a variable from true to false. Have you seen this type of error before? We already contacted PTC and they offered the solution from the following case: https://www.ptc.com/en/support/article?n=CS174031 but without any success. Thanks.
Hi I'm trying to create a multiple workflow for a team, where one user will select which teams are going to participate in it. (Blocks) Based on selection each workflow tasks in the block will start to execute. Once all the activities of the selected blocks is completed the next activity should execute. Is there any method of achieving this? I've also explained with the help of an image.
Dear All, we have tried several times to import our product database into FRACAS via the EXCEL import tool. It is a quite complex data structure (several subparts belong to several parts, several of those parts belong to different assemblies, several assembiles belong to next higher assemblies....) and is relativly big (270000 items). Importing with the EXCEL import wizards fails most of the time towards the end....which is quite frustrating because to import all data takes almost a week.... 😞 Hence my question: is it possible to go back to the root and import the data directly into the SQL Windchill DB? I've tried to add a single part via insert into the admin.system database (which is itself already difficult to figure out the correct project, because I haven't found a relationship between SETID (which represents the Project and the actual Project Name), and I am not sure how the RECORD Number is actually createdd (the number seems not to be sequenced and has simularit
I've been trying to incorporate attributes that exist in Windchill into Excel with limited success. One such attribute is 'modified by' I can see this in Windchill but cannot see it when I attempt to use the field in Excel. I have been informed by the support team that this should be mapped in the msoimap.xml file. Again I have attempted to do this but the updated section in the msoimap fails to drive anything new into excel. I have even attempted to drive in a second attribute which I can already see under a different msname in the map file. The other issue I have is that although 'Modified By' is the display name it cant be the attribute as it has a space in it. Any help on this would be great.
I have table on wizard page.I have a requirement to color code table row values or change the background color of the row.How to color code(probably the background color of the table row cells) the table row based on one of the column cell value?
Hi all! Can someone please give me an example of a java expression code can be used to grant specific permission on specific object on specific life cycle state?For example, grant "Modify" permission on EPM Document on specific state where that user/role does not have Modify permission.
So I built a notification loop in the promotion request workflow to daily remind the assigned individual that they have an open task. Can anyone offer suggestions on how to retrieve the active task name and corresponding hyperlink so I can include them in the email robot's message text? The email template for tasks already includes this information but the email template the robot uses is different and does not include this information since it's not tied to a particular task. How do I retrieve that information? Thanks. - Email message for green boxes should be very similar, if not identical.
Hello, In my company's ECR and ECN workflow for the CRB and CIB reviews I have added four people to it. Right now i have it set to where each person has to choose an option before it moves on in the workflow. The only problem is if three out of the four people say approve it moves on in the workflow. Is there someway or somewhere that I can change that function so that everyone has to choose an option and they all have to approve it otherwise it goes back to be clarified amended etc.
Hello PTC CommunityI am building a custom WWGM11 package and will be pushed out to all users in the domain.I need to know how to add server location in wgmclient.ini file so that it will automatically register when user open WWGM.Thanks,Donny
Hello, I created a SOAP WS with attachment parameter following this article: http://support.ptc.com/help/windchill/whc/whc_en/index.html#page/Windchill_Help_Center%2FIEUG_WSFUseSOAPAttach.html%23 In the client side I passed a DataHandler object. But, when I read the DataSource in the WS task , it's always null. Who have idea how to fix such issue? Is there a full sample for created SOAP WS with attachment? Thank you.
Hello my company uses Solidworks with Windchill and Creo View. When I open a Solidworks drawing in Creo View it publishes it as a .pdf and when I try to do a markup it doesn't allow me to use the markup tab. Does anyone know of a way that I can fix this or use the markup tab with the Solidworks drawings?
I am trying to create a change activity object using java api and im getting the following error when i run it, this error is occuring at FolderHelper.assignLocation(changeTask, folder_path_in_windchill); wt.folder.FolderException:A cabinet member must be assigned to a cabinet, not a subfolder. Cabinet member: "(Default task) Modify affected objects". Subfolder: "(Default task) Modify affected objects=. at wt.folder.FolderHelper.assignLocations(FolderHelper.java:838) at wt.folder.FolderHelper.assignLocation(FolderHelper.java:142)
Is there a way I am able to create a template for an ECN which allows me to assign users and reviewers to a change task in the template? Right now i am able to create the change tasks but it oenst allow me to assign anyone to that task.
When I go to initiate workflow process on the ECR workflow on the first task (Submit Change Request) when I try to complete it a java.lang.NullPointerException error pops up. How do I fix this to allow me to get through the rest of the workflow?
Hello, Someone at my company has gone in and modified the out of the box workflow templates instead of doing a save as. Now the ECR workflow specifically is messed up. Is there somewhere that I can get the out of the box workflow templates to import back into out Windchill database?
i created an epm document through java api, and i want to assign a family table status to it, i want it to be a generic type. I used this " .setFamilyTableStatus() " method but its giving an error saying "Family Table Validations Failed".
Hi, I was successfully able to create a wtpart and epm document using java api. Now i want to know how to create a link between them.
Stumped on this one. It maybe a CSS issue or something in the TableBuilder. I have created custom tables which look great but the last column seems to scroll off page forever. Something is controlling that to where I cannot shrink last column to fit on page and wrap. I have two system, one where it works and other where it was causing me problems. This is what I want. Columns can be expanded by user. This is what I get where last column goes off right forever and I cannot drag back. I do not even get corner menu to change wrapping. Since columns are huge, it does not wrap correctly and gets cut off on printout. I suspect this is a CSS setting or something in the table builder. Any ideas?
I am trying to create a change notice through api, and now i want to link a change request to it, and also other related objects.
Hi, Is there a way to open Word directly when downloading a file .wcdti please ? Thanks & regards, Camille
Hi All, I am trying to display the WTPart Icon as per certain criteria, for example, OOTB WTPart Icon will display if the Lifecyle state of that object is in In-Work, but when it get changed to released state, i want to change the display icon as well, now i want to show green color icon for that released object. Kindly share your thoughts. Regards, Vivek
Hi. I need to make some changes to WfAssignedActivity. The code runs from a separate thread (SessionThread) that starts in "Start" transition of activity. I get exception "wt.pom.ObjectNotPersistentException: Object "wt.workflow.work.WfAssignedActivity:39876147" is not a persistent" when i try to save changes with PersistenceHelper.manager.save() method. If i try to PersistenceHelper.manager.refresh so i get exception "Cannot restore Wf Assigned Activity because it no longer exists." But if i suspend my thread for example for 2 minutes with Thread.sleep() method, after that PersistenceHelper.manager.save works fine (and PersistenceHelper.manager.refresh as well). So how can i check that assigned activity is available for PersistenceHelper.manager methods?
Hello,We are working on a web service to upload files (PDFs) to Windchill. Depending on some information it should go to a specific folder or another. 1) For our tests we took as base the example given under 'prog_examples' called 'Attachments'. In upload.xml (this file uses the webject "Add-ContentItems") one can modify the destination of the file, by default is STAGING_AREA but we would like to change it to point to a specific folder. I was reading about the "WHERE" and "TYPE", but we did not manage to specify a folder that way, we get all kind of issues. Could anyone be so kind as to give us an example on how we could specify the destination folder using that file?One problem we are currently having is that Windchill reports there is more than one Part with the same number and name, which is obviously not right. I don't know how to fetch the first ([0]) returned item only. 2) For the next step, we would need more complex evaluation to decide the destination folder. Is it
Hi All, I have got a query on Windchill Versioning schemes and whenever we revise an object we are having an issue w.r.t version. So can you please let me know how to get it resolved. I have got an entry in OIR as <AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.server.impl.VersionInfoGenerator"> <Arg>wt.series.HarvardSeries.CustomSeries</Arg> </AttrValue> And within the State Based Versioning the series name is <series name="StateBased"> <seed name="NUMERIC"> <value>1</value> .. <value>99</value> </seed> <seed name="MILSTD"> <value>-</value> <value>A</value> .. <value>Y</value> <value>AA</value> .. <value>AY</value> </seed> </series> Whenever we create an object it is getting created as A.1. However if we revise it is going as AA.1 instead of B.1 ? Can you please let me know where w
Hi All, What is Build process mechanism and how it is used for Customization deployment purpose? also if we used this build process, the build name will be displayed when we enter Windchill version command, so its easy to know the system configuration/customization. Any help in this regards is really appreciated. Regards, Vivek
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.