Recently active
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.
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
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.