Recently active
Hi, We have some constraints on basic/field relationsips e.g. of the field "category". We want the get the allowed values of this field via api/commandline. What we must do? Thanks in advance
Hello PTC ALM Support, in our setup PTC Plugin V2.1 and Jenkins 2.36 we face sporadic hang up of the Jenkins Master when a PTC Project is freshly checked out. My understanding is that the checkout commands are executed by the Jenkins master on the particular Jenkins node. In the error event the master gets stuck and completely unrelated Jobs currently executed get also stuck because of this. This seems to happen with a higher chance when a new Jobs is created and the master has to check out the very first time. Once a checkout went through the job seems not to get stuck anymore. Attached a log of Integrity PTC Plugin. You can see that for 50min (2:33PM to 3:20PM) nothing was logged until we finally had to force restart the server at 3:20pm. Let me know if I can provide any more logging information for further debugging. Best regards Alex
What is the best approach to deploy solution on another system? Like if we have created some fields, types etc on one system how to take them to different system in a efficient way ?
Has anyone successfully run Integrity PC Client in a Citrix or other VM environments?
Hi, I want to export items into a table (MS Word), where each item is one table row. The problem is, that there remains an empty line between the rows, which has to be deleted manually. We are using ILM 11.2. The release notes of ILM 11.0 says, that following issue was solved: HF-S150000000-016 CS241475 A line break is inserted between table headings and table content when a document is xported from Gateway to MS Word. According to CS243266 I am using the following property: <property name="ensureLineBeforeAndAfterTable">false</property> Since it is necessary to put the gateway commands between the rows, I need to split the table in the export template: ID Revision Category Assigned User <%beginContent%> <%beginLevel%> <%{ID}%> <%{Revision}%> <%{Category}%> <%{Assigned User}%> <%endLevel%> <%endContent%> The result looks like this: ID Revision Catego
Hey, Is there a nice way to view what exactly has changed when inspecting and clearing a suspect trace? The clear suspect dialog shows the current text of the suspect trace only. I can view the item detail and scroll through the history, but no where in the history does it flag when the suspect flag was set - which means you end up reviewing changes that are historical and nothing to do with the current suspect flag. Ideally, the dialog or a report could be generated that shows the changes to the item since the suspect flag was raised, maybe a side by side was / is. Is it possible to do the above, or is there another way to do what I'm looking for? Thanks!
Error connecting to magnalm-prd.ptcmscloud.com:7001: javax.net.ssl.SSLHandshakeException: General SSLEngine problem: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, Any help with this would be appreciated
Hello, is it possible to access a PTC Integrity Server / Cloud directly through the JAVA API i.e. via https:// protocol without use of any other local PTC Client installation files? So far, i could not see any information about this in the documentation which is not using command line interface in the end. Thank you for your support! API Version of PTC 11.0 - 4.16.506 JRE 8 u172 is used for my own application
I am integrating Windchill 11.0 M010 with MKS integrity 10.9. I got stuck in field mapping hence unable to locate Windchill parts in Integrity and corresponding Integrity Documents in Windchill. What can be the solution for this?
If a user deleted a Content item (Test Case) from a Document (Test Suite) by mistake...How can I add that same Content item (with the same id) back into that Document?I can export the Test Suite "as of" a previous date to see the removed content (Test Cases) and relationships. How can I add those Test Cases back into the document...then re-establish relationships? We recently updated from 10.5 to 11.0...but have not yet enabled document/content versioning.
Hello,i am asking if exists any addon with MS Excell, MS World or MS Project in order to automate the creation of the workIems in MKS or publish results.Thank you in advanceMiled Attia
Hello All, I want to create and resynchronize Integrity items(Task/Review Master/Change Request) with MS Project planning data. Is there any add on or anything other way. Please help me on this topic Thank you in advance..
At the Project level, I need to follow the "Documented By" relationship field, and calculate the "Last Week Document Churn" from Requirement Specification Documents and Test Protocol Documents, separately. Below expression gives total for all documents in the "Documented By" relationship field. <%compute%>aggregateByTree("Documented By",sum("Last Week Document Churn"))<%endcompute%> Is there a way to add a type constraint (e.g. Type == "Requirement Specification Document"). I tried, but they all give syntax errors. Can someone please help me? Thank you, Balu
Hello, I am using following command for resync the member from sandbox but I got error MKS125335: out of tree members and subprojects but it works GUI. si resync --populate --recurse -Y --sandbox=C:\data\TestScript\Testing\project.pj C:\data\TestScript\Testing\TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx
When i run Document----->Edit in word, a error appeared. How should i do???
Hi, I'm facing a pretty annoying issue since few days and I can't figure out what's happening. We run a bunch of Integrity Server virtual machines for development purposes. Those servers authenticate users on our Windows Server 2016 AD, and it was working like a charm until some days. Now, we can't authenticate on any of those VMs. I suspect this is because of some automatic update in WS2016, but it's pretty hard to diagnose. The Integrity Server log shows the following traces: 2018-05-14 14:39:22,970 INFO [STDOUT] Debug is true storeKey false useTicketCache false useKeyTab false doNotPrompt false ticketCache is null isInitiator true KeyTab is null refreshKrb5Config is true principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false 2018-05-14 14:39:22,970 INFO [STDOUT] Refreshing Kerberos configuration 2018-05-14 14:39:22,970 INFO [STDOUT] [Krb5LoginModule] user entered username: <a login> 2018-05-14 14:40:13,908 WARN [mksi
How do you set multiplicity of a block when it is determined by 2 different variants that are decided by different variation points
I faced with the question how to add attachments with a size from 100 MB to 200 MB to an item of type "Defect". I thinking of 2 ways to do this: Allow the size of the attachment for the ILM (global) Create a project (configuration management) and add the attachments to this project. What is the better way to save space in our repository (DB backend)? ...or doesn't it matter in the DB backend? TIA Alexander Sailer
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.
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.