Recently active
I can create my sandbox from the command line interface just fine. But when I try to resync via "si resync c:\myfolder\mysandbox.pj" it gives me the following output:Resynchronizing ... Resynchronizing file ... MKS124879: Value not found. (Server Preferences) I am not sure what value it is looking for in the server preferences. I am running Build 11.0.0.506, API 4.16.506
Dear all! Is it possible to locate selected field for opened issue in edit mode? How I dynamically could change it using Java? JNI only? Thanks in advance!
On our Red Hat 6 servers we had a file in /etc/init.d to start our Integrity server process in case the server was rebootet that read as follows: runuser -l integrity -c "cd <server install>/bin; ./mksis $*" However, under Red Hat 7 servers the mechanism is slightly different and systemd is used instead. I was wondering if someone already set this up and might give a hint on the usage.
Who to configure change managment in Integrity 10.7 ? If any one has any documents could you please provide document for the same. (Kind of version controller)
In our company started discussions of Creating Location-sided Main Server.Combined with that also Projects shall be shifted from one server onto another. This requires some pre-work like checking: Who is Main user Group of one Project Area? Now my question: Does anybody see a chance to analyse: Who (User and/or Group) is accessing and using a Source Subproject? How many data are downloaded from them (no. of Files, maybe combined size) => Sync ? How many data are uploaded from them (no. of Files, maybe combined size) => Check In ? I will be thankfull for every hint, no matter whether they will tell me that it is might impossible for a certain reason, OR analysis could be done only on another level like ACL Logging or something else. Thank you to all. Best Regards, Klaus Hoppe
We want to set up a backup that will allow to store the last seven days of the repositories.We would write a backup script for this which executes the omssave function overnight. Then another script which ensures that the last seven days are secured, in which we copy the results of the omssave function.Later, a weeks or monthly backup should be added. Is there a kind of best practice or other solutions for this?
Hi! I am lookig for solution how to share information about downloaded sandboxes between couple virtual machines. We are using Jenkins server with couple jenkins nodes and on each node we have installed Integrity. When I download sandbox on first node than I can't drop sandbox from another Jenkins node. (MKS125216: The sandbox file d:\test\project.pj is not registered with the system). Or I can't make a checkpoint on sandbox... Now solutions is hardcode node each time when we run build with sandbox etc. Any ideas or solutions?
Hello @ all, i want to use a field in the text field like the function "substitute Parameters". Example: I wrote my requirement text, insert the field "id" (e.g. {id} oder {{id}}) and want to see the value of id (e.g. 123456). Does interity have such a function? Thx, Markus
Hi All, Using Integrity Webservices but getting "Access-Control-Allow-Origin" issue. Please take a look over the issue :- Failed to load http://blrmiespc-1233:7001/webservices/10/2/Integrity/?wsdl: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. Any help ? Grube, Kapil
[As I somehow cannot find a way to create ideas, doing it as a discussion seems the most appropriate path remaining.]Current situation: If by random or mistake I overwrite or delete something in a text diagram it is gone forever if it was not included in the last saving (e.g. I try to copy something, mark the section, press randomly only "c" instead of CRTL+c and the marked section is replaced by "c". No chance to get back what I wanted to copy... )The only thing I can do is a "reload/revert" - to speak in ordinary text editor terms: I can do an undo, that brings me back to the last saved state of the text diagram content.Even with an active ChangeControl there is only the Information available THAT I changed the text, not WHAT I changed in the text. A redo that would allow me playing around to find out about this is not available either.Desired behavior:As with all other changes I would like to have an undo within the text diagram / the RTF editor. I would expect an undo behavior as c
Hello i seem to be having a strange "=" in my soap header i am sending this <SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://webservice.mks.com/10/2/Integrity" xmlns:ns2="http://webservice.mks.com/10/2/Integrity/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <ns0:Body> <ns1:createItem> <arg0 Type="Issue"> <ns2:Username>username</ns2:Username> <ns2:Password>password</ns2:Password> <ns2:ItemField Name="project=/ZI/O/project.pj"/> <ns2:ItemField Name="Summary=Quick Summary"/> <ns2:ItemField Name="Description=Quick description"/> <ns2:ItemField Name="Issue Type=Change Package"/> </arg0> </ns1:createItem> </ns0:Body></SOAP-ENV:Envelope>
Hi,since having set up audit log, I see many entries from category "si.server" with operation "bulkoperation", but without any target type or parameters, so the information is nearly useless.Can they be suppressed in the audit log? How?We do not want to suppress the whole si.server category since it may contain relevant information.Could we set mksis.auditor.si.server addproject=false and enable all single properties listed in the ServerInstallConfigGuide tablecreateprojectdropprojectdeletepolicysectioncacheadminreloadtriggerssetpolicysnapshotsubmit?Thanks in advance,Stephan
Hi Community, I am able to execute this command (Just to check how to add parameter using CMD Command):- im editissue --field=Parameters="Identification2;values=a,b,cIdentification2=Pick ListIdentification2;description=hello" 11309 in Windows Power Shell by changing line using Shift+Enter and it's working. But i have two doubt:- 1.) In actual Scenario i have to execute this command in .bat file so in code how to change line automatically ? 2.) If i have added one Parameters already and i am going to add one more then first parameters get deleted and only latest one reflects. Any resolution ? Please take a look over this code and this code belongs to actual scenario :- @echo offSETLOCAL ENABLEDELAYEDEXPANSIONSET count=1FOR /F "tokens=* USEBACKQ" %%F IN (`im issues --fields="Parameters" 10014`) DO (SET var!count!=%%FSET /a count=!count!+1)set end=%count%-1FOR /L %%A IN (1,1,%end%) DO (im editissue --user=abc --password=abcd --field="Parame
how do I, using C# API, get the Segment ID after using createSegment function
Hello, I tried to use the Maven Release Plugin together with source integrity. I currently have 2 problems while using it: 1. This plugin performs the following steps if executing the goal mvn release:prepare Check that there are no uncommitted changes in the sources Check that there are no SNAPSHOT dependencies Change the version in the POMs from x-SNAPSHOT to a new version (you will be prompted for the versions to use) Transform the SCM information in the POM to include the final destination of the tag Run the project tests against the modified POMs to confirm everything is in working order Commit the modified POMs Tag the code in the SCM with a version name (this will be prompted for) Bump the version in the POMs to a new value y-SNAPSHOT (these values will also be prompted for) Commit the modified POMs This works fine up until the point where the pom.xml should be bumped to the new version y-SNAPSHOT. As far as I can see the file is check
Thank you very much for your help!
All, Integrity Lifecycle Manager 12.0 is available for download. Please find attached a presentation that covers What's New in Integrity Lifecycle Manager 12.0 Thanks Kartik Oak
Using the Integrity CLI to extract time entries for analysis and processing. I use something like this; im timeentries --hostname=host --port=port --filter=user:username --filter=entrydata:"between START and END" (note don't type this in by hand, I have wrapper code written in Python. I also use mksapiviewer.exe to process the command output as XML and parse it. This all works nicely). The above example extracts the time entries for a user user between the dates START and END. I now have a user case where I would like to extract all time entries recorded against a given Issue ID in a specific time range, regardless of which user entered them. Looking at the help im timeentries --usage I see there is a sub-option in the filter section issue=<expression> However, I am not sure what 'expression' means. I have tried the obvious approach.. im timeentries --hostname=host --port=port --filter=issue:ISSUEID --filter:
Hello! We are trying to get some meta data out of integrity and want to use "si locate" to find a list of locations where the current project is reused. In the GUI, there is an option named "Limit Search to Active Paths". But this functionality is not documented for the "si locate" command. Is this an undocumented feature, or is it implemented in another command for the commandline tools? BR, Markus
Hi, We are using PTC Integrity 11.0.0.506, API Version 4.16.506 1) In Preferences -> Configuration Management -> Views -> Project View there is a checkbox [?] Recurse Into Subprojects In the documentation is written Project View - Recurse Into Subprojects - displays the hierarchy of subprojects. But in my opinion, the Integrity Client behaves in the same way, regardless the checkbox is on/off/? 2) Similarly In Preferences -> Configuration Management -> Views -> Sandbox View there is a checkbox [?] Recurse Into Subprojects In the documentation is written Sandbox View - Recurse Into Subprojects - displays the hierarchy of subprojects. But again in my opinion, the Integrity Client behaves in the same way, regardless the checkbox is on/off/?
Dear all! Integrity Version 11.1 Calling mksapiviewer --xml --iplocal im viewfield --user=administrator --password=password --hostname=localhost TestIbpl Got: <Field name="backingFilter"> <Value dataType="string">((field[Text Attachments] has at least one attachment))</Value> </Field> But im viewfield --user=administrator --password=password --hostname=localhost TestIbpl Issue Backed Pick List: Backing Type: Change Order Backing Text Field: Summary Backing Text Format: {Summary} Backing States: Backing Filter: (field["Text Attachments"].hasAttachments) Display As Link: false Sort Field: Sort Descending: false Is it possible to get correct value via Java API?
Dear Community, does anyone have a description on the MKS.RQ Parameters (e.g. MKS.RQ.Editability in Type->Properties)? Many thanks, Zoltan Bessenyei
I certainly found the section "computed expression Function Classes" chapter on the help pages, but I could not find a decent descripton for some of the functions I regularily encounter. Questions: -> What is the syntax of an "if" (...? 1:0...) -> how is "aggregatebyTree" different from "aggregate" -> is there some kind of loop function available (e.g.: for-loop) ?
Hello, We are using PTC Integrity 11.0.0.506, API Version 4.16.506 We have a .mdl MATLAB Simulink file which appears to be an ASCII text file https://www.mathworks.com/matlabcentral/answers/46400-how-to-view-mdl-files However when a check-in is attempted, the following message box appears: (please see the attached file) The working file Strategy.mdl exceeds the size limit for storing revisions by deltawithin an archive. In order for this check in to proceeed, the archive must be converted to store references to completecontents of each revision The check in will be cancelled if the conversion is not allowed to occur. Do you want to automatically convert the archive into store-by-reference format prior to the check in ? Yes - Yes to All - No - No to All - Cancel
Hi all The main project (or parent project) I use have my application and also couple of sub-projects that is delivered externally. The sub-projects can have the folders, source files (mainly the .h, and I use the libraries from them) changes for each release, i.e. a folder can be renamed, removed similarly header files can be removed, renamed or new header files can be added. Now I create a new sub-project whenever I get a new delivery, so I have to always link the new sub-project to the parent project. Is it possible to have one sub-project with a check-point, and the new delivery can be checked-in on top of the old check point, but just have the files and folders only based on the new delivery ? By doing this I don't have to create a new sub-projects every time and also the linking. Thanks, nkm2018
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.