Recently active
Hi, I want to share the project /project/A/project.pj to project /projects/B/project.pj, so that the final result is /projects/B/SharedA/project.pj. I tried this command: $ si sharesubproject --sharedProject=/projects/A/project.pj --type=build -rsubproject 1.5 --project=/projects/B/project.pj SharedA But in this case I'm getting the following error message: *** MKS978530: This command accepts a selection of exactly one subproject location. How do I have to modify my command to get the share as described above? Kind regards, Christian
I have created a custom report recipe to get all the related items (multiple levels) which is ran on a document. I wanted to restrict the report from running if the document selected contains more than 10k contents. I am using Query[walkdocordered] in the report recipe. Is there a way to limit the count of contents on which the report can be ran?
Hello, In my company we are trying to create SW packages for installation of PTC Modeler. I would like to know what is the uninstallation parameter for PTC Modeler 9.0 I could find the silent installation parameter for PTC Modeler but there was no information about silent uninstallation of PTC Modeler in that link
I encounter the following issue "Flexeraayd$aaa: Windows DLL failed to load at Flexeraayd.af(Unknown Source) at Flexeraayd.aa(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.zerog.lax.LAX.launch(Unknown Source) at com.zerog.lax.LAX.main(Unknown Source)" during server installation using i11.1 on Window Server 2016 standard. Do let me know if anyone can overcome this problem. Thanks
Hi, Unfortunately, I have 2 problems regarding an import with the Connector: 1.) I try to import some ReqIF files, which were exported from IBM DOORS before and I always get the same errors. With some files i get an Excel error: "Class Excel.Sheet.12 currently not supported for presentation header!" A few days ago i got a similar error regarding Visio Drawings: "Class Visio.Drawing.15 currently not supported for presentation header!" There are some drawings and tables included in the export data, so it doesn´t surprise me. But this data was also included in former export files, where it didn´t throw any error message at all. Is there any option to get rid of the error to perform a successful import? 2.) I try to import a date field from IBM DOORS where the export type of the date field is "01.01.2019 00:00:00". I would like to import this date by mapping it to a date field in PTC, which already exists. The problem here is that as far as I
Is it possible to export solution configured on one integrity server and install it on another integrity server.(In short i want to replicate the configurations available on one server to another Integrity server)
I am trying to make integration of MS Excel with the PTC Integrity. I followed the steps given in the readme file (ExceIntegrationUtility/MED-60962-CD-112_F000_Integrity-11-2-Microsoft-Excel-Integration/readme_1st.htm#install_instructions) in the installable folder. The functionality is not working. Do we have documents for proper integration?
I am trying to get the Item ID of all types in Integrity, using CLI The reason I want this is I would like to download all attachments that are associated with each Item Type I can use the command im extractattachments to download. Thanks John
Need to establish a Trend analysis(Search criteria should be able to provide trend of test results). We need to find all the Test request from last 3 years which contains a particular parameter in Test results, but parameters can vary. So, Dynamic trend analysis is the objective.
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
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.