Recently active
I've read in the docs: You cannot create a constraint for a field value attribute (FVA). As the Category is such an FVA, is there any other possibility to "control" the list of "Category" by Project? The use case is to have a different list of possible Categories for a Test Document Element dependend on a specific Project.
Is there a way to get the list of revision comments between two Integrity checkpoints without the initial revision comments? The following CLI command pretty much gets me what I want: "si mods --showChangePackages --showRevDescription –r 1.15.1.9 –r 1.15.1.10…” Example output: ----Modifications from: 1.15.1.10 ---------- Member revision changed: file.cpp from 1.24.2.2 to 1.24.2.3 1.24.2.2 user1 Jan 29, 2015 1:18:55 PM Exp -- 1.24.2.2 log=> Adding ability 1 1.24.2.3 user1 May 4, 2018 10:05:21 AM Exp -- 1.24.2.3 log=> Adding ability 2 But, you can see by the strikethrough above that the file changed from 1.24.2.2 to 1.24.2.3, and I don’t want the 1.24.2.2 revision comments to appear (since those comments are not applicable to this list of differences). Integrity’s CLI user manual explicitly states that “To provide context to the list of revisions, the initial member revision for the specified checkpoint is also included.” So, it so
Hi all, is it possible to see the contents of fields such as "created date" or "modified date" in a higher resolution via the command line or API? For example, up to milliseconds? If i enter the following command: im issues --fields="Modified Date" 123 i got as an example following answer: May 3, 2018 4:11:27 PM I know that an admin can change the display settings for date and time fields, but there doesn't seem to be a setting for a display including milliseconds. Am i wrong (hopefully)? Thanks, Jens
Hello All, In the Test Session, the Tests table showos the test Cases & the test Stepes up today not as the date of the "Test as of Date", This is misleading. ex. if i update the Summary field in the test case , it will be updat also in the table. i think the list in the table must stay as it and do not change. any idea?
Hi All, We have one custom field named as 'Tag' while importing documents to Integrity using gateway everything gets imported as required except 'Tag'. When I import below text in the word (with all required formatting) Tag 1 Sample text In Integrity, it should be imported as Has anyone worked on it? or any suggestion how this could be resolved? Thanks in advance. Shilpa
Hello,within an Integrity report recipe I can use the <%currentdate%> - tag. A <%currentuser%> - tag is not available to display the user who has created the report. Is there any option to get information about the logged in user? May be I should parse the client server connection string...but...Thanks in advance.
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
IntegrityDocs Creates a set of HTML pages documenting the PTC Integrity Lifecycle Manager configuration. Version 12.2: Created for Integrity 10.9/11.x/12.x and with full support of latest Firefox / Chrome / IE Purpose IntegrityDocs exports the current Integrity Server configuration from W&D, and creates HTML pages. Each section under Workflows&Documents will become one node within the report tree. Each section starts with an "Overview" page, and then each element can be reviewed in more detail by drilling down. Use Cases Document the current Integrity LM configuration status Validate and compare the Integrity LM configuration status Present the Integrity LM configuration status without the need to have direct Integrity access Install In IntegrityClient folder Put the "IntegrityDocs.jar" into your <IntegrityClient>/lib folder Put the "IntegrityDocs.bat" directly into your <IntegrityClient> folder Check and update the IntegrityDocs.bat fil
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
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.