Recently active
Hello, I am currently creating a javascript trigger for Integrity 11.2. I am trying to link a document into a relationship field using the command "setRelationshipFieldValue". To test, I've been using the following code " var a1 =[]; &
Hallo,i have a problem to create a SW-Subtask with im createissue.I use the following commandline:(1) im createissue --Field="Project=/XX/YY" --Field="SWI=ZZ" --Field="Summary='my summary" --Field="Assigned User=me" --type=SW-Subtask --Field="Observer=he"Creating SW-Subtask ... Editing fields ... Submitting ... Could not save item: Cannot change the state to IMPLEMENTATION:There's no parent of type SW-Task.Then i used the following commandline:(2) im createissue --Field="Project=/XX/YY" --Field="SWI=ZZ" --Field="Summary='my summary" --Field="Assigned User=me" --type=SW-Subtask --Field="Observer=he" --Field="parent=196" (196 is the parent workitem ID)I got :Creating SW-Subtask ... Editing fields ... Submitting ... Could not save item: bitIndex < 0: -951Could you please provide to me the correct solution to create a workitem with a predifined parent?Thanks and regardsMiled Attia
Hello PTC community I want to set a field that autometically count selected users in a user field by computation or event trigger. if you have any idea or recommendation, please share it with me. Thank you in advance BS
Hello all. Is there a way to connect Integrity and Thingworx? I used the LM Connector Extension 1.1 version, but it seems to have some bugs. I was able to retrieve custom types and fields though, but besides that, nothing else was available to function. I am also considering of building a custom extension of my own, using Java. Any tips on this? Also, do I have to install Navigate in this case? (I am planning connecting requirements, change orders, defects, sandboxes, etc.) Any comments would be helpful. Thanks.
Hi, I'm on IM ver 10.2 and our IBM i is at 7.1. We've just begun to experiment with DDL. I was able to successfully create a new table and promote through IM. However, when I made a change to the CREATE TABLE statement and promoted it through IM, the move failed. Looking in the joblog, I see an error CPF320A "member cannot be removed". I read in this forum that IM should recognize the change in the CREATE TABLE and automatically use an ALTER TABLE to modify the existing table. Does anyone have any suggestions? Object code . . . . . . . . . . SQLTABL SQL table (source-based) Activity flag . . . . . . . . : 1 1=Active, 0=Inactive Object type . . . . . . . . . : *FILE
Hello, I hope someone can help. The developers here (I'm an Systems Admin) have been using CRTSRVPGM in Implementer via an Object Code successfully. However they asked for a new Object Code to be created that would utilize the UPDSRVPGM command. Now when they select option 14 to compile using the new object code, the compile cancels because it can't find the object in the developer's library. From the logs it looks as if Implementer renames the object then tries to find the original object in the library which it has just renamed the object from so (logically) it isn't in there to find and hence the error. Of course once the compile fails it does look as if the SRVPGM has been in the library all along. Because it all happens so quickly I am not 100% sure if the SRVPGM is renamed back ie. gets moved out and then put back again and renamed back to the original as part of the back out process when Implementer's compile fail. How do I stop this seemingly logical error from occ
How can we enable a user to borrow licenses ?What is the command to be added to enable the user?
Hi, I'm creating a recipe based on a test session. I would like to see for each item (test case) in the linked test suite, its tests result. There is a possibility that a test case has more than on test result. That's why I try to make a filter on the test session ID but it doesn't work. I used this instruction : <%begintestresultitemdetailL2%><%filter%>(test result[Test Session] =<%<%builtin ID%>%> )<%endfilter%>where <%<%builtin ID%>%> refers to the test session ID. Could someone please tell me how should I whrite my filter parameter in order to make it work. Thank you
As per my knowledge Test Cases linked to Test Session in Tests field will not change if the Test Session is moved to In Testing state. That is because TestSession.js trigger sets the Tests As Of date. But I am not sure how Test Cases are prevented from showing the updated information after As of Date. Is there a trigger or in built functionality of PTC? I am curious to know how this works. Thanks, Vikram M
Dear community, I just finished watching the Web UI Improvement Program Update #3 from Hedley Apperly and I must say that the look of the document view really looks like a nice improvement to the UI. I hope the changes in the UI will soon be made throughout the entire web interface! What remains unclear to me is what the level of support for custom actions will be in the new UI. Is it still possible to run .jar files / executables by the user? Can users define their own custom actions or are they dependent on their admin or Integrity consultant? Is it the goal of PTC to completely get rid of the fat client in the future? Best regards, Nils
Hi I am looking for workflow and documents items and attachment information. Is there a tool or a report that I could run, that would give me the above information Thanks
Is there a way to add a filter that can return only values where a relationship field is empty? I tried this but it doesn't seem to work. <%filter%>((field[Category] = "My Category") and not (relationship.exists forwards using field["My Relationship Field"]))<%endfilter%> I am able to achieve this by using <%beginrelationshipsdetailL2 My Relationship Field%> and <%beginrelationshipsection none%> but I believe this is resulting in extra processing.
Hi,Does anyone have an example for how to make an LDAP call to get a list of users? Please remove any references to secure information in any examples.We have to resolve a gap between users that have been authorized to use Integrity within LDAP (in other words, being a member of the Integrity AD group), and the users that exists under workflows and documents. Since the users that exist under workflows and documents are not created until a user logs in, we cannot report on users that are actively registered, but have not logged into Integrity.Kind regards,--Sean
Hello! We are using Integrity 10.8 with MKS Domain Security Managment for Users and Permissions. Now we like to migrate to a LDAP or ADS solution. We have some questions regarding the technical solution design and migration, maybe someone has done this procedure allready and may share some informations. Is it possible to use one (1) ldap with a integrity staging combine so each server use the same single ldap server? What is the best solution to migrate the mks domain users and groups to ldap or ads? Maybe its possible to export data and import it into ldap ? I already check the documentation and its unclear how do migrate from actual mks domain management to a ldap management with maintain the same user/group settings? Thank you very much
Hi, I am new to Integrity Modeler and am struggling to add messages between block instances in the sequence diagram editor. I am obviously missing something. Is it obligatory to define all the messages exchanged between blocks before these can be displayed on the diagram? How much actual modelling is required before one can actually display operation/reply/event/IO flow???
Hi Community, I wish to create a new model element based on the Internal Block Diagram. I am using Modeler 8.2 I have used the Lightweight Extension mechanism with the Super Class Block and have been able to create custom model elements based on the SysML Block, however applying the same steps with the Stereotype InternalBlockDiagram doesnt seem to work. This what I do: a) I place the <<InternalBlockDiagram>> streotype from SysML Profile::Blocks.InternalBlockDiagram in my Profile Diagram and add a Generalization relationship from my Custom Stereotype. b) I then use the "Copy Super Stereotype Options" in my custom stereotype c) I then trigger the "Create Scripts" options in MyCustomProfile and the SysML Profile d) I trigger the "reinitilize profile helper" option in the model. This works well for my custom "Blocks" but doesnt seem to work with the Internal Diagram. Is the process for creating custom Diagrams different? thanks &n
Hello and good Day, is there any best practices for how to migrate old issues/Items into a new state? We currently changed some of our Workflows/Types. We will added a new State and will remove a old one. For Example: - We like to add a new State "Active" which replace "Report_Active" to the type "Report". We will remove the old State "Report_Active" from the type. (It wasnt possible to rename "Report_Active" to "Active".) What is the best way to migrate old items which are still in State "Report_Active" to "Active"? First change the State of the items to the new one and then remove the old state from the type? Or is it possible to to a batch migration afterwards? Thank you very much
I have PTC Integrity Modeler 8.3 installed on this work computer. I have a model made in PTC Integrity Modeler 8.5 and therefore cannot open it with 8.3. I want to install 8.5 well guess what!? Can't do that because it needs to uninstall 8.3 and for whatever reason can't find the IntegrityModeler8_3.msi file! And it doesn't exist on my computer! I also have no way of getting it. IT has also been unable to uninstall this program. So now this computer is essentially bricked in regards to Integrity! yay! I wish support would actually supply me with what 8.3 needs to uninstall itself, i.e. the .msi, or tell me what else I am suppose to do.
I am looking for a way to find the type-defining block of a connector, such as "CableConnSocketA-SocketB" on the following diagram: I cannot find it in the properties of Connector. And I cannot find the connector in any of the browsers except the dictionary browser, that does not lead any further. I would have expected a DataType tab in the Properties pane, as is common with other type definitions, such as with Full Ports, but nothing... (If I select the port "toECU" on the above diagram I get such a DataType tab on the Properties pane, which shows me the full path of "Socket TypeA" and even allows me to switch to its Properties pane.) The context of the above ibd diagram is the following bdd, where you can see the association-typing block "CableConnSocketA-SocketB" that I am looking for. The shown association between "Socket TypeA" and "Socket TypeB" is the one that I selected from the pop-up menu when I created the connection "Connector" on the ibd diagram above. The ibd belo
It would be very useful to be able to change a part into a full port and vice versa. This could be by the simple expedient of dragging a part on to the containing block's boundary on an IBD. Conversely, dragging a full port off the boundary and into the composition area of the owning block on an IBD. In the browse trees, a similar result might be obtained by being able to toggle the <<fullPort>> stereotype, of the use of a context menu refactoring command. The need for this is justified by the evolution of a model that changes whether or not a block's internal parts should be exposed as its interfaces, or not.
I'm pleased to announce the release of Integrity Modeler 9.1. Key Highlights OSLC-based integration with Integrity Lifecycle Manager delivers improved digital product traceability - demo here. New editable matrix for viewing and managing relationships in complex system and software models - demo here. Simplified and rationalized context menus improves usability and new user adoption - demo here. Documentation What's New in Integrity Modeler 9.1 presentation (attached) Release Notes Installation Guide What’s New in Integrity Modeler 9.1 (Help Centre) Download Integrity Modeler 9.1 - Software Download Regards, Patrick
In the GUI, when you view a field details, the "Usage" tab shows which Types use this field and if there is an override. In the CLI, I can't find an equivalent command to list all the Types that use this field. Is there any other command thru' which I can obtain this info? Thank you, Balu
Hi all, we're using a lot of fields in our integrity items, and very often the fieldnames are not the same as the display names. To help our users to indentify which name they should use (maybo for queries or so) we want to put the fieldname into the description of the field itself, so the user could look at the tooltip of any field to get the real fieldname. So we tried to add the fieldname to the mostly existing description, and we dont want to do this with the admin client, because this would be a horrible clickwork (for more than thousand fields). We've written a script and within this script we're using the CLI-commands to read the fields, then we parse out the description (which is also a pain) and we tried to use the CLI-commands also to write the new description. But how can you put a multiline description via CLI into the system? An example: This is a description how it exists today, and how it was edited via the admin client: This is a description
How to Integrate Integrity LM with Apache SVN?
I am trying to extract an image from the Document workflow. (See attached) The respective jsp file code for this is : ArrayList attachement = (ArrayList) getFieldValue (cmdRunner, childId, "Text Attachments"); if (attachement != null && attachement.size () > 0) { if (text.length () > 0) { text += "<br>"; } text = text + "<b>&lt;&lt;Attachment&gt;&gt;</b>"; // This line seem in correct. Any body know how to extract the image ? Appreciate your help.
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.