Questions tagged [mks-integrity]

Integrity, a PTC Product is a software system lifecycle management (SSLM) and application lifecycle management (ALM) platform developed by MKS Inc.

85 questions
0
votes
1 answer

accessing PTC Integrity command line response from python

I want to send a command through the CLI to a PTC Integrity Server and capture the response in a string using python. I'm using following code: import subprocess result = subprocess.Popen("My Command", stdout=subprocess.PIPE,…
Benjamin
  • 1
  • 1
0
votes
3 answers

PTC integrity CLI no commands are recognized

I have PTC integrity installed on my PC, but I would like to use CLI commands. Unforonutaly, no PTC command is recognized in my console. Probably I have to set up some system env variables? Or do I need some extra software/server installed…
Tatiana
  • 381
  • 4
  • 18
0
votes
1 answer

MKS: Can you have multiple deferred checkins?

By this I mean, are deferred checkins also versioned? Can I go back to a version I deferred earlier? Or does the checkin only mark a file for later checkin?
kutschkem
  • 7,826
  • 3
  • 21
  • 56
0
votes
1 answer

MKS: Adding / dropping members in way similar to checkin without setting member revision

When you checkin a file, you can make sure the new version is not the new member revision, for example if the changes are unfinished or untested. What is the equivalent for adding/dropping a member? Is there a status for a file that says "I'm here,…
kutschkem
  • 7,826
  • 3
  • 21
  • 56
0
votes
2 answers

Migration of projects along with history and dependencies from PTC integrity 11.0 to 11.2 version

I have several projects in PTC integrity 11.0 that I am currently using. I have to migrate all the projects from 11.0 to 11.2 with out losing the traceability, revision history, item relationship or project level ACL's and triggers. Please advise if…
0
votes
3 answers

Can dropped members be recovered in MKS?

My current client uses MKS for source control. They have a policy where developers are not granted permissions to drop members. This therefore prohibits us from doing moves etc., as well. I've asked for the reasoning behind this, and I'm told it's…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0
votes
1 answer

Mksapi to get password from preferences

I have an application that connects to integrity through the java mks api. To test the application functionalities I hardcoded the user and the password for my computer, but now after testing I want to make the app generic so more users can use…
John Doe
  • 1,058
  • 8
  • 30
0
votes
1 answer

How to checkout from PTC Integrity in Jenkins Pipeline SCM Step Plugin

I want to add a process step in my pipeline, that checks out a project from PTC Integrity. There is a example in the Snippet Generator for a checkin but it is not built correctly, so I can not take this for orientation. As PTC Integrity is not…
Igl3
  • 4,900
  • 5
  • 35
  • 69
0
votes
1 answer

MKS Integrity Java api throws exception on createsandbox

i try to implement a Java Application to sync down sandboxes. Command cmd = new Command( Command.SI, "createsandbox" ); cmd.addOption( new Option( "recurse" ) ); cmd.addOption( new Option( "nopopulate" ) ); cmd.addOption( new Option( "project",…
Martin M.
  • 11
  • 2
0
votes
2 answers

PTC Integrity batch update member revision

Is there a way to update the member revision of a big list of files via command line? I can't use :working or :head but have to specify a different revision for each file. As far as I know --selectionFile only takes paths as input, but not the…
Federico
  • 138
  • 1
  • 12
0
votes
2 answers

Apache Ant "SI command" for MKStask

Upon trying to use the MKS task for apache ant, I need to specify the application executing the command. In the documentation I found, it says for example "si" or "im". I'm a little confused at this considered ant is used from command prompt so I'm…
0
votes
1 answer

MKS124814: Cannot show view information: View is unsupported in the Integration API

I want to get remote member(latest revision file) from MKS by passing filepath, servername and port number. Finally I found below SI command si viewrevision --revision=revision_number absoluthpathofmemberfileinsandbox But I am getting exception…
Saran
  • 23
  • 5
0
votes
3 answers

MKS integrity client get folder structure

I have a project folder in integrity client from which I want to get the entire folder structure. This folder structure should have all the folders and subfolders but no files inside. I don't even know this is possible or not. I want this to run…
Sohn
  • 166
  • 3
  • 13
0
votes
1 answer

Python script for MKS integrity query

I would like to create a script in Python for logging into MKS integrity and calling an already defined MKS query. Since I am a newby in programming, I was wondering if there is any script example for the task. That would be a great help for getting…
athanasia
  • 1
  • 3
0
votes
1 answer

Jenkins pipeline plugin and PTC Integrity SCM samples

We are using Jenkins with PTC Integrity as SCM. I am trying to utilize the Pipeline plugin for some advance configurations. However, I am not able to find any samples or documentation. From the list, it's clear that it's compatible, I found this…
Vijay
  • 384
  • 4
  • 16