Recently active
I am working on Requirement documents in PTC integrity 11. I have requirements document in MS Excel. I want to import it to Integrity 11 . As there are many requirement documents. Please help me to know how to import Excel in PTC integrity for making a reuirement document.
Hi. I read in the “Integrations Builder Guide 12.0” that there is a c-api documentation available under the web page (see below): ----------------------------------------------------------------------------------------------------------- The C API functions are documented in the MKS ANSI C API documentation, which can be accessed through the Integrity Server Web page. If this documentation is not available through the web page, contact your administrator. ----------------------------------------------------------------------------------------------------------- I cannot get it on the servers-web-page and my admin also cannot provide this documentation. Is there a way to get it as a pdf or a link under ptc.com? Thanks’s Klaus
While working with the Integrity Client (Version 2009, SP7) I'm fairly often running out of memory with the error messages "PermGen space" or "Integrity Client out of memory" or "MKS124804: Internal error detected: Error was: mks.frame.exception.OutOfMemoryApplicationError: Not enough memory: The application ran out of memory on the client or server." on a Win7 64-bit machine with 4GB of RAM. As in those situations the Client often uses less than 500MB of memory and not much other tools running, there seems to be a client setting limiting the amount of memory.I increased the maximum heap size to 1024MB, caching is set to 200MB. Is it one of those settings or are there any others?
Hello, In the Integrity Workflow and Documents I do these steps 1) Open a requirement 2) Select a source trace field to a member and select Item > Source Link > Source Trace Viewer. 3) I get the following error: MKS124814: Cannot show view information: The source trace fields must be specified See attached file please
Hi All, I'm looking for a solution for the Integrity Domain group. I have an mks domain group, which we required to modify the description info whenever we added or remove the users. As you all know if we use the CLI command will clear the existing description from the domain group and add the new line which we parse. Do we have any alternative options or suggestions that we can add extra lines of information in the description field without removing the existing description? Note: As of now we have plenty of groups that need to update like this way, so that manual effort is time-consuming and unresponsive sometimes. Any information will be highly appreciated. Thanks Afsal Ashraf
I have to project that have several development paths (branches). Some of the branches has been released. Now I want to cleanup the project tree and also preserve the members version to avoid retest at module/unit test. I know that the we can update member revision for individual files. But It would take time and might have many human error. Is there a way to update member version for entire projects? I appreciate all the helps!
Dear PTC-Community, we have currently faced the problem with Mail-Trigger function implementation. We cannot find any proper solution on how to integrate the Mail-Trigger function into PTC. Any advices would be much appreciated! Best regards, Daniel Remmers.
We have PTC ILM 12 version and we are using ldap authentication. When we tried to enable SMTP for ILM, its not working 1) Admin client -> enabled mail server 2)Admin client -> configured notifier mail address 3) created notification rule for my usre id and its not sending.. getting error as 'unauthenticated senders are not allowed" Note: tested sendgrid functionality over command line from server with the same notifier usrer mail addrss.
Hi all, is it possible to create a bidirectional relationship between a baseline of a document and a single item? In our case, we have created items to represent the review task. In this task a very specific status of a document is to be checked, this status is marked by a baseline. In the review item, we have the option to select certain baselines of documents and then these connections are displayed as a link to exactly this baseline. But unfortunately this is only a one-direction link, I can't point to the review item from the document. For this I need a second relationship field. I would like to avoid that double relationship, therefore the question: Is it possible to display a bidirectional link to in only one field? We're using ILM 11.0 at the moment, but we want to upgrade at least to 12.2, so if its only possible in newer versions of ILM (WRVS) then it's ok too... Thanks, Jens
Is there Integrity Plugin for Visual studio 2019? If so, up to which Integrity version is it supported. Thanks.
Hello ! I'm searching for a method how to integrate Simulink with Integrity Modeler. I'm working with Simulink synchronizer, but there is always a mistake: ''An error occurred whilst interfacing with Simulink. ' 0×0 empty char array' is not a valid model name because it is not a valid MATLAB function name. '' Can someone help me and show a simple example how to integrate Simulink with Integrity Modeler?. ( tutorials e.t.c) Regards John
I recently did an installation of Integirty 10.8 on RHEL VM. I followed the documentation along and the installer said it has successfully installed the server but for some reason I'm missing the mksis file to start the service. Has anyone had this issue before? Is there a way to get this mksis file?
Hello, I'm developing software, that is creating test session based on test specification, and i already handled getting data from PTC, but i can't create Test Session using CmdRunner. try { PTC.Command Cmd = new PTC.Command(PTC.Command.IM, "createissue"); PTC.MultiValue mv1 = new PTC.MultiValue("="); PTC.MultiValue mv2 = new PTC.MultiValue("="); PTC.MultiValue mv3 = new PTC.MultiValue("="); mv1.add("Summary"); mv1.add("AutoSessionTest1"); mv2.add("Project"); mv2.add("/MySampleProject/Electronics"); mv3.add("Test Objective"); mv2.add("473680"); Cmd.addOption(new PTC.Option("type", "Test Session")); Cmd.addOption(new PTC.Option("field", mv1)); Cmd.addOption(new PTC.Option("field", mv2)); Cmd.addOption(new PTC.Option("field", mv3)); PTCResponse.Response R = InputEngine.Run(Cmd); MessageBox.Show("Test Session Created"); } catch (Exception exc) { MessageBox.Show(exc.Message); } Do you have an Idea why it won't work? Best regards, Ch
Hello, I want to know if the C++ code generator for PTC Integrity Modeler allows the generation of c++ code implementing the "ports and interfaces" template of communication defined in the UML norm ?
It is not possible to fetch an item containing an image with the Java API. A com.mks.api.response.CommandException: mks.frame.app.ui.ViewException is thrown.Fetching is done by exectuting a viewissue query with the cmdRunner. I use API Version 4.16.2671.Did anyone experience a similar problem?
I am pleased to announce the release of the Integrity Lifecycle Manager 12.2.1.0. Key Highlights Integrity Lifecycle Manager DocStudio (new web UI) Additions: Document field editing, extending on the 12.2.0.0 document viewing & reviewing New rich text editor- same as a rich client OSLC linking to Windchill OSLC Server Parts and Integrity Modeler OSLC Server models Integrity Lifecycle Manager Server Additions: OSLC Server adds rdf+xml and ld+json output to comply with OSLC Core Version 3.0 specification Queries and Reports to identify Documents & Content that are linked to Part and Model information Trigger framework to identify OSLC Suspect links if the linked object in Windchill or Integrity Modeler is modified Documentation Release Notes Help Center Integrity Lifecycle Manager 12.0 Product Platforms Integrity Lifecycle Manager 12.0 Product Integrations Download PTC Software Download Site (Login required. Browse to Integrity Lif
All, Has anyone performed a mass delete of flat items (ie. defects) from an Integrity environment? I am looking for suggestions on how to improve the performance of the delete. I have created the two recommended indexes from CS119789 - "How to increase performance when deleting items in Integrity" and pinned the ISSUES and ILLDELTAMAP to memory. However, the delete is only able to remove 4 per minute at best. At this rate, it will take me > 40 days to remove all the data. Any suggestions are greatly appreciated. Thank you, Paul
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.
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.