Recently active
Integrity 10.6I've constructed a test protocol with a series of cases (tests). Upstream trace relationships have been added to the Requirements the cases validate. I am able to insert a "validates" field into my protocol, but am unable to "export" or "report" the Requirement content--only the ID number of the traced requirement.How can I configure my export to pull that additional information OR how can I write a query that will return a discrete list (no duplicates) of the Requirements.Currently the export looks like....<%beginLevel 1%><%if {Category} == "Heading"%><%{Text}richcontent="false"%><%elseif {Category} == "Comment"%><%{Text} richcontent="false"%><%else%>SectionItemCase TypeCase/StepReq. Trace(s)<%{Section}%><%{ID}%><%{Category}%><%{Text} richcontent="false"%><%{Validates}%><%endif%><%endLevel%><%beginLevel 2%><%if {Category} == "Heading"%><%{Text}richcontent="false"%><%elseif
Running im issue through C-API, I am getting "ItemModificationException" for only one item type (works for other types) however the same command runs just fine on CLI. Any hints?
I am trying to set up a general dashboard for any project and get then the project specific overview by selecting the project in the project filter. To keep the dashboard as flexible as possible I did not restrict the projects in the dashboard definition.Unfortunately I've to always add the projects I'd like to select from, when I re-open the dashboard. Is there a way to keep the list of projects in the project filter for a dashboard? Similar to queries, where the list of projects is kept, even if the project filter is not displayed immediately when the results are displayed. When the project filter is activated (View -> Options... -> Show project filter) the previously added projects are listed in the project filter.
Hi Team,When editing an Issue manually, the existing contents in the field (its a longtext with logging disabled) will be visible in Edit mode.But when using CLI command, i'm getting only the option to overwrite existing value.Is there an option to add content to field ?*I tried storing the current value to a temp variable, add my new contant to the temp and use that variable to edit field - but this is not working in batch script when field length is big.Regards,Arun
Hi, guysI am trying to get the Title of a Structure Element based on its Id.I am running from cmd the following command:im issues --hostname=%HOST% --port=%PORT% --user=%USERNAME% --fields="ID,Title,State" --fieldFilter="Project=%PROJECT%" 29684The command is executed successfully but the Title field isn't printed in the console output. The ID and State fields are printed. This is the output that I get:29684 ApprovedI don't know why the Title field is ignored even though the structure element has a Title. Could anybody give me some hints? Is there other ways to get the Title field of a Structure Element?Btw, I'm using Integrity 10.5.Thanks.
Hi,we are currently looking for a way to get rid of a number of fields in order to clean up the system.These fields are in most cases no longer used or there are newer versions by now. The problem is, it confuses users,e.g. when they are building a Query etc.We could of course rename them and put it to the end by having 'z_' prefix, but that's not really a good solution.So is there any chance to 'deactivate' a field or something similar?Thanks in advance for your help.Best,ChrisPS: I am talking about 800-1000 fields. The system had quite a number of admins in the past and this messed up out system slightly.
How do you get a field value in a trigger if that field is computed? If I use getFieldDisplayString then nothing is returned. If I use getFieldValue then I get a null.
Hi Team,Is there any way to find Backing Item ID of a IBPL (Item Backed PickList) field using CLI ?*I'm able to get full field details using below commandim issues --fields=IBPLfield issueidRegards,Arun
When I run a certain report in Integrity, it asks me for my login multiple times. The number of times it asks for it seems to coincide with the number of photos that are attached to test results in the report. Is there a way to prevent this? Is this normal?
Hello, Is there a way to prevent SI to ask for credentials in command line interface (batch file) when the user is already logged in MKS Integrity??This is the case: ComputerA:from a CMD window, using a batch file, the user runs the si command: si viewsandbox --fields workingrev --filter file:filenameResult: filename is retrievedComputerB:same steps but in this one the Result is to insert "user" and "password"In both computers, the user is logged in using MKS Integrity Client. My questions is why in ComputerB "si" is asking for credentials?? is it a configuration? How could I avoid it? I tried the following commands: si viewsandbox --fields workingrev --batch --filter file:filename[[Cannot ask for user input in batch mode; must use the option --user]]si viewsandbox --fields workingrev --gui --filter file:filename[[Credentials are not requested but a bunch of annoying mks integrity client windows are opened for each file requested]]Any idea?? Thank you!
I need to add rich text to a text field via a trigger. If the field already has rich text in it then it'll work fine (mostly). If the field is blank, it displays the HTML instead. Am I doing something wrong?
Is there a possibility to use variables for specifying values for queries and also charts?What I am trying to achieve without creating multiple duplicated queries with just a different value for a single field - even with sub-queries this can get a real mess - so that I can define a value of a field within a dashboard and all associated charts and queries use this values. To make it even more challenging, the field concerned in my case is a simple text field.Example:Dashboards of a SW with the release names in field ReleaseName (a text field): Release_1.2.3 and Release 1.3.0Query 1: All items of type "CR" && Field "Release_Name" == $releaseVarQuery 2: All items of type "CR" && Field "Release_Name" == $releaseVarQuery 3: All items of type "Error" && Field "Release_Concerned" == $releaseVarThe idea is, that a variable is associated with e.g. the query and when using a chart on a dashboard the variable is set to a specific value for the queries. If the variables as
We would like to implement SSL on our server, but it is breaking all the url links that we embedded in rich text fields. When selecting the url after configuring the server, the browser downloads a file instead of opening the requested page.
Is it possible to define the file name for an HTML report?
I have noticed several issues with rich content in Integrity. I am using 10.5 with no hot fixes though. Have there been fixes for rich content in newer versions of Integrity? I am not trying to resolve each individual issue right now but overall it is difficult to work with rich text in the client.
Is the Category field somehow constrained to only be available to Segments and Nodes? I have a new type I've created that can be associated with test results and I want to add a category pick field to it. Do I need to make a new field for this?
Hello,When I creates a chart which relies on a specific query, I have a problem that the grouping is not updating automatically when a new grouping/ member added in the query.My expection is that the owner will update automatically every time when a new owner appears in the query.So, could you please suggest some solution on the same topic.Regards,Niroj Hota
How can I start several Integrity Clients (this means several Integrity Client Processesusing different ports) on one client machine ?I want to execute CLI Commands for different Integrity Users on the same client machinethat are connected to the same Integrity Server.Thanks,Peter
Hi,this might be obvious, but at the moment not for me:Is there a way to see members that are added in a project variant in the project view?One of our users would like to see these members without having to create a variant sandbox.As far as I know, the project view always shows the mainline.Is there a way to show the variant?Stephan
How do I make the project field selectable in the Excel integration?
Hi,We need to call an external service via net.tcp protocol (url like net.tcp://myservice) from thingworx platform (version 5.4).This is a microsoft dynamics AX service on version 2012 and we can access to the WSDL via http url.Thanks for your input.
Revision and Baseline they have a lot in common but they can be used differently.But I cannot find any article to describle clearly but briefly their differences.Could anyone share your idea with me? Thanks a lot
I'm trying to automate the process for setting policies for our releases. I'm referring to policies that are setup when using the Admin Gui under the Configuration Management folder.Message was edited by: Hector Magnanao
How do I install MKS Integrity 2009 GUI client and PTC Integrity 10.6 GUI on the same Windows 7 workstion.I recently upgraded one of our servers from 2009 to 10.6 and want to test it in the GUI client.Thank you,Dan
I installed MKS server and MKS Client on the machine. I started the Integrity service but in the server log I am getting below error:Unable to startup Security Service: Service mks:name=ServerTimeZone not started due to errors: Timezones and/or daylight savings settings don't match. Database: America/New_York, server: UTC” Can anyone provide suggestion on it .
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.