Recently active
Would like to know if any one has tried creating a JavaSript routine to extract information from an issue to update with addition information; Like retrieve the Rich text information from an Incident Ticket and the old and new add additional details together then update the field with new merged information. i.e. EXTRACT OLD DATA var command = new Packages.com.mks.api.Command("im", "issues --fields='Detailed Description'"); command.addSelection(UpdateItemId); var response = apiBean.executeCmd(command); UPDATE WITH OLD AND NEW MERGED TOGETHER var issuesCommand = new Packages.com.mks.api.Command("im", "editissue"); issuesCommand.addOption(new Packages.com.mks.api.Option("UpdateIssue", "Detail Description" + "=" + AdditionalDetailDescription)); issuesCommand.addSelecti
I'm pleased to announce the release of Integrity Modeler 9.2. Key Highlights New, contemporary user interface that provides easier navigation, a more appealing design environment and makes it easier to learn and adopt OSLC integration with Windchill that enables systems and software designs to be connected to PLM, further enabling the digital thread Improved OSLC integration with Integrity Lifecycle Manager (Windchill RVS) that now supports versioned and branched data Analysis and optimization of static systems in conjunction with Phoenix Integration® ModelCenter Documentation Installation Guide Release Notes PTC Help Centre What’s New presentation attached, demo movies will be provided soon. Download Integrity Modeler 9.2 Demonstration Movie What's New in Integrity Modeler 9.2 (YouTube) regards, Patrick Ollerton Product Manager
Dear Valued Customer, We have put up the Future Platform and Integrations support for windchill rv&s 12.3.0.0 on PTC.com. This information will help you prepare your strategy around the deployment/retirement of operating systems and windchill rv&s integrations. We would like to encourage you to take the time to visit the above link for planning your windchill rv&s 12.3.0.0 system deployments. Please note that this is a plan and forward-looking information. As this release is currently under development, some of the aspects are likely to change. We would ensure we update this space to keep you informed on those changes. For more Information Please Visit: https://www.ptc.com/en/support/refdoc Important Update about support for Oracle 12cR2 and 18c Support for Oracle 12.2.0.1, 18c & 19c. Oracle 18c & 19c are branches of 12.2.0.1 Oracle has mentioned on the public site that 12.2.0.1 would have long term support. What we have learned on d
Hello, PTC Systems and Software Engineering (SSE) provide monthly updates from Product Management covering SSE products, including Windchill RV&S and Windchill Modeler. They are short presentations, reviewing the product roadmaps and demonstrating the latest features built by our developers, so you get to see them before they are released. You also get the chance to provide feedback on the strategy and implementation. To sign up please register here. You can also pass this registration link on to your colleagues. The only restriction is that they must be employees of a customer using SSE products (e.g. Windchill RV&S, Windchill Modeler, Requirements Connector, Asset Library or Process Director) regards,Patrick
Hi, We have a specific requirement where specific set of SI projects have to migrated from one Integrity server to another. The revision history, baseline documents along with its versions and traceability has to be migrated to the new Integrity server. Is there a script to perform this type of migration ? Please advise. Thanks, Sailesh
Hello, The "im createcontent" and "im importcontent" commands allow to provide an input file. Can someone help info with the structure of such an input file ? --addAttachment=value adds attachments to the issue, where value is of the form "fieldName,path=pathToFile[,name=nameOfAttachment][,summary=shortDescription] " . Correction: I am not interested in the --addAttachment=value parameter but rather in the [(-F file | --selectionFile=file)] parameter Thank you!
Hello, I am using Visual Studio and C# to create a SOAP client for Integrity 10.2 web services. Based on some questions here, I was able to make this working code: (actually fails due to a bug with jboss, but completes the request) AttachmentRequest arg0 = new AttachmentRequest(); arg0.AttachmentName = "distributionowners.txt"; arg0.FieldName = "Attachments"; arg0.ItemId = "1234"; arg0.Username = "username"; arg0.Password = "password"; fetchAttachments fa = new fetchAttachments(); fa.arg0 = arg0; fetchAttachmentsResponse response = proxyClient.fetchAttachments(fa); I just want to do getItem and createItem requests, but the format for getItem in the API seems different. The closest I was able to get was this: Console.WriteLine(proxyClient.Endpoint.Address.Uri); getItemRequest req = new getItemRequest(); req.getItem.arg0.Username = "username"; //null reference req.getItem.arg0.Password = "password"; req.getItem.arg0.InputField
IBM announced that IBM i 7.4 will be generally available 2019-06-21. Is there a statement of support for Implementer with IBM i 7.4? When will Implementer support IBM i 7.4? What version of Implementer will we need to be at? We are currently running 12.2.
Hello, I would like to add a hyperlink to a text field (e.g.: summary) when using im – command „createissue“ in the Windows command line interface (cmd.exe). Unfortunately PTC Integrity CLI Reference for Integrity 10.8 stated at the end of this message is not really helpful to fix it. It’s also difficult to deal with the information stated in the “Note” of the explanation for the option “--richContentField=value” related to the Windows command line interface (cmd.exe). It’s possible for me to create a hyperlink via im – command “editissue” as stated in the following example: im editissue --user=<user id> --hostname=<hostname> --richContentField=Description="<!-- MKS HTML --><a href=<hostname, etc.>/im/viewissue?selection=2418>Link_Example</a>" 2418 Could you please provide reproducible examples for adding hyperlink via “im createissue” to a text field, for example field “Summary” or “Comment”,etc.. It would be also great to get m
Hi, does any of you know if scripts written in MKS Toolkit 9.6 are compatible in MKS Toolkit 10.2? We need to upgrade to 10.2 because of 9.6 compatibility issues with Windows Server 2016. BR Marek
After creating Login Configuration for IBM DOORS Next Generation it's not visible in the list while creating and connecting the mapping file. Its working fine for PTC Integrity connection but not IBM DOORS Next Generation. Please find the screenshot.
Hello All, I’m pleased to announce the release of Integrity Lifecycle Manager 12.1 Continuing from 12.0, this release also has significant updates described below - Server Configuration and Administration Integrity Lifecycle Manager provides OSLC capabilities, which enable integration with other product system of records. A Reference Solution based on Requirements and Validation that uses integrated processes for Project Management and Change Management to relate Requirements, Tests, and Defects. RESTful Web Services for consumption by PTC integrations such as Open Services for Lifecycle Collaboration (OSLC) and ThingWorx Integration & Orchestration 8.4. Ability to install a Critical Patch Set (CPS) or Maintenance Release using the Integrity Lifecycle Manager installer. Updated Oracle JDBC drivers for the Oracle database used for installing the Integrity Lifecycle Manager server
How to deploy custom WAR files in Integrity 12.2? Deploying wars in IntegrityServerInstallFolder/server/mks/deploy doesnt work. we restarted service as well but no luck. we tested on local Tomcat, it works fine. do we have any details on this?
Hello, I am new to this forum so I am not sure if I am posting this question in the right forum, so please advice me if I made a mistake. And what should I enter in the Labels field? I am using Integrity Modeler 8.5.1 and have a problem with a diagram that is associated with a Call Behavior Action in an activity diagram. When I double click the Call Behavior Action, another activity diagram opens. I would like to remove this association, so I go to Links/Associate Diagrams. But, there are no associations shown! I created a new association to the same diagram, and double clicking works as before. Next I remove the association, but double clicking still gives the same behavior, i.e. the diagram opens. Any ideas?
Hi,A user asks:"One has to use the Windows login and password why not automate the login with Active Directory?"Does the Java desktop Integrity Client support a kind of single sign on ?I have noticed the article below but I'm not sure it answers my question:Does Integrity Support any SSO Solutions other AD?Can the PTC Integrity Java Client after loading and initializing, take the viewset credentials from "somewhere" ?Thanks!
Hi all, Our testing is automated more and more and our development cycles are becoming really short. That implies that automated tests are executed several times per day. Say, 10 sessions per day with 500 to 2000 test cases per session will not be an exception anymore. Is this going to cause issues if we log everything in Integrity LM? We are already running into issues with the nightly calculation, even with the optimized nightly.js.So if we continue this trend, I am concerned about the impact on the application (e.g. load the API causes on the server, nightly metric calculation on test objectives), the impact on the infrastructure (server, db, ...).From an architectural point of view, do you recommend a direct API to the server, or do you recommend to use an Agent (ATEF) instead?Any best practice, tip or recommendation is welcome. Thanks in advance!
We plan to update our domain group description fields via script to note down the related item id for managing the group modification.Unfortunately we can only create newlines via admin gui for the group description. Name: DomainGroup1234 Description: Line1 Line2 Group Members: TestUser:User Via command line we don't know how to do this, everything in the description statement is put in one line: > Integrity editmksdomaingroup --hostname=host --port=port --description="Line1"◙"Line2" DomainGroup1234 leads to:Name: DomainGroup1234 Description: Line1?Line2Group Members: TestUser:User I have tried replacing the newline characters with “\n” and the command works, but the description contains the “\n” and not a newline character. Do you have any idea how we can add newline characters into the group description with the commandline? Regards, Bertram
If you are interested in "Meeting Minutes" and / or "RESTful services" in Integrity LM, read on ...At PTC Consulting, we usually analyze different solution alternatives for our customers. During such an evaluation project, we analyzed the possibility of interacting with RESTful Services. As an outcome, a library was created that communicates with Integrity in order to obtain items and to create simple documents. (Since Integrity LM 10.9 and also in 11.1 we have included RESTeasy as one of the well-known RESTful implementations.)I was then looking for a good example and reminded me of my interest to go away from Excel and Word Meeting Minutes. So I implemented a simple "Meeting Minutes Application" on top of the RESTeasy libs.I am happy to share this with interested people in the state as it is now. Please note: It was only created for demo purposes It runs on a separate Integrity project server (not on the PROD!) It meets the minimal requirements for a Meeting Minutes app. It u
Hello, I am trying to simulate object flows within an activity diagram with SySim or Simulink. Does anyone know if this is something that PTC offers the ability to do?
Hello together, what I'd like to do is to get the most recent checkpoint number of a project and any of it's subprojects. Is there any possibility to do so? What I've tried so far is to display every subproject with si viewproject --filter=attribute:name=project.pj -R and to display the history of a project with si viewprojecthistory --fields=revision, but as I'm new to PTC, i don't know how to combine them. Thank you in advance.
Hi All, When I type in SPR Notes field, small t does not show up. It is not a keyboard issue: I can type "t" everywhere else. Also I can paste "t" into Notes field and it shows up OK. Does anyone else see this issue? Thanks, Jenia
Dear colleagues, Where I could download an ALM solution for Integrity 2009? Thanks in advance, Ildar
ALM system save attachments in database, it makes database get too big after years. It make database is hard to maintain. Can we move attachments to another database or to a fileserver?
Hello, What is the best way to clean up a cache(user) from Integrity client/ or by using CLI. Thanks.
I have faced a strange issue.I'm trying to migrate a Group from Workflow and Document between staging and production server with users inside and after migration wizard has done its work Group remains empty.Is there any possibility to make it done without unlocking production server.
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.