Integrity, a PTC Product is a software system lifecycle management (SSLM) and application lifecycle management (ALM) platform developed by MKS Inc.
Questions tagged [mks-integrity]
85 questions
0
votes
2 answers
TFS - How to replicate the MKS Checkpoint functionality
We have been using MKS for a few years and now a new project has started up and has to use TFS.
In MKS we can take a checkpoint (a baseline/snapshot) of a project and then create branches from that baseline if required, even at a later date after…

user460673
- 1
- 1
0
votes
1 answer
Jenkins Build Flow plugin with PTC Integrity plugin fails even if jobs are successfull
We have below Environment
Jenkins cloudbees ver. 1.554.2.2
build-flow-plugin version 0.10
integrity-plugin version 1.17 (SCM)
We have created a build flow job, which executes
parallel (
{
build("Job-A" , Variant:params.Variant)
build("Job-B" ,…

Vijay
- 384
- 4
- 16
0
votes
1 answer
what is the differences between MKS Integrity and Github as code versioning
My team has been using MKS Integrity as source versioning of code. We are interested in migrated to Github and modernize our system.
What are the advantages/disadvantages between Github and MKS Integrity?

LaneLane
- 345
- 7
- 16
0
votes
0 answers
How do I locally reconfigure a subproject
I have a variant sandbox, with several subprojects in it configured to also follow a variant, but there is one which is configured to be fixed on a build. (Namely, the sources are variants, while the make toolchain is developed by another team, and…

Cilyan
- 7,883
- 1
- 29
- 37
0
votes
1 answer
Failed to establish connection error in Jenkins with Integrity plugin
I am trying to connect MKS Integrity client with Jenkins. I am running Jenkins as a windows package. After entring my credentials i get the following
Failed to establish connection error.
My setup: Jenkins: 1.609, Integrity plugin : 1.34.
Both…

Vivek Yaragatti
- 11
- 1
- 6
0
votes
1 answer
Item field constraint based on children field values
I would like to create a constraint on an item based on the linked child items.
I have an item called "Project" that will have child items of "Task". Both of these items types have a state field and the same values like, "In Progress", "Ready For…

Tim Schruben
- 1,535
- 1
- 12
- 10
0
votes
2 answers
How do I get MKS project details based on filename?
Is there anyway to get the project under which the file is present in MKS command line interface?
I am new to CLI scripting for MKS and could not find any proper results.
All I want is
-> [command] [filename]
-> [project path]/project.pj
Any help is…

Avinash
- 55
- 1
- 9
0
votes
1 answer
How can we run reports/queries in MKS through unix
How to run reports/ Queries MKS, from UNIX without opening MKS.

priyanka patnala
- 1
- 1
0
votes
1 answer
MKS si resync returns 5
While trying to resync using si resync, we are getting an error says:
"MKS125216 The sandbox file sandbox_path_here/project.pj is not registered with the system."
When i tried on another sandbox whihc i had in my local the same command worked.
Any…

jikku
- 641
- 1
- 6
- 18
0
votes
1 answer
Different output from mks-integrity xmlapi
I just want to see if somebody else had the same experience with the mksapi.jar using java in comparison to the command line. Running on windows.
My problem is that using the option --xmlapi with the CLI or using…

VeikkoW
- 817
- 7
- 12
0
votes
2 answers
MKS how to display all Revisions of a member
I want to have a list of all revisions of a member.
Also for branches.
I know how to do for subprojects, but didn't find a solution for Members

Peter
- 1,629
- 2
- 25
- 45
0
votes
1 answer
Detecting non-members in sandbox hierarchy in MKS
Is there any way how to see the list of files in MKS Integrity Client which are in the project sandbox hierarchy but not added as a member in the MKS project ?
For example when I create new class inside existing package in the sandbox. What I do now…

Kousalik
- 3,111
- 3
- 24
- 46
0
votes
1 answer
How determine whether a MKS-sandbox is sparse or non-sparse from the command line?
how can I determine the sparse status of an MKS sandbox from the command line?
From the GUI, I can select a sandbox and open "Sandbox Information". If the check-box "Sparse" is set, the sandbox is sparse.
I like to determine this status from the…

Titule
- 26
- 3
0
votes
2 answers
What is `sparse sandbox` and `shared sandbox` in MKS Integrity
What do Make Sandbox Sparse and Make Sandbox Shared mean in MKS Integrity?

Afriza N. Arief
- 7,696
- 5
- 47
- 74
0
votes
2 answers
How can I manipulate MKS sandboxes and members through Visual Studio?
As with most other versioning systems some brilliant individual, or group thereof, has established an extention to Visual Studio so that a developer may manage the state of their files directly with the application they work most often in.
Sadly,…

beauXjames
- 8,222
- 3
- 49
- 66