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
2
votes
2 answers
Show non members of a MKS sandbox
I try to get the non- members of a Sandbox. But I get these erorr message.
si viewnonmembers -sandbox=D:\Sandboxes\project.pj
*** MKS124814: Cannot show view information: MKS125335: Out of tree members and
subprojects (not located in the project…

Peter
- 1,629
- 2
- 25
- 45
2
votes
1 answer
MKS : Not able to drop member from sandbox
I created a regular sandbox in mks and until now I was able to add, drop and do all related operation in mks. Suddenly I have started facing some problem in mks while performing operation in regular sandbox and receive the following error:…

Mahesh More
- 919
- 2
- 8
- 20
2
votes
1 answer
Convert a non-project directory within a project to a sub-project in MKS?
I've got a project in MKS Integrity (not my choice...) that has numerous sub-directories, not sub-projects. Is there an easy process or method or command to convert all sub-directories into sub-projects?

didge
- 316
- 4
- 14
2
votes
1 answer
insecure string pickle error when uploading and downloading to MKS Integrity
I am getting the exception "ValueError: insecure string pickle" when attempting to run my program after creating a sandbox from MKS.
Hopefully you are still interested in helping if you are still reading this, so here's the full story.
I created…

user1582995
- 21
- 1
2
votes
2 answers
How can I drop a variant sandbox in MKS after the related developement path was removed
I removed a development path in MKS and now I want to remove/delete the sandbox I created for it. In the UI I cannot drop a sandbox without opening it first, but I cannot open variant sandbox once their dev path was removed. In the command line…

jmbouffard
- 1,581
- 1
- 15
- 22
1
vote
0 answers
Perl script to edit an item via CLI in MKS Integrity?
I want to add one word in the beginning of "RQ_Description Text" field, keeping the existing content as it is.
The below script gets the job done, However the Rich text content and images are lost in the process.
How would I preserve it?
NOTE: I'm…

Abhishek Singh
- 69
- 1
- 8
1
vote
2 answers
MKS How to list all members with their revision number on a devpath
I am familiar with the MKS CLI, namely the si field, however I have a tough time honing in on the right command to get the information I need.
I am wanting to write a command against an MKS repository with
The devpath name
The rev number of that…

E.S.
- 2,733
- 6
- 36
- 71
1
vote
2 answers
How to save a File locally (without a Sandbox) with MKS CLI?
I want to save different revisions of a file from MKS Integrity using the Command Line Interface. The aim is to save these two files locally and use a script I wrote to compare them.
When I check the member history I can double click on the…
user9368716
1
vote
0 answers
Open a specific member revision via link
I can create and send an integrity://ims-xxxx:1111/si/ link of a file to a colleague which will be open in their MKS client, showing a specific file(member) in its related folder(subproject).
How can I send a link to a specific member revision (one…

snakePlantLeaf
- 73
- 7
1
vote
3 answers
What is the MKS equivalent of SVN Update?
I am contracting at a company that uses MKS. I have used SVN in the past as well as Mercurial and Git but must use MKS currently(so far I can't seem to find any documentation on it or best practices).
I want to know what the equivalent of SVN Update…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
1
vote
1 answer
Jenkins MKS Integrity Plugin only populating folder structure, not files
I've recently been trying to set up a Jenkins server that uses the Jenkins MKS plugin for version control. I had a Windows Jenkins server that was running this same configuration just fine, and now that we're moving it to a linux server (Red Hat…

Gregulator
- 11
- 2
1
vote
0 answers
MKS : si command to save gui at some location
I am working on some desktop based application, which required access to MKS through command line. I am able to understand and run MKS si commands successfully.
Here, I need help in saving "gui" window which opens through MKS si command at some…

learner
- 61
- 1
- 5
1
vote
2 answers
How to create a task in Integrity using Java API
Could some one please tell me Is there any way to create a Task/Change Request/Work Package in MKS Integrity using Java API?
We have an xml file with all the details about Task. By taking this as Input, need to generate a Task/Change Request/Work…

Monika
- 325
- 1
- 2
- 9
1
vote
2 answers
Which script is better for automation of PTC Integrity application
I want to create one script that will open the windows application and use that application to perform some task. I have listed out the activity that I want to automate below:
Application is PTC integrity. It is linked with database server that has…

Vaibhav Gautam
- 85
- 9
1
vote
1 answer
Extract all Change Packages for all the files in a PTC project
I am trying to get a list of all the change packages used to update all the files in a PTC project. I used the following command:
si viewproject --recurse --fields=name,creationcpid,cpid,memberrev,indent --project=%Project% --hostname=%Host_name%…

madalin adam
- 13
- 3