Recently active
I see couple of discussions in PTC forums about this feature, It will be extremely helpful to users to have this basic feature on a Document Management system like PTC RV&S. Is it included in Windchill RV&S 12.4 release? Thanks in advance!
Hello community, In the custom menu , i want to use the environment variable %JAVA_HOME% may also to be use lax.nl.env.path variable. Could you please tell me How to call that from the "Customize User Button" windows? Windchill RV&S 12.3.1 Any tips well be very welcome Regards Zeiad
Hello All, With the onset of the Windchill RV&S 13.0 release, the product is moving to Java 11 with TLS v1.3 This means the compatibility of clients from older releases that were based on Java 8 TLS v1.2 cannot be guaranteed to work with Windchill RV&S 13.0 When you plan the upgrade to Windchill RV&S 13.0 you must consider upgrading the various components of your deployment to match the server release. Since this topic relates to the specifics of your deployments, for any further clarifications on this topic, please drop an email to – kaoak@ptc.com with subject <Customer Name> Upgrade from <Source Server version> - Windchill RV&S 13.0 Thanks Kartik
As per this thread - similar problem Hi Could you please help, I need to export excel via cmd in PTC using im exportissues documentID. But when I tried I could only export a single row. Thanks in advance
Hi, I'm searching an im-command to export all objects (concerns, documents, etc. ) of an Integrity-Project from Workflow&Documents.Any comments ?BR Stephan
Hi Community, Hope everyone is doing well. Does anyone of you has some experience related with enabling Generic SAML2.0 on Windchill RV&S? The use case is to connect Windchill RV&S with PingFederate and then PingFederate with Microsoft Azure. Here our Windchill RV&S is considered as Service Provider, PingFederate is CAS (Central Auth Server) and Microsoft Azure as Identity Provider. If anyone of you has enabled this at your side (practically not theoretically :P) let me know please. I have some questions and doubts around and it can really be helpful for me.Looking forward to get some positive response.Vielen Dank / Many Thanks,Kapil Jain
Gandhavalla Informatics Pvt Ltd WEBridge can INTEGRATES PTC Windchill And SAP ECC6 SAP Business One Oracle Application R11/R12 INFOR AX MS Dynamics AX And other ERP too.. Contact GAIN Sreeni gainsreeni@gainformatics.com Mob: +91 890 400 4246
Hello, I have a similar question. How can i call a .vbs or .ps1 script from the javascript thats triggered in RVS? I tried to use this [ var objShell = new ActiveXObject("wscript.shell"); ] but it throws error stating ActiveXObject not defined. is there any other way i can call powershell scripts using triggered javascripts? is there any java package that i can directly use? Thanks
Hello, We have started the evaluation of Windchill RV&S a few months ago, but we are stuck with an issue we met, so I come here to get some advices. Here is the background : We have a set of documents that belong to the same project.They are versioned individually after some evolutions.Finally, we create some baselines that gather some of these versioned documents.The point is that we would like to list which nodes from these documents have changed between two baselines.By "have changed", I mean "the values of some defined fields are not the same in the considered baselines". We know it is possible to compare each document side by side to see the differences in their items for the selected baselines but it is not global and not usable as a list. Here is a short example : let's consider only two documents DA and DB.DA contains nodes : NA1 to NAxDB contains nodes : NB1 to NByDocument DA is updated and a new version is created : 1.0Document DB is updated too and a
Hello,somebody might be able to tell me how to address a block. This is a problem for example with the symbol style or also with scripts. Which Model Item Type do I have to choose to color a Block and a Block Property.
"Strikethrough a Requirements Text as per status change" can this functionality possible in PTC Integrity ? If I change the state of Requirement to Rejected/Deleted then the Text of requirement should change to Strikethrough . Example RQ, State=Open Text=ABCD Then,, RQ, State=Rejected Text=ABCD
Would like to invoke/call from a Integrity Server Java script a powershell script. The process would take an email address from inside an Integrity Java script and call out to a powershell script The powershell would extract user log in id from Active Directory based upon their email address that was passed in to it. The powershell would pass back the user log in id to the calling Integrity java script. Similar to how getUserBean( ) lookupbean instead using email address would be a great option
Hi,i want to get the email address from a user inside a trigger script using the Integrity API. I've used mksapiviewer --iplocal im users --fields=email USERNAME to check if there is an output at all and it returned a response including a work item containing the field "Value" where the address is stored. I've triedvar eb = bsf.lookupBean("siEnvironmentBean");var apibean = eb.createAPISessionBean();var command = new Packages.com.mks.api.Command("im", "users");command.addOption(new Packages.com.mks.api.Option("fields", "email");command.addSelection(USERNAME);var response = apibean.executeCmd(command);var workitems = response.getWorkItems();while(workitems.hasNext()){ var thisItem = workitems.next(); var val = thisItem.getField("Value");}Somewhere has to be a mistake since i get a NoSuchElementException: ValueDoes somebody have an idea where the problem is??Thanks!
Can 2 linked doors module(source) export as a reqif file and import into PTC as a new Input and Req Document which create trace(destination) Source DOORS --> Doors Module which link each other which export in Reqif file Destination Integrity --> Import Reqif file in PTC Integrity which have same traceability (ex. decomposed to/decompose from)
Dear all, we like to reserve one or more licenses for a specific subnet or a couple of computers. We tried to add an option file to the mks daemon but it seems not to be parsed. Our license looks like this now: # Do not change the following three lines#_PTC_CUSTOMER_NUMBER: xxx#_PTC_INSTALL_SITE_NUMBER: xxx#_PTC_CONTRACT_NUMBERS: xxxSERVER xxx xxxVENDOR MKSDEAMON MKS "C:\Program Files\FlexNet Publisher License Server Manager" "C:\Program Files\FlexNet Publisher License Server Manager\licenses\MKS\user_options.txt" and in the user_options.txt file we put: RESERVE 1 MKSIntegrityManager-Float INTERNET 192.168.20.*RESERVE 1 MKSIntegrityServer INTERNET 192.168.20.*RESERVE 1 MKSIntegrityServer-DBBackend INTERNET 192.168.20.*RESERVE 1 MKSSourceIntegrity-Float INTERNET 192.168.20.* But it's not working. Does the MKS daemon support FlexLM option files in general? Thanks in advance and kind Regards, Ulf.
I want to know the exact usage of Item type "Task" & "Change Order" ? Most of the fields are similar in task and change order types. Thanks in advance.
When modeling behaviors in activity diagrams, it often happens that the lowest level elements, opaque actions, are later identified to be a bit more complicated than expected, and therefore better described as the usage of another activity, i.e. as Call Behavior Actions (CBA). Remodeling by deleting the opaque action and creating a CBA is cumbersome, therefore I've created a script-based solution for it. Please read the attached Word document, which describes both installation and use, for further information. The ZIP contains two the component sharing files for the import into a model, one just the script and one with the script and an example.
I’m pleased to say that Windchill Modeler 9.4 has been released – links and resources below: Key Highlights Reviewer usability enhancements Diagram filtering Digital Product Traceability – SSO with Windchill RV&S Digital Product Traceability – OSLC link editing Lifecyle states and versions for packages Action Language toolkit Security improvements Resources Presentation and Demonstration (YouTube) Release Notes Help Centre What’s New Download Windchill Modeler 9.4
Windchill Modeler 9.4.1.0 Maintenance Release is now available PTC has just released Windchill Modeler 9.4.1.0. It is available for download. For what is included with this release please review the associated documentation. PTC recommends you keep your software up to date so that you have the latest features, fixes and to ensure optimum security. If you have any questions please contact Technical Support.
Hello, is there any best practise available how to store & retrieve artefifacts from a build inside PTC-SI using Conan Is there any plugin / support from PTC available for this ? BR, Kai
What Does this Mean? With the end of Standard Support – applicable products will no longer be available for new patches, SPR fixes or R&D support when troubleshooting cases. PTC products are in the Standard Support period starting from the first Customer ship date (FCS). Standard Support refers to the period during which active GOLD or GOLDplus Customers can submit Technical Support cases, have access to Software Performance Report (“SPR”) fixes via maintenance releases, have access to critical patch sets and have access to new versions of PTC software for the products for which they are entitled to Support. Each product in the PTC Product Release Calendar specifies when the Standard Support period ends When is this Happening? For both 12.3.0.0 and 12.3.1.0 standard support ends in January of 2022. Can I Still Open Support Cases? YES! For an additional two years customers will continue to have access to the support desk. At the expiration of
Hello, I experienced changes in the font size of the items' text after some updates done in WindChill server/Local MSWindows updates, only the text field of an item, everything else is normal. Apparently other colleagues do not face this issue, thus It has to do perhaps with my local computer settings, however, I hope you can clarify that. As you can see in the image it seems that the text goes off the scale for some reason and honestly it is way too small to read, so I have to export the document in order to read it, which is an extra step that delays my daily work. This is not an issue of screen resolution, none of the other applications show this problem. Here is the version we use: Windows 10 Enterprise. 64bits OS, x63 based processor I am working with two screens, with resolutions: 1920x1200, scale and layout 100% 1920x1080, scale and layout 150%. The scale resolution does not solve this issue. Please, I would like to know what is the cause of
How to create a Trace between two documents contents which are inserted from two different parent where they linked each other? Parent Doc_A 1322 : 100 contents available Parent Doc_B 2322 : 80 contents available here contents from 1322 & 2322 are interlinked with each other.. We have another two documents Doc_C & Doc_D Doc_C 3322 : 20 content available Doc_D 4322 : 30 content available Later 20 contents get inserted from Doc_A to Doc_C and also 25 contents get inserted from Doc_B to Doc_D. Now How to create the trace relationship between newly inserted contents in Doc_C & Doc_D ? As Doc C & Doc D are not branched document so here Propogate trace to.. cant work, also copy-paste special option available but it links possible between Doc A & Doc C. Is there any way to make relationships between C & D's newly inserted contents?
Is it possible to edit the document baseline once it created in 11.2 client? I know its Its not possible in 10.1 to 10.9 client, but is there any way to do in 11.2
Is it possible to set the fieldsDelim in the im issues query to use a new line between the defined fields? I've tried "^, <br>, \n, \r, \n\r, 0x0a" and nothing seems to work. Ex: im.exe issues --fields="Text","Expected Results" --fieldsDelim="\n" 850983
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.