Recently active
As described in: https://www.ptc.com/en/support/article?n=CS216213I'm seeing this error when trying to execute the 'im viewfield' command through SoapUI MKS170064: The command succeeded but there was an error processing the output in the web services layer http://webservice.mks.com/2009/Generic/fault">Invalid valuelist type: "null" The linked article says that the bug was fixed in 10.9 but we are using version 11.2 and we still see this error for certain calls. The 'im viewfield' command works fine for several fields such as this one: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gen="http://webservice.mks.com/2009/Generic" xmlns:sch="http://webservice.mks.com/2009/Generic/schema"> <soapenv:Header/> <soapenv:Body> <gen:command> <!--Optional:--> <arg0 TransactionId="?"> <sch:Username>myuser</sch:Username> <sch:Password>mypass</sch:Password> <sch:Applic
All, Is there an easy way to include the custom icon for a set of values for a range field in a report? For example I have icons (Green for low, Yellow for medium and Red for High) for the field "Priority". In the all the default reports, the priority will display the text (Low, Medium or High) but not the associated icon.
I need to query 2 different type , such as type = Project and type = Incident , but both are not interrelate to each other. How can i do this, Based on this 2 type i need to create a report is it possible?
Hi guys , As all we know,when the user are logged into integrity user details will automatically imported from the LDAP. There will be some user like business owner.. this kind of user doesn't have any business with Integrity. But we need there details to display in integrity. So its not good idea to say them please login into integrity. So have wrote the code to add the user into integrity. Now the issue is we can't create the user when server has admin lock on the integrity. So now i need to create a user when there is admin lock on the server .If it is not possible can we automate a migration process. like dev to staging ,staging to production . Does any one has any idea about this. Thanks
Hello Support, Can you please tell me how to search for all the parent groups to which a particular child group is a member? Commanline or Admin GUI. Anything will work. Thank you.RegardsPashan
Hi, I'm trying to use Integrity Modeler (v8.2.13) for code generation for the first time and I've run into an issue. I have made a simple class and and state machine and have used ACS to generate the code sucessfully. When I compile the project in Visual Studio however I get a linker error because the extern for the Simulation port number is not defined (referenced from SimParams.cpp). From reading I am supposed to see the definition of the port and address in the advanced tab of the ACS settings like below; However what I actually see is is missing those options like below. Q: Can someone please enlighten me as to how to make these options appear? I tried writing them in by hand on the Visual Studio side (see below) , but the simulation crashed after one step through the state machine (which may not be unexpected). extern int gSimPortNumber = 15777; extern char* gSimMachineAddress = “localhost”; S
Hi, since my upgrade von Integrity 10.9 to 11.2 the internal "Item Links" are exported now with the string "[LINK]" at beginning. This is new for 11.x. Is it possible to go back to the old 10.9 behaviour, such that only the link text is exported? Thanks
Add the functionality to Paste in to the Web version of Integrity just like the Windows client allows today
I have several computed fields that do not need to be dynamic, but they need to be updated/computed every time an item changes State or a specific field is updated. For example. 1. When "due date" is entered, a field called Days until due date needs to compute. 2. When "State" is changed to "In Review", Days in Review needs to compute. These computed values are used to set range fields of Red Yellow Green to indicate status. So, how do I trigger the computed fields to compute. I would be OK with it computing for a given item every time it is saved. Don't know how to do this either.
Is it possible to edit the list of words in the spell checker? I onlysee a way to add words.
I am in an initialization script for an item. I can tell the difference between a newly created item from a copied item. I next need to determine the item-id of the source item that was copied from. Can this be done in a script? Kind regards, -Sean
I can see how to define the joinspec conditions in the properties (options tab), however I cannot see how to display the joinspec on the diagram ({joinspec = }) in line with the standard. This is fine if the model is being used as the presentation medium (as long as the viewer is aware of how the tool stores its data and displays it), however much of our content is put into diagrams, documents or website material, which generally do not gather all of that metadata and attribute detail. Is there a way to display the joinspec on the diagram? Currently using a workaround with constraint note objects, which is less than ideal as updates require two or more changes now. any advice appreciated
Hello PTC Community, I have been working with Jenkins and the PTC Plugin for quite some time. And now facing issues at the Check-in stage. I am using Jenkins 2.89.4 and PTC Plug V 2.1. Our scenario just before PTC Check-in stage: FolderLevel1 (project.pj) -FolderLevel2 (project.pj) -SomefileLevel2.txt SomefileLevel1.txt So my intention is to checkin all files into PTC and still maintaining their "Projectstructure". What I am ending up with is that SomefileLevel1.txt gets updated correctly V1.2 but on any file which is on DirectoryLevel2< the Plugin creates a Directory inside the FolderLevel1 and creates a branched version of SomefileLevel2.txt V 1.1.1.1. I have attached a screenshot of my sandbox to further clarify the situation.Sandbox Am I completely misunderstanding the concept here or is this some kind of bug in the Plugin? I am just wondering as many people in forum are successfully using the checkin feature but from my point of view this limits the use of any sub-p
I'm trying to compare a local sandbox with the server to find out if anything has changed or new files were checked in that differ from my local data. I do this by using the cli command: si viewsandbox –S <sandbox_path> --recurse –filter=changed:sync –filterSubs and now want to exclude a folder from this request. So to say if anything was checked in on the server in the Folder "IgnoredFolder" or any subfolder of it, I don't want the command to return this files as changed. I already tried by adding the option --filter=!file:IgnoredFolder, --filter=!file:*IgnoredFolder and a lot of other combinations but didn't get a result without the IgnoredFolder. The same happens to me if I try to create a scoped Sandbox with the option --scope=!path:IgnoredFolder Could you give me a hint what I got wrong here or how I can achieve what I want?
Problem Statement: Significant Edit date or Input revision date of a Node is modified when that node is moved within the document at Integrity 11.1. Is there a way to control the standard fields like 'contains' to be non-significant change. I have submitted an enhancement idea if you like to have this feature or have a similar issue use below link to go to the idea https://community.ptc.com/t5/Integrity-Ideas/Significant-Edit-Date-changes-on-restructuring-document-nodes/idi-p/542856#M1097
We're preparing an IM Query which displays results having 2 conditions. Condition 1 -> where owner="Username" and Condition 2 -> date range in a month. Is there some im command which supports to give both the conditions and to retreive the results from PTC Integrity. Can some one please help us if you have some idea.
Following the Git Integration Guide, I setup the GitIntegration.properties file with my hostname and port. When I try to connect, I get this message:MKS1133411: Unable to connect to IM Server: null I went onto the Integrity server and checked the logs and saw this error: 2018-03-28 13:03:21,198 DEBUG [mksis.IntegrityServer] DEBUG(0): MultiProtocolServer: javax.net.ssl.SSLException -- javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at sun.security.ssl.EngineInputRecord.bytesInCompletePacket(EngineInputRecord.java:156) at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:868) at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) at mks.nio.AbstractSelectableChannelReader$SecureChannelAdapter.handleRead(AbstractSelectableChannelReader.java:670) at mks.nio.AbstractSelectableChannelReader$AbstractListener.handleRead(AbstractSelectableChannelReader.java:407) at mks.nio.CompositeS
Is it possible to do a setting which automatically moves a comment or requirement below headings? Target is to have a document structure similar to a word document. Level / section 1 only headings, section 2 for requirements and comments. Thank you Markus
We have a Jenkins Environment up and running with the PTC Integrity Plugin V 2.1. Running Jobs on slave machines using the remote connection works, but is slow. To improve the performance we are trying to make the new local Client configuration work. However, we are running into two problems: 1. When using an Integrity Source Project that is not named Project.pj we get an error: for : #p=/Test/Test.pjPreparing to execute si projectinfo for #p=/Test/Test.pj[LocalClient] Executing Sandbox Verification [LocalClient] Executing si sandboxes [LocalClient] si sandboxes response:0[LocalClient] Searching Sandbox: : D:\workspace\TestPTCLocalClient, for Project Config: [/Test/Test.pj], Build Revision: [null][LocalClient] Sandbox not found in : D:\workspace\TestPTCLocalClient, for Project Config: [/Test/Test.pj], Build Revision: [null][LocalClient] Executing CreateSandbox :D:\workspace\TestPTCLocalClient[LocalClient] CreateSandbox response:0[LocalCli
!ENTRY com.atego.exerpt.exchange.ui 4 0 2017-06-01 08:45:48.963 !MESSAGE Jun 1, 2017 8:45:48 AM 'PTC integrity' com.atego.exerpt.exchange.configuration.ptcIntegrity.impl.PTCIntegrityConnection::a - Unbuffered entity enclosing request can not be repeated. !STACK 0 !ENTRY com.atego.exerpt.exchange.ui 4 0 2017-06-01 08:45:49.010 !MESSAGE Jun 1, 2017 8:45:49 AM 'PTC integrity' com.atego.exerpt.exchange.configuration.ptcIntegrity.impl.PTCIntegrityConnection::a - Failed read object hierarchy! !ENTRY com.atego.exerpt.exchange.ui 4 0 2017-06-01 08:45:49.026 !MESSAGE Jun 1, 2017 8:45:49 AM 'UI' com.atego.exerpt.exchange.ui.editors.RequirementConfigurationEditor::b - Failed to update import documents. !STACK 0
Hi, I am facing an inconvenience with our customized Word-Export: In our PTC document we have a pick-list field and its entries are being exported. The issue with it is, that when there are multiple picks (e.g. stakeholder: Management, Production) these entries are getting exported without a separating space (e.g. stakeholder: Management,Production). Is there any possibility to change this? Saving the pick-list entries as “ Management” or “ Production” (with a space before) does not help. Thanks a lot beforehand! Best regards Daniel Remmers
Hi, Via the gateway bridge I am trying to import an in Excel created Test Designs Document with Test Cases and Test Steps. The standard PTC documentation briefly describes how to import the Test Design Document and Test Cases and that I got working. How can I import Test Steps because I can’t find any documentation about it. Does anybody have experience with importing test steps from excel into PTC Integrity? Regards, Jan.
In Integrity, is there any way in the View Relationships window (Ctrl-R or Item->View Relationships) to get it to NOT show the 'Shared' relationships? The relationship flag on all of the shared items are set to "Don't show in structure, don't show in trace, don't show in finder" yet it still shows up in the relationship view. Showing the shared items just clutters up the view, and it would be more useful if they were removed.
Integrity provides a wealth of configuration options. However, due to the complexity of the development ecosystem and demands from the user base, there will inevitably be a desire for extending the core functionality with custom code. There can be a number of reasons for extending Integrity including, but not limited to:Integration to other ApplicationsCustom business logicAutomationImproved Interface Efficiency, e.g., role or solution specific InterfacesDue to the ratio of end users to administrators, a large amount of administrative development time should often be exchanged for a relatively modest saving in time for end users. In other words, an investment many hours of administrative time to save a few minutes of end user time is often still a viable exchange. This is because there will be many more end users performing the operation more frequently, so 500 end users each saving a few minutes a day may quickly add up to exceed the amount of time spent by the admin
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.