Recently active
The issue is regarding the configuration of PTC With JenkinsThe tools used are1) MKS Integrity Client 2009 Build: 4.10.0.9665 Service Pack: 007-012) Jenkins version 1.5993) PTC Integrity CM - Jenkins Plugin : 1.31The link "https://wiki.jenkins-ci.org/display/JENKINS/PTC+Integrity+Plugin" depicts the configuration process. The integrity hpi file is uploaded manually. Upon success, proceeding with the configuration there is an error that occurs while testing the connection. The entries includehostnameportusernamepasswordError: Failed to establish connection!Error LogMar 04, 2015 4:53:27 PM FINE IntegritySCMTesting Integrity API Connection...Mar 04, 2015 4:53:27 PM FINE IntegritySCMhostName: w******8Mar 04, 2015 4:53:27 PM FINE IntegritySCMport: 9001Mar 04, 2015 4:53:27 PM FINE IntegritySCMuserName: s*****rMar 04, 2015 4:53:27 PM FINE IntegritySCMpassword: YK****AE=Mar 04, 2015 4:53:27 PM FINE IntegritySCMsecure: falseMar 04, 2015 4:53:27 PM FINE IntegritySCMipHostName: Mar 04, 2015 4:53:
I am investigating how to use shared sandboxes, and one of our use cases brings up the need to re-scope a sandbox, but it'd be better to re-scope only a subproject, and not the whole project the sandbox was created for. This is to avoid downloading unneeded extra files from the other subprojects which can make the re-scoping take too long.
Hello,Validation team added a new revision of a file which originally had the .xls extension.Now, revision 1.6 has the same name but extension .xlsm.The problem is that the revisions with extension .xls (1.1 to 1.4) cannot be opened anymore.Any hints on how to solve this?Thank youCristina
Dear Community,I would like to add a tab to a presentation template showing additional (graphical) information for the specific item.The Template only allows static URL for the image address. Is there any chance to make the adress to the image dynamic. In other words a specific address for each item ID?To make thins clearer:Item ID 12001image adress: www.myfancygraphics.com/12001.jpgItem ID 12002image adress: www.myfancygraphics.com/12002.jpgBackground: we would like to render a few graphics showing complex relationships etc. We would render these images with nightly job, and load them into the items.Any creative ideas how to solve this issue? Would be a great help.Thanks in advance.Chris
I basically need to use an admin account to check if a user has access to projects by running a script.Project access has been set through ACLs, but user's have been added to groups, and those groups added to the ACLs, so the viewacls command doesn't give me information for a specific user.
User needs help
Is there a way to capture the error code for a lost connection with Integrity in a powershell script ?
We're looking to kick off a new project to revise the PTC Jenkins plugin and we'd like strong participation on this open source project from our customers, with oversight and guidance from PTC as well as to identify core product changes that would enhance the plugin in the future.If you are interested in participating in this project or know someone in your organization that has the skills to participate, please let me know. We'd like individuals who can contribute use cases, development of the plugin, documentation and testing.
Hi,I'm trying the change request and change order functionality for a document in review.I made a change request that spawns a change order. Why I cannot enter some id's in the authorizes changes to area (see attachements)?I have to configure something in chnage order type?thxBernd
Apparently every aspect of every cell, field, value etc. has to be set manually and one-at-a-time. Is there anyone who can tell me a 21st century way of creating/editing these presentations/templates/items?
All, PTCUser is forming a Technical Committee for the Integrity Product Family. The Technical committee will cover areas around the Integrity tool. Topics include Integrity, ALM, requirements, software development, system engineering, and other similar topics. PTCUser Technical Committees are composed of volunteers from the PTCUser membership, who work closely with PTC's Product Managers (PLMs) to direct future software development. Participating in the Technical Committees (TCs) is the best way to influence the development of PTC software. TC participation provides you with:• Direct interaction with PTC Product Managers, and other key PTC personnel• The ability to influence PTC’s software plans and specifications• The ability to evaluate software before the F000 release• Regular information exchange with other Technical Committee members The TCs address PTC products across the entire Product Development System; i.e., across all of PTC’s varied software products. TC members help PTC ma
I am looking for a documentation of the return codes for the si CLI commands.In a script I issue some si commands to log specific information for documentation purposes. Some of the more obvious return codes I'd figured out by testing various situations, e. g. 128 for files being not member of the sandbox or 2 when having no connection to the Integrity server. But now I've a report containing the return code 127 for an 'si diff' command and I could not find out what causes this return code. As the script is used by many different developers I was not able to reproduce the error code on my computer.Searching the documentation did not help either. At least I was not able to find a list of the return codes for the si command.Does anybody know what the return code 127 means for 'si diff' or even better, does anybody know where all the return codes are listed, if such a list exists.
Hi,I am trying to add label on files but CmdRunner returning null. When I run the command created by com.mks.api.Command on command prompt its adds labels on file.Code as given below,public static void addLabel(String username, String password, String filepath, String label, String filename, String fileversion) { Command cmd = new Command("si", "addlabel"); cmd.addOption(new Option("project", filepath + "/project.pj")); cmd.addOption(new Option("label", label)); cmd.addOption(new Option("revision", fileversion)); cmd.addSelection(filename); Session session = IntegrationPointFactory.getInstance(). createIntegrationPoint("xxxx.xxxx.com", 6786, true, 4, 12) .createSession(username, password); session.setAutoReconnect(true); CmdRunner cr = session.createCmdRunner(); cr.execute(cmd);}Generated Command: si addlabel --project=/abc/xyz/test/project.pj --label="LabelParam1#LabelParam2" --revision=1.2 -- FileNamePlease help.Message was edited by: Gajanan Hole
Hi Team,I'm using batch file to create new issues ( im createissue) based on certain conditions. Is there any way i can get the ID of newly created item using the same batch file ?Regards,Arun
Hello colleagues,I'm trying to create a CSV-report viewing Test-Sessions and the relationships down to TestSteps (Testsession -> TestSuite -> TestCase -> TestStep).That is the csv-headline:ID;Type;Summary;Verdict;AnnotationI'm using the RelationshipL#-Tags and so I get all necessary Items.(that works fine 🙂For the Testresults (TestCase) on level 2 I use <%begintestresultdetail%>-Tags and so I get <%testresult Verdict%> and <%testresult Annotation%>. (that also works fine 🙂Now on level 3 (TestSeps) I need <%beginteststepresultdetail%>-Tags for geting <%teststep Result%> and <%teststep Annotation%> but here I get a list and so I must filter the list for the current (level 3) TestStep.I think it must be like this <%filter%>(field[ID]=<%teststep Step ID%>)<%endfilter%> but it doesn't work.(field[ID] should be the current TestSep ID from level 3)The error-message I get is:MKS124814: Cannot show view information: Error parsing
When i use "Edit in Word" functionality, a error appeared (see attachement)We have Integrity 10.5, MS Office 2010. I used EditInWordBaseTemplate.dotx templateWhere is the mistake?Thanks for your help,Bernd
Hi guys,I'm trying to make a script which creates Structure Elements which have a certain name and content. When I run the im createcontent command the following error appears: <?xml version="1.0"?><Response command="createcontent" app="rq" version="4.13.5479 0-0 5479"> <App-Connection port="***2" userID="username" server="hostname"></App-Connection> <Exception class="ItemModificationException"> <Message>There are no valid state transitions for this item.</Message> <Field name="exception-name"> <Value dataType="string"> <TokenValue>im.InvalidStateTransition</TokenValue> </Value> </Field> </Exception></Response>This is the exact command which I'm trying to execute:im createcontent --hostname=hostname --port=port --user=username --type="Structure Element" --parentId=23549 --field=Content.fva="SW Testing" --field=Title.fva="SW Testing" --xmlapiThe exact command I use for creating Structure Elements o
We recently upgraded to Integrity 10.6 and I noticed some of my scripts have an added message "Activating views" on some my si.exe command. What does this message mean and is there a way to suppress the message since it's filling out the log files for my script ?
I am trying to branch an existing document to a new document. My ViewSet is set to document author. To do so, I start with a query and select a document of the same type. In this case, it is a requirement specifications. I highlight the desired document, go to the top menu and select "document", select the "branch" option in the drop down, and select a destination project. I have tried the "as of" "now", and other options. I have not selected the "also branch" options. I get the following "PTC error" - "MKS124311: No valid initial states for type "requirement specification". Can someone please shed some light on this error and how to resolve it?Thank you,Phyllis
Is there a way to explicitly deny a group permissions to a given type?The reason I ask is we have hundreds of Integrity Manager users and most of them are not in any group. I am creating a new type for several special groups, but this groups do not need to see any other type except this new tpye that I'm creating.I know of no way to do this, except add all those other users in a new group and give them permission to the types they need.Thanks,Dan
I would like to know how I can change the default setting for "My Favorites" in queries. By default when a new user logs in the "My Favorites" filter is set. How can this be removed by default? I know the user can remove it by clicking the down arrow and selecting "remove filter". I want the filter to be gone by default so the user will not have to remove the filter.Thank you,Dan
When i click on URL which will direct the user to show his change packages in integrity client.But after clicking on URL I am getting following error as HTTP Status 501 - Method ET is not defined in RFC 2068 and is not supported by the Servlet API "in IE browser but it work fine in Mozilla Firefox. How to resolve this error in IE browser.
I would like to have links on our home page that would link to specific query identified to allow users to view specific request types. Currently the system runs the last query i.e. view that was used by each user.
I'm trying to create a trigger via the CLI and when I run the following command the is set wrong. It should = the [New Value]. The script works... kinda.im createtrigger --hostname=mks --description="My trigger description" --name="My trigger name" --assign="Some date field"="today" --rule="((field'["Field name"] ="Some Value"))" Rule Taband | +- Field name = Some Value I want it to display as followsand | +- Field name[New Value] = Some Value The single quote after field is suppose to represent a [New Value], how it is not. My question is why? What is wrong here?
Is there a way to perform a multi-field sort on a query? For example, I would like to sort by date and then by relative priortiy.
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.